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

/* Remove padding and margin */ 
*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}


body 
    { 
	margin:0;
	background-color:#000;
    color:#000;     
    text-align:center;
} 

#wrapper 
    {  
    width:1000px;  
    text-align:left;   
    margin-left:auto;  
    margin-right:auto;
}

#top {
	 background: url(images/top.jpg);
	 background-repeat:no-repeat;
	 height:626px;
}

#top .movie {
	background-color:#000;
	width:560px;
	height:340px;
	margin:220px auto auto 350px;
}

/*
#mid_bar {
	background-color:#291009;
	height:30px;
	width:auto;
}*/

#navcontainer ul {
  padding:0;
  margin:0;
  list-style-type: none;
  background-color: #291009;
  color: #FFF;
  width: 100%;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.8;
  /*font: normal 90% arial, helvetica, sans-serif;*/
  font-size:18px;
  font-weight:800;
  text-align: center;
}

li { 
	display: inline; 
}

li a {
  margin:0;
  text-decoration: none;
  background-color: #291009;
  color:#FFFEDA;
 padding: 0 2em;

}

li a:hover {
  background-color: #603814;
  color: #fff;
}
	


#bottom {
	width:1000px;
	/*background: url(images/bottom_grad.png);
	background-repeat:repeat-x;*/
	background-color:#C4996C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3D2314;
}

#bottom p {
	margin:0px auto 15px auto;
}

#bottom .ttl {
	font-style:italic;
	font-weight:800;
}

#bottom .kd {
	font-style:italic;
}

#bottom .col1 {
	float:left;
	text-align:center;
	margin:auto auto auto auto;
	width:346px;
	color:#FFC;
	background-color:#603814;
	/*border:red thin solid;*/
	min-height:100%;

}

#bottom .col1 .buy {
	padding-top:20px;
	padding-bottom:20px;
	color:#FFC;
	background-color:#603814;
	/*border:purple thin dashed;*/
}

#bottom .col1 .signup {
	color:#FFC;
	padding-top:25px;
	background-color:#603814;
	/*border:purple thin dashed;*/
	text-align:left;
	padding-left:18px;
}

#them { 
 font-size: 12px;
 color:#FFF;
 background-color: #3D2314; 
 border: 1px solid #FFF; 
}

#bottom .col2 {
	float:left;
	margin:5px auto auto 15px;
	width:390px;
	/*border:green thin solid;*/
}

#bottom .col2 .da_posted_review {
	overflow:auto;
	height:600px;
}

#prod_reviews {
	border-bottom:solid 2px #3D2314;
}

#bottom .col3 {
	float:left;
	margin:5px auto auto 20px;
	width:205px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*border:blue thin solid;*/
}

#bottom .col3 .head {
	padding-bottom:7px;
}


#bottom .col3 .review {
	border-top:dashed 1px #3D2314;
	padding-top:2px;
}

#foot {
	margin-top:35px;
	clear:both;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


.spacer {
	clear:both;
	line-height:.5;
}

.bkspacer {
	clear:both;
	line-height:.5;
	background-color:#000;
}

h1 
    { 
    font-size: 2.2em; 
} 
     
h2 
    { 
    font-size: 2.0em;     
} 
     
h3 
    { 
    font-size: 1.8em; 
} 
     
h4 
    { 
    font-size: 1.6em;     
} 
     
h5 
    { 
    font-size: 1.4em;     
} 
     
p 
    { 
    font-size: 1.2em;     
}

/* Forms 
-----------------------------------------------------------------------------*/ 

input.text 
  { 
  padding: 3px; 
  border: 1px solid #999999;     
}


/* Tables  
-----------------------------------------------------------------------------*/ 

table 
  {  
  border-spacing: 0; 
  border-collapse: collapse; 
} 

td  
  { 
  text-align: left; 
  font-weight: normal; 
}


.bigt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFC;
	font-size:22px;
	font-weight:800;
	font-style:italic;
	margin-bottom:20px;
}


.bigt2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFC;
	font-size:20px;
	font-weight:800;
	font-style:italic;
	margin-top:30px;
}

.subt {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFC;
	font-weight:600;
	font-size:18px;
	font-style:italic;
	margin-bottom:5px;
	margin-top:15px;
	
}

