 *
{
	margin: 0;
	padding: 0;
	color: #003366;
}

body
{
	background: url('../images//site/bg.jpg');
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 16px;
	margin: 10px 0 10px 0;
}

h4
{
	font-size: 14px;
	margin: 10px 0 10px 0;
}

hr
{
	margin: 10px 0 10px 0;
	width: 550px;
}

p
{
	font-size: 11px;
	margin: 0 0 15px 0;
}

ul
{
	font-size: 11px;
	margin: 0 0 0 15px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
}

.smaller
{
	font-size: 7.5pt;
}

.centered
{
	text-align: center;
}

.clear
{
	clear: both;
}

#border
{
	background: url('../images//site/border.png') repeat-y ;
	width: 1020px;
	margin: 0 auto 0 auto;
}

#container
{
	background: url('../images//site/contentBg.gif') repeat-y ;
	width: 1000px;
	margin: 0 auto 0 auto;
}

#header
{
	background: url('../images//site/headerBg.png') repeat-x;
	width: 1000px;
	height: 107px;
	margin: 0 auto 0 auto;
}

#header h1
{
	background-image: url('../images//site/header.jpg');
	float: left;
	width: 577px;
	height: 102px;
	text-indent: -9999px;
}

#leftBlock
{
	float: left;
	margin-right: 1px;
	background-color: #ffcc00;
	border-top: 1px solid #000000;
	width: 100px;
}

#rightBlock
{
	float: right;
	border-top: 1px solid #000000;
	width: 100px;
}

#centerWrapper
{
	float: left;
	background-color: #ffffff;
	padding: 0 4px 0 6px;
	width: 784px;
}

#centerBlock
{
	background-color: #ffffff;
	border: 1px solid #000000;
}

#content
{
	width: 565px;
	margin: 10px auto 10px auto;
}

/* INDEX */
#blinkText
{
	width: 565px;
	height: 22px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	background: url('../images//site/blinkText.gif') no-repeat;
}

#whiteMenu
{
	width: 565px;
	background: #fff;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	border: 1px solid #000;
}

#whiteMenu ul
{
	width: 580px;
	margin: 0 auto 0 auto;
	list-style: none;
}

#whiteMenu li
{
	float: left;
	width: 180px;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
}

#whiteMenu ul li a
{
	display: block;
	text-align: center;
	
}

#yellowMenu
{
	width: 565px;
	text-align: center;
	font-size: 15px;
	color: #D9001B;
	background: #FFFFCC;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 0;
	border: 1px solid #D9001B;
}

#yellowMenu h3, #yellowMenu a
{
	color: #D9001B;
}

#catBlocks
{
	width: 600px;
}

.cat
{
	float: left;
	background: #fff;
	padding: 0 0 5px 0;
	border: 1px solid #003366;
	width: 180px;
	margin: 5px;
	text-align: center;
}

.noBorder
{
	border: none;
}

.cat h3
{
  font-size: 12px;
	margin: 10px 0 10px 0;
}

.cat #leftImg
{
	width: 40px;
	margin: 0 0 0 10px;
	float: left;
}

.cat #rightMenu
{
	margin: 0 10px 0 0;
	float: right;
	width: 120px;
}

.cat #rightMenu ul
{
	font-size: 10px;
	text-align: left;
}

.last
{
	float: none;
	margin: 10px auto 15px auto;
}

.leftImage
{
	float: left;
	margin: 0 10px 0 0;
}


/* footer */
#copy
{	
	width: 784px;
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
}

#footer
{	
	background-image: url('../images//site/bottom.png');
	width: 1020px;
	height: 10px;
	margin: 0 auto 0 auto;
}


/* product pages */
.top
{
	float: right;
	font-size: 10px;
}

.strong
{
	font-weight: bold;
}

.bigger
{
	margin: 5px 0 5px 0;
	font-size: 18px;
}

.leftCol
{
	width:	300px;	/*291px;*/
	float:	left;
}

.rightCol
{
	width:	260px;
	float:	right;
}

.prodList
{
	margin-left:	20px;
}

#prodImages .prod
{
	float: left;
	width: 168px;
	height: 100px;
	margin: 10px 10px 25px 10px;
}

#prodImages .prodMed
{
	float: left;
	width: 168px;
	height: 125px;
	margin: 10px 10px 25px 10px;
}

#prodImages .prodTall
{
	float: left;
	width: 168px;
	height: 200px;
	margin: 10px 10px 25px 10px;
}


#prodImages .prod img, #prodImages .prodMed  img, #prodImages .prodTall img
{
	display: block;
	margin: 0 auto 0 auto;
}

#prodImages .prod p, #prodImages .prodMed img, #prodImages .prodTall img
{
	text-align: center;
	font-size: 10px;
}

.click
{
	margin: 0 auto 10px auto;
	color: #000000;
	font-size: 9px;
	text-align: center;
}

.leftColSmall
{
	width:	175px;
	float:	left;
}

.centerColSmall
{
	width:	175px;
	float:	left;
}

.rightColSmall
{
	width:	175px;
	float:	left;
}

.leftImg
{
	width: 150px;
	float: left;
	margin: 0 10px 0 0;
}

.toggleImg
{
	width: 160px;
	float: left;
	margin: 0 30px 0 0;
}

.redText
{
	color: #990000;
}

.greenText
{
	color: #008000;
}

.whiteText
{
	color: #ffffff;
}

.whiteTextBold
{
	color: #ffffff;
	font-weight : bold;
}


.closed
{
	display: block;
	background: url('../images/plus.gif');
	width: 213px;
	height: 18px;
}

.opened
{
	display: block;
	background: url('../images/minus.gif');
	width: 213px;
	height: 18px;
}

#hidden_1, #hidden_2, #hidden_3, #hidden_4, #hidden_5, #hidden_6, #hidden_7, #hidden_8, #hidden_9, #hidden_10, #hidden_11, #hidden_12, #hidden_13, #hidden_, #hidden_14, #hidden_15
{
	display: none;
}

#toggle_1, #toggle_2, #toggle_3, #toggle_4, #toggle_5, #toggle_6, #toggle_7, #toggle_8, #toggle_9, #toggle_10, #toggle_11, #toggle_12, #toggle_13, #toggle_, #toggle_14, #toggle_15
{
	display: block;
}

/*ADDED*/
.bodytext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #003366;
}

/*LINKS in TABLES*/
A:LINK.link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
	color: #005599;
}

A:VISITED.link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
	color: #005599;
}

A:HOVER.link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	color : #005599;
}

.hitchclass {
	color: #333333;
	background-color: #CCCCCC;
	padding: 10px;
	text-align: center;
}

.statement {
	font-size : 20px;
	color: #333333;
	/*color: #ff7f2a;*/
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.statement_color {
	font-size : 20px;
	color: #ff7f2a;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.statement_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.photoclick {  
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.photoclick_left {  
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.lineheight {  
	line-height: 18px;
}
	
.notax {  
	font-size : 22px;
	color: #ff0000;
	font-weight : bold;
	text-align: center;
}


