/* CSS Document */

body
{
	padding: 0;
	margin: 0;
	background:#F5F5F0 url(../images/tile_mast.gif) repeat-x scroll center top;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#6D695F;
	line-height: 1.7em;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-variant:normal;
	color: #4c321b;
	font-family: "Times New Roman", Times, serif;
	margin: 1em 0 1em 0;
	letter-spacing:1px;
}

h1 strong{
	font-size: 35px;
	font-weight: bold;
	color: #4c321b;
	font-family: "Times New Roman", Times, serif;
	margin: 1em 0 1em 0;
	letter-spacing:1px;
	line-height:30px;
}

h1 em{
	font-size: 11px;
	color: #4c321b;
	font-family: "Times New Roman", Times, serif;
	margin: 1em 0 1em 0;
	letter-spacing:1px;
	font-variant:normal;
	font-style:normal;
	
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-variant:small-caps;
	color: #4c321b;
	font-family: "Times New Roman", Times, serif;
	margin: 1em 0 1em 0;
	letter-spacing:1px;
	border-bottom: solid 1px #C9C9A6;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #965101;
	font-family:"Times New Roman", Times, serif;
	margin: 0 ;
}
h6 {
	font-size: 1.0em;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	font-weight: normal;
}




img
{
	border: 0;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #965101;
}
a:hover {
	color: #f00;
}

.clear {
	clear: both;
	line-height: 0%;
	font-size: 0%;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

.warning {
	color: #f00;
}

a.callout {
	color: #f00 !important;
}

/*---- COMMON ----*/

.column
{
	float: left;
}

.content
{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.txtinput
{
	width:150px;
	background:#FFF;
	color:#333;
	border:1px solid #d4e3eb;
	font-size:11px;
	padding:3px;
}

.content ul
{
	margin: 0;
	padding: 0 0 0 15px;
}

/*----------*/

/*----- WRAP -----*/

#wrap
{
	width: 760px;
	margin: 0 auto 0 auto;
}

/*----------*/

/*----- MAST -----*/

#mast
{
	height: 117px;
	border:0;
	
}

#mast .copy
{
	text-align: right;
	padding: 15px;
}

/*----------*/

/*----- MAIN -----*/

#main
{
	border:0;
	background-color: #F5F5F0
}

/*----------*/

/*----- LEFT -----*/

.left
{
	width: 233px;
	margin-right: 40px;
}

.left ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

.left li a
{
	color:#D6B284;
	display:block;
	font-size:10px;
	line-height:1.5em;
	height:1.5em;
	padding:0pt 0pt 4px 37px;
	text-decoration:none;
}

.left li a:hover {
color:#B87B2B;
display:block;
text-decoration:none;
}

.left li a .current {
color:#B87B2B;
}

.left em{
	color:#900;
	font-size:9px;
	font-variant:normal;
	font-style:normal;
	
}
	  
	  
	  .copy em {
		color:#990000;
		font-size:9px;
		font-style:normal;
		font-variant:normal;
		text-decoration:none;
		}

.left form
{
	padding: 30px;
	line-height: 16px;
	font-size: 11px;
	width: 150px;	
	background:#c9c9a7;
	margin-top:10px;
}

.left form input
{
	font-size: 10px;
	margin: 6px 0 2px 0;
	padding: 3px;
}
.left form img {  }

.left form input.txtinput
{
	border: solid 1px #C9C9A6;
	width: 150px;
}

.left form br
{
	height: 2px;
	display: block;
}

.left form .txtinput
{
	width: 130px !important;
}

#brand {
	margin-bottom: 20px;
	
}

a.current img {
	/*border-top: solid 1px #C9C9A6;*/
	border-bottom: solid 1px #C9C9A6;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

/*----------*/

/*----- CENTER -----*/

.center
{
	width: 450px;
}

.copy
{
	padding: 10px;
	width: 430px;
}

/*----------*/

/*----- RIGHT -----*/

.right
{
	width: 117px;
}

/*----------*/

.pr {
	padding: 10px 0;
}





/*----- FOOTER -----*/

#footer
{
	border-top:1px solid #C9C9A7;
	font-size:9px;
	line-height:1.5em;
	padding:15px;
	text-align:center;
	clear:both;
	
	
	
	
}

#footer a {
	text-decoration: none;
	
	}
	
#footer a:hover {
text-decoration:underline;
	}


#footer ul li {
	list-style-type:none;
	margin:0;
}

#footer .column {
	font-size:9px;
	text-align:left;
	width:240px;
	
	
}

#gallery_nav {
	font-size:9px;
}

#gallery_nav a {
	font-size:10px;
}

.tiny_txt {
	font-size:9px;
}

.brands table {
border-top: solid 1px #c9c9a7;"
}

.brands td {
	border-bottom: solid 1px #c9c9a7;
	line-height:15px;
	padding-bottom:15px;
}
.brands  {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	color:#330000!important;
	text-align:center;
}

.middle td {
	border-right: solid 1px #c9c9a7;
	border-left: solid 1px #c9c9a7;
	
	
}

/*----------*/

/*---- Self-Clearing Elements ----*/

.column:after, .alert:after, #wrap:after, #mast:after, #main:after, #footer:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*------------*/


ul h2 {
	font-size:13px!important;
	margin-left:25px;
	margin-bottom:5px;
	

 }
