* {
	margin: 0;
	padding: 0;
}

body {
	background: #fdfefe url(../images/bg.jpg) no-repeat center top;
	text-align: center;
}

a, a img {
	color: #cc0000;
	border: 0;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	background: transparent url(../images/header.jpg) no-repeat center top;
	width: 100%;
}

/* Header */

#header {
	height: 142px;
	width: 914px;
	margin: 0 auto;
	position: relative;
}

#brand {
	background: transparent url(../images/brand.png) no-repeat left top;
	height: 70px;
	width: 438px;
	position: absolute;
	top: 42px;
	left: 239px;
}

#brand a {
	display: block;
}

#brand a:hover {
	cursor: pointer;
}

#brand span {
	display: block;
	height: 70px;
	width: 438px;
}

/* Content */

#contentWrapper {
	background: transparent url(../images/content_bg.jpg) repeat-y left top;
	width: 914px;
	margin: 0 auto;
}

#content {
	background: transparent url(../images/content_top.jpg) no-repeat left top;
	width: 914px;
	text-align: center;
	padding-bottom: 40px;
}

#content ul.product {
	padding-top: 40px;
	list-style-type: none;
	margin: 0 10px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}

#content ul.product li {
	font-family: arial;
	font-size: 13px;
	display: inline;
	margin: 0 5px;
}

#content ul.product li a {
	color: #00496e;
	text-decoration: none;
}

#content ul.product li.active {
	color: black;
	border-bottom-color: #f92b1b;
	font-weight: bold;
}

#content ul.product li a:hover {
	color: #000;
	border-bottom-color: #f92b1b;
	text-decoration: underline;
}

#main {
	width: 590px;
	margin: 40px 0 0 40px;
	text-align: left;
}

#main h1 {
	font-family: "times new roman";
	color: #00496e;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 15px 0;
}

#main p {
	color: #2c2c2c;
	font-family: "arial";
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#altmain {
	width: 590px;
	margin: 20px 40px 0 0;
	text-align: left;
}

#altmain h1 {
	font-family: "times new roman";
	color: #00496e;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 15px 0;
}

#altmain p {
	color: #2c2c2c;
	font-family: "arial";
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#altmain ol {
	color: #2c2c2c;
	font-family: "arial";
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left:40px;
}

#altmain .quote {
	color: #000;
	font-weight: bold;
	font-style: italic;
}

#mainfull {
	width: 830px;
	margin: 0 0 0 40px;
	padding-top: 40px;
	text-align: left;
}

#mainfull #truste {
	text-align: center;
	margin: 40px 0 20px 0;
}

#mainfull h1 {
	font-family: "times new roman";
	color: #00496e;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 15px 0;
}

#mainfull h2 {
	font-family: "arial";
	color: #2c2c2c;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 15px 0;
}

#mainfull p, #mainfull ol {
	color: #2c2c2c;
	font-family: "arial";
	font-weight: normal;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 20px;
}

#mainfull ol {
	margin-left: 40px;
}

#mainfull ol li {
	margin-bottom: 3px;
}

#mainfull p a {
	color: #666;
	text-decoration: underline;
}

.imgleft {
	margin-right: 18px;
}

.imgright {
	margin-left: 18px;
}

#side {
	width: 200px;
	margin: 98px 40px 0 0;
	text-align: center;
}

#side ul {
	list-style-type: none;
}

#side li.img {
	border: 1px solid #efefef;
	margin-bottom: 5px;
}

#side li {
	font: normal 13px arial;
	line-height: 18px;
}

#side li.desc a {
	color: #00496e;
	text-decoration: none;
}

#side li.link a {
	color: #cc0000;
	text-decoration: underline;
}

#side li.link {
	margin-bottom: 15px;
}

#altside {
	width: 200px;
	margin: 78px 0 0 40px;
	text-align: center;
}

#altside ul {
	list-style-type: none;
}

#altside li.desc {
	margin-top: 10px;
}

#altside li.img {
	border: 1px solid #efefef;
	margin-bottom: 5px;
}

#altside li.link a {
	font: normal 12px arial;
	color: #00496e;
	text-decoration: underline;
}

#altside li.link {
	margin-bottom: 15px;
}

#product {
	margin: 40px 0;
	text-align: center;
}

#product ul {
	list-style-type: none;
}
#product .box {
    margin: 0 38px 35px;
    width: 200px;
}
#product .last {
    margin-right: 0;
}

#product li.img {
	border: 1px solid #efefef;
	margin-bottom: 5px;
}

#product li {
	font: normal 13px arial;
	line-height: 18px;
}

#product li.desc a {
	color: #00496e;
	text-decoration: none;
}

#product li.link a {
	color: #cc0000;
	text-decoration: underline;
}

#product li.link {
	margin-bottom: 15px;
}
/* footer */

#footer {
	background: transparent url(../images/content_bottom.jpg) no-repeat left top;
	width: 914px;
	height: 160px;
	text-align: center;
	margin: 0 auto;
	font-family: arial;
}

#footer p {
	color: #666;
	font-size: 12px;
	margin-top: 20px;
}

#footer .product {
	padding-top: 30px;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#footer ul li {
	font-size: 13px;
	display: inline;
	margin: 0 8px;
}

#footer ul li a {
	color: #00496e;
	text-decoration: none;
}

#footer ul li.active {
	color: #000;
	font-weight: bold;
}


#footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* float */

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
}


input[type="submit"],input[type="button"]{
	padding:5px;
	border-top:1px solid #00496e;
	border-left:1px solid #00496e;
	border-right:2px solid #00496e;
	border-bottom:2px solid #00496e;
	color:#00496e;
	font-weight:bold;
	border-radius:3px;	
	cursor:pointer;
}