﻿/* GENERAL TAGS */

html, body, form, #wrapper, #masterheader, #menu, #footer
{
	margin: 0;
	width: 100%;
}
body
{
	font-family: Arial, Verdana;
	background-image: url(Backgrounds/PageBG.gif);
	background-repeat: repeat-y;
}
a
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color:#000;
	text-decoration:underline;
}

a:visited
{
	color:#000000;
}

/* DIVS */

#wrapper, #masterheader, #menu, #leftcol, #centercol, #footer, #login, #loginheader, #cartsummary, #cartsummaryheader
{
	position: static;
}
#masterheader
{
	background-image:url(Backgrounds/Holt_headerbgREV.jpg);
	background-repeat:repeat-x;
	overflow: visible;
	background-color: #FFF;
	font-size: .7em;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:87px;
}
#phone {
	position:fixed;
	width:500px;
	height:29px;
	z-index:1;
	left: 325px;
	top: 10px;
}

.phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	padding-left:30px;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: regular;
	font-style:italic;
	text-align:bottom;
	}

#menu
{
	background-repeat: repeat-x;
	font-size: .7em;
	height: 22px;
	width:820px;
	line-height: 22px;
	margin-bottom: 10px;
	position: absolute;
	top: 55px;
	left: 308px;
}
#leftcol
{
	/* float: left; */
	background-image:url(Backgrounds/leftcolbg.jpg);
background-repeat:no-repeat;
overflow: visible;
	width: 200px;
	height:450px;
	margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 88px;
}
#centercol
{
	/* float: left; */
	overflow: visible;
	/* width: 800px; */
	position: absolute;
	left: 225px;
	top: 99px;
}
#footer
{
	clear: both;
	overflow: visible;
	background-color: #179BDE;
	color: #FFF;
	font-size: .7em;
	border-top: solid 1px #BBBBBB;
	height: 25px;
	line-height: 25px;
}
#footer a
{
	color: #FFF;
	font-weight: bold;
}
#login
{
	width: 190px;
	overflow: visible;
	font-size: .7em;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#loginheader, #loggedinas
{
	padding-top:20px;
	padding-left:13px;
	height: 20px;
	line-height: 20px;
	/*background-color: #0C60AA;*/
	color: #990000;
	font-size: .7em;
	font-weight: bold;
	padding:10px 0px 0px 13px;
}
#cartsummary, #myorderssummary
{
	width: 196px;
	overflow: visible;
	/* padding: 2px; */
	font-size: .7em;
	background-color: #f7f7f7;
	color: #000;
	min-height: 50px;
}
#netorderlogo
{
	padding-top: 25px;
	text-align: center;
	width: 100%;
	height: 68px;
}
#quickorder
{
	font-size: .8em;
}

/* CLASSES */
.productthumb_bg
{
	background-image: url(Backgrounds/ProductThumb_BG.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	width: 95px;
	height: 75px;
}
.productthumb 
{
	background-color: #CCCCCC;
}
.formfieldlabel
{
	font-size: .8em;
	font-weight: bold;
	color: dimgray;
}
.form
{
	background-color: #F7F7F7;
	border: solid 1px gray;
}
.infobox
{
	width: 100%;
	border-top: solid 3px #6593CF;
	overflow: visible;
	padding: 3px;
}
.infoboxlabel
{
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	font-size: .8em;
	padding: 3px;
}
.infoboxdata
{
	font-size: .8em;
	border-top: solid 1px #e7e7e7;
	padding: 3px;
}