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



/*===============================================================================================*/
/*--- Background ---*/
/*===============================================================================================*/

body {
	background:url(../images/body_bg.gif) repeat;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#background {
	left:50%;
	right:50%;
}

.bg_home {
	background:url(../images/home_bg.jpg) top center no-repeat;
}

.bg_why {
	background:url(../images/why_bg.jpg) top center no-repeat;
}

.bg_contact {
	background:url(../images/contact_bg.jpg) top center no-repeat;
}

.bg_about {
	background:url(../images/about_bg.jpg) top center no-repeat;
}



/*===============================================================================================*/
/*--- Layout ---*/
/*===============================================================================================*/

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	height:161px;
	width:100%;
}

#logo {
	float:left;
	margin-top:40px;
}

#main_nav {
	float:right;
	margin-top:70px;
}

#callout {
	margin:0;
	padding:0;
}

#footer {
	background:url(../images/footer_rule.png) top center no-repeat;
	padding:15px 20px;
	margin-top:10px;
	margin-bottom:30px;
}

#footer p {
	color:#999999;
	font-size:11px;
}

#footer a {
	color:#999999;
	font-size:11px;
	text-decoration:none
}

#footer a:hover {
	color:#59b6e0;
	font-size:11px;
	text-decoration:none;
}

/*-- home --*//*-------------------------------------------------------------*/

.co_home {
	height:360px;
}

.co_home_inner {
	padding-top:80px;
}

.co_home_btn {
	background:url(../images/play_btn.png) left no-repeat;
	width:135px;
	float:left;
	padding-left:20px;
	margin-top:10px;
}

.co_home_btn a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.co_home_btn a:hover {
	color:#cad9e2;
	text-decoration:none;
}

#sc_home {
	height:332px;
}

.sc_home_inner {
	background:url(../images/sub_copy_home_title.png) top left no-repeat;
	width:375px;
	padding-top:80px;
	margin-top:85px;
}

.sc_home_inner p {
	line-height:22px;
}

/*-- why streamline --*//*---------------------------------------------------*/

.co_why {
	height:340px;
}

.co_why_inner {
	padding-top:10px;
}

.co_why_inner_flash {
	width:296px;
	height:292px;
	float:left;
	margin-left:300px;
	_margin-left:150px;
	margin-top:5px;
}

#sc_why {
	background:url(../images/sub_copy_why_bg.png) bottom center no-repeat;
	height:440px;
}

.sc_why_inner_main {
	float:left;
	width:560px;
	height:185px;
	padding-top:40px;
	margin-left:20px;
}

.sc_why_inner_main p {
	font-size:14px;
	color:#CCCCCC;
	line-height:22px;
}

.sc_why_inner_vid {
	float:left;
	background:url(../images/sub_copy_why_vid.png) top center no-repeat;
	width:200px;
	margin:30px 0 0 65px;
}

.sc_why_inner_vid_btn {
	background:url(../images/play_btn.png) top left no-repeat;
	width:135px;
	height:25px;
	float:left;
	padding-top:1px;
	padding-left:20px;
	margin-left:3px;
}

.sc_why_inner_vid_soon {
	width:120px;
	height:25px;
	float:left;
	padding-left:3px;
}

.sc_why_inner_vid_btn a {
	font-size:12px;
	color:#59b6e0;
	text-decoration:none;
}

.sc_why_inner_vid_btn a:hover {
	color:#59b6e0;
	text-decoration:underline;
}

.sc_why_inner_sub {
	float:right;
	width:605px;
	height:150px;
	padding-top:40px;
}

.sc_why_inner_sub p {
	font-size:13px;
	color:#CCCCCC;
}

.sc_why_inner_sub .why_section {
	float:left;
	width:250px;
	_width:235px;
	margin-left:40px;
}

/*-- contact us --*//*-------------------------------------------------------*/

.co_contact {
	height:400px;
}

.co_contact_inner {
	padding-top:10px;
}

.co_contact_inner p a {
	color:#cccccc;
	text-decoration:none;
}

.co_contact_inner p a:hover {
	color:#59b6e0;
	text-decoration:none;
}

.co_contact_inner_form {
	width:900px;
	padding-top:30px;
}

.co_contact_inner_form p {
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:5px;
}

.co_contact_inner_form .form_50 {
	width:260px;
	float:left;
	margin-right:30px;
	_margin-right:14px;
	margin-bottom:15px;
	*margin-bottom:-15px;
}

.co_contact_inner_form .form_100 {
	width:550px;
	float:left;
	margin-bottom:15px;
	*margin-bottom:-15px;
}

.form_field {
	background-color:#6899b4;
	width:250px;
	height:16px;
	border:#91b4c6 1px solid;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.form_field_error {
	background-color:#ff9292;
	width:250px;
	height:16px;
	border:#ff0000 1px solid;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.form_textarea {
	background-color:#6899b4;
	width:540px;
	height:100px;
	border:#91b4c6 1px solid;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.form_submit {
	background:url(../images/play_btn.png) top left no-repeat;
	background-position:0 3px;
	padding-left:20px;
	*padding-left:10px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}




/*-- about us --*//*---------------------------------------------------------*/

.co_about {
	height:218px;
}

.co_about_inner {
	padding-top:10px;
}

.co_about_inner_blurb {
	width:550px;
	*width:560px;
	padding-top:45px;
}

.co_about_inner_blurb p {
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
	text-align:justify;
	padding-left:20px;
	line-height:22px;
}

.sc_about_bio {
	width:860px;
	margin-bottom:30px;
}

.sc_about_bio .bio_pic {
	width:135px;
	float:left;
}

.sc_about_bio .bio_copy {
	width:725px;
	float:left;
}

.sc_about_bio .bio_copy blockquote {
	padding:10px 30px 0 30px;
}

.sc_about_bio .bio_copy blockquote p {
	color:#CCCCCC;
}

.sc_about_bio .bio_copy a {
	color:#ffffff;
	text-decoration:none;
}

.sc_about_bio .bio_copy a:hover {
	color:#59b6e0;
	text-decoration:none;
}

.sc_about_bio .bio_copy p {
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}

.sc_about_bio .bio_copy ul li {
	font-size:12px;
	color:#cccccc;
	text-align:justify;
	line-height:18px;
	margin-bottom:5px;
	margin-left:20px;
}



/*===============================================================================================*/
/*--- Text ---*/
/*===============================================================================================*/

a img {
	border:0;
}

a {
	color:#66CCFF;
	text-decoration:none;
}

a:hover {
	color:#66CCFF;
	text-decoration:underline;
}

p.pp_description {
	color:#333333;
}

p {
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	line-height:18px;
}

p.subtitle {
	font-size:13px;
	color:#cccccc;
	font-style:italic;
	line-height:18px;
	letter-spacing:1px;
	margin-top:5px;
}

h1 {
	color:#59b6e0; 
	font-size:30px; 
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
}

h2 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cad9e2;
	font-size:20px;
	font-weight:normal;
}

h4 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:10px;
}



/*===============================================================================================*/
/*--- Misc ---*/
/*===============================================================================================*/

.clear {
	clear:both;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}
