@charset "utf-8";
/* CSS Document */
body {
	background:url(/imgs/bg-main.gif) repeat-x top;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#76797c;
}
a {
	color:#007dc3;
}
b {
	color:#000;
}
h1 {
	font-size:22px;
	line-height:29px;
	height:29px;
	padding:0px 0px 0px 13px;
	margin:15px 0px 10px 0px;
	display:block;
	font-weight:normal;
	color:#FFF;
}
h2 {
	margin:30px 0px 15px 0px;
	font-size:20px;
	font-weight:normal;
	color:#f26631;
}
h3 {
	margin:20px 0px 10px 0px;
	font-size:17px;
	font-weight:normal;
	color:#000;
}
#container {
	width:980px;
	text-align:left;
	margin:0px auto;
}
#header {
	height:107px;
	width:980px;
	position:absolute;
	top:0px;
}
#content-container {
	margin-top:110px;
	width:980px;
	background:url(/imgs/bg-content.jpg) top left no-repeat;
}
#footer {
	width:980px;
	clear:both;
}
#footer-inner-1 {
	background:url(/imgs/bg-footer_l.gif) left top no-repeat #e1f0f8;
	height:20px;
	float:left;	
}
#footer-inner-2 {
	background:url(/imgs/bg-footer_r.gif) right top no-repeat;
	height:20px;
	float:left;	
}
#footer-inner-2 a{
	font-size:10px;
	line-height:20px;
	display:inline-block;
	text-decoration:none;
	margin:0px 10px;
}
#copyright {
	height:20px;
	line-height:20px;
	float:right;
	font-size:10px;
	color:#ABABAB;
}
#logo {
	width:255px;
	height:59px;
	margin:13px 0px 0px 10px;
	border:0px;
}
#menu {
	background:url(/imgs/bg-menu.gif) top no-repeat #007DC3;
	width:685px;
	height:47px;
	position:absolute;
	top:63px;
	right:0px;
	text-align:center;
}
#menu a {
	color:#EAEAEA;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	font-size:12px;
	height:36px;
	line-height:36px;
	margin:4px 0px 0px 0px;
	padding:0px 10px;
	border-left:1px solid #3a9ad1;
	border-right:1px solid #1977ab;
}
#menu a:hover {
	color:#FFF;
}
#login-status {
	background:url(/imgs/bg-login_menu.gif) top center no-repeat;
	width:690px;
	height:58px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:12px;
	text-align:center;
}
#login-status form {
	position:relative;
	top:20px;
	margin:0px auto;
	padding:0px;
	display:block;
	width:630px;
}
#login-status label {
	margin:0px;
	margin-left:10px;
	vertical-align: middle;
}
#login-status input {
	height:18px;
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
#home-left-column {
	margin-top:3px;
	min-height:440px;
	width:768px;
	float:left;
}
.home-wrapper {
	font-size:13px;
	line-height:19px;
}
#subcontent-container {
	margin-top:10px;
	min-height:440px;
	background:url(/imgs/bg-subpage-content.gif) top left no-repeat #FFF;
	width:768px;
	float:right;
}
#subcontent-container p {
	margin:0px 0px 10px 0px;
}
#subcontent-wrapper {
	padding:0px 40px 30px 40px;
	font-size:12px;
	line-height:19px;
}
#subcontent-left-column {
	width:209px;
	position:relative;
	left:3px;
	height:400px;
	float:left;
	margin-top:0px;
}
#cart-content {
	float:right;
	width:209px;
	text-align:center;
}
#cart-content-header {
	text-align:left;
	display:block;
	float:left;
	margin:3px 0px 10px 3px;
	width: 173px;
	background:url(/imgs/bg-cart-hdr.gif) top no-repeat #6db0d6;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:22px;
	text-decoration:none;
	padding-left:30px;
}	
#cart-content i{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#btn-get-started {
	width:184x;
	text-align:center;
}
#btn-get-started a {
	text-decoration:none;
	color:#007dc3;
}
#btn-get-started img {
	border:0px;
	margin-left:9px;
}
#btn-get-started span {
	display:block;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
}
#btn-get-started sup {
	font-size:10px;
	font-weight:bold;
}
#subpage_menu {
	width:200px;
}
#subpage_menu a {
	font-size:12px;
	width:190px;
	display:block;
	padding:8px 0px 6px 21px;
	text-decoration:none;
	color:#005b8e;
	background:url(/imgs/bg-subpage-link-btm.png) repeat-x bottom;
}
.small-box-cap {
	height:27px;
	width:290px;
	background: url(/imgs/container-side-top.png) top no-repeat;
}
.small-box-cap span{
	display:block;
	padding:6px 0px 0px 15px;
	font-size:12px;
	font-weight:bold;
	color:#007dc3;
}
.small-box-body {
	text-align:center;
	width:290px;
	background:url(/imgs/container-side-bg.png) repeat-y left;
}
.small-box-body-text{
	text-align:left;
	padding:5px 0px 0px 15px;
	width:260px;
	font-size:11px;
}
.small-box-base {
	height:12px;
	width:290px;
	background:url(/imgs/container-side-base.png) top no-repeat;
}
.small-box {
	clear:left;
	width:290px;
	margin-top:0px;
	float:left;
}