/*Globals*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 5px;
}
a{
	text-decoration: none;
	color: ;
	color: #006600;
}
a:hover{
	color: #DD0000;
}
form {
	margin: 0px;
	padding: 0px;
}

/**/
.pagetable {
	width: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-color: #006600;
	background-image: url(v-newhead2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.toplink{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.2ex;
	padding-right: 6px;
	padding-left: 6px;
} 
a.toplink:hover{
	text-decoration: underline;
}
a.menulink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	width: 80px;
	text-align: center;
	background-color: #DDDDDD;
	text-transform: uppercase;
	padding: 3px 0px 4px;
	margin: 0px;
	display: block;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid ;
	border-bottom: 1px solid ;
}
table.menubox {
	background-image: url(/nav/v-newhead2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid ;
} 
.menuleft{
	width: 9px;
	border-top: 0px solid ;
	border-right: 1px solid ;
	border-bottom: 0px solid #006600;
	border-left: 0px solid #006600;
	display: block;
	margin: 0px;
	padding: 0px;
} 
a.menulink:hover{
	color: #DD0000;
	text-decoration: none;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #CCCCCC;
}
a.menuon{
	display: block;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: #FFFFDD;
	font-size: 10px;
	padding: 8px 6px;
} 
a.menuon:hover{
	text-decoration: underline;
	color: #EE0000;
}
a.navmenu {
	display: block;
	color: #006600;
	text-decoration: none;
	text-align: center;
	background: #CCCCCC;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
}
a.navmenu:hover {
	text-decoration: underline;
	color: #DD0000;
}
 
ul.navon {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
li.navon {
	float: left; 
	margin: 0; 
	padding: 0; 
	text-align: center;
}
a.navon {
	background: url(css-nav-on.gif) #fff top left repeat-x;
	float: left;
	width: 9em;
	display: block;
	color: #006600;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #CCCCCC;
}
a.navon:hover {
	color: #EE0000;

}
/* Commented backslash hack hides rule from IE5-Mac \*/ 
a.navon {
float: none; 
}
/* End IE5-Mac hack */ 

.subtext {
	color: #666666;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	text-transform: uppercase;
	margin: 0px;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #FFFFFF;
}
.bullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	line-height: 17px;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
.smalltext {
	color: #000000;
	padding: 3px 0px;
	margin: 0px;
	font-size: 12px;
}
.pricetop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.priceitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	background-color: #EEEEEE;
	height: 22px;
}
.pricecost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DD0000;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	background-color: #EEEEEE;
	height: 22px;
}
.dottytableleft {
	border-top: 0px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 0px dotted #999999;
	border-left: 1px dotted #999999;
}
.dottytablebottom {
	border-top: 0px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #999999;
}
button {  font-family: Arial, Helvetica, sans-serif; font-size: 10px
}
a.menulink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	width: 80px;
	text-align: center;
	background-color: #DDDDDD;
	text-transform: uppercase;
	padding: 3px 0px 4px;
	margin: 0px;
	display: block;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
}
p.category {
	font-size: 20px;
	color: #999999;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
p.subcategory {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 4px 0px 0px;
}

a.subcategory {
	color: #666666;
}
a.subcategory:hover {
	color: #DD0000;
}

p.subsubcategory {

	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
a.subsubcategory {
	color: #006600;
}
a.subsubcategory:hover {
	color: #DD0000;
}
p.normal {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
}
p.subheadbold {
	color: #006600;
	font: 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 12px;
}
p.subheadredbold {
	color: #DD0000;
	margin: 0px;
	padding: 4px 0px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.introhead {
	color: #006600;
	padding: 4px 8px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}
.intro {
	color: #000000;
	padding: 4px 24px 4px 48px;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
}
ul.intro {
	color: #000000;
	padding: 4px 24px 4px 48px;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
}
.introside {
	color: #000000;
	padding: 4px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 14px;
}

ul.intro {
	list-style: square outside;

}
/*Dot rules*/
.dot-vblue {
	background: #FFFFFF url(v-bluedot.gif) repeat-y center top;
	width: 13px;
}
.dot-vred {
	background: #FFFFFF url(v-reddot.gif) repeat-y center top;
	width: 9px;
}
.dot-hblue {
	background: #FFFFFF url(h-bluedot.gif) repeat-x left center;
	height: 9px;
}
.dot-hred {
	background: #FFFFFF url(h-reddot.gif) repeat-x left center;
	height: 9px;
}
/*Divs*/
#leftbox {
	padding: 8px;
}
#catheading {
	text-align: center;
	width: 240px;
	font-size: 16px;
	color: #666666;
	padding: 3px 0px 2px;
	border-bottom: 1px solid #006600;
	background: #FFFFFF;
}
#contentheading {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #666666;
	padding: 3px 0px 2px;
	border-bottom: 1px solid #006600;
}
/*Order page styles*/
input.button {
	font: bold 10px Arial, Helvetica, sans-serif;
	background: #DDDDFF;
	text-align: center;
	width: 40px;
}
td.thumb {
	width: 70px;
	background: #FFFFFF;
	height: 50px;
}
td.itemdescriptionrule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
}

a.itemlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	width:60px;
	padding:1px 4px;
	text-transform: uppercase;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	display: block;
	margin: 0px;
}
a.itemlink:hover {
	color: #BB0000;
	background-color:#DDDDDD;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
a.infolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	width:60px;
	padding:1px 4px;
	text-transform: uppercase;
	text-align: center;
	background-color: #CC0000;
	border-top: 1px solid #CC9999;
	border-right: 1px solid #CC9999;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
	display: block;
	margin: 0px;
}
a.infolink:hover {
	color: #BB0000;
	background-color:#DDDDDD;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.itemcosthead {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #006600;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.itemcostprice {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 2px;
}
.itembox{
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dotted #DD0000;
	background: #F9F9FF;
}

.ordersub {
	color: #666666;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 4px;
	text-transform: uppercase;
	border-bottom: 1px dotted #DD0000;
}
/* Index page pics*/
td.indexpic {
	background: #FFFFFF;
	text-align: center;
	height: 110px;
}
td.indexname {
	font-size: 11px;
	text-align: center;
}
td.subindexpic {
	width: 200px;
}
.infohead {
	color: #006600;
	margin: 0px;
	padding: 6px 0px 4px;
	font-size: 14px;
}
.infotext {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
a.infotext {
	color: #DD0000;

}
a.infotext:hover {
	color: #006600;

}
.ordersection {
	color: #666666;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 78px;
	margin: 0px;
	text-transform: uppercase;
}
table.spectable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;	
}
td.spectable_bold {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	color: #666666;
}
td.spectable {
	font: normal;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
ul.speclist {
	font-style: italic;
	color: #006600;
	margin: 0px;
	list-style: square outside;
	padding-left: 14px;
	font-size: 12px;
}
h6 {
	font-size: 11px;
	color: #006600;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 13px;
	color: #006600;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
li {
	padding-bottom: 4px;
}
.spectableleftbold {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	color: #666666;
}

