/*Links decoration */

a:link {color:#01acd1; text-decoration: underline; }
a:active {color:#01acd1; text-decoration: underline; }
a:visited {color:#3399FF; text-decoration: underline; }
a:hover {color:#01acd1; text-decoration: none; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0b0331;
	font-family:Verdana, Geneva, sans-serif;
}

#container {
	margin:0px auto;
	margin-top:0px;
	width:960px;
}

#mainbody	{
		overflow:visible;
		/*clear:both;*/
		min-height:400px;
		display:table-cell;
		float:left;
}

/*Top header section*/
#header {
	margin:0px auto;
	margin-top:0px;
	width:960px;
	height:216px;
	float:left;
	background-image:url(../images/header.jpg);
}

#clear	{
	clear:both;
}

#logo	{
	width:145px;
	height:216px;
	float:left;
}

/*Navigation*/
#navcontainer {
	float:left;
	padding-left:470px;
	padding-top:51px;
	width:140px;
	clear:right;
}

.nav {
	width:140px;
}

/*Hero section*/

#heroshot {
	margin:0px auto;
	margin-top:0px;
	width:960px;
	height:535px;
}

/*Leftbar and rightside divs*/

#leftbar	{
	margin:0px auto;
	width:283px;
	float:left
}

#rightside	{
	margin:0px auto;
	width:654px;
	float:left;
	padding-left:23px;
}

p	{
	font-size:13px;
	color:#f0f0f0;
	padding:0px;
	line-height: 17px;
}

p.firstpara	{
	font-size:13px;
	color:#f0f0f0;
	padding:0px;
	line-height: 17px;
	font-weight: bold;
}

.testtimonialhighlight	{
	color:#5bfb24;
	font-weight:bold;
}

.contactlhighlight	{
	color:#ff2355;
	font-weight:bold;
}

.aboutlhighlight	{
	color:#f67931;
	font-weight:bold;
}

/*Footer*/

#footer	{
	background-image:url(../images/footerrepeat.jpg);
	text-align:center;
	background-repeat:repeat-x;
	width:100%;
	height:280px;
	background-color:#2d2b26;
	float:left;
}

#footertable	{
	padding-top:15px;
}

.footertext	{
	padding-left:90px;
	text-align:left;
}

.footerlogo	{
	padding-left:140px;
	text-align:left;
}