@charset "utf-8";
/* CSS Document */

/* Reset Classes */

html, body, p, div, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin: 0px;
	padding: 0px;
}
body {
	background:url(../images/body_bg.jpg) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
body.internal{
	background:url(../images/body_bg_internal.jpg) 0 0 repeat-x;
}
ul, li {
	list-style: none;
}
/*generic used classes*/
.clear-both {
	clear: both;
}
.center_align {
	text-align: center;
}
.georgia_content{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.medium_content {
	font-size: 1.3em;
	line-height: 1.5em;
}


/* structure */
#wraper {
	width: 937px;
	margin: 0 auto;

}
#header {
	background:url(../images/header_main_img1.jpg) 100% 100% no-repeat;
	height: 311px;
	border-bottom: 2px solid #f9f8e7;
	position: relative;
}
.content_wraper {
	padding-left: 87px;
}
.left_col {
	width: 470px;
	float: left;
	background:url(../images/video_section_bg.gif) 0 0 no-repeat;
	padding-top: 8px;
}
.right_col {
	width: 353px;
	float: right;
	background:url(../images/contact_bottom_curve.gif) 100% 100% no-repeat;	
	margin-bottom: 30px;
}
.footer{
	color: #6d6767;
	padding: 30px 0px;
	text-align: center;
	clear: both;
	background:url(../images/footer_bg.gif) 0 0 no-repeat;
	height: 54px;
	font-size: .9em;
	padding-left: 87px;
}
/*Internal Structure*/
#wraper_internal {
	width: 960px;
	margin: 0 auto;
}
.header_internal {
	background:url(../images/logo_bg_internal.jpg) 0 0 no-repeat;
	height: 114px;
	position: relative;
}



/* header */

#header h1 {
	background:url(../images/header_main_img2.jpg) 0 0 no-repeat;
	width: 432px;
	height: 313px;
	position: absolute;
	right: 504px;
	top: 0px;
	
}

#header h1 a {
	display: block;
	background:url(../images/logo.gif) 87px 20px no-repeat;
	width: 326px;
	height: 127px;
	text-indent: -9999px;

}
	
.main_text {
	padding-top: 21px;
/*	font: normal 1.3em Georgia, "Times New Roman", Times, serif; */
	font: normal 1.6em;
	line-height: 1.6em;
	background:url(../images/main_text-bg.gif) 0 0 no-repeat;
}
.main_text p {
	padding-bottom: 16px;
}
.main_text p strong{
	font-size: 2em;
	vertical-align: baseline;
	font-weight: normal;
}

.left_col p, .right_col p{
	line-height: 1.6em;
	padding-bottom: 15px;
}

.right_col .top-curve{
	background:url(../images/contact_top_curve.gif) 0 0 no-repeat;
	height: 7px;
	display: block;
	font-size: 0px;
}
.right_col .container, .left_col .container {
	background:#f2f2e7 url(../images/contact_icon.png) 0 5px no-repeat;
	margin-bottom: 8px;
	padding: 5px 16px 20px 55px;
}
.left_col .container{
	background:url(../images/video_icon.png) 0px 10px no-repeat;
}
p.video_container {
	padding: 10px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	height: 320px;
}


/*form elements*/
input, textarea {
	border: none;
	border-top: 1px solid #c2c4bc;
	border-left: 1px solid #c2c4bc;
	width: 253px;
	padding: 6px;
	font-size: 11px;
	color: #333333;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea{
	margin-bottom: 3px;
}
form.form label { 
	display: none;
}
label.error {
	color: #8F0000;
	font-size: 0.85em;
	float: left;
	
	text-align: left;
}
div.charlimit{
	padding-left: 0em;
	color: #333333;
	font-size: 0.85em;
	padding-bottom: 20px;
}
span.btn {
	background:url(../images/btn_left_curve.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 7px;
	padding-left: 7px;
	font-size: 0px;
	

}
span.btn input{
	background:url(../images/btn_bg.gif) 100% 100% no-repeat;
	border: none;
	height: 33px;
	
	padding: 0px;
	padding-bottom: 6px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	padding-right: 10px;
	color: #ffffff;
}
.footer a{
	color: #6d6767;
}
.footer a:hover{
	text-decoration: none;
}
/*internal page*/
.header_internal h1 a {
	background:url(../images/logo.gif) 0 0 no-repeat;
	width: 239px;
	height: 82px;
	position: absolute;
	top: 20px;
	left: 87px;
	text-indent: -999999px;
}
.internal_content {
	background:url(../images/content_bg_internal.jpg) 0 0 no-repeat;
}
.icon_mail {
	background:url(../images/icon_mail.gif) 50% 32px no-repeat;
	height: 175px;
}
.internal_content h3 {
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 16px;
}
input.btn {
	height: 33px;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 12px;
	color: #ffffff;
	border: none;
}
.btn_go_back {
	background: url(../images/btn_go_back.jpg) 0 0 no-repeat;
	width: 306px;
	margin: 20px 0px;
}
.btn_send_msg {
	background:url(../images/btn_send_msg.jpg) 0 0 no-repeat;
	width: 110px;
}
