/* 

========================================================================

template_3col.css

========================================================================

*/


/* ------------ Body - Text and General Elements ----------------------------- */


body
{
	background: url( "../images_template/bg_main.gif" ) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
}




#logintitle
{
	color: #0066CC;
	font-size: 14px;
	font-family: Arial,Helvetica,Sans-Serif;
}



h3
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

footer
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}


specialheadertext
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}


h4
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

.h3bold
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}







p
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 15px;
	line-height: normal;
	margin: 4px 0px 0px 0px;
}


#p2
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 15px;
	line-height: normal;
	margin: 4px 0px 0px 0px;
}



.blueheading
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	line-height: 0px;
	color: #0066CC;
}


.blueheading img
{
	margin-top: 5px;
}




.blueitalic
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-style: italic;
	color: #0066CC;
}







.price
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}







img
{
	border: 0px;
	margin: 0px 0px 0px 0px;
}







#buybutton
{
	padding: 6px 0px 0px 6px;
}







/* ------------ Container - Defines Width ----------------------------- */







#wrapper
{
	display: block;
	margin: 0 auto;
}







#centrecontainer
{
	width: 776px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}







/* ------------ Top-Navigation ----------------------------- */






#topnav
{
	border: solid 0px #000000;
	font-size: 11px;
	line-height: normal;
	height: 20px;
}







#topnav ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}







#topnav li
{
	float: right;
	display: block;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}







#topnav a
{
	text-decoration: none;
	font-weight: normal;
	color: #765;
}







#topnav a:hover
{
	text-decoration: underline;
	color: #000000;
}






/* ------------ Logo section ----------------------------- */

#headerlogo
{
	height: 80px;
	margin: 0px;
	padding: 0px 0 0 0;
	clear: both;
	border: solid 0px #000000;
}

#headerlogo img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none 0px;
}

/* ------------ Header Navigation section ----------------------------- */

#headernav
{
	height: 40px;
	display: block;
	float: left;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 2px;
	font-size: 11px;
	line-height: normal;
}

#headernav ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}


#headernav li
{
	float: left;
	background: url( "../images_navbar/left.gif" ) no-repeat left top;
	margin: 0px;
	padding: 0 0 0 9px;
}







#headernav a
{
	float: left;
	display: block;
	background: url( "../images_navbar/right.gif" ) no-repeat right top;
	padding: 7px 15px 5px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #765;
}







/* Commented Backslash Hack hides rule from IE5-Mac \*/

#headernav a
{
	float: none;
}







/* End IE5-Mac hack */


#headernav a:hover
{
	color: #000000;
}



#headernav #current
{
	background-image: url( "../images_navbar/left_on.gif" );
	border-width: 0;
}

#headernav #current a
{
	background-image: url( "../images_navbar/right_on.gif" );
	color: #333;
	padding-bottom: 5px;
}


/* ------------ Sub-Navigation ----------------------------- */

#subnav
{
	display: block;
	float: left;
	padding: 0px 0px 4px 0px;
	margin: 0 0 0 0px;
	height: 22px;
	width: 100%;
	background: url( "../images_navbar/subnav_bg.jpg" );
	font-size: 14px;
	line-height: normal;
}







#subnav ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}







#subnav li
{
	float: left;
	display: block;
	padding: 4px 10px 4px 10px;
}







#subnav a
{
	text-decoration: none;
	font-weight: bold;
	color: #765;
}







#subnav a:hover
{
	text-decoration: underline;
	color: #000000;
}











/* ---------------- Page Body ----------------------------- */







#pagebody
{
	margin: 0;
}







/* ---------------- Left Hand Column ----------------------------- */







#leftcolumn
{
	width: 156px;
	margin: 10px 10px 10px 0px;
	float: left;
	border-top: solid 0px #000000;
	border-right: solid 0px #E7E7E7;
	border-bottom: solid 0px #000000;
	border-left: solid 0px #000000;
}



#breadcrumb
{
	text-align: right; font-size: 10px;
}



/* ------------- Left Hand Column Boxouts - Login and content ---------------------------------- */







#boxout1header
{
	float: left;
	width: 152px;
	height: 24px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	background-image: url(../images_template/headerblack.gif);
	background-repeat: no-repeat;
}







#boxout1text
{
	width: 136px;
	float: left;
	padding: 6px 6px 6px 6px;
	margin: 0px 11px 0px 0px;
	background-color: #FFD100;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 2px #000000;
	text-align: left;
	font-size: 12px;
}

#boxout1footer
{
	float: left;
	width: 152px;
	height: 12px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images_template/footerblack.gif);
	background-repeat: no-repeat;
}







/* ------------- Left Hand Column Boxouts 2 - Links and Ad Banners ----------------------------- */







#boxout2header
{
	float: left;
	width: 152px;
	height: 13px;
	font-size: 16px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images_template/header2.gif);
	background-repeat: no-repeat;
}







#boxout2content
{
	width: 136px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	background-color: #FFFFFF;
	border-top: solid 0px #CDCDCD;
	border-right: solid 2px #CDCDCD;
	border-bottom: solid 0px #CDCDCD;
	border-left: solid 2px #CDCDCD;
	text-align: center;
	font-size: 12px;
}







p.boxout2text
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}







#boxout2footer
{
	float: left;
	width: 152px;
	height: 13px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images_template/footer2.gif);
	background-repeat: no-repeat;
}







/* ------------- Left Column Sub Menu ----------------------*/







#submenu
{
	display: block;
	float: left;
	margin: 0px 0px 0px -6px;
}







#submenuheader
{
	float: left;
	width: 152px;
	height: 24px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	background-image: url(../images_template/header.gif);
	background-repeat: no-repeat;
}



#submenucontent
{
	width: 200px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFD100;
	border-top: solid 0px #CDCDCD;
	border-right: solid 2px #CDCDCD;
	border-bottom: solid 0px #CDCDCD;
	border-left: solid 2px #CDCDCD;
	text-align: left;
	font-size: 10px;
}





#submenu ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}







#submenu li
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}







#submenu a
{
	width: 142px;
	display: block;
	padding: 4px 0px 4px 6px;
	background-color: #FFD100;
	border-top: solid 1px #CDCDCD;
	border-right: solid 0px #CDCDCD;
	border-bottom: solid 1px #CDCDCD;
	border-left: solid 0px #CDCDCD;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}







#submenu a:hover
{
	display: block;
	background-color: #FBECA5;
}







#submenufooter
{
	float: left;
	width: 152px;
	height: 12px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images_template/footer.gif);
	background-repeat: no-repeat;
}







/* ------------ Center Column ----------------------------- */







#centercolumn
{
	width: 410px;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}







/* ----------------- Special Offer Boxout ---------- */







#specialheader
{
	width: 410px;
	height: 26px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images_template/header5.gif);
	background-repeat: no-repeat;
}







#specialbox
{
	width: 407px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFD200;
	border-top: solid 0px #000000;
	border-right: solid 3px #198BFF;
	border-bottom: solid 0px #000000;
	border-left: solid 0px #000000;
}



#specialcontent
{
	float: left;
	text-align: center;
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFD200;
	border-top: solid 0px #198BFF;
	border-right: solid 0px #198BFF;
	border-bottom: solid 0px #198BFF;
	border-left: solid 3px #198BFF;
}

#specialtitle
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
}


#specialfooter
{
	clear: both;
	width: 410px;
	height: 26px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images_template/footer4.gif);
	background-repeat: no-repeat;
}





/* ------------- Center Column Boxouts - Login and content ---------------------------------- */







#boxout3header
{
	float: left;
	width: 410px;
	height: 24px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	background-image: url(../images_template/header4black.gif);
	background-repeat: no-repeat;
}

#boxout3header h1
{
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	color: #666666;
	margin: 0px 0px 10px 0px;
}

#orderingsubheader
{
	width: 398px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	background-color: #FFD100;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 0px #CDCDCD;
	border-left: solid 2px #000000;
	text-align: left;
	font-size: 10px;
}


#boxout3subheader
{
	width: 398px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	background-image: url(../images_template/subheader_bg.gif);
	background-color: #FFD100;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 2px #000000;
	text-align: left;
	font-size: 10px;
}

#boxout3subheader img
{
	margin-top: 5px;
}


#boxout3text
{
	width: 390px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	background-color: #ffffff;
	border-top: solid 0px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 2px #000000;
	text-align: left;
	font-size: 12px;
}







#boxout3footer
{
	float: left;
	width: 410px;
	height: 13px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images_template/footer3black.gif);
	background-repeat: no-repeat;
}







/* ------------ Right Hand Column ----------------------------- */







#rightcolumn
{
	text-align: center;
	width: 165px;
	margin: 10px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-top: solid 0px #000000;
	border-right: solid 0px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 0px #E7E7E7;
	font-size: 8pt;
	color: #B1AFBA;
}







#adbanner
{
	margin: 10px 0px 0px 0px;
}







/* ------------ Footer Section ----------------------------- */







#footer
{
	clear: both;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 1px #D7D7D7;
	border-right: solid 0px #000000;
	border-bottom: solid 0px #000000;
	border-left: solid 0px #000000;
	font-size: 7pt;
	color: #B1AFBA;
}







/* ------------ Forms ------------------------------------------------ */







select, input, textarea
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	background-color: #eaeaea;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}







select:focus, input:focus, textarea:focus
{
	font-weight: normal;
	color: black;
	background-color: #F7F7FF;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}







input.submit
{
	background-color: #000000;
	color: white;
	font-weight: bold;
	font-size: 9.5pt;
	text-align: right;
	border-style: outset;
	border-left: solid 0px #FF6666;
	border-top: solid 0px #FF6666;
	border-right: solid 0px #990000;
	border-bottom: solid 0px #990000;
	margin: 0px 0px 0px 0px;
}

#trackingform
{
	float: right;
	width: 150px;
	background-color: #FFD100;
	height: 150px;
	border-top: solid 0px #CDCDCD;
	border-right: solid 2px #CDCDCD;
	border-bottom: solid 0px #CDCDCD;
	border-left: solid 2px #CDCDCD;
	margin: 0px 0px 8px 0px;
	border: 1px;
	border-color: gray;
}









#logintitle
{
	color: #0066CC;
	font-size: 14px;
	font-family: Arial,Helvetica,Sans-Serif;
}

#ticker
{
	float: left;
	width: 152px;
	height: 220px;
	color: #000000;
	margin: 0px 0px 0px 5px;
	padding: 33px 0px 0px 10px;
	background-image: url(../images/p2gotickerproof.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
}
