@charset "utf-8";
@import url("style-reset.css");

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

body {
	/* color: #444444; */
    color : #000;
	background: #F2F4F3;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 13px;
}

#wrapper {
	width: 100%;
}

#container {
	width: 990px;
	margin: 0 auto;
	background: url(../images/container-bg.jpg) repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container-top {
	width: 990px;
	background: url(../images/container-top.jpg) no-repeat top;
}

#container-bottom {
	background: url(../images/container-bottom.jpg) no-repeat bottom;
	padding: 31px;
}

#toparea {
	display: block;
	height:49px;
	position: relative;
}

#toparea #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 49px;
	background: url('../images/logo.gif') no-repeat left center;
	padding: 0 0 0 65px;

}

#toparea #logo h1.title {
	display: block;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
	background: none;
	font: bold 24px/24px Arial, Helvetica, sans-serif;
}

#toparea #logo h1.title a:link,
#toparea #logo h1.title a:visited {
	background: none;
	text-indent: none;
	text-decoration: none;
	color: #1A315B;
}

#toparea #logo h1.title a:hover{
	color: #1A315B;
}

#toparea #logo h2.motto {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	background: none;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	color: #6DA800;
}

#toparea #topnav {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#maincontent {
	display: block;
	width: 928px;
	margin: 20px 0 0 0;
}

#footer {
	font-size: 90%;
    font-weight: bold;
    background:#23282C;
    color:#fff;
}
#footer a {
    color:#fff;
}
#footer address {
    text-align:center;
}
#product-link {
    margin: 0 auto;
    padding:20px;
    width:900px;
}
#product-link li{
    padding:0 20px;
    background:transparent url(../images/options.png) no-repeat;
}
#scrollTop{
    margin: 0 auto;
    text-align:right;
    width:980px;
}