/* Colors:
	Links: #CC6600 (yellow/orange)
	Hovered Links: #303635 (grey)
	Paragraph: #4E3F26 (brownish grey)
	H1: #5A85D4 (light blue)
	H2: #CC6600 (yellow/orange)
*/

/* Universal Reset */
*
{
padding: 0px;
margin: 0px;
}

/* Background of the page, shows faded gray */

body
{
	background: #FFF url('../images/body_bg.jpg') repeat-x;
	font-size: 13px;
	font-family: Verdana, helvetica, sans-serif;
	color: #303635;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
}

/* default h1, h2, p, a, a:hover */

h1
{
	font-size: 16px;
	line-height: 25px;
	color: #5A85D4;
	letter-spacing: 1.5px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2
{
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #CC6600;
	padding: 0px 0px 10px 0px;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	color: #303635;
	padding: 10px 0px 10px 0px;
}

h4
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #5A85D4;
	padding: 0px 0px 0px 8px;
}


p
{
	margin-bottom: 14px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, helvetica, sans-serif;
	color: #4E3F26;
	line-height: 18px;
}

a
{
	color: #5A85D4;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
	text-decoration: underline;
}

/* superscript style */
sup
{
	font-size: 0.6em;
}

/* horizontal rule */
hr
{
margin: 15px;
border-top: 1px solid #EBF2FC;
text-align: center;
}


/* outer div, defines the pages container*/
#outer
{
	margin: 0 auto;
	text-align: center;
	width: 960px;
	background: none;
}

/* inner div, defines the page's container */
#inner
{
	background: white;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 960px;
	z-index:0;
	/* overflow: hidden; */
}

/* banner at the top that dispays the view cart button */
#viewcart
{
	width: 960px;
	line-height: 24px;
	color: white;
	text-align: right;
	background: none;
	/* background: url('../images/menu_bar.jpg') repeat-x; /* a gray that matches the background */ */
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

#viewcart a
{
	font-size:85%;
	color: white;
	padding-right: 10px;
	margin-left: 10px;
}

/* the main web page banner / header */
#header
{
	background: url('../images/header_trans.png') no-repeat;
	width: 960px;
	height: 110px;
	padding: 0px;
	margin: 0px;
}

/* div for the search box, positioned on right side of inner div */
#searchbox
{
	width: 955px;
	float: right;
	clear: both;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	/* margin-right:5px; */
	}

/*the button for the search box */
#searchbox .button
{
	border: 1px #999999 solid;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	/* padding: 1px; */
	margin: 0px;
	width: 45px;	
}

/* primary content div */
#primarycontent
{
	width: 730px;
	float: right;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#primarycontent ul
{
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
}

#primarycontent ul li
{
	padding-left: 8px;
}

#primarycontent ul li a
{
	text-decoration: none;
	color: #5A85D4;
}

#primarycontent ul li a:hover
{
	text-decoration: underline;
	color: #CC6600;
}

#primarycontent ul.bullet
{
	color: #4E3F26;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 5px;
	margin-bottom: 14px;
}

#primarycontent ul.bullet li
{
	padding-left: 1px;
}

#primarycontent ul.bullet li a
{
	text-decoration: none;
	color: #5A85D4;
}

#primarycontent ul.bullet li a:hover
{
	text-decoration: underline;
	color: #CC6600;
}

#primarycontent .image_caption
{
	padding: 10px;
}

#primarycontent .image_caption img.border
{
	border: solid 1px gray;
}

#primarycontent .image_caption p
{
	margin: 10px 8px;
	font-size: 0.7em;
	color: #303635;
	text-align: left;
	line-height: 12px;
}

#primarycontent p.bread
{
	margin: 0px 0px;
	font-size: 0.7em;
	color: #303635;
	text-align: left;
	line-height: 12px;
}

#primarycontent .right
{
	float: right;
}

#primarycontent .left
{
	float: left;
}

#primarycontent .center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 

#primarycontent #Prod_Table
{
	clear: both;
	font-size: 10px;
}

#primarycontent #Prod_Table tr.T_Heading2 td
{
	font-size: 12px;
	background-color: #beccff;
	color: black;
	padding: 5px;
	font-weight: bold;
}

#primarycontent #Prod_Table tr.T_Heading td
{
	background-color: #5A85D4;
	color: white;
	padding: 5px;
	font-weight: bold;
}

#primarycontent #Prod_Table tr.T_Heading3 td
{
	font-size: 12px;
	height: 24px;
	background: url('../images/menu_bar.jpg') repeat-x;
	color: white;
	padding-left: 5px; 
	font-weight: bold;
	border-right: 5px solid white;
}

#primarycontent #Prod_Table tr.T_Row td
{
	padding: 5px;
	background-color: white;
	color: #4E3F26;
	border-bottom: #CCC solid 1px;
}

/* tabs for quick order table */
#primarycontent #nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	/* margin-left: 0; */
	font-weight:bold;
	padding: 5px 0px;
	/* background-color: red; */
}

#primarycontent #nav li 
{
	display: inline;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	margin-right: 2px;
	padding-bottom:5px;
	padding-right: 8px;
}


#primarycontent #nav li.selected
{
	color: #4E3F26;
	background-color: #beccff;
}

#primarycontent #nav li.lastselected
{
	background-color: #beccff;
	color: #4E3F26;
	border:none;
}

#primarycontent #nav a 
{
	color: #5A85D4;
	text-decoration:none;
}
#primarycontent #nav a:hover 
{
	text-decoration:underline;
}

#primarycontent2
{
margin: 10px 20px 0px 30px;
text-align: left;
}

/* used for drop down menus on pages for selections */
option
{
font-size: 13px;
font-family: verdana, helvetica, sans-serif;
color: #4E3F26;
}

#footer
{
clear: both;
height: 45px;
text-align: center;
line-height: 45px;
background-color: #F5F8FD;
color: #A8A88D;
font-size: 11px;
border-top: 2px solid #FBF8F3;
}

#footer a
{
color: #8C8C73;
}


