@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000000;
}
#noBack {
	background:none;
	background-color:#FFFFFF;
}

#wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}
#cookieFail {
	position:absolute;
	top:40px;
	left:250px;
	padding:30px;
	background-color:#FFF;
	border:3px solid #F90;
	width:340px;
	z-index:3000;
}
#headCont {
	position:relative;
}
#mainBody {
	background-color:#FFFFFF;
	padding-top:10px;
}
body a {
	text-decoration:none;
	color:#FF6501;
}
body a:hover {
	text-decoration:underline;
}
.whiteLink {
	text-decoration:none;
	color:#FFF;
}
.whiteLink:hover {
	text-decoration:underline;
}
body input, body select {
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
}
.box235 {
	width:235px;
	margin:0;
}
.box180 {
	width:180px;
}
.box90 {
	width:90px;
}
.box70 {
	width:70px;
}
.box30 {
	width:30px;
}
.black14 {
	font-size:14px;
}
.black10 {
	font-size:10px;
}
.volDis {
	font-size:10px;
	color:#900;
	cursor:help;
	text-decoration:underline;
	display:block;
	padding:1px;
	font-weight:bold;
}
.white10 {
	font-size:10px;
	color:#FFFFFF;
}
.white12 {
	font-size:12px;
	color:#FFFFFF;
}
.white14 {
	font-size:14px;
	color:#FFFFFF;
}
.orange12 {
	font-size:12px;
	color:#FE6601;
	font-weight:bold;
}
.orange14 {
	font-size:14px;
	color:#FE6601;
	font-weight:bold;
}
.blue28 {
	font:28px Arial, Helvetica, sans-serif;
	color:#2A296C;
	letter-spacing:-1px;
}
.blueBold12 {
	color:#2A296C;
	font-weight:bold;
	
}
#leftCol {
	float:left;
	width:180px;
	height:400px;
}
#shopWindowCont {
	width:560px;
	float:left;
}
#rightCol {
	float:right;
	width:160px;
}
#orangeBar {
	background:url(images/orangeBar.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
	padding-top:8px;
	text-align:center;
	color:#FFFFFF;
}
#catContLeft {
	width:170px;
	height:250px;
}
#catMenuLeft {
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
}
#catMenuLeft li {
	padding-right:5px;
}
#catMenuLeft li a {
	background:url(images/leftMenuBack.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
	width:153px;
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:7px 5px 3px 10px;
	font-size:12px;
}
#catMenuLeft li a:hover {
	text-decoration:none;
	color:#000066;
}

#footCont {
	height:30px;
	padding-top:10px;
	color:#FFFFFF;
}
.redTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.redTxt18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.colorpreview{ /*CSS for sample Preview Control*/
border: 1px solid black;
padding: 1px 10px;
cursor: default;
}

.logoTip {
	position:absolute;
	top:50px;
	left:65px;
	width:200px;
	padding:20px;
	background-color:#FFFFFF;
	border:2px solid #990000;
	text-align:center;
	visibility:hidden;
}
.logoTipClose {
	position:absolute;
	top:0;
	right:0;
	width:15px;
	padding:5px;
}