*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #fff;
}

a{
	color: #1f2e5d;
	text-decoration: none;
}

a:hover{
	color: #1f2e5d;
	text-decoration: underline;
}

.txtcenter{
	text-align: center;
}

.white{
	color: #fff;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

/******************************************************************************************************/
/** HTAGS **/

h1{
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2{
	color: #f19924;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

h4{
	color: #ac884c;
	font-size: 15px;
	letter-spacing: .2em;
	font-weight: normal;
	margin-bottom: 10px;
}

h5{
	color: #483413;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

h6{

}

/** HTAGS **/

/******************************************************************************************************/
/** CONTRUCTION **/

div.head_container{
	background: url(../img/head_bg.gif) bottom center repeat-x #000;
}

div.head{
	width: 950px;
	margin: auto;
	position: relative;
	background: url(../img/head_bg.gif) bottom center repeat-x #000;
	padding: 10px 0;
}

div.head h1.logo{
	width: 500px;
	height: 83px;
}

div.head h1.logo a{
	width: 500px;
	height: 83px;
	background: url(../img/logo.gif) no-repeat;
	display: block;
	text-align: left;
	text-indent: -50000px
}

div.head h1.phone{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

div.body_container{
	background: url(../img/bg.jpg) top center no-repeat #49474a;
	border-bottom: 4px solid #666;
}

/** CONTRUCTION **/

/******************************************************************************************************/
/** NAV **/

div.nav_wrapper{
	text-align: right;
	position: relative;
	z-index: 10;
	background: #7b5614;
	border-bottom: 3px solid #A17225;
}

div#nav{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	height: 36px;
	background: #7b5614;
}

div#nav del{
	text-decoration: none;
	display: inline-block;
	clear: both;
}

div#nav ul{
	list-style: none;
	text-align: center;
	clear: both;
}

div#nav ul li{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-right: 1px solid #A17225;
}

div#nav ul li.whatis{
	background: #A17225;
	border-left: 1px solid #c08525;
	border-right: 1px solid #c08525;
	background: url(../img/qmark.png) center right no-repeat #A17225;
}

div#nav ul li.whatis a{
	padding-right: 52px;
}

div#nav ul li.whatis a:hover{
	background: none;
}

div#nav ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 12px 16px;
}

div#nav ul li.last{
	
}

div#nav ul li.last a{

}

div#nav ul li a:hover{
	color: #fff;
	background: #895C1A;
}

div#nav ul li a.current{
	color: #fff;
	background: #895C1A;
}

/** NAV **/

/******************************************************************************************************/
/** BUTTONS **/

.btn{
	text-indent: -50000px;
	display: block;
}


/** BUTTONS **/

/******************************************************************************************************/
/** CONTENT **/

div.content{
	/* min-height: 500px; */
	font-size: 14px;
	line-height: 1.6em;
	width: 950px;
	margin: 0 auto;
	background: url(../img/bg.jpg) top center no-repeat #49474a;
	padding: 20px 0;
}

div.content p{
	margin-bottom: 10px;
}

div.info{
	padding: 20px;
}

div.socials ul{
	list-style: none;
	float: right
}

div.socials ul li{
	float: left;
}

div.socials ul li a{
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -50000px;
	margin-right: 5px;
}

div.socials ul li a.fb{ background: url(../img/social_fb.png)}
div.socials ul li a.tw{ background: url(../img/social_tw.png)}

div.placeholder{
	background: #fff;
	width: 290px;
	height: 200px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

div.product{
	background: url(../img/pd_bg.png) no-repeat top left #A17225;
	padding: 10px;
	float: left;
	width: 280px;
	margin-right: 10px;
	border: 2px solid #7B5614;
}

div.product h2{
	color: #fff;
}

div.product h2 small{
	font-size: 14px;
	line-height: 16px;
}

div.product img{
	float:left;
}

div.product div.inner{
	padding-left: 15px;
	margin-left: 150px;
	border-left: 1px dotted #4c350d;
}

div.index_pd_container{
	float: right;
}

div.index_pd{
	float: none;
	margin-top: 10px;
	width: 370px;
}

div.index_pd p{
	font-size: 12px;
	line-height: 14px;
}

div.index_pd p a{
	font-size: 14px;
	line-height: 18px;
}

div.product input{
	padding: 0;
}

/** CONTENT **/

/******************************************************************************************************/
/** FOOTERS **/

div.footer{
	width: 950px;
	margin: 0 auto;
	padding: 20px;;
}

/** FOOTERS **/

/******************************************************************************************************/
/** CONTACT **/

.note{
	color:#CCC;
}

.message{
	background:#8CC73F;
	border: 2px solid #5f8b2a;
	padding:15px;
	margin:15px 0;
}

.error{
	background: #ff0000;
	border: 2px solid #a90000;
	padding:15px;
	margin:15px 0;
}

/** CONTACT **/

/******************************************************************************************************/
/** FORMS **/

table.form{
	width: 100%;
	margin-bottom: 10px;
}

table.form td{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #666;
	/* background: #333; */
}

table.form td.title{
	text-align: right;
	font-weight: bold;
}

input, textarea{
	padding: 3px;
	color: #96916b;
}

/** FORMS **/

/******************************************************************************************************/
/** CLEARFIX **/
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** CLEARFIX **/

a.footlink
{
	color:#ffffff;
	text-decoration:underline;
}
a.footlink:hover
{
	color:#e0a443;
	text-decoration:underline;
}
#flash
{
	padding-top:15px;
}
