﻿body {
	font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
	background-color: #043869;
	background-repeat: repeat-x;
	margin: 15px 0px 0px 0px;
}
#wrapper {
	width: 954px;
	margin: 0 auto;
}
#header {
	height: 63px;
	background: url(../images/bg_header.gif) top left no-repeat;
}
#menu_bar {
	width: 400px;
	height: 59px;
	margin-left: 300px;
}
	a.btn_home {
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	width: 53px;
	height: 59px;
	background: url("../images/btn_home.gif") 0 0 no-repeat;
	text-decoration: none;
	}

	a.btn_product {
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	width: 72px;
	height: 59px;
	background: url("../images/btn_product.gif") 0 0 no-repeat;
	text-decoration: none;
	}
	
	a.btn_faq {
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	width: 39px;
	height: 59px;
	background: url("../images/btn_faq.gif") 0 0 no-repeat;
	text-decoration: none;
	}
	
	a.btn_contact {
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	width: 94px;
	height: 59px;
	background: url("../images/btn_contact.gif") 0 0 no-repeat;
	text-decoration: none;
	}	
	a:hover.btn_home,a:hover.btn_product,a:hover.btn_faq,a:hover.btn_contact {
	background-position: 0 -59px;
	} 

#sub_strip {
	height: 43px;
	background: url(../images/bg_strip.gif) top left repeat-x;
}
#content {
	background: #fff url(../images/bg_wrapper2.gif) bottom left no-repeat;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding-bottom: 150px;
}
#content_board {
	background: #fff url(../images/bg_wrapper.gif) bottom left no-repeat;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding-bottom: 150px;
}
#content_jump {
	background: #fff url(../images/bg_wrapper_jump.gif) bottom left no-repeat;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding-bottom: 150px;
}
	#content_c_full {
		width: 900px;
		margin: 0 15px;
		float: left;
	}
	#content_c_left {
		width: 400px;
		padding: 0 15px;
		float: left;
	}
	#content_c_i_left {
		width: 420px;
		padding: 0 15px;
		float: left;
	}
	#content_c_v_right { 
		width: 490px;
		padding-right: 15px;
		float: right;
	}
	#content_c_right {
		width: 450px;
		padding: 0 15px;
		float: right;
	}
#footer {
	margin-top: 10px;
	text-align: center;
	color: #57a3e1;
}
	#footer span, #footer span a:link, #footer span a:visited { color: #0d68b7; text-decoration: none; }
	#footer span a:hover, #footer span a:active { color: #d6e6f3; text-decoration: underline; } 

.input_signup {
	width: 175px;
	height: 34px;
	border: 0px;
	color: #334d68; 
	font-size: 16px;
	padding: 5px 0px 0px 5px;
	background: url(../images/bg_input_ovr.gif) top left no-repeat;
}
.input_signup:hover, input_signup:focus, input_signup:active{ color: #000000; }
.input_large {
	width: 275px;
	height: 34px;
	border: 0px;
	color: #334d68; 
	font-size: 16px;
	padding: 5px 0px 0px 5px;
	background: url(../images/bg_input_large.gif) top left no-repeat;
}
.input_large:hover, input_large:focus, input_large:active{ color: #000000; }
.input_nobg {
	width: 275px;
	height: 175px;
	border: 1px #bcbcbc solid;
	color: #334d68; 
	font-size: 16px;
	padding: 5px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.input_nobg:hover, input_nobg:focus, input_nobg:active{ color: #000000; }
.btn_submit {
	height: 28px;
	width: 83px;
	text-align: center;
	border: 0px;
	background: url(../images/btn_submit.gif) top left no-repeat;
	color: #000000;				
}
.btn_submit:hover, btn_submit:focus { color: #FFFFFF; }
.red { color:#b3000c }
