/*==============================================*/
/*               PAGE SETUP STYLE               */
/*==============================================*/

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #333;
	text-align: center;
	font-family: "Verdana";
	font-size: 12px;
	color: #333;
	}

.style1 {
	margin: auto auto auto auto;
	}
	
.style2 {font-size: 18px}
	
a {
	color:#990000;
}
	
#header {
	position:relative;
	width:1001px;
	height:99px;
	z-index:1;
	}

#mainbody {
	position:relative;
	width:1001px;
	z-index:3;
	background-repeat: repeat-x;
	text-align: left;
	padding-bottom: 60px;
	background-color:#666666;
	}

#footer {
	position:relative;
	width:1001px;
	z-index:101;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
	text-decoration: none;
	background-color: transparent;
	text-align: right;
	outline: none;
}

h3{
	font-family:Eurostile;
	color: #AD2C2C;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	font-style: italic;
}

.subheading{
	font-family:Eurostile;
	color: #AD2C2C;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.disclaimer {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

/*==============================================*/
/*              SECTION SETUP STYLE             */
/*==============================================*/

.menustyle {
	}

#menuside {
	position:absolute;
	width:190px;
	z-index:1;
	left: 15px;
	top: 130px;
	}

#maincopy {
	position:relative;
	width:465px;
	z-index:2;
	left: 220px;
	top: 30px;
	background-color: #eee;
	padding: 10px 10px 10px 10px;
	min-height:450px;
	}
	
.list {
	list-style-type: circle;
	color: #AD2C2C;
	}
	
.listcopy {	
	font-family: "Verdana";
	font-size: 12px;
	color: #333333;
	}

#bookappointment {
	position:absolute;
	width:196px;
	z-index:3;
	top: 335px;
	right: 17px;
	background-color: #FFFFFF;
	border-color: #AD2C2C;
	border-style: dashed;
	border-width: 1px;
	}
	
.book {
	font-family:Eurostile;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	font-style: italic;
	text-align: center;
	background-image: url(/images/menu_side/title.gif);
	}

#top5 {
	position:absolute;
	width:190px;
	z-index:3;
	top: 47px;
	right: 25px;
	background-color: #FFFFFF;
	border-color: #AD2C2C;
	border-style: dashed;
	border-width: 1px;
	}
	
.top5 {
	border-bottom-color:#666666;
	border-bottom-style:groove;
	border-bottom-width:1px;
	}

#testimonials {
	position:relative;
	width:266px;
	z-index:3;
	top: 30px;
	right: 15px;

	float:right;
	margin-bottom: 60px;
	}

#BU_testimonials {
	position:relative;
	width:196px;
	z-index:3;
	top: 30px;
	right: 31px;
	background-color: #eee;
	float:right;
	}


#brands {
	position:relative;
	width:266px;
	z-index:3;
	top: 30px;
	right: 15px;
	
	float:right;
	margin-bottom: 60px;
	}

.link a:active{
	color:#990000;
	text-decoration:none;
	padding: 0px 1px 0px 1px;
	}
.link a:link{
	color:#990000;
	text-decoration:none;
	padding: 0px 1px 0px 1px;
	}
.link a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#990000;
	padding: 0px 1px 0px 1px;
	}
.link a:visited{
	color:#990000;
	text-decoration:none;
	padding: 0px 1px 0px 1px;
	}

.linkpdf a:active{
	color:#990000;
	text-decoration:none;
	background: url(/images/icons/pdf.png) top left no-repeat;
	padding: 2px 3px 2px 20px;
	}
.linkpdf a:link{
	color:#990000;
	text-decoration:none;
	background: url(/images/icons/pdf.png) top left no-repeat;
	padding: 2px 3px 2px 20px;
	}
.linkpdf a:hover{
	color:#ffffff;
	text-decoration:none;
	background: url(/images/icons/pdf.png) top left no-repeat;
	background-color:#990000;
	padding: 2px 3px 2px 20px;
	}
.linkpdf a:visited{
	color:#990000;
	text-decoration:none;
	background: url(/images/icons/pdf.png) top left no-repeat;
	padding: 2px 3px 2px 20px;
	}


/*==============================================*/
/*             IMAGE PADDING STYLE              */
/*==============================================*/


.imgpaddingleft{
	margin-bottom: 5px;
	margin-left: 13px;
}

.imgpaddingright{
	margin-bottom: 10px;
	margin-right: 13px;
}

.imgpaddingthumbleft{
	margin-left: 13px;
}

.imgpaddingthumbright{
	margin-right: 13px;
}

.floatLeft {
float:left;
margin-right:10px;
}

.floatRight {
	float:right;
	margin-left:10px;
	margin-top: 10px;
}

