/*////Layout/////*/

body {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	color: #767570;
	background-color:#000;
	/*background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}



#banner {
	background-image: url(images/logo-banner.jpg);
	height: 125px;
	width: 800px;
	background-repeat: no-repeat;
	border: 1px solid #D5D3D4;
}

#wrapper {
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
}



#nav {
	height: 29px;
	width: 630px;
	margin-top: 0px;
	float: right;
}

#home {
	height: 20px;
	margin-top: 70px;
	margin-left: 170px;
	color: #FFFFFF;
}


#flash {
	height: 182px;
	width: 800px;
	background-color: #D5DBDC;
	border: 1px solid #D5D3D4;
}


#main {
	width: 800px;
	background-color: #F1EFF0;
	border: 1px solid #D5D3D4;
}

#smallbanner {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banners/aventibanner.jpg);
}
#banner-about {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-aboutus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-gallery {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-faq {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-faq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-risk {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-risk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-testimonials {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-testimonials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-men {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-men.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner-women {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-women.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-consultation {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-consultation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-contact {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-contactus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner-procedure {
	background-color: #6b0f98;
	height: 120px;
	width: 802px;
	background-image: url(images/banner-procedure.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 530px;
	padding-left: 10px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D3D4;
}

#line {
	width: 506px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 15px;
}

#contentinner {
	width: 516px;
}


#contentinner img {
	margin-right: 10px;
	border: 2px solid #64A1B3;
}

#rightcontent {
	width: 230px;
	float: right;
	height: 200px;
	}

#consultbtn {
	width: 190px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/consultbg.jpg);
	height: 90px;
	border: 1px solid #330066;
}
#babtn {
	width: 190px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/consultbg.jpg);
	height: 60px;
	border: 1px solid #330066;
}
#gallery {
	text-align: center;
}

.consultpadding {
	padding-bottom: 18px;
}

#rightinfo {
	width: 200px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 800px;
	text-align: center;
	/*background-color: #6b0f98;*/
	background-color:#6b0f98;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: .05em;
}



	
/*/////Type Styles//////////////////////*/

#home a {
	font-family: "Trebuchet MS";
	color: #68A4B7;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}


#current a:link, #current a:visited, #current a:hover, #current a:active {
	color: #7E1222;
	}
	
#content a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6b0f98;
	font-size: 14px;
}

#content a:hover {
	color: #6b0f98;
}

#consultbtn a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 20px;
	color: #000000;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	padding-top: 3px;
}
#consultbtn a:hover {
	color: #FFFFFF;
}
#babtn a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 22px;
	color: #000000;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	padding-top: 3px;
}
#babtn a:hover {
	color: #FFFFFF;
}


#one #one-pg a, #two #two-pg a, #three #three-pg a, #four #four-pg a, #five #five-pg a,  #six #six-pg a,  #seven #seven-pg a, #eight #eight-pg a { 
	
	color: #767570;
}
	
	
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 21px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	color: #000000;
}

#subhead p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 21px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nobrder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tan {
	color: #767570;
	font-size: 13px;
}

#home p {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}




#rightinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	;
	font-size: 20px;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 15px;
}



h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	color: #000000;
}

	#content h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		color: #000000;
	}

#contentinner h3 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentinner h6 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#rightinfo h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	letter-spacing: 1px;
}


#rightinfo a {
	color: #7411FF;
	text-decoration: none;	
}



#rightinfo a:hover {
	color: #7411ff;
	text-decoration: none;	
}


#contentinner h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b0f98;
	font-style: italic;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#contentinner li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: disc;
}

#contentinner ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#contentinner .faq li {
	font-size: 16px;
	list-style-type:none;
	color: #138C99;
	
	
	
}



.aventi {
	color: #8F2A3A;
}

.redtext {
	color:#FF0000;
	font-weight: bold;
	}
#gallery ul {
	list-style-type: none;
}
#gallery li {
	display: inline;
	font-weight: bold;
}
	

/*/////Contact Pages////////////////////////////////////////*/
	
#location1 {
	width: 200px;
	height: 100px;
	float: left;
}
#location2 {
	width: 200px;
	height: 100px;
	padding-left: 10px;
	float: right;
}

/*///////////Home Page Form//////////////////////////////*/
#homebanner{
	width: 540px;
	height: 182px;
	float: left;
	}
#homevideo {
	width: 260px;
	height: 182px;
	float: right;
	background-color: #7018F6;
	background-image: url(images/formbg.jpg);
	background-repeat: no-repeat;
}
#homeform p{
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	

/*/////////////DROP DOWN NAVIGATION////////////////////////////////////


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color: #FFFFFF;
	xbackground-image: url(../images/interface/nav.gif);
	background-color: #6b0f98;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	border-style:solid;
	border-color:#dddddd;
	border-width:1px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background-color:#000000;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-color:#000000!important;
		xtext-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}
.smalltext {
	font-size: 10px;
}



	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#efefef;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#cccccc;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		xtext-decoration:underline;
		color: #FFFFFF;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#ffffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		color: #767570;
		font-weight: bold;
		background-color:#eeeeee;
		padding:2px 40px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}


#form {
	width: 500px;
	margin: 0px;
	padding: 0px;
}
#main #footer p {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: .1em;
	margin: 0px;
	padding: 0px;
}
.padding {
	padding-left: 22px;
}
#address {
	height: 100px;
	width: 500px;
	clear: both;
}
#address #clear {
	clear: both;
}
#main #footer a {
	font-family: "Trebuchet MS"; Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: .1em;
	font-size: 10px;
}
#footer a {
	font-family: "Trebuchet MS"; Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: .1em;
	font-size: 10px;
}
.gallerypaddding {
	margin-bottom: 8px;
}
input.error, select.error, textarea.error {
padding-right: 16px; 
border: 1px solid red; 
background-color: #FFFCE2; 
background-image: url(images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
border: 1px solid red; 
background-color:#ffffff;
}
