@charset "UTF-8";
/* CSS Document */


body{
	margin:0;
	background:#65717d;
}
a img{
	border:none;
}
hr{
	height: 1px;
	border: none;
	color: #993300;
	background: #993300;
}
ul, li{
	margin:0;
	padding:0;
}
h1,h2,h3{
	line-height:1.5em;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.25em;
}
small{
	font-size:.9em;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	border:solid 2px #cdbda3;
	padding:5px;
	width:250px;
}
input.submit{
	background:#993300;
	color:#fff;
	font-weight:bold;
	width:auto;
	text-transform:uppercase;
}
input.submit:hover{
	background:#3e4d5c;
}
input.check{
	border: none;
	width: auto;
	padding: 0px;
}
tr:hover{
	background:#eee;
}
table.nohover tr:hover{
	background: #fff;
}
#header{
	background:#993300;
	border-bottom:solid 1px #cdbda3;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#cdbda3;
	line-height:35px;
}
#nav{
	background:url(/media/images/layout/nav_gradient.gif) repeat-x top;
	display:block;
	width:100%;
	float:left;
	height:105px;
}
#nav ul{
	list-style:none;
}
#nav li{
	display:inline-block;
	float:right;
	margin-right:20px;
}
#nav a{
	text-decoration:none;
	color:#232c35;
	border:none;
}
#nav a.selected{
	color:#fff;
}
#nav a:hover{
	color:#993300;
}
#mainNav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#smallNav{
	margin-top:30px;
}
#mainNav{
	clear:right;
	padding-top:5px;
}
#logo{
	float:left;
	position:relative;
	z-index:10;
	margin-top:-67px;
}
#content{
	background:#fff;
	clear:both;
	width:980px;
	padding:10px;
	overflow:hidden;
	padding-bottom:0;
	border-bottom:solid 10px #fff;
	margin-bottom:50px;
}
#contentRight ul{
	margin:10px 0 10px 0;
	list-style-image:url(/media/images/layout/bullet.gif);
}
#footer{
	background:#232c35;
	color:#cdbda3;
	padding:20px;
	clear:both;
	float:left;
	border-top:solid 10px #fff;
	width:940px;
}
#footer a{
	border-bottom:dotted 1px #fff;
}
#footer a:hover{
	color:#fff;
	border-bottom:solid 1px #993300;
}
#footer_nav{
	float:right;
}
#leftNav{
	float:left;
	width:217px;
	background:#cdbda3;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#leftNav h3{
	background:#a58c68;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	padding:10px;
}
#leftNav ul{
	list-style:none;
}
#leftNav ul a{
	padding:5px 10px 5px 10px;
	border:none;
	display:block;
	color:#685433;
	line-height:20px;
	font-size:11px;
}
#leftNav ul a strong{
	color:#3e4d5c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
}
#leftNav ul a:hover{
	background:#c5b397;
}
#leftNav li.selected{
	background:#fff;
}
#leftNav ul a.selected:hover{
	background:#fff;
}
#special img{
	margin-bottom: -7px;
}

/* Start Hiding the Special Offers*/

#special {
	display: none;
}


/* End Hiding the Special Offers*/
.column_2{
	float:left;
	width:330px;
	padding:0;
}
.left_column{
	margin-right:50px;
}
#contentRight{
	float:right;
	width:720px;
	padding:20px;
	padding-top:10px;
}
#contentRight ul{
	padding-left:20px;
}
.center{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
.soldStamp{
	color:#fff;
	background:#993300;
	padding:3px;
	font-weight:bold;
}
.red{
	color:#993300;
}
.td_label{
	color:#993300;
	padding-right:20px;
	font-weight:bold;
}
.cube_links{
	padding-top:2px;
}
ul.clip li{
	height: 25px;
	overflow: hidden;
	font-size: .8em;
	padding: 0;
}
.cube_links li{
	height:30px;
	width:30px;
	margin:2px;
	padding:0;
	text-align:center;
	border:solid 1px #fff;
	float:left;
	clear:none;
	font-size:10px;
}
.cube_links li.selected{
	background:#fff;
	color:#a58c68;
	font-weight:bold;
}
.clear{
	clear:both;
}

/* Admin Controls */

#adminControls{
	background:#cdbda3;
	border-bottom:solid 1px #232c35;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls a{
	border:none;
}
#adminControls strong{
	color:#fff;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #232c35;
	padding:0 10px 0 10px;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
}

#adminControls a:hover{
	background:#232c35;
	color:#fff;
}
