/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#000;
}
#container{
	width:918px;
	text-align:left;
	margin: 20px auto 0px;
	background-color:#000;
}
#logo{
	clear:both;
	width:918px;
	height:126px;
	padding-top:50px;
	margin-bottom:50px;
}
#rightColumn{
	float:right;
	width:396px;
	padding-left:40px;
	margin-bottom:40px;
}
#leftColumn{
	float:left;
	width:482px;
	margin-bottom:30px;
}
#footerContainer{
	clear:both;
	min-height:116px;
	background:url(../images/footerBack.jpg) left top no-repeat;
}
#footerLeft{
	float:left;
	width:447px;
	padding-top:8px;
	padding-left:12px;
}
#footerRight{
	float:right;
	width:447px;
	text-align:right;
	padding-top:8px;
	padding-right:12px;
}
/*specific CSS*/
h1{
	display:none;
}
li{
	display:inline;
}
h2{
	color:#f6921d;
	font-family:impact;
	font-size:1.9em;
	font-weight:normal;
}
p{
	color:#FFFFFF;
	font-size:0.8em;
	line-height:1.4em;
}
p span{
	font-weight:bold;
	color:#f6921d;
}
h3{
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.7em;
}
h3 span{
	color:#f6921d;
}
#footerLeft a{
	color:#FFFFFF;
	text-decoration:none;
}
#footerLeft a:hover{
	color:#f6921d;
	text-decoration:underline;
}
/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:68px;
}
a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -68px;
}
#home{
background-image:url(../images/home.jpg);
width:147px;
}
#cable{
background-image:url(../images/cableManagement.jpg);
width:321px;
}
#wholesale{
background-image:url(../images/wholesaleProducts.jpg);
width:268px;
}
#contact{
background-image:url(../images/contact.jpg);
width:182px;
}
