@charset "utf-8";
/* CSS Document */

/* Imports  */
@import url('reset.css');
@import url('nav.css');
@import url('classes.css');
@import url('mobile.css');






/*main CSS Start*/
body{ background-color:#4678AD;
background-image: url(../images/styleimages/bgcircuit001.png);


height:auto;
font-family:Verdana, Geneva, sans-serif;
}


a:link {
	color: #A63D37;
	font-family:"";
}
a:visited {
	color: #A63D37;
	font-family:"";
}
a:hover {
	color: #333;
	font-family:"";
}
a:active {
	color: #A63D37;
	font-family:"";
}

p{
	font:
	"Gill Sans MT";
	font-size:17px;
	line-height: 22px;
	}

h1{ font-size:21px; color:#fff !important;
padding-bottom: 5px;}

h2{
	font-size:18px; color:#4678AD;
padding-bottom: 5px;}

h3{
	font-size:14px;
	 color:#666943;
padding-bottom: 5px;}
h4{
	font-size:30px;
	 color:#666943;
padding-bottom: 5px;}
#wrapper{
	width: 80%;
	max-width: 1000px;
	min-width: 1000px;
	padding-top:0px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 3px 4px rgba(21,22,41,0.52);
	-moz-box-shadow: 0px 0px 3px 4px rgba(21,22,41,0.52);
	box-shadow: 0px 0px 3px 4px rgba(21,22,41,0.52);
	display: block;
}

header{
	width: 100%;
	height: 180px;
	border-bottom:solid #F15A22 2px ;
	margin: 0px 0px 20px 0px;
	background-color:#fff;
	
	z-index:100;

	
}

#contact_details{
	width:690px;
	height:100px;
	float:right;
	padding-top: 20px;
	font-size:40px;
	line-height:50px;
	letter-spacing:-1px;
	color: #758F9E;
	text-align:center;
	font-family:"DejaVu Sans";
	
	
}
#contact_details a:link {
	color: #758f9e;
	text-decoration: none;
}
#contact_details a:visited {
	color: #758f9e;
	text-decoration: none;
}
#contact_details a:hover {
	color: #A73D37;
	text-decoration: none;
}
#contact_details a:active {
	color: #758f9e;
	text-decoration: none;

}


#content {
	width:100%;
	height:auto;
	min-height:800px;
	background-color:#fff;
	display: block;
	
	

						}
	
#slideshow{
	height: 320px;
	width: 700px;
	overflow:hidden;
	float: right;
}
	
	
#toprow{ 
height:335px;
width:100%;}

#middlerow{
	height:335px;
	width:100%;
	padding-top:15px;}
#bottomrow{
	height:auto;
	width:100%;
	padding-top:15px;
}

#rgtcol{
	width: 55%;
	height:auto;
	min-height: 500px;
	float:right;
	
	
	}
#lftcol{
	width: 50%;
	height:auto;
	min-height: 500px;}
	
	
#page_description{
	width:100%;
	height: 100px;
	
}

article {
	background-color:#fff;
	padding-left:10px;
	padding-top:10px ;
	}
	

.main{
	
	width:63%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.main h1{ color:#000 !important; font-size:40px;}
.mainc{ background-color:#CCC;
  	width:65%;}
aside{
	width:35%;
	background-color:#EFEFEF;
	float:right;
	/*overflow:hidden;*/
	}


section{ }

#you_tube{
	width:400px;
	height:225px;
	
	
}
footer{
height:50px;
width:99%;

background-color:#F15A22;
bottom: 0;
padding-top: 10px;
padding-right:10px;




}
#footer_info{
	padding-top:0px;
	text-align:right;
	font-size:16px;
	color:#FFF !important;
	float:right !important;
	    }
