/* Style sheet by Oki Trice - http://www.minisite911.com */


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Coustard:900);


/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main CSS */

body { 
	background: #8fc1da url('images/bg-body2.jpg') repeat-x center top;
	margin: 0 auto;
	padding: 0;
	text-align:justify;
}

#wrap-top { 
	background: transparent;
	margin: 0 auto;
	padding: 0;
	height: 166px;
}

#header { 
	background: transparent;
	width: 1006px;
	height: 128px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

img.header-left { position: absolute; top: 0; left: 40px; }
img.header-right-fb { position: absolute; top: 15px; right: 45px; }
img.header-right-phone { position: absolute; top: 48px; right: 45px; }
div.header-right-menu { position: absolute; top: 100px; right: 45px; width: 400px; text-align: right; color: #e3e3e3; font: 13px Arial; }
div.header-right-menu a { color: #e3e3e3; padding: 0 8px; text-decoration: none; }
div.header-right-menu a:hover { text-decoration: underline; }

#header-menu { 
	background: transparent;
	width: 1006px;
	height: 38px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #275079; 
	font: 15px Arial;
}
#header-menu a { color: #275079; padding: 0 10px; text-decoration: none; }
#header-menu a:hover { text-decoration: underline; }

#wrap-mid { 
	background: transparent url('images/bg-wrap-mid.jpg') repeat-x center top;
	margin: 0 auto;
	padding: 0;
	height: 349px;
}
#middle { 
	background: transparent url('images/box-body-top.jpg') no-repeat 24px bottom;
	width: 1006px;
	height: 349px;
	margin: 0 auto;
	padding: 0;
}
/*
#wrap-mid2 { 
	margin: 0 auto;
	padding: 0;
	height: 20px;
}
#middle2 { 
	background: transparent url('images/box-body-top.jpg') no-repeat 24px bottom;
	width: 1006px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}
*/
#middle-left { 
	float: left;
	width: 574px;
	padding-top: 15px;
}
.video-box { float: right; }

#middle-right { 
	float: left;
	width: 432px;
	padding-top: 15px;
}
.optin-box {
	background: transparent url('images/bg-optin.png') no-repeat;
	margin-left: 30px;
	padding: 15px 30px 30px 30px;
	width: 358px;
	height: 302px;
	color: #ffffff;
}
.optin-box h1 { 
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 150%;
	font-weight: normal;
	width: 300px;
	text-align: center;
}
.optin-box h4 { 
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 70%;
	padding: 14px 0;
	width: 300px;
	text-align: center;
}

#wrap-content { 
	background: transparent url('images/box-body-mid.jpg') repeat-y center top;
	width: 1006px;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
}
#contents { 
	width: 910px;
	margin: 0 0 0 50px;
}

#wrap-footer { 
	background: transparent url('images/bg-footer.png') no-repeat center top;
	width: 1006px;
	height: 157px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
img.footer-left { position: absolute; top: 16px; left: 44px; }
div.footer-copyright { position: absolute; top: 74px; right: 35px; width: 400px; text-align: right; color: #e3e3e3; font: 12px Arial; }

.form-optin {
	color: #232020;
	font: 13px "Tahoma","Verdana";
}
.form-optin input.fText {
	background: url('images/bg-field.png') repeat-x; 
	width: 285px;
	padding: 11px 0 11px 10px;
	border-top: 0;
	border-bottom: 0;
	border-left: #42677e 1px solid;
	border-right: #42677e 1px solid;
	color: #999999;
	font: 15px "Verdana";
}
.form-optin input.fText:focus {
	background: #F2FAFF;
	/*border-style:groove;*/
}
.form-optin input.fSubmit { 
	background: url('images/button.png') no-repeat; 
	width: 255px; height: 49px; margin-left: 25px;
	text-indent: -9999px; border: 0; 
	cursor: pointer;
}
.form-optin input.fSubmit:hover { 
	background: url('images/button-hover.png') no-repeat; 
}
.form-optin span.i-submit {
	float: right; padding-top: 8px; padding-right: 2px;
}
.form-optin p { height: 52px; }

.clear {
	clear: both;
}

h1.b-title { 
	text-align: left;
	color: #232020;
	font: 24px "Tahoma","Verdana";
	background: transparent url('images/h1-line.png') 0 46px no-repeat;
	padding: 20px 0 14px 0;
}

h1.bodytitle { 
	font-family: 'Coustard', sans-serif;
	font-size: 32px;
	font-style: italic;
	color: #3d7298;
}

h2.bodytitle { 
	font-family: 'Coustard', sans-serif;
	font-size: 20px;
	color: #3d7298;
}

h3.bodytitle { 
	font-family: 'Coustard', sans-serif;
	font-size: 14px;
	color: #3d7298;
}

.bodytext { 
	color: #353535;
	font: 14px Arial;
	line-height: 150%;
}

ul, ol {
	padding-left:50px;
	padding-right:50px;
	text-align:justify;
	color: #353535;
	font: 14px Arial;
	line-height: 150%;
}

form.form-contact {
	color: #232020;
	font: 13px "Tahoma","Verdana";
}
form.form-contact label { 
	width: 120px; 
	float: left; 
}
form.form-contact input[type=text], form.form-contact textarea {
	float: left;
	width: 250px;
	padding: 3px;
	color: #666666;
}
form.form-contact input[type=text]:focus, form.form-contact textarea:focus {
	background: #F2FAFF;
	border-style:groove;
}
form.form-contact textarea { 
	height: 120px
}
form.form-contact input[type=submit] { 
	background: url('images/button-submit.png') no-repeat; 
	width: 75px; height: 29px; 
	text-indent: -9999px; border: 0; 
	cursor: pointer;
}

form.form-contact span.i-submit {
	float: right; padding-top: 8px; padding-right: 2px;
}

form.form-contact p { line-height: 200%; }





/*
#content-1col { 
	padding: 0 2px;
}

#content-2col {
	width: 480px;
	min-height: 100px;
	float: left;
	padding-right: 20px;
}

#content-2col ul {
	list-style: none;
	text-align: left;
	color: #232020;
	font: 13px "Tahoma","Verdana";
	line-height: 120%;
}

#content-3col { 
	float: left;
	width:300px;
	min-height: 100px;
	padding-right: 30px;
	text-align: left;
}
*/

/* Style sheet by Oki Trice - http://www.minisite911.com */