/* CSS Document */


body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
p, td {
	padding: 0px;
	margin: 0px;
}
#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#central {
	padding: 0px;
	margin: 0px;
	
}

#container{
	background-color:#8c9799;
	width:100%;	
}
.feedback td {
	padding: 5px;
}
form {
	padding: 0px;
	margin: 0px;
	color: #fff;
}
.form {
	padding: 30px 0px 0px 13px;
}
.formheader {
	font-size: 12px;
	font-weight: bold;
		color: #fff;
}
.formtext {
	font-size: 12px;
}
select {
	width: 159px;
	display: block;
	margin: 3px 0px 5px 0px;
	border: solid 1px #cfd3d6;
}
input {
	border: solid 1px #cfd3d6;
}
textarea {
	border: solid 1px #cfd3d6;
}

.introtext {
	text-align: right;
}

.borders {
	border-top: solid 1px #b9c1c3;
	border-bottom: solid 1px #b9c1c3;
}

a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #999;
	text-decoration: underline;
}


.greynav {
	padding: 0px 10px 10px 10px;
	margin: 0px;
	background-color: #8c9799;
}
.greynav .header {
	width: 138px;
	background-color: #b9c1c3;
	color: #fff;
	font-size: 12px;
	padding: 3px 0px 5px 8px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
}
.greynav .headerline {
	height: 0px;
	width: 173px;
	border-top: solid 2px #b9c1c3;
	padding: 0px;
	margin: 0px;
}
.greynav .item {
	padding: 3px 0px 3px 8px;
	color: #fff;
	font-size: 11px;
	margin: 0px;
	width: 173px;
	border-bottom: solid 1px #b9c1c3;
}
.greynav .itemline {
	height: 0px;
	width: 173px;
	border-bottom: solid 1px #b9c1c3;
	margin: 0px;
	padding: 0px;
}
.greynav .item a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.greynav .item a:hover {
	color: #dedede;
	text-decoration: underline;
}

.protection {
	padding-left: 25px;
	padding-top: 13px;
}
.protection img{
	display:block;
	padding-bottom: 5px;
}


.producttext {
	margin-left: 30px;
	margin-bottom: 10px;
}
.producttext ul {
	padding-left: 16px;
	margin: 0px 0px 5px 0px;
}
.cmetext {
	margin-left: 30px;
	margin-top:15px
}

h1 {
	font-size: 160%;
	margin-top:0px;
	padding-top:0px;
}
h2 {
	font-size: 160%;
	color: #666;
	margin-top:0px;
	padding-top:0px;
}
h3 {
	font-size: 140%;
	margin-bottom:0px;
}
h4 {
	font-size: 140%;
	color: #666;
	margin-bottom:0px;
}
h5 {
	font-size: 120%;
	margin-bottom:0px;
}
h6 {
	font-size: 120%;
	color: #666;
	margin-bottom:0px;
}

/* product page specific layout */

.producttitle {
	margin:  15px 0px 15px 31px;
}

/* end */

/* navigation specific layout */
#navigation {
	margin: 5px 0px 18px 0px;
	position: relative;
}
	#navigation .logo {
		margin-left: 31px;
		float: left;
	}

	#navigation .banner {
        top: -23px;
	    left:310px;
		position:absolute;
	}
	#navigation .nav {
		float: right;
		margin-top: 52px;
		position:relative;
	}
	
	#sub1, #sub2 {
		position:absolute; 
		z-index:10; 
		left: 0px; 
		top: 37px; 
		visibility: hidden;
	}
	
	#sub1 a,#sub2 a {
		display: block;
		margin-bottom: 3px;
		border: solid 1px #b2babb;
		padding: 8px;
		background-color: #fff;
		font-weight: bold;
		color: #666;
		text-decoration: none;
		width: 150px;
	}
	#sub1 a:hover, #sub2 a:hover {
		background-color: #d1d6d7;
	}
	
	#sub2 {
		position:absolute; 
		z-index:10; 
		left: 128px; 
		top: 37px; 
		visibility: hidden;
	}
	
#navigation:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display:block;
	clear: both;
}
	
/* end */

	
/* footer specific layout */
#footer {
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
}	
	#footer a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	#footer a:hover {
		color: #666;
		text-decoration: underline;
	}	
	#footer .copyright {
		width:600px;
		float:left;
		font-size: 90%;
	}
/* end */

/* home page specific layout */

#introlayout {
	margin-left: 55px;
	text-align: left;
}
#introfooter {
	margin-bottom: 28px;
	margin-top: 8px;
}
#introfooter a {
	border: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#introfooter a:hover {
	border: 0;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}

/* results page specific layout */

.resultimage {
	float: left;
	clear: none;
	margin-right: 10px;
}

.resultbreak {
	clear: both;
	margin-top: 10px;
	text-align: right;
	padding-right: 70px;
}

/*  end */
