
body {
	background-color: #b7bfde;
}
body,td,th {
	
}

/***********************************GENERAL CONTAINER*/
#wrapper{
	width: 980px;
	margin: 50px auto 50px auto;
	background:#FFF;
	border: 2px solid #7c682f;
}

/***********************************HEADER*/
#header{
	width:inherit;
}

#header-left{
	float:left;
	width:620px;
	background: url(../images/head_line.jpg) top left no-repeat;
}

#logo{
	float: left;
	width: 215px;
	margin: 13px 0 0 15px;
}

#slogan{
	float:right;
	width:360px;
	margin: 23px 0 10px 0px;
	font:"Times New Roman", Times, serif;
	font-size:24px;
	color:#35210f;
}

#header-right{
	float: right;
	width:340px;
	margin: 5px 10px 0 0;
}

#search-top{
	text-align:right;
	margin: 20px 0;
}

#phone-top{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#001569;
	text-align:right;
	margin: 10px 0 0 0;
}

/***********************************ACCOUNT NAV*/
#account-nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:right;
	margin: 0 0 10px 0;
}

/***********************************MAIN NAV*/
#main-nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background: #35210f;
	margin: 10px 0 0 0;
	text-transform:uppercase;
	padding: 5px 5px;
}

/***********************************MAIN BODY*/

#main-body{
	background: #e7e5d6;
	min-height: 400px;
}

/***********************************CONTENT*/

#content{
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#c-promos{
	font-family:Georgia, "Times New Roman", Times, serif;
}
	

#c-promos h3{
	color:#039;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	margin: 0;
	padding: 0;
}

#c-promos h4{
	color: #039;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	margin: 0;
	padding: 0;
}

#c-promos p{
	margin: 0 0 20px 0;
	padding:0;
}

#c-promos a{
	color: #039;
	text-decoration:none;
}


/***********************************SIDEBAR*/
#sidebar{
	width: 200px;
	float:left;
	margin: 20px 0 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.title-blue{
	background: #001569;
	padding: 5px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	display: block;
	width: 120px;
	margin: 10px 0 10px 0;
}

.title-blue a{
	color:#FFF;
	text-decoration:none;
}

.title-blue a:hover{
	color: #CCC;
	text-decoration:none;
}

.title-brown{
	background: #35210f;
	padding: 5px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	display: block;
	width: 120px;
	margin: 10px 0 5px 0;
}

.title-brown a{
	color:#FFF;
	text-decoration:none;
}

.title-brown a:hover{
	color: #CCC;
	text-decoration:none;
}


/***********************************MAIN NAVIGATION*/
#left-nav{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/***********************************CONTAINER-CONTENT*/
#container{
	float:right;
	width:765px;
}
/***********************************FRONT PAGE*/

#front-banners{
	float: left;
	width: 510px;
}

#front-news{
	float:right;
	width:230px;
	margin: 20px 10px 0 0;
	font-family:"Times New Roman", Times, serif;
	color:#35210f;
}

#front-news h1{
	font-size:24px;
	color:#001569;
	font-weight:normal;
	padding: 0;
	margin: 20px 0 0 0;
}

#front-news h2{
	font-size:18px;
	color:#001569;
	font-weight:normal;
	margin: 20px 0 5px 0;
}

#front-news p{
	margin: 0 0 10px 0;
}

/***********************************FOOTER*/
#footer{
}

#foot-banners{
	float:right;
	width:485px;
	margin: 5px 10px 0 0;
}

#foot-news{
	float:left;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	color:#001569;
	font-size:14px;
	margin: 10px 0 0 10px;
}

#foot-nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 10px 0 5px 0;
}

/***********************************AUX*/
.clear{
	clear:both;
	height:0;
	padding:0;
	margin:0;
}

input.btn { 
	color:#35210f;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cec4c4; 
	border:0px solid; 
}

input.btnhov {
	color:#FFF;
	background:#35210f;
}


table.bordered, div.bordered {
	border: 2px solid #000080;
}

.department{
	display:none;
}

#browtemp .departmenttext{
	display:none;
}

.description h1{
	font-size:18px;
}

/* this needs to be removed to fix the issues it creates on the checkout pages */
/* all the settings below can be controlled from the admin area of the site under appearance set-up */
/* .tablerow2{
	background:none;
	color:#000;
}

.tablerow2 a:link{
	color: #630;
}

.tablerow2 a:hover{
	color: #930;
}
.tablerow1{
	color:#000;
}
.tablerow1 a:link{
	color:#00F;
}
.tablerow1 a:visited{
	color:#00F;
}

.tablerow1 a:hover{
	color: #039;
}

.istartext{
	color:#000;
}
 */