*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #666666;
}

html, body{
	text-align: center;
	height: 100%;
}

a{
	text-decoration: none;
}

a:active, a:focus{
	outline: 0;
}

img{
	border-width: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	padding-bottom: 15px;
	color: #007dc3;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 15px;
	font-weight: bold;
}

h3{
	font-size: 14px;
}

div#wrapper{
	width: 880px;
	text-align: left;
	margin: 20px auto 10px auto;
}

div#logo{
	width: 40%;
	height: 77px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}

div#arborLogo{
	width: 40%;
	height: 77px;
	float: right;
	background-image: url(../images/arborlifelogo.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul#topNav{
	width: 600px;
	float: right;
	margin: 20px 0px 5px 0px;
	border-top: 2px solid #cccccc;
}

ul#topNav li{
	float: left;
	margin-right: 55px;
	height: 25px;
	padding-top: 5px;
}

ul#topNav li a{
	display: block;
	background-color: #ffffff;
	text-transform: uppercase;
}

ul#topNav li a:hover{
	color: #007dc3;
}

ul#topNav li.dropdown ul{
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: none;
	list-style: none;
	margin: 5px 0px 0px -5px;
	z-index: 200;
}

ul#topNav li.dropdown ul li{
	border-top: 1px solid #cccccc;
	margin: 0px;
	display: list-item;
	float: none;
	white-space: nowrap;
	height: auto;
	padding: 0px;
}

ul#topNav li.dropdown ul li a{
	color: #666666;
	padding: 2px 5px;
}

ul#topNav li.dropdown ul li a:hover{
	color: #007dc3;
}

ul#topNav li.secondLast{
	margin-right: 0px;
}

ul#topNav li.last{
	float: right;
	margin-right: 0px;
	text-align: right;
}

ul#topNav li.active a, ul#leftNav li.active a{
	color: #007dc3;
}

ul#topNav, ul#leftNav{
	list-style: none;
}

ul#topNav li a, ul#leftNav li a{
	font-size: 13px;
	text-transform: uppercase;
}

div#leftNavDiv{
	width: 260px;
	height: 220px;
	margin-top: 27px;
	float: left;
	/*background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;*/
}

div#leftNavDiv strong{
	text-transform: uppercase;
	padding: 0px 0px 3px 60px;
}

ul#leftNav{
	width: 260px;
	height: 220px;
	padding-top: 0px;
	/*float: left;
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
	background-position: 25px 0px;*/
}

ul#leftNav li{
	padding: 4px 0px 3px 10px;
	margin-left: 50px;
	white-space: nowrap;
}

ul#leftNav li a{
	display: block;
}

ul#leftNav li.active{
	/*border-bottom: 1px solid #007dc3;
	padding-bottom: 2px;*/
}

div#contact{
	float: left;
	width: 220px;
	margin: 50px 0px 0px 60px;
	display: inline;
}

div#contact p{
	font-size: 11px;
	padding-bottom: 10px;
}

div#footer{
	clear: both;
	float: right;
	width: 600px;
	font-size: 11px;
	border-top: 2px solid #cccccc;
	margin: 20px auto 0px auto;
	padding: 5px 0px;
}

div#footer a, div#contact a{
	font-size: 11px;
}

div#content{
	width: 600px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float: right;
}

div#content.normal p{
	text-align: justify;
}

div#content.product p{
	text-align: justify;
	width: 340px;
}

div#content ul, div#content ol, div#content dd{
	padding-left: 40px;
	margin-bottom: 15px;
}

p, div#content ol li, div#content dl {
	padding-bottom: 15px;
}

div#content dl dd ul li{
	margin: 0px 0px 0px 40px;
}

div#content table, div#content img{
	margin-bottom: 15px;
}

div#content table *, div#content table tr td *{
	margin-bottom: 0px;
}

div#content table.comparison{
	width: 400px;
	margin: 0px auto 15px auto;
}

div#content table.comparison th{
	padding: 10px;
	text-align: center;
}

div#content table.comparison td{
	padding: 10px;
}

div#content.products  table.spec{
	margin: 0px auto 10px auto;
	width: 400px;
}

div#content.products  table.spec td, div#content.products  table.spec th{
	padding: 1px 5px;
}

div#content.products  table.spec th{
	padding: 5px 5px 1px 5px;
}

div#content.products  td.specPic{
	width: 120px;
}

.errorGood{
	color: green;
	font-weight: bold;
}

.errorBad{
	color: red;
	font-weight: bold;
}

table.imageGal{
	float: right;
}

table.imageGal td{
	padding: 4px 2px 0 0;
}

table.imageGal td img{
	cursor: hand;
	cursor: pointer;
}



