/* CSS Document */

body{
	margin: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-color:#666666;
	font-size: 13px;
}
p{
	font-family: Arial, sans-serif;
	font-color:#666666;
	font-size: 13px;
	line-height: 18px;
}
p, li, td, textarea, input{
	font-family: Arial, sans-serif;
	font-color:#666666;
	font-size: 12px;
}
img{
	border: none;
}
h1{
	color: #316AC5;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}
h2{
	color: #316AC5;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	
}
.blue{color:#316AC5;}
.indent {padding-left:10px !important;}
.indent a{font-weight: normal !important;}

#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header{
	height:150px;
	width:960px;
	background: transparent url(images/bg_header.png) no-repeat left top;
}
a.logo{
	display: block;
	height: 150px;
	width: 200px;
	float: left;
}
#main{
	float:left;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 960px;
}
#navigation{
	float: left;
}
#content{
	width: 764px;
	float:right;
}
#special{
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	float: left;

}
.top{
	background: transparent url(images/bg_content_top.png) no-repeat left bottom;
	height: 24px;
	width: 764px;
}
.middle{
	background: transparent url(images/bg_content_middle.png) repeat-y left top;
	float:left;
	width: 764px;
}
.bottom{
	background: transparent url(images/bg_content_bottom.png) no-repeat left top;
	height: 24px;
	width: 764px;
	clear: left;
}
.content{
	width: 700px;
	margin: 0 20px;
}

#footer{
	height: 75px;
	width: 961px;
	background: transparent url(images/bg_footer.png) no-repeat left top;
	clear: both; 
}

ul.global_nav{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-right: 148px;
	margin-top: 12px;
}
ul.global_nav li{
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}
ul.global_nav a{
	text-decoration: none;
	color: #ccc;
}


#navigation{
	background: transparent url(images/bg_menu.png) no-repeat top left;
	height:570px;
	width:181px;
}
#navigation ul {
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
	width: 181px;
	border-bottom: 1px solid #5A8CD8;
	border-top: 1px solid #2D6DCE;
	}
#navigation ul li {
	position: relative;
	padding-left:10px;
	border-bottom: 1px solid #2D6DCE;
	border-top: 1px solid #5A8CD8;
	}
	
#navigation ul li.gradient {
	
	border-bottom: 1px solid #4E80D1;
	border-top: 1px solid #7CA3DC;
	}

#navigation ul li ul {
	position: absolute;
	left: 181px;
	top: -13px;
	display: none;
	background: #3A71C8;
	border-top: 1px solid #B0D3FF;
	border-bottom: 1px solid lightblue;
	border-right: 1px solid #6CB3FF;
	}
#navigation ul li ul li{
	margin: 0;
	padding: 0;
}
	
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: arial, sans-serif;
	font-size:12px;
	font-weight: bold;	
	padding: 4px;
	
}
#navigation li ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding-left:5px;
}
#navigation li ul a:hover{
	background-color: #6F98DB;
}

#navigation li:hover ul, #navigation li.over ul{display: block;}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */




table.grid{
	width:715px;
	height:350px;

}
.grid1{
	background: transparent url(images/bg_enclosures.png) no-repeat top left;
	height:  84px;
	width: 350px;
}
.grid2{
	background: transparent url(images/bg_wireways.png) no-repeat top left;
	height:  84px;
	width: 350px;
}
.grid3{
	background: transparent url(images/bg_cabinets.png) no-repeat top left;
	height:  84px;
	width: 350px;
}
.grid4{
	background: transparent url(images/bg_accessories.png) no-repeat top left;
	height:  84px;
	width: 350px;
}
.gridcontent{
	margin-left: 100px;
	padding-top: 7px;
	width: 240px;
}
.gridcontent h1{
	margin:0;
}
.gridcontent p{
	margin: 0;
	line-height:15px;
}

#footer ul{
	margin: 6px 0 0 30px;
	padding: 0;
	list-style-type: none;
	height:15px;
	float:left;
}
#footer li{
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}
#footer ul li a{
	color: #fff;
	text-decoration: none;
}

.copyright{
	width: 100%;
	clear: both;
	margin-left: 30px;
	color: #fff;
	margin-top: 6px;
	float: left;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}

@import megadrop.css



