body {
	margin: 20px 0px 0px 0px;
	background: #615651;
	font-family: Arial, Helvetica, sans-serif;
	font: 12px normal Arial, Helvetica, sans-serif;
	behavior: url('css/csshover.htc');
}

img, table, td, fieldset {
	border: none;
}

a.border {
	padding: 8px;
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	margin: 0px 6px;
	background: #251814;
}
	a.border:hover {
		background: #fff;
	}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#978D89;
	border-bottom: 2px solid#978D89;
}

h2.home {
	width: 357px;
	height: 28px;
	background: url(../images/h2home2.gif) no-repeat;
}

#wrapper {
	width: 877px;
	margin: 0px auto;
}

#header {
	width: 877px;
	height: 186px;
	background: url(../images/header.gif) no-repeat;
}

#container {
	margin: 0px 0px 0px 28px;
	padding: 0px 0px 22px 0px;
	width: 833px;
	background: #382722 url(../images/container_bg.gif) bottom left no-repeat;
}

#nav {
	width: 105px;
	float: left;
}
	#nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#nav li {
		padding: 22px 0px 0px 0px;
	}
	#nav a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		padding: 0px 0px 2px 22px;
		margin: 0px;
		display: block;
		width: 83px;
	}
	#nav a:hover {
		border-bottom: 2px solid;
		color:#978D89;
		padding: 0px 0px 0px 22px;
	}

#content {
	float: right;
	width: 701px;
	margin: 0px 0px 0px 20px;
	color: #fff;
}
	#content a {
		color:#fff;
		text-decoration: none;
	}
	#content a:hover {
		color: #fff;
		text-decoration: underline;
	} 
	#content li {
		padding: 5px 0px;
	}

#transition {
	float: left;
	width: 333px;
}

#footer {
	margin: 0px auto;
	width: 700px;
	padding: 20px 0px 10px 100px;
}
	#footer a {
		text-decoration: none;
		color: #000;
	}
	#footer a:hover {
		text-decoration: underline;
	}




/** ------------- **/
/**   PRODUCTS    **/

.product {
	width: 185px;

	margin: 5px 10px;
	padding: 10px;
	float: left;
	background: #251814;
	border: 1px solid #615651;
	text-align: center;
}


.productinside {
	background: #615651 url(../images/tab_products_bg.gif) bottom left no-repeat;
	padding: 5px 5px 8px 5px;
	margin: 10px 0px 0px 0px;
	color: #fff;
}


#purchase #content img {
	padding: 10px;
	background: #000;
}


table.purchaser {
	background: #251814 url(../images/tab_purchaser_bg.gif) bottom left no-repeat;
}



/** ------------- **/
/**   DECLARATIONS    **/


a.ad {
	display: block;
	margin-top: 20px;
	float: right;
	width: 238px;
	height: 280px;
	background: url(../images/ad2.gif) no-repeat;
}
	

.brownsixteen {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #978d89;
	font-weight: bold;
}


.greenfourteen {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #978D89;
	font-weight: bold;
	text-align:center;
	padding: 5px 0px;
}


.inputtext {
	border: none;
	background: #615651 url(../images/input_bg.gif) bottom repeat-x;
	color: #fff;
	padding: 0px 3px;
}
.inputtext:focus {
	background: #615651 url(../images/inputfocus_bg.gif) bottom repeat-x;
}


.inputtext2 {
	border: none;
	background: #615651 url(../images/input_bg.gif) bottom repeat-x;
	color: #fff;
	padding: 0px 3px;
}


.left {
	float: left;
}
.right {
	float: right;
}

.emphasis  {text-decoration:underline;
			font-style:italic;
			color:#FFFFFF
			 }
			 
#media #content img	{margin:20px;
}
			 
.testimonial	{margin:20px 0px 20px 95px;
				float:left;
}

.testimonial img	{border:1px solid #000000;
}