/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../img/bgr.jpg) #c8d5d5 repeat-x top;
	color: #333333;
	font: .8em Arial,Verdana,Helvetica,Sans-Serif;
}
body.mceContentBody {
  text-align:left;
  background:#FFFFFF;
}

a{
	color: #ae5910;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dbdbdb 1px solid;
	color: #666666;
	font-size: .85em;
	padding: 2px;
}
li{
	list-style: none;
}

.submitbutton {
	background: url(../img/btn_bg.jpg) repeat-x top;
	color: #FFFFFF;
	font-size: 12px;
    font-family: Verdana;
    border: 1px solid #b76212;
    padding: 2px 4px;
    text-align: center;
    cursor: pointer;
}

/*=== Layout ===*/
#page{
	background: url(../img/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 28px 0 25px;
	width: 857px;
}
#page-top{
	background: url(../img/page-top.gif) no-repeat top;
	height: 30px;
	overflow: hidden;
}
#page-bot{
	background: url(../img/page-bot.gif) no-repeat top;
	height: 34px;
	overflow: hidden;
}
#page-top, #page-bot{
	margin: 0 auto;
	width: 910px;
}
/*=== Header ===*/
#header{
	height: 125px;
	margin: 0 auto;
	width: 910px;
}
#header .spacer{
	float: right;
	padding: 0 45px 0 0;
	width: 630px;
}
/*- Logo -*/
#header h1{
	background: url(../img/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 194px;
}
#header h1 a{
	display: block;
	height: 125px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Cart Info -*/
#cart-info{
	background: url(../img/ico-cart.gif) #e3e7e7 no-repeat 10px 7px;
	color: #ae5910;
	float: right;
	line-height: 40px;
	padding: 0 15px 0 40px;
}
#cart-info a{
	color: #ae5910;
}
/*- Live Chat -*/
#chat{
	background: url(../img/ico-chat.gif) no-repeat 0 2px;
	color: #666666;
	float: right;
	font-weight: bold;
	height: 36px;
	padding: 2px 15px 0 55px;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	color: #666666;
	padding: 10px 0 0;
}
#nav1 a{
	color: #666666;
}
#nav1 a:hover{
	color: #bf6413;
	text-decoration: none;
}
#nav1 ul{
	height: 25px;
	padding: 5px 0 0;
	text-indent: -9999px;
}
#nav1 li{
	float: left;
}
#nav1 li a{
	background: url(../img/nav2-bgr.gif) no-repeat top;
	display: block;
	height: 25px;
	margin: 0 15px 0 0;
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 46px;
}
#nav1 li#n02 a{
	background-position: -61px 0;
	width: 77px;
}
#nav1 li#n03 a{
	background-position: 0px 0;
	width: 195px;
}
#nav1 li#n04 a{
	background-position: -205px 0;
	width: 121px;
}
#nav1 li#n05 a{
	background-position: -340px 0;
	width: 128px;
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 .8em;
}
.nav2 li{
	border-bottom: 2px dotted #c4834b;
	margin: 0 0 3px;
}
.nav2 li a{
	color: #666666;
	display: block;
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #ae5910;
	text-decoration: none;
}
/*=== Title ===*/
#title{
	background: url(../img/title-bgr.png) no-repeat top;
	height: 242px;
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 26px 0 0 26px;
	width: 884px;
}
#title img{
	display: block;
	height: 215px;
	width: 845px;
}
/*=== All Columns ===*/
#columns{
	height: 1%;
}
#columns h2{
	color: #ae5910;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em;
}
#columns h3{
	color: #a3a6a6;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em;
}
#columns h4{
	color: #ae5910;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 .2em;
}
#columns p{
	padding: 0 0 .8em;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 147px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 20px;
	width: 524px;
}
#centercol h2{
	border-bottom: 8px solid #f0f4f4;
	padding: 0 0 5px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 148px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 307px;
}
.col2{
	float: right;
	width: 210px;
}
.col2 p{
	font-size: .85em;
}
.col3{
	float: left;
	padding: 0 15px 0 10px;
	width: 150px;
}
/*=== Product Details ===*/
.form1 .price{
	color: #92918f;
	font-size: 1.8em;
	margin: .8em 0;
}
.thumbs{
	margin: 3px 0 0;
}
.thumbs img{
	height: 80px;
	margin: 0 7px 0 0;
	width: 95px;
}
.thumbs2 img{
	height: 122px;
	margin: 0 6px 7px 0;
	width: 122px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	height: 1em;
	margin: 0 0 .5em;
}
.list1 li{
	border-right: 1px solid #666666;
	float: left;
	line-height: .95em;
	padding: 0 .7em;
}
.list1 li a{
	color: #666666;
}
.list1 li a:hover, .list2 li a:hover{
	color: #ae5910;
}
/*- List2 -*/
.list2{
	margin: 0 0 .8em;
}
.list2 li a{
	color: #ffffff;
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0;
}
select{
	padding: 1px;
}
/*- Form1 Setup -*/
.form1{
	margin: 0 0 .5em;
}
.form1 div{
	margin: 10px 0 0;
}
.form1 input{
	background: #fbfbde;
	width: 145px;
}
.form1 .btn{
	width: auto;
}
/* Form1 Select */
.form1 select{
	width: 150px;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #666666;
	font-size: .85em;
	height: 1%;
	margin: 0 auto;
	padding: 20px 0;
	width: 884px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
hr{
	border-top: 2px dotted #a2acac;
	clear: both;
	height: 2px;
	margin: 1em 0;
	width: 100%;
}
.ad img{
	display: block;
	margin: 0 0 .5em;
}

.form {
  padding:2px 4px;
  color:#666666;
}
.desc {padding:2px 4px;}
.error {
  text-align: center;
  font-weight:bold;
  color:red;
}

#modalwin {
  background: url(../img/transparent.png);
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  text-align:center;
  z-index: 900;
}
#modalwin div{
  position: absolute;
  left:50%;
  top:50%;
  background:#FFFFFF;
  border:2px solid #ee6016;
  padding:10px;
  width:550px;
  margin:-250px;
}
#modalwin p {
  color:#ee6016;
  font-weight: bold;
  text-align:center;
  margin:10px 0px;
}

.verticaldiv {
  border:1px solid #F0F4F4;
  margin-bottom:5px;
}
.verticaldiv h5 {
  background:#F0F4F4;
  padding:2px;
  font-size:14px;
  line-height:16px;
  color:#AE5910;
  margin-bottom:4px;
}

.cartbox {
  border:1px solid #F0F4F4;
  padding:4px;
  margin-bottom:4px;
}
.price_desc {
  color:#AE5910;
  padding:2px 4px;
}
label {
  color:#666666;
  cursor:pointer;
}

.paginator {
  margin:5px 0px;
  padding:2px;
  background:#F0F4F4;
  border-top:1px solid #AE5910;
  border-bottom:1px solid #AE5910;
}
.paginator li {
  float:left;
  height:16px;
  display:block;
  color:#333333;
  margin:0px 1px;
  font-weight: bold;
  font-size:13px;
  line-height:16px;
}
.paginator li a {
  font-weight: bold;
  font-size:13px;
  line-height:16px;
  display:block;
  text-align:center;
  color:#AE5910;
  padding:0px 4px;
}
.paginator li span {
  padding:0px 4px;
}
.paginator li a:hover {
  color: #0000FF;
  background:#FBFBDE;
  text-decoration:none;
}

