/*** Body Definitions ***/
*{	
	margin:0; 
	padding:0;
}

body{ 
	height:100%; 
 	font-family: Helvetica, sans-serif; 
	font-size:11px; 
	background-color:#6699ff;
}

/*** Website wrapper Div ***/

#wrapper{ 
	margin:0 auto; 
	width:800px; 
	min-height:650px; 
}

#border{ 
	float:left;
	width:800px; 
	min-height:650px; 
	background-color:#ffffff; 
	border:1px solid #666666; 
}

/*** Website Heading ***/

#header{
	width:800px; 
	height:150px;
}

/*** Horizontal Menu Style with Rollover ***/

#menu{ 
	float:left; 
	width: 160px; 
	min-height:40px;
}

#menu ul{ 
	display: inline; 
	list-style-type: none;
}

#menu ul li{
	width:160px;
	float:left;
	line-height:2.6em;
	background-color:#336666;
	font-size:12px; 
	color:#FFFFFF;
	vertical-align:middle;
}

#menu ul li a{ 
	float:left;
	color:#0066cc; 
	height: 30px; 
	line-height:2.6em;
	width: 160px;
	background-color:#efefef; 
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	padding-left:15px;
}

#menu ul li a:hover {
	width: 160px;
	color: #ffffff; 
	background-color:#999999;
	border-bottom:1px solid #ffffff;
}	

.menu-pic{
	width:99px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:20px;
}

/***  Main Content ***/

#content{ 
	float:left; 
	background: #FFFFFF; 
	min-height:495px;
	padding:0px 15px 15px 20px; 
	border-left:1px solid #dddddd;
	width:600px;
}

#contactdetails{
	float:right; 
	background-color:#eeeeee; 
}

#before-after{float:right; margin-left:10px;}

/*** Heading Styles ***/

h1{ 
	font-size: 14px; 
	color:#0066ff; 
	text-align:left; 
	margin-top:20px; 
	margin-bottom:15px; 
}

h1 a{
	text-decoration:none;
	color:#0066ff; 
}

h1 a:hover{
	text-decoration:underline; 
	color:#0066ff; 
} 

h2 { 
	font-size: 13px; 
	/*color:#6699ff; */
	color: #0066ff;
	text-align:left;
	margin-bottom:10px;
}

/*** Paragraph Styles ***/

p {
	color: #333333;
	line-height:1.8em;
	font-size:12px;
	font-family:Tahoma, verdana, arial, sans-serif;
}

p a{ color:#0066cc; text-decoration:none;}

p a:hover{ color: #0066cc; text-decoration:underline;}

p span{width:130px; float:left; display:block; font-weight:bold;}

#content ul{
	list-style-type:none;
	margin-bottom:10px;
}

#content ul li{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	line-height:1.6em; 
	color:#666666;
	margin-left:30px;
	font-size:12px;
	color:#333333;
}

.ki-map{
	border:0;
}

.kooran-rise{
	margin-top:5px;
	margin-bottom:15px;
}

.echidna{
	margin-top:0px;
	margin-bottom:15px;
	float:right;
}

/*** Website Footer ***/

#footer { clear:both; font-size: 11px; color: #999999; text-align: right; line-height:3em; width:766px; height:35px; padding-right:20px;}	

#footer a{color:#666666; text-decoration:none;}

#footer a:visited{color:#666666; text-decoration:none;}

#footer a:hover{color:#666666; text-decoration:underline;}
