/* CSS Document */

a:link {color: #800000; font-weight: bold;}
a:visited {color: #800000; font-weight: bold;}
a:hover {color: #800000; font-weight: bold; text-decoration: none;}

body 
	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 900px;
	padding: 0px;
	background-image: url(../img/mainbk.gif);
	}
	
h1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #800000;
	padding-bottom: 14px;
	margin: 0;
	}
	
h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-bottom: 20px;
	margin: 0;
	}
	
h3
	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	}
	
fieldset
	{
	margin-left: 50px;
	margin-right: 70px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
input.submit
	{
	width: 80px;
	height: 24px;
	padding-top: 1px;
	margin-top: 10px;
	background-color: #CCCCCC;
	}
	
label
	{
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	padding-left: 2px;
	padding-bottom:4px;
    }
	
label 
	{
	text-align: right;
	width: 170px;
	padding-right: 20px;
	padding-top: 5px;
    }
	
legend
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #800000;
	font-weight: bold;
	}
	
td
	{
	background-color: #DDDCCC;
	color: #800000;
	}
	
th
	{
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	background-image: url(../img/tablehead.gif);
	background-repeat: repeat-x;
	}
	
#leftnav
	{
	width: 150px;
	float: left;
	height: auto;
	}
	
.navtitle 
	{
	clear: both;
	width: 166px;
	height: 25px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 6px 0px;
	background-image: url(../img/subheader.gif);
	background-repeat: repeat-x;
	}

.navtitletext 
	{
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-align: center;
	}
	
	
/*  ---------------------------------    NAVIGATION     ------------------------------------------*/

	
.nav ol
	{
	width: 150px;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid #cccccc;
	}

.nav ol li
	{
	position: relative;
	margin: 0;
	padding: 0;
	}

.nav ol li a
	{
	display: block;
	width: 150px;
	padding: 0.5em 0 0.5em 1em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #800000;
	text-decoration: none;
	background: #CCCCCC;
	}

.nav ol li a:hover
	{
	color: #FFF;
	background: #666666;
	border-color: #fff #fff #fff #ccc;
	}
	
/*  ----------------------------------------    END OF NAVIGATION   -----------------------------------------------  */
	
#categorybox
	{
	width: 600px;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #800000;
	font-weight: bold;
	background-color: #DDDDCC;
	border: 1px solid #EA6B6E;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	}
	
/*  ------------------------------------------------   COLLECTION PAGE LINK ID'S SEPERATED FOR XHTML COMPLIANCE   -----------------------------------------------------------  */
	
#collectionlink_mon a:link, #collectionlink_tue a:link, #collectionlink_wed a:link, #collectionlink_thu a:link, #collectionlink_fri a:link
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 0;
	text-decoration: none;
	}
	
#collectionlink_mon a:visited, #collectionlink_tue a:visited, #collectionlink_wed a:visited, #collectionlink_thu a:visited, #collectionlink_fri a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 0;
	text-decoration: none;
	}
	
#collectionlink_mon a:hover, #collectionlink_tue a:hover, #collectionlink_wed a:hover, #collectionlink_thu a:hover, #collectionlink_fri a:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 0;
	text-decoration: none;
	}
	
#collectionlink_mon a:active, #collectionlink_tue a:active, #collectionlink_wed a:active, #collectionlink_thu a:active, #collectionlink_fri a:active
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #800000;
	padding: 0;
	text-decoration: none;
	}
	
/*  ------------------------------------------------   END OF COLLECTION PAGE LINK ID'S SEPERATED FOR XHTML COMPLIANCE   -----------------------------------------------------------  */
	
#collection_boxextender
	{
	height: 480px;
	}
	
#copyrighttext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;
	margin-top: 6px;
	}
	
#contactus_boxextender
	{
	height: 480px;
	}
	
#content 
	{
	height: 400px;
	width: 700px;
	text-align: left;
	color: #666666;
	margin-left: 180px;
	}
	
#contentcontainer
	{
	margin: 0;
	padding: 10px 0px 0px 15px;
	height: auto;
	width: 96%;
	}

#contentextend
	{
	height: auto;
	width: 700px;
	text-align: left;
	color: #666666;
	margin-left: 180px;
	}
	
#content_list
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 0px;
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
	}
	
#emailsent_subheader
	{
	width: 330px;
	height: auto;
	background-image: url(../img/subheader.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 10px 30px;
	padding: 5px 5px 30px 10px;
	border-bottom-color: #EA6B6E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EA6B6E;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EA6B6E;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#equipquote
	{
	font-style: italic;
	}
	
#errortext
	{
	height: auto;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border: 1px solid #CC3300;
	background-color: #FFFFCC;
	text-align: center;
	padding: 5px 5px 5px 5px;
	}
	
#footer
	{
	width: 900px;
	height: 40px;
	background-image:  url("../img/bottom1.jpg");
	background-repeat: no-repeat;
	clear: both;
	}
	
#footerlinks a:link
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 12px;
	text-decoration: none;
	}

#footerlinks a:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 12px;
	text-decoration: none;
	}
	
#footerlinks a:active
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 12px;
	text-decoration: none;
	}
	
#footerlinks a:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 12px;
	text-decoration: underline;
	}
	
#header 
	{
	height: 120px;
	width: 900px;
	background-image: url("../img/topnew2.jpg");
	background-repeat: no-repeat;
	padding-bottom: 10px;
	}
	
#indexsubheader 
	{
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	color: #666666;
	}
	
#links_boxextender
	{
	height: 340px;
	}
	
#main
	{
	width: 900px;
	}
	
#main_subheader
	{
	width: 100%;
	height: auto;
	background-image: url(../img/subheader.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 30px 10px;
	border-bottom-color: #EA6B6E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EA6B6E;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EA6B6E;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#onsitecalibration_boxextender
	{
	height: 200px;
	}
	
#print_subheader
	{
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 30px 10px;
	border: 1px solid #000;
	}
	
#printer
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}
	
#quote_confirmation
	{
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 140px;
	padding-top: 80px;
	color: #800000;
	}
	
#printfriendly
	{
	width: 660px;
	}
	
#searchbox
	{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #800000;
	font-weight: bold;
	background-color: #DDDDCC;
	border: 1px solid #EA6B6E;
	padding-top: 10px;
	margin-bottom: 20px;
	}
	
#searchdescription
	{
	width: auto;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #FFE7D9;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

#subheading 
	{
	height: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	}
	
#termsandcondtext
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.asterisk
	{
	font-size: 14px;
	font-weight: bold;
	color: #F34E52;
	vertical-align: bottom;
	}
	
.box
	{
	padding: 0;
	height: auto;
	width: 100%;
	}
	
.categorycontainer
	{
	padding: 3px 0px 0px 0px;
	height: auto;
	width: 100%;
	background-image: url("../img/tablehead.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #6B859B;
	border-left: 1px solid #6B859B;
	border-right: 1px solid #6B859B;
	margin-bottom: 10px;
	}
	
.categorytext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-bottom: 20px;
	}
	
.collectionlink
	{
	text-align: center;
	}
	
.collectionlist
	{
	padding-top: 40px;
	font-size: 12px;
	font-weight: bold;
	}
	
.footerlinks
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
	text-decoration: none;
	}
	
.formfield
	{
	background-color: #FFFFCC;
	}
	
.hid 
	{
	display: none;
	}
	
.home_subheader
	{
	width: 100%;
	height: 134px;
	background-image: url(../img/subheader.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	border-bottom-color: #EA6B6E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EA6B6E;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EA6B6E;
	border-right-style: solid;
	border-right-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.leftcontent
	{
	float: left;
	line-height: 16px;
	width: 50%;
	}
	
.leftcontentcontact
	{
	float: left;
	width: 55%;
	padding-bottom: 20px;
	padding-left: 30px;
	}
	
.listnobullets
	{
	list-style-type: none;
	}
	
.onsitecontainer
	{
	margin-bottom: 10px;
	padding: 3px 0px 0px 10px;
	height: auto;
	width: 98%;
	background-image: url("../img/tablehead.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #6B859B;
	border-left: 1px solid #6B859B;
	border-right: 1px solid #6B859B;
	}
	
.pagecount
	{
	height: 12px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
.paragraphheader 
	{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	}
	
.rightcontent 
	{
	float: right;
	line-height: 16px;
	width: 50%;
	}
	
.rightcontentcontact
	{
	float: right;
	line-height: 16px;
	width: 40%;
	}
	
.rightcontent p 
	{
	}
	
.searchfield
	{
	background-color: #FFFFCC;
	}
	
.searchheading
	{
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.subheadertext
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #800000;
	padding-bottom: 14px;
	}
	
.tdblank
	{
	background-color: transparent;
	}
	
.tdlefttab
	{
	padding-left: 20px;
	}
	
.tdrighttab
	{
	padding-right: 20px;
	}
	
.vis 
	{
	visibility: visible;
	}
