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

html, body {
	background-color: #f6f6f6;
	color: #686868;
	height: 100%;
	margin: 0 auto;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
.clearboth {
	clear: both;
}

#container {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
#header {
	width: 100%;
	height: 119px !important;
	background: url('../images/header/bgstroke.png');
	background-repeat: repeat-x;
	
}
#header #logo {
	width: 768px;
	height: 119px;
	margin: 0 auto;
	background: url('../images/header/headerglow.png');
	background-repeat: no-repeat;
	padding: 0px 0 0 60px;
	padding-top: 17px;
}
#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: 5px;
	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: 25px;
	text-align: center;
	color: #c00000;

}
#content .effect h3 {
	font-size: 18px;
}
#content .effect h2 {
	font-size: 20px;
	text-align: center;
}
#content .effect h4 {
	font-size: 18px;
}
#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 .yellow {
	background-color: #ffffcc;
	border-style:solid;
	border-width: 1px;

	

}
#content .yellow .effect a {
	color: #333;

}
#content .gray {
	background-color: #eeeeee;
	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;

}

a:link {color: gray;}
a:visited {color: gray;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: gray;}

#footer .copyright {
	width: 828px;
	height: 121px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.style1 {
 	color: black;
	font-weight: bold;
	font-size: 16px;
	
}

.style2 {
	color: black;
	font-size: 16px;
	
}
.style3 {
	font-size: 22px;
	font-weight: bold;
	}

.style4 {
	font-size: 25px;
	font-weight: bold;
	color: black;
}

.style5 {
	font-size: 17px;
	color: black;
}

.style6 {
	
	font-size: 17px;
	
	
	
}

.style7 {
	
	font-size: 18px;
	font-weight: bold;
	color: black;
	
}

.style8 {
	
	font-size: 22px;
	font-weight: bold;
	color: black;
	
}

.style9 {
	
	font-size: 18px;
	font-weight: bold;
	color: #c00000;
	
}

.style10 {
	
	font-size: 18px;
	text-align: center;

	
}

.style11 {
	
	font-size: 17px;
	font-weight: bold;
	color: white;
	
}

.acenter a {
	text-align: center;
}