/* STRUCTURE */


/*
WRAPPER : MAINPAGE (ID of mainpage given to body)
================================================*/
#mainPage #wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff url(http://www.wireandcable.com/img/global/wrapperBg_hor.gif) repeat-y top left;
}


/*
WRAPPER : PRODUCTS (ID of products given to body)
================================================*/
#products #wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff;
}


/*
MASTHEADS
================================================*/
#masthead {
	width: 980px;
	height: auto;
}

#header {
	width:auto;
	height: 169px;
	background: #fff url(http://www.wireandcable.com/img/global/headerVis.jpg) no-repeat top left;
}

#header p {
	padding: 20px 20px 0;
	text-align: right;
	line-height: .8em;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


/*
MAIN VISUALS
================================================*/
img#visual {
 margin: 0 0 20px 0;
	padding:0;
	width: 609px;
	height:204px;
	border-bottom: 1px solid #000;
}

#products img#visual {
	float:right;
	clear:right;
	margin:0;
	padding:0;
	width: 609px;
	height:204px;
	border: none;
}

/*
SECONDARY CONTENT : MAINPAGE
================================================*/
#mainPage #secondaryContent { /* formally leftCol */
 float:left;
	margin:0;
	padding: 10px;
	height: auto;
	width: 351px; /*TARGET = 371*/
	display: inline; /* KLUDGE: THIS IS FOR IE 6 DOUBLE MARGIN BUG, MOVE TO BUG SHEET */
}


/*
PRIMARY CONTENT : MAINPAGE
================================================*/
#mainPage #primaryContent { /* formally rightCol */
 float:left;
	margin: 0;
	padding-bottom: 25px;
	width: 609px;
	display: inline; /* KLUDGE: THIS IS FOR IE 6 DOUBLE MARGIN BUG, MOVE TO BUG SHEET */
}

/*
SECONDARY CONTENT : PRODUCTS
================================================*/
#products #secondaryContent {
	float:left;
	clear:left;
	padding:0;
	width: 980px; /* TARGET = 980PX */
	/*display: inline;  KLUDGE: THIS IS FOR IE 6 DOUBLE MARGIN BUG, MOVE TO BUG SHEET */
	background: #fff url(http://www.wireandcable.com/img/global/wrapperBg_hor.gif) repeat-y top left;
	height: 204px;
	border-bottom: 1px solid #000;
}


/*
PRIMARY CONTENT : PRODUCTS
================================================*/
#products #primaryContent {
	float:left;
	clear:left;
	margin: 3px 0 0 0;
	padding:15px 15px 25px 15px;
	width: 950px; /* TARGET = 980PX */
}

/*Content A is used in #products/#primaryContent for a left column.*/
#content_a {
float:left;
width: 450px;
}

/*Content B is used in #products/#primaryContent for a right column.*/
#content_b {
float:right;
width: 450px;
}

/*
FOOTER
================================================*/
#clear {
	clear: both;
	height: 10px;
	width: 980px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #e25503; 
}

#footer {
	float: left;
	height: auto;
	background: #000 url(http://www.wireandcable.com/img/global/footerBg.jpg) repeat-x top left;
}