body {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: small;
    background: #dfd5ce url(../images/bg/body.gif) repeat-x top left;
}

/**
 *  homepage featured box
 */

div#feature img {
	float: right;
	background: #e7e9e9;
	margin: -17px 0 0 5px;
	padding: 3px;
}

div#feature img.img-left {
	float: none;
}

#feature h2 {
	height: 1.35em;
}

#feature p {
	clear: left;
}

#feature .strong {
	display: block;
	margin: 0 0 5px 0;
}

/**
 *  content area
 */

div#content {
	font-size: 90%;
}

#content p {
	line-height: 1.5em;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	display: inline;
	margin: 0 0 10px 0;
	width: auto;
}

#content h2,
#content h3,
#content h4 {
	margin: 10px 0 5px 0;
}

#content h1 {
	font-size: 150%;
}

#content h2 {
	font-size: 125%;
}

#content h3 {
	font-size: 100%;
}

#content h4 {
	font-size: 90%;
	font-weight: bold;
}

#content p {
	margin: 0 0 15px 0;
}

/**
 *  ordered lists, unordered lists and definition list styles
 */
 
#content ul {
	margin: 10px 0 10px 35px;
}

#content li {
	margin: 5px 0;
	color: #a8a8a8;
}

#content dl {
	margin: 10px 35px;
}

#content dl dt {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-weight: bold;
    color: #999;
    /*border-bottom: 1px solid #999;*/
}

#content dl dd {
	margin: 0 0 20px 10px;
}

#content dl dd img {
    background: #fff;
    padding: 2.5px;
    border: 1px solid #ccc;
}

#content dl dd img a {
    border: none;
    text-decoration: none;
}

#content dl dd img a:hover {
    border: none;
    text-decoration: none;
}

/*  this styles two divs to give a list a two column look   */
.fr-list-box {
    float: right;
    margin-left: 10px;
}

.fl-list-box {
    float: left;
    margin-right: 10px;
}

#content a:link,
#content a:visited {
	color: #900;
	text-decoration: none;
}

#content a:hover {
	color: #ccc;
	border: none;
}

#content a:active {
	color: #f00;
	text-decoration: none;
	border-bottom: none;
	outline: none;
}

#content ul#sitemap-list a:link {
	border-bottom: 1px dashed #999;
}

#content ul#sitemap-list a:hover {
    border: none;
	text-decoration: underline;
    
}

/**
 *  this is for the jump nav to jump directly to the gallery 
 */
 
div#sublink {
    float: right;
    background: #FFECBC;
    width: auto;
    height: 20px;
    margin: -20px 10px 20px 10px;
    padding: 10px 5px 5px 5px;    
    font-weight: bold;
    border-top: 1px solid #600;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #600;
}

/**
 *  this is for the buy online area on the homepage
 */

div#home-showcase {
	background: #e9eaeb;
	padding: 5px;
	border-top: 2px solid #c7c7c7;
}

#home-showcase img#store-btn {
	margin: 0 0 0 -5px;
	float: left;
}

#showcase-textarea {
	float: right;
	margin: 5px;
	width: 375px;
}

#showcase-textarea h1 {
	margin: 20px 0 0 0;
}

#showcase-textarea p {
	line-height: 2.25em;
}

#showcase-textarea ul {
	margin: 5px 0 0 5px;
	padding: 0;
}

#showcase-textarea ul li {
	list-style: none;
	margin: 10px 0;
	color: #8e8a7f;
	font-weight: bold;
}

/**
 *  gallery
 */

 div.gallery {
	float: left;
	margin: 5px 0 0 0;
	clear: both;
 }

div.gallery img {
	float: left;
	background: #999;
	margin: 5px;
	padding: 3px;
	border: none;
}

/**
 *  address bar
 */

div#address-bar {
	position: relative;
	margin-top: 0px;
	font-weight: bold;
	font-size: 85%;
	color: #FFFFFF;
}

div#address-bar address {
	position: absolute;
	top: 7px;
	left: 5px;
	line-height: 1.35em;
}

div#address-bar address a{
	color:#FFFFFF
}

#address-bar ul {
	position: absolute;
	top: 9px;
	right: 5px;
}

#address-bar ul li {
	list-style: none;
	margin: 0 0 2.5px 0;
	text-align: right;
}

#address-bar ul li a {
	color: #FFFFFF;
	text-decoration: underline;
}

#address-bar a:hover: {
	color: #FFFFFF;
}

/**
 *  bottom bar
 */

div#bot {
	color: #ba908e;
	font-size: 80%;
}

div#bot p {
	float: left;
	margin: 10px 0 0 25px;
}

/* Contact Form Style */

form#contact-form {
	font-size: 13px;
	margin: auto;
	text-align: center;
	width: 100%;
}

#contact-form fieldset {
	width: 80%;
	padding: 8px;
	margin: 15px;
	border: 1px solid #ccc;
	text-align: left;
}

#contact-form label {
	position: relative;
	display: block;
	clear: both;
}

#contact-form span.label-text {
	position: relative;
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	color: #999;
	font-weight: bold;
	margin-right: 1px;
	margin-right: 3px;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
	background-color: #D1D1D1;
	font-size: 11px;
	padding: 3px 8px;
	color: #636363;
	border: 1px solid #787878;
}

#contact-form select {
	padding: 3px 1px;
}

#contact-form option {
	padding: 0 5px;
}

#contact-form textarea {
	margin: 5px 0;
}

#contact-form input {
	width: 155px;
}

input#submit {
	font: normal normal bold 11px Verdana;
	color: #000;
	background: transparent url(../images/bg/submit_button.gif) no-repeat;
	border: 0;
	width: 146px;
	height: 24px;
	margin: 5px;
}

#checkout-mcva{
	padding:2px; 
	margin: 2px;
	border: 1px solid #74201D;
}
