@import url("global.css");
@import url("form.css");

BODY {
	background: #ffffff url('../images/main-bg.png') repeat-x left top;
}

#headerHolder{
	height: 285px;
	background: url('../images/header-bg.jpg') repeat-x center top;
}
#header{
	width: 753px;
	margin: 0 auto;
	height: 285px;
	background: url('../images/header-bg.png') no-repeat left top;
	position: relative;
}

#navHolder {
	height: 33px;
	width: 938px;
	margin: 0 auto;
	background: url('../images/nav-bg.png') no-repeat left top;
	padding-left: 10px;
	padding-right: 10px;
}

#mainHolder{
	width: 753px;
	margin: 0 auto;
	background: url('../images/content-bg.png') repeat-y center top;
}

/* */
#leftCell {
	width: 20px;
	background: url('../images/left-cell-bg.png') no-repeat right top;
}
#rightCell {
	width: 20px;
	background: url('../images/right-cell-bg.png') no-repeat left top;
}
#contentCell {
	background: #ffffff url('../images/content-top-bg.gif') repeat-x left top;
}
/* */
#footerHolder {
	background: url('../images/footer-bg.png') repeat-x left top;
	height: 103px;
}
#footer {
	background: url('../images/footer-inner-bg.png') no-repeat left top;
	height: 103px;
	font: normal 11px Tahoma;
	color: White;
	width: 753px;
	margin: 0 auto;
}

A.mainNav:link, A.mainNav:visited, A.mainNav:active {
	color: #878787;
	font: bold 14px Arial;
	display: block;
	width: 165px;
	text-decoration: none;
	text-transform: uppercase;
	height: 7px;
	padding: 10px 0 10px 35px;
}
A.mainNav:hover {
	background: url('../images/nav-hover-bg.gif') repeat-x top left;;
	color: #878787;
	font: bold 14px Arial;
	display: block;
	text-decoration: none;
	height: 7px;
	padding: 10px 0 10px 35px;
}

A.mainNavRight:link, A.mainNavRight:visited, A.mainNavRight:active {
	color: White;
	font: bold 11px Tahoma;
	display: block;
	text-decoration: none;
	height: px;
	padding: 10px 25px;
	float: right;
}
A.mainNavRight:hover {
	background: url('../images/nav-hover-bg.gif') repeat-x top left;;
	color: White;
	font: bold 11px Tahoma;
	display: block;
	text-decoration: none;
	height: px;
	padding: 10px 25px;
	float: right;
}

#mainNavHolder {
	position: absolute;
	top: 132px;
	left: 15px;
}
#logoHolder {
	position: absolute;
	top: 10px;
	left: 25px;
}
#registerHolder {
	position: absolute;
	top: 42px;
	left: 695px;
	width: 160px;
	height: 52px;
}
H1 {
	font: bold 22px Tahoma;
	color: #293646;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

H2 {
	font: bold 18px Tahoma;
	color: #293646;
	margin: 0 0 10px 0;
}

H3 {
	height: 22px;
	padding-left: 30px;	
	font: bold 11px Tahoma;
	color: #293646;
	padding-top: 8px;
	margin: 0 0 10px 0;
}

H4 {
	height: 22px;
	padding-left: 30px;	
	font: bold 11px Arial;
	color: #ffffff;
	padding-top: 6px;
}
.leftBox {
	width: 203px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	position: relative;
}

#cat a:link, #cat a:active, #cat a:visited {
	background: url('../images/cat-bg.gif') no-repeat top left;
	display: block;
	text-decoration: none;
	font: 10px Arial;
	color: #000000;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 3px;
	margin-left: 2px;
	margin-right: 6px;
}

#cat a:hover {
	background: #b9c3d8 url('../images/cat-bg.gif') no-repeat top left;
	display: block;
	text-decoration: none;
	font: 10px Arial;
	color: #000000;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 3px;
	margin-left: 2px;
	margin-right: 6px;
}

#cat a.catOn:link, #cat a.catOn:active, #cat a.catOn:visited, #cat a.catOn:hover {
	background: #b9c3d8 url('../images/cat-bg.gif') no-repeat top left;
	display: block;
	text-decoration: none;
	font: 10px Arial;
	color: #000000;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 3px;
	margin-left: 2px;
	margin-right: 6px;
}

#cat a.subcat:link, #cat a.subcat:active, #cat a.subcat:visited {
	background-image: none;
	background-color: Transparent;
	display: block;
	text-decoration: none;
	font: 10px Arial;
	color: #000000;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#cat a.subcat:hover {
	background-image: none;
	display: block;
	text-decoration: none;
	font: 10px Arial;
	color: #000000;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


a.arrow:link, a.arrow:active, a.arrow:visited {
	background: url('../images/arrow.gif') no-repeat center left;
	display: inline-block;
	font: 11px Tahoma;
	color: #293646;
	padding-left: 15px;
}

 a.arrow:hover {
	text-decoration: none;
	font: 11px Tahoma;
	color: #293646;
}
.productCell {
	text-align: center;
	font-size: 11px;
}
.productBox {
	width: 254px;
	height: 164px;
	border: solid 1px #edecec;
}

.inputBox {
	background: url('../images/input-bg.png') no-repeat top left;
	width: 108px;
	height: 19px;
	margin-bottom: 8px;
}
.inputBox INPUT {
	border-style: none;
	background-color: Transparent;
	font: 10px Tahoma;
	color: #293646;
	margin: 4px;
	width: 90px;
}

#footerHolder a:link, #footerHolder a:active, #footerHolder a:visited {
	text-decoration: none;
	font: 12px Arial;
	color: White;
	margin-right: 20px;
}
#footerHolder a:hover {
	text-decoration: underline;
}

/*  */
#content {
	font: 12px Tahoma;
}
#content P {
	text-align: justify;
}
.photoBorder {
	border: solid 1px #d5d6d8;
	padding: 3px;
}
.photoRight {
	float: right;
	border: solid 1px #d5d6d8;
	padding: 3px;
	margin: 0 0 10px 10px;
}

.hightlight {
	background-color: #fd6502;
	color: White;
}

#loginHolder {
	position: absolute;
	top: 150px;
	left: 500px;
}

#mainCartHolder {
	position: absolute;
	top: 10px;
	left: 10px;
}

.odd {
	background: url('../images/odd-bg.gif') repeat-x;
	padding: 4px;
	border: solid 1px #ffffff;
}

.evan {
	background: url('../images/even-bg.gif') repeat-x;
	padding: 4px;
	border: solid 1px #ffffff;
}