/*GENERAL*/

body,h1,h2,h3,form,input,img,p,ul,li{
	margin: 0;
	padding:0;
}

body{
	font-family: 'PT Sans',arial,sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.3em;
	color:#d1d1d1;
	font-weight:normal;
	background:#dad5c9;
}

a{
	text-decoration:none;
	color:#c59a6c;
	outline:none;
}
a:hover{
	text-decoration:underline;
}

p{
	padding-bottom:15px;
}

h1,h2,h3,h4,h5,h6{
	font-family:Oswald,arial,sans-serif;
	text-transform:uppercase;
}

h1{
	font-size: 32px;
	font-weight:400;
	text-shadow:1px 1px 2px #000;
	line-height: 50px;
	padding-bottom:10px;
	color:#e1b382;
}

h2{
	font-size: 25px;
	font-weight:400;
	text-shadow:1px 1px #ededed;
}


h3{
	font-size: 20px;
	font-weight:400;
	text-shadow:1px 1px #f8f8f8;
	color:#918a77;
	padding-bottom:15px;
}

.centerContainer{
	width:960px;
	overflow: hidden;
	margin:0 auto;
}

.oneThird{
	width:292px; 
	/* original width: 213 */
	float:left;
	padding-right:40px;
}

.navBox{
	width:180px; 
	/* original width: 213 */
	float:left;
	padding-right:40px;
}

.twoThirds{
	width:500px;
	float:left;
	padding-right:40px;
}

.oneHalf {
	width:460px;
	float:left;
}

.theBox {
	width:920px;
}

.subBox {
	width:293px;
	float:left;
}

.boxSpace {
	width:125px;
	float:left;
}
/* 920 px wide */

.padding{
	margin-top:30px;
	padding-top:40px;
	background:url('../img/lines.png') repeat-x;
	overflow: hidden;
}

.lgButton{
	float: right;
	display: block;
	background:url('../img/lgButton.png') no-repeat top left;
	width:181px;
	height:45px;
	line-height:43px;
	text-align:center;
	font-size: 24px;
	font-family:Oswald,arial,sans-serif;
	font-weight:400;
	text-shadow:1px 1px #cccccc;
	text-transform:uppercase;
	color:#555555;
}

.lgButton:hover{
	background:url('../img/lgButtonOver.png') no-repeat top left;
	text-decoration:none;
}


/*TOP SECTION*/

.topStretch{
	background:url('../img/barBG.png');
} 

.topWrap{
	background:url('../img/topTopStich.png') repeat-x bottom;
	padding-top:20px;
	padding-bottom:38px;
}
.topStretch h2{
	font-size:35px;
	font-weight: 700;
	line-height: 48px;
	float: left;
	color:#706b5f;
}
.topStretch span.tagline{
	/*color:#999999;*/
	line-height:48px;
	padding-left:5px;
	font-size:20px;
	color:#727171;
}

.topStretch .buttons{
	padding-top:14px;
}

/*SLIDER SECTION*/

.sliderStretch{
	background:url('../img/topBG.png');
} 

.sliderWrap{
	background:url('../img/topStich.png') repeat-x bottom;
	padding:0px 0 0px 0;
	/* orig: padding:50px 0 50px 0; */
}

/*BAR SECTION*/

.barStretch{
	background:url('../img/barBG.png');
} 

.barWrap{
	background:url('../img/barStich.png') repeat-x bottom;
	padding-top:20px;
	padding-bottom:38px;
}
.barStretch h2{
	line-height: 48px;
	float: left;
	color:#706b5f;
}

/*MIDDLE SECTION*/

.middleStretch{
	background:url('../img/middleBG.png');
} 

.middleWrap{
	background:url('../img/middleStich.png') repeat-x bottom;
	padding-top:30px;
	padding-bottom:40px;
}
.middleWrap p{
	color:#494949;
}

.testimonial p{
	font-size:13px;
	line-height:1.4em;
}

h3.screen{
	background:url('../img/screen.png') no-repeat top left;
	padding-left:50px;
	padding-top:13px;
}
h3.gears{
	background:url('../img/gears.png') no-repeat top left;
	padding-left:50px;
	padding-top:13px;
}
h3.users{
	background:url('../img/users.png') no-repeat top left;
	padding-left:50px;
	padding-top:13px;
}
h3.about{
	background:url('../img/questionmark.png') no-repeat top left;
	padding-left:50px;
	padding-top:13px;
}
h3.testimonials{
	background:url('../img/testimonials.png') no-repeat top left;
	padding-left:50px;
	padding-top:13px;
}

.name{
	display: block;
	font-style: italic;
	font-size:11px;
	color:#727171;
	text-align:right;
}


/*IMAGE GALLERY*/

ul.gallery{
	list-style: none;
	overflow: hidden;
	padding-top:3px;
}

.gallery li{
	float: left;
	padding-top: 3px;
	background:url('../img/imgShadow.png') no-repeat bottom center;
	padding-bottom:6px;
	position: relative;
}

.gallery li img{
	background:url('../img/loading.gif') no-repeat 50% 50% #000;
	border:3px solid #fcfcfc;
	margin-right:7px;
}

.gallery li img.last{
	margin-right:0;
}

span.roll {
	display: block;
	background:url('../img/magnify.png') center center no-repeat #000;
	height: 100px;
	width:144px;
	top:6px;
	left:3px;
	position: absolute;
	z-index: 10;
}

.last{
	padding:0;
	margin:0;
}


/*FORM SECTION*/

.padding h2{
	line-height: 50px;
	text-shadow:1px 1px 1px #f8f8f8;
	font-weight:400;
	color:#918a77;
}

form{
	padding-left:23px;
	padding-right:23px;
}

.errorMessage{
	font-size:12px;
	color:#fff;
	background-color:#ff0000;
}

.clear{
	clear:both;
}

.sent{
	line-height:32px;
	text-align:center;
	font-size: 14px;
	font-family:Oswald,arial,sans-serif;
	font-weight:400;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
	color:#363636;
}

.subscribe{
	background:url('../img/formBG.png') no-repeat top left;
	width:664px;
	height:68px;
	margin:0 auto;
	overflow: hidden;
	padding-top:26px;
}

.content_new{
	background:url('../img/contentBG_rep.png') repeat-y top left;
	width:623px;
	padding-left:20px;
}

.content_text {
	color:#000;
	padding-right:40px;
}
/*
input[type="text"]{
	color:#999999;
	font-size: 14px;
	float: left;
	width:492px;
	padding:8px 3px 8px 3px;
	background-color:#efefef;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	-ms-transition: background-color .4s linear;
	transition: background-color .4s linear;
}


input[type="text"]:focus {
	color:#999999;
	font-size: 14px;
	float: left;
	width:492px;
	padding:8px 3px 8px 3px;
	background-color:#e9e7e7;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
} */

.contact_message{
	color:#999999;
	font-size: 14px;
	float: left;
	width:492px;
	padding:8px 3px 8px 3px;
	background-color:#efefef;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
	height:200px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	-ms-transition: background-color .4s linear;
	transition: background-color .4s linear;
}
.contact_message:focus{
	color:#999999;
	font-size: 14px;
	float: left;
	width:492px;
	padding:8px 3px 8px 3px;
	background-color:#e9e7e7;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
	height:200px;
}

.contact_button{
	background:url('../img/smButton.png') no-repeat top left;
	border:none;
	width:104px;
	height:33px;
	line-height:32px;
	text-align:center;
	font-size: 14px;
	font-family:Oswald,arial,sans-serif;
	font-weight:400;
	text-shadow:1px 1px #cccccc;
	text-transform:uppercase;
	color:#555555;
	cursor: pointer;
}

button{
	float: right;
	background:url('../img/smButton.png') no-repeat top left;
	border:none;
	width:104px;
	height:33px;
	line-height:32px;
	text-align:center;
	font-size: 14px;
	font-family:Oswald,arial,sans-serif;
	font-weight:400;
	text-shadow:1px 1px #cccccc;
	text-transform:uppercase;
	color:#555555;
	cursor: pointer;
}

/*FOOTER SECTION*/

.footerStretch{
	background:url('../img/footerBG.png');
	font-family: 'Oswald',arial,sans-serif;
	font-weight:300;
	text-shadow:1px 1px #ededed;
	color:#918a77;
	font-size:14px;
	overflow: hidden;
} 

.copy{
	float:left;
	line-height:60px;

}
.buttons{
	float:right;
	text-align:right;
	padding-top:18px;
	width:300px;
}

/* NEW STUFF */

.form_input { /* for the new jQuery form */
	color:#999999;
	font-size: 14px;
	float: left;
	width:250px;
	padding:8px 3px 8px 3px;
	background-color:#e9e7e7;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
/*	color:#999999;
	font-size: 14px;
	float: left;
	width:492px;
	padding:8px 3px 8px 3px;
	background-color:#e9e7e7;
	border:1px solid #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
*/
}

.form_errors {
	color:black;
	font-style:italic;
	
}

.error_box {
	float:left;
	margin-top:-6px;
	margin-left:6px;

}