@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#a4a4a4;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a {
	font-size: 11px;
	color: #4d0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d0000;
}
a:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color: #4d0000;
}

#container {
	margin:auto;
	position:relative;
	width:100%;
	height:100%;
	min-height:230px;
	background-image:url(images/bgimage.jpg);
	background-repeat:no-repeat;
}

#top_orangestrip {
	margin:auto;
	position:relative;
	left:0px;
	top:70px;
	width:925px;
	height:16px;
	text-align:left;
	background-image:url(images/orangestrip.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#top_tab {
	margin:auto;
	position:absolute;
	left:590px;
	top:0px;
	height:16px;
	width: 315px;
	background-image:url(images/toptab.png);
	background-repeat:no-repeat;
}

#top_holder {
	margin:auto;
	position:relative;
	left:0px;
	top:70px;
	width:925px;
	height:58px;
	text-align:left;
	background-color:#FFFFFF;
}

#nav_holder {
	margin:auto;
	position:absolute;
	left:285px;
	top:17px;
	width:633px;
	height:39px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:middle;
}

#top_box {
	margin:auto;
	position:relative;
	left:0px;
	top:70px;
	width:955px;
	text-align:left;
	background-image:url(images/bg_topimage.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#bottombg {
	background-image:url(images/bg_bottoncontent.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

#sub_nav {
	margin:auto;
	position:absolute;
	left:50px;
	top:30px;
	width:351px;
	text-align:left;
}

#right_column {
	margin:auto;
	position:absolute;
	left:420px;
	top:0px;
	width:519px;
	text-align:left;
}

#left_column {
	margin:auto;
	position:absolute;
	left:0px;
	top:65px;
	width:406px;
	text-align:left;
	background-image:url(images/bg_leftcolumn.png);
	background-repeat:repeat-y;
}

#products {
	margin:auto;
	position:absolute;
	left:3px;
	top:40px;
	height:97px;
	width:398px;
	text-align:left;
}

#breaker {
	padding-left:40px; 
	padding-top:35px; 
	background-image:url(images/breaker.jpg); 
	height:13px;
	width:365px;
}

#endcap {
	padding-left:20px; 
	padding-top:20px; 
	background-image:url(images/endcap.jpg);
	background-repeat:repeat-x; 
	width:385px;
	background-color:#A4A4A4;
}
	
#left_column_content {
	padding:20px; 
	width:366px;
}

#footer {
	margin:auto;
	position:relative;
	left:0px;
	top:70px;
	width:100%;
	height:84px;
	text-align:center;
	background-image:url(images/bg_footer.jpg);
	background-position:top;
}

a.button2 {
    background: transparent url('images/buttongo.png') no-repeat scroll top left;
    color: #4d0000;
    display: block;
    font: normal 11px arial, sans-serif;
	font-weight:bold;
    height: 23px;
	margin-top:7px;
    margin-right: 5px;
    padding-left: 30px;
	padding-top: 3px;
	text-decoration: none;
}

a.button2:active {
    background-position: bottom left;
    color: #898989;
    outline: none; 
}

a.button2:active span {
    background-position: bottom left;
    padding: 5px 0 5px 0px; 
}

.bodytext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	color: #FFFFFF;
}

.bold_cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e1e28;
}
.title_caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d0000;
}

.title_caps_gl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #616161;
}
