body {
	background: #190802 url('images/bodyBkgdColor.jpg') repeat;
	/*background: #fff;*/
	margin: 0;
	font-family: Georgia, Times, serif;
	/*font-size: 67.5%;*/
}

/* TYPOGRAPHY */

h1 {
	color: #d36d2f;	
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
}

h2 {
	color: #b24722;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 19px;
	letter-spacing: 1px;
}

h3 {
	color: #d36d2f;	
	font-weight: normal;
	margin: 0;
	letter-spacing: 1px;
	font-size: 26px;
}

h4 {
	color: #b24722;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	/*font-size: 14px;*/
	letter-spacing: 1px;
}

.ToC {
	margin: 15px 0 0 0;
}

h5 {
	color: #d36d2f;	
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
}

p {
	color: #b19a76;
	font-size: 14px;
	line-height: 18px;
}

#videoList p{
	margin: 3px 0;
	padding: 0;
	/*font-size: 12px;
		line-height: 14px;*/
}

#nav ul {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

li {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
}

a {
	color: #b24722;
	text-decoration: none;
}

a:hover {
	color: #d36d2f;	
}

.footerText {
	color: #d36d2f;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.footerText a {
	margin-left: 15px;
}

.red {
	color: #b24722;
	font-style: italic;
}

img {
	border: 0;
}

/* STRUCTURE & LAYOUT */

#dropShadow {
	background: url('images/dropShadow.jpg') repeat-y;
	width: 980px;
	margin: auto;
}

#container {
	width: 960px;
	margin: auto;
}

#brandstoryArea {
	background: url('images/brandstory-bkgd.jpg') no-repeat;
	height: 535px;
	margin: 0;
}

#brandstory {
	width: 960px;
	height: 535px;
	margin: auto;
}

#bannerArea {
	background: url('images/banner-bkgd.jpg') no-repeat;
	height: 224px;
	margin: 0;
}

#banner {
	margin: auto;
}

#contentAreaIndex {
	background: url('images/content-bkgd.jpg') repeat-y;
	/*height: 344px;*/
	margin: 0;
}

#contentArea {
	background: url('images/content-bkgd-long.jpg') no-repeat;
	/*height: 344px;*/
	margin: 0;
}

#content {
	background: url('images/black-transparent.png') repeat;
	width: 900px;
	padding: 15px 30px;
}

#nav {
	float: left;
	width: 300px;
	margin-top: 30px;
}

#nav li {
	list-style-type: none;
}

#promos .button {
	margin: 0 0 10px 0;
	width: 231px;
	clear: left;
}

#promos .button a {
	height: 54px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

#promos .button a:hover {
	background-position: 0px -54px;
}

#introText {
	float: right;
	width: 570px;
	text-align: right;
}

#videoList {
	float: right;
	width: 600px;
	text-align: left;
}

#socialNetIcons {
	margin: 25px 0 30px 0;
	height: 16px;
}

.socialIcon {
	float: left;
	margin-right: 10px;
}

.videoIcon {
	float: left;
	margin-right: 10px;
}


#footer {
	width: 900px;
	height: 40px;
	clear: both;
	margin-top: 30px;
	padding: 0 30px;
}


.thickBoxText {
	font-size: 1.4em;
	color: #999;
	line-height: 26px;
	margin-bottom: 20px;
}


/******* FORM *******/

 #customForm{  
     padding: 0 10px 10px;  
 }  
 #customForm label{  
     display: block;  
     line-height: 1.4em;  

	color: #B24722;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	letter-spacing: 1px;

 }  
 #customForm input{  
	background-color: #000;
     padding: 6px;  
     color: #B19A76;  
     font-family: Arial,  Verdana, Helvetica, sans-serif;  
     font-size: 11px;  
     border: 2px solid #D36D2F;  
 }  
 #customForm input.error{  
     background: #f8dbdb;  
     border-color: #e77776;  
 }  
 #customForm textarea{  
     width: 550px;  
    height: 80px;  
     padding: 6px;  
     color: #adaeae;  
     font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-style: italic;  
     font-size: 12px;  
     border: 1px solid #cecece;  
 }  
 #customForm textarea.error{  
     background: #f8dbdb;  
     border-color: #e77776;  
 }  
 #customForm div{  
     margin-bottom: 15px;  
 }  
 #customForm div span{  
     margin-left: 10px;  
     color: #B19A76;  
     font-size: 11px;  
     font-style: italic;  
 }  
 #customForm div span.error{  
     color: #e46c6e;  
 }  
 #customForm #send{  
     background: #b24722;  
     color: #fff;  
     font-weight: 700;  
     font-style: normal;  
	text-transform: uppercase;
	width: 100px;
     border: 0;  
     cursor: pointer;  
 }  
 #customForm #send:hover{  
     background: #ae0101;  
 }  
 #error{  
     margin-bottom: 20px;  
/*     border: 1px solid #efefef;  
*/ }  
 #error ul{  
     list-style: square;  
     padding: 5px;  
     font-size: 11px;  
 }  
 #error ul li{  
     list-style-position: inside;  
     line-height: 1.6em;  
 }  
 #error ul li strong{  
     color: #e46c6d;  
 }  
 #error.valid ul li strong{  
	     color: #93d72e;  
}  

.hidden {
	display: none;
}
/******* /FORM *******/














