/*---zero everything out for consistent browser support*/
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #D1DBBD;
}

#outer-wrapper {
	width:936px;
	margin-left:auto;
	margin-right:auto;
}

#ad-wrapper {
	float: right;
	width: 200px;
}

#ad-wrapper img {
	margin-top: 5px;
}

#wrapper {
	float:left;
	background: #FFFFFF;
	width:711px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px solid #3E606F;
	border-left:1px solid #3E606F;
	border-bottom:1px solid #3E606F;
}

#header {
    /*---background: #FFF url('images/boardersBB_header.jpg') right no-repeat;---*/
	background: #FFF url('images/header/rotate.php') right no-repeat;
	width:711px;
    height:134px;
	border-bottom:1px solid #993300;
}

#content {
	width: 711px;
}

#content-subpage {
	padding: 10px;
}

#content-left {
	width: 400px;
	float: left;

}

#tagline {
	position: relative;
	top: 88px;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
}

#main-pic-container {
	padding: 5px;
	text-align:center;
	border-bottom: 1px solid #993300;
	margin-bottom: 5px;
}

#thumbnails {
	padding: 5px;
	height: 30px;
	float: left;
}

#thumbnails img {
	margin-left: 5px;
	margin-right: 5px;
	border: solid 1px 1px 1px 1px #91aa9d;
	padding: 5px 7px 5px 7px;
	background:#fcfff5;
	color: #993300;
}

#thumbnails img:hover {
	border: solid 1px #993300;
	cursor: pointer;
}
#timer {
	float: right;
	padding-right: 20px;
}
#content-right {
	width: 311px;
	float: right;

}
/*--- boarder alert form ---*/
#boarder-alert {
	width: 220px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	background: #D1DBBD;
}

#boarder-alert-title {
	height: 20px;
	background: #91AA9D;
	padding-left: 3px;
	padding-top: 2px;
	font-weight: bold;
	color: #993300;
}

#boarder-alert-form {
	margin: 0px;
	padding: 0px;
}

#shout-form {
	margin: 0px;
	padding: 0px;
}


.formtext {
	height: 15px;
	border: 1px solid #BBC79E;
	margin: 0 0 0 0;
}

/*--- other forms ---*/
label {
	font-size: .9em;
	text-transform: uppercase;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #999999;
	display: block;
	font: 1.1em verdana, geneva, sans-serif;
	margin: 4px 0 4px 0;
	padding: 1px;
}

#footer {
	width:711px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #3e606f;
	text-decoration: none;
}

#footer a:hover {
	color: #91aa9d;
}

.buttonbuynow:hover {
	cursor: pointer;
}
#save {
	width: 60px;
	height: 60px;
	background: url('images/save_burst.jpg') no-repeat;
}
#save .save-text {
	text-align:center;
	color:#CC0000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top:10px;
}
.formbutton {
	background-color: #97B9FF;
	border:1px solid;
    border-top-color: #C1D5FF;
    border-left-color: #C1D5FF;
    border-right-color: #770507;
    border-bottom-color: #770507;
	height: 19px;
	font-size: 9px;
	color: #000066;
}

.bbb_select {
	font-size: 10px;
}

#product-info {
	padding: 5px;
}

.product-name {
	font-size:16px;
	font-weight: bold;
	color: #546D60;
}

.product-price {
	font-size:16px;
	font-weight: bold;
	color: #993300;
}

.product-desc-title {
	font-size:14px;
	font-weight: bold;
	color: #546D60;
}
#page-title {
	font-size: 16px;
	font-weight: bold;
	color: #546D60;
}

/*--- start menu ---*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tohoma;
width: 100%;
border-bottom: 1px solid #625e00;
background-color: #d1dbbd;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #993300;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #993300;
}

#vdividermenu ul li a:hover{
color: #993300;
background-color: #A8B869;
}
/*--- end menu ---*/

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("rss/feed-icon-14x14.png") no-repeat 0 50%;
} 
