    /* <!-- */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}
body {
	font-family:arial, helv, helvetica, sans-serif;
	font-size:15px;
	border:0;
	line-height:20px;
	background:url("../images/bg_sub.jpg") repeat-x #f6f4dc;
	text-align:center;
	color:#4f514e;
}
a { text-decoration: none;
color:#5d99aa; }
a:visited { text-decoration: none;
color: #5d99aa; }
a:hover { text-decoration: underline;
color: #5d99aa; }

a.subnav { text-decoration: none;
color:#8a570f; }
a.subnav:visited { text-decoration: none;
color: #8a570f; }
a.subnav:hover { text-decoration: underline;
color: #8a570f; }

a.subnav2 { text-decoration: none;
font-weight:bold;
color:#8a570f; }
a.subnav2:visited { text-decoration: none;
font-weight:bold;
color: #8a570f; }
a.subnav2:hover { text-decoration: underline;
font-weight:bold;
color: #8a570f; }

a.content { text-decoration: underline;
font-weight:bold;
color:#5d99aa; }
a.content:visited { text-decoration: underline;
font-weight:bold;
color: #5d99aa; }
a.content:hover { text-decoration: underline;
font-weight:bold;
color: #5d99aa; }

#container {
	position:relative;
	top:0;
	margin:0 auto;
	width:1000px;
}
* html #container {
	height: 100%;
}

#header {
	clear:both;
	float:left;
	width:100%;
	height:228px;
	min-height:228px;
	margin: 0px auto;
 	text-align:left;
	background:url("../images/bg_subtop2.jpg") no-repeat;
}

#logo {
	position: relative;
	float: left;
	width: 175px;
	height: 100px;
	margin: 0 auto;
	top:14px;
	left:50px;
}

#nav {
	float:left;
	position:relative;
	margin: 0 auto;
	width:575px;
	height:38px;
	top:37px;
	left:235px;
}
#leftnav {
	text-align:right;padding:30px 125px 0 0;color:#5d99aa;
}
#leftnavstore {
	text-align:right;padding:0 125px 0 0;color:#5d99aa;
}
#quote {
	float:left;
	position:relative;
	margin: 0 auto;
	width:100%;
	height:128px;
}
#main {
	float:left;
	position:relative;
	margin: 0 auto;
	width:925px;
	background:url("../images/bg_subbottom.gif") no-repeat;
	left:37px;
}

#main2 {
	float:left;
	position:relative;
	margin: 0 auto;
	width:925px;
	left:37px;
}

div#cont{width:925px;margin:0 auto;}
div#left{float:right;width:373px;text-align:left;padding-bottom:25px;}
div#right{float:right;width:552px;text-align:left;padding-bottom:25px;}

#footer {
	float:left;
	position:relative;
	width:925px;
	height:40px;
	margin: 0px auto;
	text-align:left;
	left:37px;
}

#footleft {
	float:left;
	position:relative;
	width:675px;
	height:49px;
	min-height:49px;
	text-align:left;
	margin:0 auto;
	font-size:13px;
}

#footright {
	float:left;
	width:250px;
	height:49px;
	min-height:49px;
	position:relative;
	background: transparent;
	text-align:right;
	color:#f88e1d;
	font-size:13px;
}

ul.double {
list-style-type:none;width:100%;overflow:hidden;margin:0; padding:0;
}

li.double {
width:50%;float:left;display:inline;
}

li.doubleB {
width:50%;float:left;display:inline;background-color:#ebeace;
}
/* --> */