.clear { 
	clear: both; 
}

a:link {color: #dfdfdf;	text-decoration: none;}
a:active {color: #dfdfdf; text-decoration: none; }
a:visited {color: #dfdfdf; text-decoration: none; }
a:hover {color: #f3f3f3; text-decoration: underline; }

body {
	background: #161616 url(../images/bg.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #adadad;
	margin-top: 0px;
	line-height: normal;
}

#container {
	margin: 0 auto;
	width: 704px;
	text-align: left;
	margin-top: 00px;
}

#top {
	width: 700px;
	height: 28px;
	color: #ffffff;
	margin-top: 5px;
	float: left;

}

#top_details{
	padding-left: 23px;
	padding-right: 23px;
}

.topright{ 
	text-align: right;
	margin-left: 300px;
}

.logo{
	margin-left: 7px;
	margin-top: 7px;
}

.whychoose{
	font-size: 26px;
	color: #ffffff;
}

#why{
	width: 251px;
	float: left;
	margin-top: 260px;
	margin-left: 30px;
}

#ticks{
	width: 21px;
	height: 187px;
	float: left;
	margin-top: 42px;
}

#choosetext{
	width: 220px;
	height: 187px;
	float: left;
	margin-top: 11px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 20px;
}

#main{
	width: 383px;
	height: 100%; 
	float: left;
	margin-top: 260px;
	font-size: 12px;
	margin-bottom: 30px;
}

#main_other{
	width: 631px;
	height: 100%; 
	float: left;
	margin-top: 260px;
	font-size: 12px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#footer{
	width: 100%;
	height: 50px;
	margin-top: 60px;
	font-size: 10px;
	background-color: #161616;
	text-align: center;
	float: left;
}

.subhead{
	color: #ffffff;
	font-weight: bold;
}

/* Navigation */

#nav{
	background-image: url('../images/navbg.jpg');
	width: 637px;
	margin: auto;
	height: 49px;
	padding-left: 53px;
	padding-top: 10px;
	float: left;
	word-spacing: 30px;
}

/* Navigation Rollovers */ 

a.home{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/home.jpg) 0 0 no-repeat;
	width: 67px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.home{
	background-position: 0 -28px;
}

a.functions{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/functions.jpg) 0 0 no-repeat;
	width: 94px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.functions{
	background-position: 0 -28px;
}

a.prices{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/prices.jpg) 0 0 no-repeat;
	width: 67px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.prices{
	background-position: 0 -28px;
}

a.faq{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/faq.jpg) 0 0 no-repeat;
	width: 49px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.faq{
	background-position: 0 -28px;
}

a.team{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/team.jpg) 0 0 no-repeat;
	width: 64px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.team{
	background-position: 0 -28px;
}

a.contact{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/contact.jpg) 0 0 no-repeat;
	width: 78px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.contact{
	background-position: 0 -28px;
}

a.opportunities{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/opportunities.jpg) 0 0 no-repeat;
	width: 114px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.opportunities{
	background-position: 0 -28px;
}

a.gallery{
	position:relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/gallery.jpg) 0 0 no-repeat;
	width: 75px;
	height: 28px;
	overflow: hidden; 	
}

a:hover.gallery{
	background-position: 0 -28px;
}