html	{
	font: 62.5%/1.5 Verdana, Arial, sans-serif;
}

body	{
	background: #000 url(../images/bg.jpg);
	color: #242424;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

a	{
	color: #242424;
}

a img	{
	border-style: none;
}

#wrapper	{
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#logo	{
	background: url(../images/logo.png) no-repeat;
	height: 141px;
	position: absolute;
	right: 160px;	
	top: -25px;
	width: 175px;
}

*:first-child + html #logo	{
	top: 35px;
}

#header	{
	background: url(../images/header.jpg) repeat-x;
	height: 86px;
	margin: 60px 0 0 0;
	width: 100%;
}

#content	{
	background: #ccc url(../images/content-bg.jpg) repeat-x;
	float: left;
	min-height: 400px;
	width: 100%;
}

#inner-wrapper	{
	margin: 0 auto;	
	padding: 50px 0 50px 0;
	width: 775px;
	z-index: 0;
}

#leftside	{
	background: url(../images/middleline.png) no-repeat;
	float: left;
	padding: 0 20px 20px 0;
	width: 325px;
}

#rightside	{
	float: left;
	height: 300px;
	padding: 0 0 20xp 20px;
	width: 325px;
}

/*___________________nav_______________________*/

#nav	{
	margin: 0 auto;
	width: 920px;
}

#nav ul	{
	list-style-type: none;
	position: absolute;
	top: 80px;
	z-index: 100;
}

*:first-child + html #nav ul	{
	top: 90px;
}

#nav ul li	{
	float: left;
	font-size: 1.2em;
	margin: 0 35px;
	position: relative;
}

#nav ul li:hover, #nav ul li.active	{
}

#nav ul li a	{
	color: #a93324;
	text-decoration: none;
}

#nav ul ul {
	background: url(images/nav-bg.gif);
	border-left: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
	left: -28px;
	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	top: 20px;
	width: 130px;
	z-index: 99;
}

*:first-child + html #nav ul ul {
	top: 20px;
}

#nav ul ul li {
	background: #000;
	float: none;
	margin: 0 0 -3px 0;
	padding: 10px 5px 0 10px;
}

#nav ul ul li.active {
	background: none;
}

#nav ul ul li:hover {
	background: #2f2f2f;
}

#nav ul ul li a	{
	font-size: 0.9em;
}

div#nav ul ul {
	display: none;
}

div#nav ul li:hover ul	{
	display: block;
}

/*_____________________________________________*/

#footer-wrap	{
	margin: 30px auto;
	width: 900px;
}

#footer	{
	color: #4a4a4a;
	text-align: center;
	text-transform: lowercase;
}

#footer a	{
	color: #4a4a4a;
	text-decoration: none;
}

#footer a:hover	{
	border-bottom: 1px dashed #4a4a4a;
}

/*_________________Form styles____________*/

ul.contact-form	{
	margin: 0 0 0 -40px;
}

*:first-child + html ul.contact-form	{
	margin: 0;
}

ul.contact-form li	{
	list-style-type: none;
	margin: 10px 0;
	width: 500px;
}

ul.contact-form li label	{
	display: block;
	float: left;
	width: 90px;
}

.txtField	{
	background: #bebebe;
	border: 1px solid #a5a5a5;
	padding: 3px;
	width: 175px;
}

.txtBox	{
	background: #bebebe;
	border: 1px solid #a5a5a5;	
	height: 100px;
	overflow: hidden;
	padding: 3px;	
	width: 175px;
}

.submit	{
	background: #bebebe;
	border: 1px solid #a5a5a5;	
	color: #242424;
	margin: 0 0 0 196px;
	width: 75px;
}

*:first-child + html .submit	{
	margin: 0 0 0 158px;
}

/*_________________Typeface_______________*/

.heading {
	font-family:Sleeptalk;
	font-size: 1.6em;
	letter-spacing:1px;
	line-height:1.2em;
	text-transform:uppercase;
}

.typeface-js	{
	font-family: Sleeptalk;
}

.typeface-js, h1, h2, h3, h4, h5, h6 {
	visibility:hidden;
}
.typeface-js-selected-text {
	color:rgba(128, 128, 128, 0);
	font-family:Arial,sans-serif;
	opacity:0.3;
	position:absolute;
	white-space:pre;
}
.typeface-js-selected-text::-moz-selection {
	background:blue none repeat scroll 0 0;
}