/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #FCFBF7 url(images/bk.jpg) repeat-x left top;
	font: 13px "Trebuchet MS", Tahoma, Verdana;
}
#main {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	display: block;
	/*width: 796px;*/
	height: 95px;
	margin:0px;
	padding:0px;
}
#logo {
	width:389px;
	height:104px;
	background: url(images/logo.png) no-repeat 10px top;
    cursor:pointer;
	float:left;
	position:absolute;
	z-index:1;
}
#logo i {
	display: none;
	font-style: normal;
}
#topmenu {
	list-style: none;
	margin: 0px 0px 0px 365px;
	padding: 15px 0px 0px 0px;
	/*width: 480px;*/
	display: block;
}
#topmenu li {
	float: left;
}
#topmenu a {
	text-decoration: none;
	color: #663300;
	padding-right: 8px;
	padding-left: 8px;
}
#topmenu a:hover {
	color: #FF6699;
	text-decoration: underline;
}
#mainmenu {
	position:absolute;
	list-style: none;
	display: block;
	margin: 68px 10px 0px 295px;
	padding: 0px;
	/*width: 630px;*/
	font-size: 13px;
	font-weight: bold;
	z-index:10;
}
#mainmenu li {
	float: left;
}
#mainmenu a {
	padding-right: 8px;
	padding-left: 8px;
	color: #663300;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #FF6699;
	text-decoration: underline;
}




#topbar {
	background: url(images/topbar.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 796px;
}
#botbar {
	background: url(images/botbar.png) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 796px;
	clear: both;
}
#content {
	min-height:500px;
}
#homeleft {
	margin: 0px;
	padding: 0px;
	width: 414px;
	float: left;
	background: url(images/left_top.png) no-repeat left;
	height: 532px;
}


#homeleft #inspire {
	background:url(../img/homeitems/inspire.jpg) no-repeat;
	color: #FF6699;
	text-decoration: none;
	height: 322px;
	margin: 30px 0px 0px 35px;
	padding: 0px;
	font-size: 28px;
	display: block;
}
#homeleft h2 {
	color: #FF6699;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#homeleft .getstarted {
	background: url(images/getstarted.jpg) no-repeat;
	margin: 0px 0px 0px 26px;
	padding: 15px;
	height: 103px;
	width: 351px;
	cursor: pointer;
}


#homeright {
	width: 382px;
	float: left;
	padding: 0px;
	background: url(images/rit_top.png) no-repeat;
	margin: 0px;
	height: 532px;
}
#homeright #whatsnew {
	background:url(../img/homeitems/new_feature.png) no-repeat;
	height: 258px;
	width: 363px;
	margin-top: 18px;
}

#homeright #whatsnew h2 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/whatsnew.png) no-repeat bottom;
	height: 38px;
	margin: 0px;
	padding: 6px 0px 0px 15px;
	width: 367px;
}
#homeright #whatsnew .more a {
	display: block;
	background: #660000;
	width: 80px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 7px 10px;
	margin: 189px 19px 0px 268px;
}

#homeright #news {
	padding: 15px;
	width: 320px;
}

#homeright #news h2 {
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
#homeright #news ul {
	list-style: square;
	padding: 0px 0px 0px 10px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	height:156px;
}
#homeright #news li {
	padding-bottom: 10px;
}

#homeright #opener {
	margin:-15px 0px 0px 20px;
	cursor:pointer;
}

#homeright #closer {
	margin:5px 0px 0px 20px;
	cursor:pointer;
}

#homeright div.accordion {
	width:350px;
	background-color:#efe5dc;
	position:absolute;
	padding:0px;
	margin:-222px 0px 0px 1px;
	z-index:5;
}
#homeright form {
	padding:10px 10px 10px 20px;
}

#homeright label {
	width:60px;
	display:block;
}


#content2 {
	background: url(images/midbar.png) repeat-y left bottom;
	margin: 0px;
	padding: 0px 55px 20px 55px;
}
#leftpane {
	width: 170px;
	float: left;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#leftpane ul {
	margin: 0px 0px 5px 25px;
	padding: 0px;
	list-style: none;
}
#leftpane h3 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 12px;
	cursor:pointer;
	color: #660000;

}
#leftpane h3:hover {
	color: #FF6699;
}


#rightpane {
	margin: 0px 0px 0px 175px;
	padding: 0px 0px 20px 0px;
	min-height: 500px;
}
.floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

.floatright {
	float: right;
	margin: 0px;
	padding: 0px;
}

#shopstatus {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #EEE4DB;
	display: block;
	padding: 5px 10px 10px 10px;
	margin: 0px 4px 10px 1px;
	height: 55px;
	border: 1px solid #DAC4AF;
}

#shopstatus h4 {
	margin:0px;
}

.prodthmb {
	background: #eee4db;
	width: 153px;
	margin: 1px;
	float: left;
	padding: 10px 7px 10px 6px;
	height: 210px;
	border: 1px solid #DAC4AF;
}
.prodthmb input[type='text'] {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 20px;
	padding:1px;
}

.prodthmb input[type='submit'] {
	font-size: 10px;
	padding:0px;
}

.prodthmb i {
	color: #CC0000;
	font-style:normal;
	padding:0px;
}


.tab {
	width: 60px;
	display: block;
	float: left;
}

.tabbed {
	margin-left: 1px;
	float: left;
	display: block;
	text-align: right;
	width: 90px;
}
#prod_detail {
	display: block;
	min-height: 450px;
	margin-bottom: 25px;
	width:520px;
}

#prod_detail img {
	border: 2px solid #666666;
}

#prod_detail #prodpix {
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}

#prod_detail #proddet {
	display:block;
	width:180px;
	float:right;
	margin:0px;
	padding:0px;
}

.clear {
	padding-top:15px;
	clear:both;
}

#footer {
	clear: both;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 50px;
	margin: 0px;
	padding-top: 0px;
}
.foot_lefty {
	float: left;
	margin-left: 20px;
}
.foot_mid {
	float: left;
	margin-left: 95px;
}
.foot_righty {
	float: right;
	margin-right: 20px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #FF6699;
	text-decoration: none;
}
p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a {
	text-decoration: none;
	color: #660000;
}
a:hover {
	color: #FF6699;
}



h1, h2, h3, h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom:0px;
}

h3 {
	margin-top:10px;
	font-size:16px;
}
h4 {
	font-size:14px;
}

#content2 h1, #content2 h2 {
	font-weight: normal;
	color: #FF6699;
	text-decoration: none;
}

button {
	margin: 0px;
	padding: 4px;
	font-size: 9px;
}

/*-WCC*/
#pagination{
	padding-top:15px;
	width: 100%;
	clear: both;
	font-size:75%;
}

fieldset {
	padding: 20px;
}

legend b {
	font-size:13px;
	font-weight:bold;
	color:#FF4280;
}

label {
	width:120px;
	display:block;
	float:left;
}

input.text {
	width:280px;
}

textarea {
	width:400px;
}

#checkout input[type="text"] {
	width:300px;
}

#checkout p {
	margin:0px 0px 5px 0px;
	_padding:0px 0px 0px 0px;
}

.cartbox {
	width: 100%; 
	border-left: 1px solid #DAC4AF;
	border-top: 1px solid #DAC4AF;
}

.cartbox input[type="submit"] {
	font-size:9px;
}

.cartbox td, .cartbox th {
	border-bottom: 1px solid #DAC4AF;
	border-right: 1px solid #DAC4AF;
}

.cartbox form#aForm, .cartbox form#bForm {
	width:110px;
	float:left;
}

/*Gallery Styles*/


#image_field {
  margin:0px;
  padding:0px;
}

.imager {
  width:100px;
  padding:5px;
  margin:0px 15px 10px 0px;
  float:left;
  background-color:#EEEEEE;
  border: 1px #DDDDDD solid;
}

.gally {
  padding:5px;
  margin:0px 5px 10px 0px;
  background-color:#e8dace;
  border: 1px #e0cdbd solid;
  height:100px;
}

.gally h3 {
	margin:0px;
	padding:0px;
}


.imgcntrl {
  padding:0px;
  margin:5px 0px 0px 0px;
}

.imgthmb {
  height:100px;
  padding:0px;
}

.gallythmb {
  height:100px;
  padding:0px;
  float:left;
  margin:0px 10px 0px 0px;
}


.imgthmb img, .gallythmb img {
  border: 0px #DDDDDD solid;
}