
body {
	color: #7C8865;
	background: fixed #FBFBF1 url('../images/card_bg2.jpg') top left no-repeat;
	font-family: 'segoe ui','bookman old style', 'trebuchet', arial, helvetica, sans-serif;	
	}

a:link, a:visited, a:hover, a:active {	
	color: #73806C;	
	text-decoration: none;
	}

a.text {
	border-bottom: 1px dotted #73806C;
	}
a.text:hover {
	color: #ED9218;
	}

h2 {
	font-size: 12px;
	color: #73806C;
	}

h3 {
	margin: -10px -10px 10px -10px;
	padding: 0 15px;
	font-size: 1.3em;	
	color: #DCDCDC;
	background: #A9B494;
	}
	
h4 {
	color: #73806C;
	border-bottom: 1px solid #73806C;
	}



/*----------------
IDs
-----------------*/

#stylepicker {
	position: relative;
	top: 0px;
	height: 24px;
	text-align: right;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	color: #73806C;
	background: transparent;
	}
 a.skin:link, a.skin:visited, a.skin:active {
	color: #73806C;
	margin: 0px 8px;
	}
 a.skin:hover {
	color: #ED9218;
	}
 a.current:link, a.current:visited, a.current:active {
 	color: #E5DAC8;
	background: #73806C;
	padding: 0px 3px;
	}
	
#container {
	margin: 0 auto;
	margin-top: 50px;
	padding: 0px;
	width: 800px;
	text-align: left;
	border: 1px dashed #7C8865;
	/*background: transparent url("../images/green_checker_bg.gif");*/
	background: inherit;
	/*background: #815725;*/
	}

#logo {
	position: relative;
	height: 100px;
	background: transparent url("../images/logo2.jpg");
	}

h2#tagline {
	position: absolute;
	top: -65px;
	right: 0px;
	z-index: 1;
	}

#productnav {
	margin: 4px 0 0 0;
	padding: 0;
	background: #BEC6AF;
	/*background: #D6EBEB;*/
	border-top: 1px dashed #73806C;
	border-bottom: 1px dashed #73806C;
	height: 20px;
	}

#breadcrumbs {
	display: inline;
	float: left;
	margin: 0 15px;
	padding: 0 10px;
	color: #000;
	background: inherit;
	}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: underline;
	}
#breadcrumbs a:hover {
	color: #ED9218;
	}
#breadcrumbs a:active {
	}
	
#productnav ul {
	display: inline;
	margin: 0;
	padding: 0;
	height: 100%;
	float: right;
	}
#productnav ul li {
	list-style: none;
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
#productnav ul li a:link, #productnav ul li a:visited {
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
	border-left: 1px dashed #7C8865;
	} 
#productnav ul li a:hover {
	background: #ED9218;
	}
#productnav ul li a:active {
	}

#baglink {
	display: inline;
	float: right;
	text-align: right;
	line-height: normal;
	width: 32px;
	height: 32px;
	margin: 0 4px;
	padding: 0;
	/*background: transparent url("../images/icon_bag.png") no-repeat;*/
	}
#baglink img { 
	border: 0; 
	margin: 0;
	padding: 0;
	}

#nav {
	float: right;
	display: inline;
	width: 140px;
	margin: 10px 10px 10px 0;
	padding: 0;
	text-align: center;
	background: inherit;
}
#nav ul {
	margin: 20px 0 20px 10px;
	padding: 0;
	text-align: left;
	}
#nav ul li { 
	font-size: 1.1em;
	font-weight: bold; 
	margin: 0;
	padding: 0;
	list-style: square inside;
	}

#w3c {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	}
#w3c img {
	border: 0;
	}

#content {
	float: left;
	display: inline;
	width: 608px;
	margin: 10px;
	padding: 10px 10px 40px 10px;
	background: #FFF;
	border: 1px dashed #73806C;
	}

#home {
	float: left;
	width: 180px;
	}
#showcase .showcase, #showcase #caption {
	float: right;
	width: 400px;
	margin: 0 0 10px 0;
	}
#showcase #caption {
	margin: 0;
	}

#shop .shop {
	float: right;
	width: 400px;
	margin: 10px 0 10px 0;
	}
#shop #caption {
	float: left;
	width: 180px;
	margin: 0;
	}

table#cart {
	width: 338px;
	margin: 0;
	padding: 0;
	}
table#cart td, table#cart th {
	margin: 0;
	padding: 2px 4px;
	}
table#cart img {
	border: 0;
	}

#cartleft {
	display: inline;
	float: left;
	width: 250px;
	min-height: 250px;
	background: #FFF url("../images/ca_sister2.jpg") center center no-repeat;
	}
* html #cartleft {height: 250px;}

#footer {
	clear: both;
	margin: 0;
	padding: 4px;
	height: 32px;
	background: #BEC6AF;
	text-align: center;
	border-top: 1px dashed #73806C;
	}
#footer ul {
	margin: 0;
	padding: 0;
	}
#footer li {
	display: inline;
	font-size: .85em;
	margin: 0 20px;
	padding: 0;
	}
#footer a, #footer a:link, #footer a:active {
	line-height: 32px;
	padding: 4px;
	} 
#footer a:hover {
	color: #FFF;
	}



/*
-----------------------------
CLASSES
---------------------------*/

.contentbody {
	clear: both;
	margin: 10px 0;
	padding: 5px;
	}
* html .contentbody {height: 1%;}

.left {
	float: left;
	margin-right: 10px;
	}
.right {
	float: right;
	margin-left: 10px;
	}
.spacer {
	clear: both;
	}

.product {
	text-align: center;
	margin: 12px;
	border: 1px solid #73806C;
	}
.largeproduct {
	margin: 0 10px 10px 0;
	}

.details {
	float: left;
	display: inline;
	width: auto;
	}
	
.buynow {
	float: right;
	display: inline;
	width: 220px;
	text-align: right;
	line-height: 100%;
	}
.buynow, .buynow label, .buynow input {
	vertical-align: middle;
	}

.buybutton {
 	text-indent: -1000em;
	width: 120px;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	background: transparent url( "../images/buynow.gif" ) center top no-repeat;
 	cursor: pointer; /* hand-shaped cursor */
	}
.recalculate {
 	text-indent: -1000em;
	width: 100px;
	height: 24px;
	margin: inherit;
	padding: inherit;
	border: 0;
	background: transparent url( "../images/recalculate.gif" ) center top no-repeat;
 	cursor: pointer; /* hand-shaped cursor */
	}
.cartbutton {
	border: 0;
	}

div.thumbnail {
	display: inline;
	float: left;
	width: 100px;
	margin: 0 15px 15px 0;
	padding: 0;
	font-size: 85%;
	}
.thumbnail img {
	display: inline;
	width: 100px;
	height: 75px;
	border: 1px dashed #73806C;
	margin: 0;
	padding: 0;
	}
* html .thumbnail { height: 1%; }

a.navbutton, a.navbutton:link, a.navbutton:visited {
	height: 1%;
	}
a.navbutton:hover {
	color: #ED9218;
	}
a.navbutton#currentbutton {
	color: #ED9218;
	}
