@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #f6f6f6;
	color: #686868;
	height: 100%;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
.clearboth {
	clear: both;
}
#container {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
#header {
	width: 100%;
	height: 119px;
	background: url('../images/header/bgstroke.png');
	background-repeat: repeat-x;
}
#header #logo {
	width: 768px;
	height: 203px;
	margin: 0 auto;
	background: url('../images/header/headerglow.png');
	background-repeat: no-repeat;
	padding: 17px 0 0 60px;
}
#navigation {
	height: 43px;
	width: 100%;
	background: url('../images/navigation/navigationbg.png');
	background-repeat: repeat-x;
}
#navigation #links {
	width: 828px;
	height: 43px;
	margin: 0 auto;
}
#navigation #links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation #links ul li {
	float: left;
}
#navigation #links ul li a {
	display: inline-block;
	width: 107px;
	height: 27px;
	text-align: center;
	color: #686868;
	text-decoration: none;
	font-size: 12px;
	padding: 15px 0 0 0;
}
#navigation #links ul li a:hover {
	display: inline-block;
	width: 107px;
	height: 35px;
	background: url('../images/navigation/menuhover.png');
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 18px 0 0 0;
}
#navigation #links ul li .selected {
	display: inline-block;
	width: 107px;
	height: 35px;
	background: url('../images/navigation/menuhover.png');
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 18px 0 0 0;
}
#content {
	width: 828px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 181px;
}
#content .ordermessage {
	margin-left: -20px;
}
#content .darkgray, .gray {
	margin-bottom: -25px;
}
#content .effect {
	width: 788px;
	padding: 10px 20px 10px 20px;
	padding-bottom: 35px;
	margin-bottom: -25px;
}
#content .effect h1 {
	font-size: 17px;
}
#content .effect h2 {
	font-size: 15px;
}
#content .effect h2 {
	font-size: 13px;
}
#content .effect a {
	color: #fff;
}
#content .effect a:hover {
	text-decoration: none;
}
#content .blue {
	background: url('../images/content/bluetop.png');
	background-repeat: no-repeat;
	color: #fff;
}
#content .blue .effect {
	border-bottom: 1px #0f73a3 solid;
	padding-bottom: 10px;
	margin-bottom: 0;
	background: url('../images/content/glow.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
#content .darkgray {
	background-color: #cacaca;
}
#content .darkgray .effect a {
	color: #333;
}
#content .gray {
	background-color: #e4e4e4;
	color: #686868;
}
#content .gray .effect a {
	color: #666;
}
#content .green {
	background: url('../images/content/greentop.png');
	background-repeat: no-repeat;
	color: #fff;
}
#content .green .effect {
	border-bottom: 1px #789b19 solid;
	background: url('../images/content/glow.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 0;
}
#footer {
	position: absolute;
	background: url('../images/footer/footerbg.png');
	bottom: 0;
	width: 100%;
	height: 141px;
}
#footer .copyright {
	width: 828px;
	height: 121px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	
}
.guarantee_box {
	padding: 20px;
	border: 3px dashed #333333;
	background-color: #FFFFFF;
	margin: 30px;
	
}

.buy_box {
	border: 6px dashed #cc0000; 
	bordercollapse: collapse;
	padding: 20px;
	background-color: #FFFFFF;
	margin: 30px;
	
}
