@import url("../styles/reset.css");
@import url("../styles/headernav.css");

body, html{
	background:#000000 url(images/background.jpg) no-repeat center top;
	color:#333;
	margin:0;
	padding:0px!important; /*this padding hack fixes things */
  	padding:0px 0px 0px 1px;
	text-align:center;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.siteProcessNone{
	display:none;
	}
.layoutHeader{
	margin:0;
	padding:0;
	}
#headerlayout{
	position:relative;
	background:url(images/header_bg.jpg) no-repeat top center;
	padding:0;
	width:800px;
	height:155px;
	margin:0;
	}
#header{
	height:125px;
	margin:0;
}
#header h1{
	background:url(images/logo.png) no-repeat;
	width:160px;
	height:50px;
	position:relative;
	top:50px;
	left:40px;
	}
#header span{
	display:none;
	}
a{
	color:#932923;
	font-weight:bold;
	text-decoration: none;
	}
a:hover{
	text-decoration:underline;
	}
.toplinks{
	clear:both;
	float:right;
	position:absolute;
	bottom:0px;
	right:0px;
	margin-right:10px;
	margin-bottom:35px;
	}
.headerLoggedIn{
	display:none;
	}
.headerLoggedIn{
	float:left;
	margin-left:5px;
	}	
.toplinks, .toplinks a{
	color:#FFFFFF;
	}	

.divAlign, .divmain, .siteTable{
	margin:0 auto;
	width:800px;
	padding:0px;
	position:relative;
	top:0;
	background:#FFFFFF;
	}
td.layoutMenu{
	width:170px;
	vertical-align:top;
	}
.fdm4sidemenu{
	padding-left:10px;
	width:160px;
	}
td.layoutContent{
	width:615px;
	}
.browseWrapper{
	padding:5px;
	text-align:center;
	width:605px;
	}
	
.cartStub{
	width:165px;
	height:45px;
	position:absolute;
	right:5px;
	top:125px;
	background:url(images/bag_icon.png) no-repeat top left;
	padding-left:35px;
	font-size:10px;
	}

.cartFloater{
	width:165px;
	position:absolute;
	right:5px;
	font-size:10px;
	background:#FFFFFF;
	z-index:1001;
	border:1px solid #000000;
	margin-top:-20px;
	}
.cartCell{
		background:#FFFFFF;
		}
.cartCellEmpty{
	display:none;
	}
	
/*breadcrums*/
.crumblink, .crumbText{
	padding-left:10px;
	}
.breadcrumbs{
	padding:15px 0 15px 10px;
}	

a.navlink {
	color:#000000;
	font-size:14px;
	}	

/*sidenav*/
	a.divisionSide, a.menuHead, a.catHead {
	color:#000000;
	}
a.catTitle{
	color:#932923;
	margin-left:10px;
	}
a.catTitleSelected {
	margin-left:10px;
	}

/*sort and pagenav*/

.pageNavLink {
	padding:4px;
	}
.pageNavAll a.pageNavLink, .pageNavNext a.pageNavLink, .pageNavPrev a.pageNavLink{
	color:#000000;
	}
a.navlink {
	font-size:12px;
	}
.currentPage{
	background:#000000;
	border:1px #932923 solid;
	}
.layoutContent table {
	margin-bottom:10px;
	}
.navlinkLeft {
	width:560px;
	}
.prodDesc .navlinkLeft{
	width:auto;
	}
.priceSort{
	margin-bottom:5px;
	float:left;}
	
/*catalog*/
.browseImg{
	width:175px;
	height:175px;
	padding:5px;
	}
.cobSearchResult{
	width:190px;
	padding:5px;
	margin-bottom:10px;
	float:left;}
.browseProdDescMain {
	width:175px;
	padding:3px;
	}
.browseProdDesc {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	}
.regPriceDiv{
	color:#333333;
	font-weight:bold;
	text-align:center;
	}
.browsePagesTop{
	text-align:right;
	clear:both;
	float:right;
	}

	
/*Product Page*/
.prodDisplay {
	width:780px;
	}
.optLinkRow{
	padding:5px;
	}
.prodImg {
	width:400px;
	padding-right:10px;
	}
.imgUpper {
	width:400px;
	height:400px;
	}
.prodDesc {
	width:350px;
	text-align:left;
	}
.prodTitle {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	}
.prodPrice{
	text-align:right;
	font-weight:bold;
	}
	
/*Signin*/
.tableBox {
	border: #932923 1px solid;
	}
.tableBox .tableHeader {
	background:#932923;
	border: #932923 1px solid;
	font-weight:bold;
	color:#ffffff;
	}

/*My Account*/
	
.mainTitle {
	color:#932923;
	font-weight:bold;
	}
	

.success {
	background:dff2bf;
	border:#669900 solid 1px;
	color:#669900;
	font-weight:bold;
	padding:5px;
	}
	
/*Sale Section*/
.fdm4sidemenu .menuSpecial{
	display:block;
}

