body{
	margin:0;
	padding:0;
}

body.main{
	background-color:#3d2b15;
}

body, td, div {
	font-family: arial, sans-serif;
	font-size:11px;
	color:#e59c43;
}

img{
	border:0;
}

#descPara{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#flashcontent{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background-color:#3d2b15;
	text-align:center;
}

#footerCopy{
	text-align:center;
	position:relative;
	top:660px;
	left:12%;
	z-index:2;
	width:80%;
	color:#634a2a;
}

/*contact form*/
body.contactForm{
	background-color:#4e3314;
}

input, textarea, select{
	font-family: arial, sans-serif;
	font-size:11px;
	color:#000;
	width:180px;
	margin-bottom:5px;
}

select{
	width:200px;
}

textarea{
	width:280px;
}

input.submit{
	width:63px;
	padding-top:5px;
}

#formIntro{
	font-family: arial, sans-serif;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#e59c43;
}

.leftRepeater{
	background-image: url(/img/pop_l_repeater.gif);
	background-repeat: repeat;
}

.rightRepeater{
	background-image: url(/img/pop_r_repeater.gif);
	background-repeat: repeat;
}

.confirmationMsg{
	color:#fff;
	font-weight:bold;
	padding:10px 0 10px 0;
}

.errorTitle{
	color:#fff;
	font-weight:bold;
	padding:10px 0 5px 96px;
}

.error{
	color:#fff;
	padding:0px 0 0px 96px;	
}

.errorTitleES{
	color:#fff;
	font-weight:bold;
	padding:10px 0 5px 70px;
}

.errorES{
	color:#fff;
	padding:0px 0 0px 70px;	
}