* {
	padding:0;
	margin:0;
}

body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#222;
    text-align: center;
    background:url(images/body_bg.png) repeat-x #d6d6d6 center top;
}

img {
    border:0;
}

h1 {
	font-size:24px;
	color:#3a3a3a;
	font-weight:normal;
	margin:0px 0 15px 0;
	padding:0;
}

h2 {
	font-size:20px;
	color:#1574b7;
	font-weight:normal;
	margin:0px 0 15px 0;
	padding:0;
}


h3 {
	font-size:18px;
	color:#1574b7;
	font-weight:bold;
	margin:0px 0 5px 0;
	padding:0;
}

h3 a {
	font-size:18px;
	color:#6b7038;
	font-weight:bold;	
}

p {
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
	color:#363636;
	line-height:18px;
}

p a {
	color:#1574b7;
	font-weight:bold;
}

hr {
	height:1px;
	color:#c7c7c7;
	background:#c7c7c7;
	margin:20px 0 20px 0;
}

a {
	color:#222;
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;
}

.clear {
    clear: both;
}

.left {
	float:left;
}

.right {
	float:right;
}


.wrapper {
    width:970px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.header {
	width:970px;
	height:171px;
	background:url(images/header_bg.gif) no-repeat 250px 0;
}

.header_left {
	float:left;
	width:400px;
	height:129px;
}

.header_left .logo {
	padding-top:32px;
}



.header_right {
	float:left;
	width:570px;
	height:129px;
}

.header_right .banner {
	padding:34px 0 0 102px;
}


.sub_header_left {
	width:695px;
	float:left;
}

.sub_header_right {
	width:275px;
	float:left;
}


.top_navi {
	list-style:none;
	height:42px;
}

.top_navi li {
	float:left;
	height:42px;
	line-height:42px;
}

.top_navi li a {
	display:block;
	float:left;
	text-transform:uppercase;
	color:#FFF;
	padding:0 13px 0 13px;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
}

.top_navi li.active {
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
	background:#a0a0a0;
}

.top_navi li.active a {
	color:#FFF;
	font-weight:bold;
}

.search_form {
	width:275px;
	padding-top:10px;
}

.search_form_input {
	float:left;
	width:225px;
	height:24px;
	background:url(images/search_input_bg.gif) no-repeat;
}

.search_form_input input {
	margin:4px 0 0 5px;
	color:#646464;
	width:195px;
	border:0;
}

.search_form_button {
	float:left;
	width:24px;
	height:24px;
}


.content {
	margin-top:30px;
	background:url(images/content_main_bg.gif) repeat-y;
	border-top:1px #9f9191 solid;
	border-bottom:1px #9f9191 solid;
}

.content_padding {
	padding:28px 25px 28px 25px;
}

.content_left {
	float:left;
	width:670px;
}

.content_left_padding {
	padding-right:22px;
}

.content_right {
	float:left;
	width:250px;
}

.nocomments {
	display:none;
}

.footer {
	padding:15px 0 25px 0;
}

.footer_left {
	float:left;
	width:485px;	
	font-size:13px;
	color:#787878;
	font-weight:bold;
}

.footer_right {
	float:left;
	width:485px;
	font-size:13px;
	color:#787878;
	font-weight:normal;
	text-align:right;
}

.footer_right a {
	font-size:13px;
	color:#787878;
	font-weight:normal;
}

.btn_more {
	display:block;
	width:116px;
	height:23px;
}

.calc_teaser {
	margin:30px 0 30px 0;
	width:648px;
	height:149px;
	background:url(images/calc_teaser_bg.jpg) no-repeat;
}

.calc_teaser_padding {
	padding:20px 15px 0 15px;
}

.calc_teaser_title {
	color:#545454;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
}

.calc_teaser_content {
	padding-top:32px;
}

.calc_teaser_input {
	width:190px;
	float:left;
}

.calc_teaser_input input {
	width:175px;
	font-size:14px;
	color:#575757;
	padding:2px;
}

.calc_teaser_input select {
	width:175px;
	font-size:14px;
	color:#575757;
	padding:2px;	
}

.calc_teaser_input div {
	font-size:14px;
	color:#575757;
	padding-bottom:6px;
}

.calc_teaser_submit {
	float:left;	
}

.calc_teaser_submit div {
	font-size:14px;
	padding-bottom:6px;
}


.compare_table {
	width:648px;
	background:#FFF;
	margin-bottom:30px;
}

.compare_table th {
	background:#7b7b7b;
}

.compare_table th div {
	font-weight:bold;
	color:#FFF;
	padding:8px;
}

.compare_table td {
	background:#e9e9e9;
}

.compare_table td div {
	font-weight:normal;
	color:#484848;
	padding:8px;
}

.compare_table td.first {
	border-bottom:1px #dcdcdc solid;
	background:#FFF;
}

.compare_table td.last {
	text-align:center;
	border-right:1px #c5c5c5 solid;
}

.compare_table td .stars {
	padding:0 0 3px 0;
}

.compare_table td .info {
	font-family:Tahoma;
	font-size:9px;
	padding:0;
}


#sidebar {
	list-style:none;
}



.widget {
	margin-bottom:25px;
}

.widgettitle {
	display:block;
	background:#7b7b7b;
	width:250px;
	line-height:26px;
	text-indent:12px;
	font-weight:normal;
	font-size:12px;
	color:#FFF;	
	padding:0;
	margin:0;
}

.widget ul {
	list-style:none;
	margin-bottom:25px;
}

.widget ul li {
	background:url(images/right_navi_li_bg.gif) repeat-x #FFF 1px 0;
	line-height:23px;
	text-indent:13px;
}

.widget ul li a {
	color:#363636;
	text-decoration:none;
}

.widget ul li a:hover {
	text-decoration:underline;
}

.widget_recent_entries ul {
	border-top:1px #fff solid;
	border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
	padding:10px 0 10px 0;
}

.widget_recent_entries ul li {
	line-height:18px;
	background:url(images/recent_li.gif) no-repeat 10px 7px;
	text-indent:22px;
}

ul.menu {
	list-style:none;
}

ul.menu li {
	background:url(images/right_navi_title_bg.gif) repeat-x;
	width:250px;
	line-height:26px;
	text-indent:12px;
}

ul.menu li a {
	color:#FFF;
	text-decoration:none;
}

ul.menu li ul {
	list-style:none;
	margin-bottom:25px;
}

ul.menu li ul li {
	background:url(images/right_navi_li_bg.gif) no-repeat #FFF 1px 0;
	line-height:23px;
	text-indent:13px;
}

ul.menu li ul li a {
	color:#363636;
	text-decoration:none;
}

ul.menu li ul li a:hover {
	text-decoration:underline;
}

.content_right_banner {
	margin-bottom:25px;
}

.service_by {
	width:250px;
	height:81px;
	background:url(images/service_by_bg.png) no-repeat;
}

.service_by_padding {
	padding:15px 0 0 10px;
	line-height:17px;
	font-size:13px;
	font-weight:normal;
	color:#4d4d4d;
}


.storytitle {
	margin:0 0 10px 0;
}

.storytitle a {
 	font-size:15px;
	color:#1574b7;
	font-weight:bold;	
	padding:0;
	text-decoration:underline;
}

.storytitle a:hover {
	text-decoration:none;
}

.storycontent {
	margin-bottom:10px;
}

.storycontent ul {
	padding-left:20px;
}

.storycontent ol {
	padding-left:20px;
}

.post {
	margin-bottom:15px;
}

.page {
	margin-bottom:15px;
}

.commentlist {
	list-style:none;
}

#comment {
	width:500px;
}

.reply {
	padding-bottom:15px;
}
table.compare_table .last a{
 margin:0 0 5px 0;
 }