* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited, a:active {
	color: #EF3D01;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FAF7F7;
	color: #4D5164;
}
#header {
	display: block;
	position: relative;
	height: 120px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
}
.wrapped {
	display: block;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#logo {
	display: block;
	width: 301px;
	position: absolute;
	height: 56px;
	left: 20px;
	top: 20px;
}
#first-line {
	display: block;
	position: absolute;
	width: auto;
	top: 95px;
	font-size: 12px;
	padding-left: 20px;
	height: auto;
}


.main-nav {
	background-color: #ffa61d;
	color: #FFF;
	display: block;
	position: relative;
	height: 35px;
	width: 100%;
}
.main-nav ul{
	display: block;
	position: relative;
	height: 35px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.main-nav li {
	display: inline;
	list-style-type: none;
	position: relative;
	width: auto;
	padding: 0px;
	margin: 0px;
}

.main-nav li a:link, .main-nav li a:visited, .main-nav li a:active{
	display: inline;
	position: relative;
	width: auto;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 22px;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.main-nav li a:hover {
	background-color: #FDBB1D;
	text-decoration: none;
}
#telephone {
	font-size: 26px;
	display: block;
	position: absolute;
	height: auto;
	width: 300px;
	right: 20px;
	top: 82px;
}
#content {
	display: block;
	position: relative;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	line-height: 30px;
}
h2 , h3{
	font-weight: normal;
	font-size: 16px;
	background-color: #EDEDF1;
	border: 1px none #CCC;
	text-indent: 20px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
}

.open {
	font-weight: bold;
}

.plus {
	background-image: url(../images/plus-minus.gif);
	background-position: right -2px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.minus{
	
background-image: url(../images/plus-minus.gif);
	background-repeat: no-repeat;
	background-position: right -25px;
	cursor: pointer;
}


.product-box {
	background-color: #FFF;
	display: block;
	position: relative;
	height: auto;
	width: 1000px;
	border: 1px solid #BEC0C7;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-box .product-left {
	display: block;
	position: relative;
	height: auto;
	width: 640px;
	float: left;
	margin: 20px;
}
.product-left .product-image {
	display: block;
	float: left;
	position: relative;
	height: 170px;
	width: 170px;
}
.product-left .product-provider-intro {
	display: block;
	float: right;
	position: relative;
	width: 440px;
}
.product-left .product-provider-intro ul li {
	line-height: 30px;
	font-size: 18px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 0px 5px;
}
.product-left .product-top-providers {
	display: block;
	position: relative;
	height: 30px;
	width: 660px;
	clear: both;
	float: none;
	text-align: center;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.product-top-providers .heading {
	font-size: 11px;
	display: block;
	position: absolute;
	top: -7px;
	left: 20px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}


.product-box .right {
	background-color: #FAF7F7;
	display: block;
	position: relative;
	height: auto;
	width: auto;
	float: right;
	border: 1px solid #CCC;
	margin: 20px;
	padding: 20px;
}
.product-box label {
	font-size: 12px;
	color: #333;
	display: block;
	position: relative;
	height: 14px;
	width: auto;
	font-weight: bold;
}
.product-box input , .product-box select{
	display: block;
	position: relative;
	width: 200px;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.product-box input.error, .product-box select.error , .error-messages{
	border: 1px dotted #FEA61D!important;
	background-color: #FFF2D5;
}

.product-box input[type=submit] {
	color: #FFF;
	font-size: 16px;
	height: 32px;
	margin-top: 20px;
	background-image: url(../images/compare-now.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-bottom: 0px;
}
.product-box input[type=submit]:hover {
	background-image: url(../images/compare-now.gif);
	background-position: 0px -38px;
}


.half-width {
	display: block;
	position: relative;
	width: 480px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}

.half-width p {
	line-height: 22px;
	text-align: justify;
	display: block;
	position: relative;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
.half-width p strong {
	color: #000;
	font-weight: normal;
}
.half-width ol {
	display: block;
	position: relative;
	width: auto;
	margin: 20px;
	padding-left: 20px;
}






#footer {
	display: block;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
#footer p {
	line-height: 22px;
	font-size: 12px;
	text-align: center;
}
.clear-all {
	display: block;
	clear: both;
	float: none;
	width: auto;
	position: relative;
	height: 3px;
}
.error-messages {
	display: none;
	width: 180px;
	margin-top: 20px;
	position: relative;
	height: auto;
	line-height: 24px;
	color: #F60;
	padding-left: 20px;
}
p.tiny {
	font-size: 10px!important;
}
