html {
	height: 100%
}

body, input[type=text], textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	color: #183E72;
	background: #FFFFFF;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}

br.clear {
	width: 0px;
	clear: both;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

a {
	color: #183E72;
	text-decoration: underline;
}

a img, img {
	border: none;
}

#root {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#top_menu {
	width: 391px;
	height: 48px;
	background: url(/app/webroot/img/top_menu_background.jpg) no-repeat;
	text-align: center;
}

#root td#central {
	padding: 15px 0px 10px 0px;
}

#root td.edge {
	width: 50%;
}

#left_border {
	background: url(/app/webroot/img/top_menu_left_border.gif) top repeat-x;
}

#right_border {
	background: url(/app/webroot/img/top_menu_right_border.gif) top repeat-x;
}

#root td#bottom {
	width: 740px;
	height: 56px;
	text-align: center;
	background: url(/app/webroot/img/bottom_background.jpg) no-repeat;
	border-top: 1px solid #13497C;
	padding-top: 7px;
	vertical-align: top;
}

#home_left_block {
	float: left;
}

#home_right_block {
	float: right;
}

#advantage_box {
	width: 477px;
}

#advantage_box td.content {
	font-weight: bold;
	padding: 5px 9px 0px 5px;
	border-left: 2px solid #183D71;
	border-right: 2px solid #183D71;
}

#news_box {
	width: 475px;
	margin-top: 6px;
}

#news_box td.content {
	padding: 5px 9px 0px 5px;
	border-left: 1px solid #183D72;
	border-right: 1px solid #183D72;
}

#news_box ul {
	margin-top: 5px;
}

#news_box ul li {
	margin-bottom: 5px;
	margin-left: -24px;
}

#product_box {
	width: 257px;
	margin-top: 6px;
}

#product_box td.product_image {
	width: 92px;
	font-weight: normal;
	padding: 5px;
	border-left: 2px solid #183E72;
	background-color: #DEE5EA;
	text-align: center;
}

#product_box td.content {
	font-weight: normal;
	padding: 5px;
	border-right: 2px solid #183E72;
	background-color: #DEE5EA;
}

#action_box {
	width: 257px;
}

#action_box td.content {
	padding: 5px 9px 0px 5px;
	border-left: 2px solid #193E73;
	border-right: 2px solid #193E73;
}

#action_box ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

#action_box ul li {
	margin-bottom: 5px;
	margin-left: -24px;
}

#contact {
	width: 350px;
	margin-top: 10px;
}

#contact th {
	text-align: right;
	vertical-align: top;
}

#contact td input.text, #contact td textarea {
	width: 100%;
}