*/* {border:solid 1px #e2e2e2;} */

body {
	margin: 5px;
	background-color: #FFFFFF;
	/*background-attachment: scroll;*/	
	background-image: url(../styleImages/backgrounds/bg.jpg);
	background-repeat:repeat-y;
}


#pageSurround {
background-color:#fff;
  width: 951px;
	margin: 0px auto;
	/*padding: 5px;*/
	border:solid 1px #e2e2e2;
	background-image: url(../styleImages/backgrounds/newBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

html>.pageSurround{width:auto; max-width:951px;}

#topHeader {
	text-align: right;
	padding-right: 0px;
	min-height:94px;
  background-image: url(../styleImages/backgrounds/logo3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:fff;	
	/*padding-top: 80px;	*/}
	
#subHeader {float:left; background-color: #F5F5F5; width:951px; height:20px;}
#subHeaderLeft {float:left;padding-left:15px; padding-top:2px;}
#subHeaderRight {float:right; padding-right:15px;}

.welcome {
	min-height:70px;
	margin-top:15px;
	background-color:fff;
	}
	
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #aaa;
	background-color: #F2F2F2;
	height: 20px;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	/*border: 1px solid #f5f5f5;*/
	background-color: #fff;
	padding: 5px 0 5px 5px;
}

.colLeft {
	position: relative;
	min-height:382px;
	width:186px;
	padding-right: 5px;
	float: left;
}
html>.colLeft {width:auto; min-width:186px;}

.colMid {
margin-top:20px;
	position: relative;
	width: 540px;
	float: left;
}
.colRight {

position: relative;
	width: 190px; 
	float: right;
	padding-left: 5px;}


.boxContent {
	
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#cats ul
	{
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	}

#cats li
	{
	padding: 0px 0px 2px 0px;
	margin:0;
	}

#cats li a
	{
	display: block;
	padding: 20px 0px 5px 30px;
	border-bottom: 1px solid #aaa;
	width: 150px;
	color: #666;
	text-decoration: none;
	background-image: url(../styleImages/icons/cat_arrow.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	}

#cats li a:hover
	{
	background-image: url(../styleImages/icons/cat_arrow_big.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	color: #000;
    }

.currency  {text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 75%;}
.currency a {text-decoration:none; color:#666;}
.currency a:hover {color:#333333; text-decoration:underline;}


/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 150px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 550px;
	float: left;
}


/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div.clearfloats {clear:both; border:solid 1px #000; visibility:hidden;}
/*<div class='clearfloats'><!--clear the float--></div>*/

/* for Internet Explorer min-width & min-height problem */
/*\*/
* html #topHeader {height: 94px;}
* html .welcome {height: 70px;}
* html .colLeft {height: 382px;}
/**/