body{
	background-color:#ffffff;
	}

.logo{
	position:absolute;
	left:0px;
	top:0px;
	padding-right:100px;
	}
	

#banner{
	width:100%;
	
	background-color:#414340;	
}

.about{
	background-image:url(images/icons.png) 0 0;
	
		
}

.ui-title{
overflow:visible!important;	
}

#header{
border-bottom:3px solid #0a8ba6;	
box-shadow: 0px 5px 15px 3px #2c2c2b;
-webkit-box-shadow: 0 5px 15px 3px #2c2c2b;
	   -moz-box-shadow: 0 5px 15px 3px #2c2c2b;
}

#header-page{
	border-bottom:3px solid #0a8ba6;
}

#footer{
	border-top:2px solid #0a8ba6;	
	text-align:center;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	background-color:#25465a;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000000 /*{a-body-shadow-color}*/;
	background: -moz-linear-gradient( #1d2f3d, #25465a) repeat scroll 0% 0% rgb(187, 187, 187);
	background: -webkit-gradient(linear, left top, left bottom, from( #1d2f3d /*{a-body-background-start}*/), to( #25465a /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #1d2f3d /*{a-body-background-start}*/, #25465a /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:     -ms-linear-gradient( #1d2f3d /*{a-body-background-start}*/, #25465a /*{a-body-background-end}*/); /* IE10 */
	background:      -o-linear-gradient( #1d2f3d /*{a-body-background-start}*/, #25465a /*{a-body-background-end}*/); /* Opera 11.10+ */
	background:         linear-gradient( #1d2f3d /*{a-body-background-start}*/, #25465a/*{a-body-background-end}*/);
}

#nav a{
	width:100%;	
	border-radius:0px;
	text-align:left;
	
}

ul li{

}


#bodycontent{
	background-color:#ffffff;
	width:95%;	
	margin:0 auto;
	top:0px;
	position:relative;
	padding-top:0px;
	padding:10px;
}

#content{
	
	height:100%;
	background: -moz-linear-gradient( #e8ebec, #ffffff) repeat scroll 0% 0% rgb(187, 187, 187);
	background: -webkit-gradient(linear, left top, left bottom, from( #e8ebec /*{a-body-background-start}*/), to( #ffffff /*{a-body-background-end}*/)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #e8ebec /*{a-body-background-start}*/, #ffffff /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:     -ms-linear-gradient( #e8ebec /*{a-body-background-start}*/, #ffffff /*{a-body-background-end}*/); /* IE10 */
	background:      -o-linear-gradient( #e8ebec /*{a-body-background-start}*/, #ffffff /*{a-body-background-end}*/); /* Opera 11.10+ */
	background:         linear-gradient( #e8ebec /*{a-body-background-start}*/, #ffffff/*{a-body-background-end}*/);
}

#btm-content{
	background-color:#dedede;	
	padding:10px;
}

.title{
	margin-left:50px;	
	width:100%;
	position:relative;
	
	overflow:visible;
	margin-right:0px;
	font-size:14px;
}

#nav .ui-icon{
	
}

#nav .about{
	top:6px;
	margin-right:10px;
	margin-left:10px;
	position:relative;
	background-image:url(images/icons.png);
	width:36px;
	height:30px;
	background-position:0 0;	
}

#nav .services{
	background-image:url(images/icons.png);
	margin-right:10px;
	top:6px;
	position:relative;
	margin-left:10px;
	width:36px;
	height:35px;
	background-position:0 -40px;	
}

#nav .products{
	background-image:url(images/icons.png);
	margin-right:10px;
	margin-left:10px;
	width:36px;
	height:30px;
	background-position:0 130px;	
	top:6px;
	position:relative;
}

#nav .testimonials{
	background-image:url(images/icons.png);
	margin-right:10px;
	margin-left:10px;
	width:36px;
	height:30px;
	background-position:0 80px;	
	top:6px;
	position:relative;
}

#nav .contact{
	background-image:url(images/icons.png);
	margin-right:10px;
	margin-left:10px;
	width:36px;
	height:33px;
	background-position:0 35px;	
	top:3px;
	position:relative;

}

.bright-blue{
	color:#1197d5;	
}

.orange{
	color:#F60;	
}

.center{
	text-align:center;	
}

.check{
	border:1px solid #fff;
	float:left;	
	margin-right:5px;
}

hr{
	background-color:#F60;	
	color:#F60;	
}

#header-page .ui-icon{
border-radius:0px;

}

div.submitbtn{
	width:130px;
	margin:0 auto;	
}