body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #9e9b99;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0;
}

a:link {
	color: #9f2d21;
}
a:visited {
	color: #9f2d21;
}
a:hover {
	color: #294ea0;
}
a:active {
	color: #9f2d21;
}

#header {
display: block;
width: 759px;
height: 183px;
background-image:url(/images/header_bg.jpg);
background-repeat:no-repeat;
float: left;
margin: 0 0 5px 0;
padding: 0;
}

#logo {
margin-top: 35px;
margin-left: 230px;
display: block;
overflow: hidden;

}

#link_area {
margin-left: 200px;
display: block;
float: left;
color: #fff;
font-weight: bold;
overflow: hidden;
padding: 0;
}

#main_wrapper {
display: block;
width: 1200px;
margin-left: auto;
margin-right: auto;
border: solid 1px #9f2d21;
background-color:#FFFFFF;
}


.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

#left_col {
display: block;
width: 170px;
float: left;
border: solid 1px #9f2d21;
padding: 5px;
background-color:#294ea0;
color: #fff;
}

#main_content {
width: 650px;
display: block;
float: left;

}

#content {
display: block;
width: 1000px;
padding: 5px;
}

#right_col {
width: 170px;
display: block;
border: solid 1px #9f2d21;
float: right;
padding: 5px;
background-color:#294ea0;
color: #fff;
}


#footer {
display: block;
width: 1005px;
margin-left: auto;
margin-right: auto;
color: #fff;
font-size: 10px;
text-align: center;
}

#footer a:link {
color: #fff;
}

#footer a:visited {
color: #fff;
}

#footer a:active {
color: #fff;
}

#footer a:hover {
color: #000;
}




.boxTitleLeft, .boxTitleRight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	
	font-variant:small-caps;

	background-color: #9f2d21;
	height: 15px;
	border-top: 1px solid #9f2d21;
	border-left: 1px solid #9f2d21;
	border-right: 1px solid #9f2d21;
	padding: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #9f2d21;
	background-color:#ebe8e5;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


.boxCategories {
	border: 1px solid #E1E1E1;
	background-color: #ebe8e5;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}

.boxContent {
	border: 0px solid #E1E1E1;
	background-color: #FFFFFF;
	padding: 10px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	position: inherit;
}



/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 0px solid #e1e1e1;
	margin: 0px auto;
	padding: 0px;
	float: left;
	width: 720;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 0px;
	float: left;
	width: 152px;
	height: 160px;
	position:inherit;
	border: 1px solid #e1e1e1;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 24%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	position: relative;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	
}

.li-nav a {
	padding: 2px 1px;
	background-color: #ebe8e5;
	width: 140px;
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	text-indent: 2px;
}
.li-nav a:hover {
	background-color: #ffffff;
	color: #294ea0;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 140px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #9f2d21;
	border-right: 1px solid #9f2d21;
	border-bottom: 1px solid #9f2d21;
	border-top: 4px solid #9f2d21;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #000;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
/*
End Cross-Browser DHTML Menu
*/
