@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
}

#index{
	background-image:url(images/main-bg.jpg);
}
h1{
	color:#280A07;
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
}
h2{
	color:#833C33;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.5em;
}
h3{
	color:#280A07;
	font-family:"Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}
.stress{
	font-style:italic;
	color:#833C33;
}
	
#container{
	width:980px;
	margin:20px auto 0 auto;
	}
#header{
	text-align:center;
	width:980px;
	}
#menu{
	height:30px;
	background-image:url(images/menu-bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFF;
	padding: 0 0 10px 0;
	width:978px;
	}
/*
#menu li{
	display:inline;
	font-style:italic;
	padding: 0;
	border-left: 3px solid #280A07;
}
#menu li a {
	padding: 5px 10px;
}
#menu a:link{
	color:#FFF;
	font-style:italic;
}
*/

#main-content-wrapper {
	padding-bottom: 50px;
	background-image:url(images/background-center.jpg);
	width:980px;
}
#top-section {
	width:950px;
	clear:both;
	padding: 10px 10px 0 20px;
}

#video-section {
	width:950px;
	clear:both;
	padding: 0 10px 0 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#video-section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#video-section { display: inline-block; }
/* start commented backslash hack \*/
* html #video-section { height: 1%; }
#video-section { display: block; }
/* close commented backslash hack */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#quote-section {
	padding:0 20px;
}
#left-col {
	float:left;
	width: 288px;
	padding: 0 0 0 20px;
	clear:both;
}
#right-col {	
	float:right;
	width: 638px;
	padding: 0 15px 0 15px;
}
	
#right-col h2 {
	font-size: 1.2em;
}

table {
}
table th {
	margin:0;
	padding:0;
	width: 240px;
	text-align: right;
}
table th h2 {
	margin:0;
	padding:0;
}
table td {
	padding: 3px 0 1em 20px;
}
div.spacer {
 	width: 192px;
	padding:0;
	margin:0;
}

.abs{
	position:relative;
}
	
#purchase {
	width: 200px;
	padding: 15px;
	background-color:#512B26;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	position:absolute;
	top:-415px;
	right:10px;
}
#purchase div {
	margin-bottom: 7px;
	padding: 0 7px 7px 7px;
	border: 1px solid #7B4743;
}
#purchase img {
	text-align:center;
}

#bottom-section{
	clear:both;
	width:650px;
	padding: 0 15px 0 15px;
	}
	
#bottom-section h3{
	font-size:1.2em;
}

#footer {
	height:88px;
	margin: 1.5em 0 0 0;
	padding: 1em 15px 0 15px;
	position: relative;
	background:url(images/footer-bg.jpg) repeat-x;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer p.info {
	font-size: 62.5%;
	margin: 0;
	padding: 0.25em 0;
}
#footer a:link{
	font-style:italic;
	color:#E7D19D;
}
#footer a:hover{
	color:#FFF;
}
img.right{
	float:right;
}
img.border{
	padding:5px;
	border: 1px solid #7B4743;
}
.products a {
	color:#833c33;
	text-decoration: none;
}
.products a:visited {
	color:#833c33;
	text-decoration: none;
}
a {
	color:#833c33;
}
a:visited {
	color:#833c33;
}


