/*** Body Definitions ***/
*{
	margin:0;
	padding:0;
}

body{ 
	height:100%; 
	font-family: Helvetica, sans-serif; 
	font-size:11px; 
	background-color:#ffffcc;
}

/*** Website wrapper Div ***/

#wrapper{ 
	margin:0 auto; 
	width:766px; 
	background-color:#ffffff;  
	border-top:0px;
}

/*** Website Heading ***/

#header{
	width:766px; 
	height:112px; 
	border:3px solid #d3a65e; 
	border-bottom:0
}

/*** Horizontal Menu Style with Rollover ***/

#menu{
	float:left;
	margin-left:0; 
	width: 766px; 
	border:3px solid #d3a65e;
	border-top:0;
	border-bottom:0;
}

#menu ul{ 
	display: inline; list-style-type: none;
}

#menu ul li{
	float:left; 
	text-align:center; line-height:2.4em; font-size:14px; color:#FFFFFF;
}

#menu ul li a:link, #menu ul li a:visited { 
	color:#FFFFFF; 
	height: 30px; 
	display: block; 
	background-color:#a40249; 
	border-bottom:4px solid #a40249; 
	text-decoration:none;
}

#menu ul li a:hover {color: #ffffff; border-bottom:4px solid #cc6699; background-color:#a40249;}	

/***  Main Content ***/

#content{
	float:left;
	background: #FFFFFF; 
	padding:15px 15px 15px 15px; 
	width: 736px; 
	min-height:300px; 
	border:3px solid #d3a65e;
	border-top:0;
}

#contactdetails{float:right; background-color:#eeeeee; padding:5px; margin:5px;}

#before-after{float:right; margin-left:10px;}


/*Temp Style for splash page */

.splash{margin-top:100px;}

.temp{text-align:center;}


/*** Heading Styles ***/

h1 { font-size: 14px; /*color: #a40249;*/ color:#cc9933;  text-align:left; padding-bottom:20px;}

h2 { margin-bottom:15px;font-size: 13px; /*color: #a40249;*/ color:#cc9933; text-align:left;}



/*** Paragraph Styles ***/

p { margin:0; margin-bottom:10px; color: #666666; line-height:18px; font-size:12px;}

p a:link{ color: #CC9900; text-decoration:none;}

p a:visited{ color: #CC9900; text-decoration:none;}

p a:hover{ color: #CC9900; text-decoration:underline;}

p span{width:130px; float:left; display:block; font-weight:bold;}





ul li{line-height:1.6em; color:#666666;}

ol li{line-height:1.6em; color:#666666;}



.form{ font-size:11px; color: #666666; line-height:1.4em; font-family: Helvetica, sans-serif;}



.quote{margin:auto; color:#CC9900; text-align:center; font-style:italic; padding-right:10px; padding-left:10px; font-weight:bold; width:500px; }



/*** Image Styles ***/

.mi{border:0;}

.rightimage{float:right; margin:10px; padding:5px; margin-top:0; background-color:#ffffff; border:1px solid #eeeeee;}

.leftimage{float:left; background-color:#efefef; margin:15px; padding:10px;}



/*** Website Footer ***/

#footer {
	font-size: 11px;
	clear:both;
	float:left; 
	color: #999999; 
	text-align: center; 
	line-height:3em; 
	width:766px; 
	height:35px;
	background-color:#ffffcc;
}	

#footer a{color:#666666; text-decoration:none;}

#footer a:visited{color:#666666; text-decoration:none;}

#footer a:hover{color:#666666; text-decoration:underline;}



/* Hide these things unless no CSS */

#menu span, #menu ul li span{display:none;}

