@charset "utf-8";
/* CSS Document */

body {

	background-color:#ffffff;
	margin: 0;
	padding: 0;
}






/* HOME */

#top_nav {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height:98px;
}

#home_flash {
	margin-left: auto;
	margin-right: auto;
	height:368px;
	background-image:url(images/flash_bg.gif);
	background-position:center;
	text-align:center;
}



hr{border:0;height:1px;color:#c0bebf;background:#e0e0e0;
margin-top:30px; margin-bottom:30px;}



/* SUB */

#content_flash {
	margin-left: auto;
	margin-right: auto;
	background-color:#f9f9f9;
	background-image:url(images/side_bg.gif);
	background-repeat:repeat-x;
	background-position:center;
}

#content_flash_inside {
	margin-left: auto;
	margin-right: auto;
	width:920px;
	height:184px;	
	display:block;
	
}

#home_content {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height:290px;
	background-image:url(images/home_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#home_content_col1 {
	width: 371px;
	height:168px;
	float:left;
	margin-top:34px;
	margin-left:45px;
}

#home_content_col2 {
	width: 371px;
	height:168px;
	float:right;
	margin-top:38px;
	margin-right:45px;
	text-align:center;

}

#content_area {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.content_area_about {
	background-image:url(images/side_bg2.gif);
	background-position:top;
	background-repeat: no-repeat;
}

.content_area_about2 {
	background-image:url(images/side_bg6.gif);
	background-position:top;
	background-repeat: no-repeat;
}


.content_area_color {
	background-image:url(images/side_bg5.gif);
	background-position:top;
	background-repeat: no-repeat;
}

.content_area_faq {
	background-image:url(images/side_bg3.gif);
	background-position:top;
	background-repeat: no-repeat;
}

.content_area_contact {
	background-image:url(images/side_bg6.gif);
	background-position:top;
	background-repeat: no-repeat;
}


#content_area_text {
	float:right;
	display:block;
	width:682px;
	padding-top:54px;
	padding-left:54px;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
}

#press_container {
	width: 100%;
	position:relative;
	vertical-align:bottom;
	height:120px;
	margin:0px;
}

#press_image {
	width: 181px;
	display:block;
	float:left;
	text-align:center;
}




/* FOOTER */

#footer {
	margin-left: auto;
	margin-right: auto;
/*	background-color:#faf9f9;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
*/	color:#c9c9c9;
	text-align:center;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding-top:40px;
/*	padding-bottom:25px;*/
}

#footer a:link, #footer a:active, #footer a:visited { 
	color: #a29fa0;
	text-decoration:none;
	font-weight:normal;	
}

#footer a:hover { 
	color: #b4b3b3;
	text-decoration:underline;
	font-weight:normal;
}






/* OTHER */

p,ul,li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#828081;
	line-height:18px;
}

a:link, a:active, a:visited { 
	color: #787b7f;
	text-decoration:underline;
	font-weight:bold;
}

a:hover { 
	color: #736d6a;
	text-decoration:underline;
}

a.faq:link, a.faq:active, a.faq:visited { 
	color: #a29fa0;
	text-decoration:none;
	font-weight:normal;
}

a.faq:hover { 
	color: #787b7f;
	text-decoration:underline;
}

.img_padding_right {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:12px;
}

.img_padding_left {
	padding-top:4px;
	padding-bottom:4px;
	padding-right:12px;
}
