/* CSS Document */

body {
	padding:0;
	margin:0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin:8px 0 0 0;
	padding:0;
	float: right;
}

form#newsletter {
	margin-top: 0;
	float: none;
}

img {
	border:0;
}

.break {
	height:1px;
	overflow:hidden;
	clear:both;
}

.break.margin {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #0066d5;
}

a:hover {
	text-decoration: underline;
}

a.nopointer {
	text-decoration: none;
	color: #333333;
	cursor: text;
}

.red {
	color: #990000;
}

p {
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;	
}

p.nomargin {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 6px 0 0 15px;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
}

h1.hpintroduction {
	padding: 0;
	color: #456495;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

h2.justin {
	margin: 0;
	padding: 6px 0 0 15px;
	color: #FFFFCC;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	width: 930px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 111px;
	background: url(images/bg-header.png) repeat-x left top #FFFFFF;
}

#logo {
	margin-top: 14px;
	float: left;
}

#header #images {
	width: 421px;
	height: 76px;
	margin-left: 80px;
	float: left;
	background: url(images/header-img.jpg) no-repeat left top;
	display: inline;
	overflow: hidden;
}

ul#menu li {
	margin-right: 10px;
	padding: 10px 10px 10px 0;
	float: left;
	background: url(images/menu-spacer.png) no-repeat right center;
}

ul#menu li a {
	color: #FFFFFF;
}

ul#menu li.end {
	background: none;
}

form#search label {
	color: #FFFFFF;
}

form input.text {
	width: 140px;
	color: #666666;
	font-size: 11px;
	border: 1px solid #999999;
}

#navigation {
	width: 190px;
	margin-top: 10px;
	float: left;
	border: 1px solid #283854;
}

#navigation ul li {
	height: 14px;
	padding: 6px 0 5px 12px;
	background: url(images/bg-navigation.png) no-repeat left top;
}

#navigation ul li a {
	color: #283854;
}

#right-col {
	width: 718px;
	margin: 10px 0 0 20px;
	float: left;
	display: inline;
	overflow: hidden;
}

#content {
	width: 525px;
	min-height: 582px;
	padding-bottom: 20px;
	float: left;
	border: 1px solid #999999;
}

#content.nosidebar {
	width: 714px;
}

#content.noborder {
	border: none;
}

#content .top {
	height: 32px;
	background-color: #BAC9E0;
	border-bottom: 1px solid #999999;
}

#content .copy {
	padding: 0 10px 10px;
}

#content .copy .with-images {
	width: 475px;
	float: left;
}

#content .copy .images {
	width: 188px;
	float: left;
}

#content .copy img {
	width: 188px;
	margin: 10px 0 10px 20px;
	float: left;
	display: inline;
}


#content .listing {
	width: 211px;
	margin: 20px 0 0 35px;
	float: left;
	display: inline;
	overflow: hidden;
}

#content.nosidebar .listing {
	margin-left: 20px;
}

#content .listing img {
	width: 209px;
	border: 1px solid #666666;
}

#content .listing p {
	margin-top: 10px;
	text-align: center;
}

#content .listing img.details {
	width: 97px;
	height: 23px;
	border: none;
}

#sidebar {
	width: 188px;
	min-height: 582px;
	padding-bottom: 20px;
	float: left;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #F4F4Fa;
}

#sidebar .top {
	height: 32px;
	background-color: #5B5B5B;
	color: #FFFFCC;
	border-bottom: 1px solid #999999;
}

#sidebar .listing {
	width: 142px;
	margin: 20px 0 0 23px;
	float: left;
	display: inline;
	overflow: hidden;
}

#sidebar .listing img {
	width: 142px;
	height: 107px;
}

#sidebar .listing p {
	text-align: center;
}

#sidebar .listing img.details {
	width: 97px;
	height: 23px;
	border: none;
}

#breadcrumb {
	margin-bottom: 10px;
	padding: 9px 0;
	border-bottom: 1px solid #CCCCCC;
}

#breadcrumb a {
	color: #333333; 
}

#detail #text {
	width: 397px;
	margin-right: 15px;
	float: left;
}

#detail #text p{
	margin: 10px 0 0;
	padding: 0;
}

#detail #thumbnails {
	width: 306px;
	float: left;
}

#thumbnails .thumb {
	width: 143px;
	margin-top: 15px;
	float: left;
}

#thumbnails .thumb.spacing {
	margin-right: 20px;
}

#thumbnails .thumb p {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

#footer {
	height: 208px;
	margin-top: 10px;
	padding-top: 15px;
	background: url(images/bg-footer.png) repeat-x left top #5B5B5B;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer #details {
	width: 737px;
	height: 172px;
	float: left;
	padding-left: 15px;
	display: inline;
	overflow: hidden;
}

#footer #details p {
	margin: 0;
	padding: 0;
}

#footer #details p.left {
	width: 205px;
	margin-top: 10px;
	padding: 0;
	float: left;
}

#footer #newsletter {
	width: 178px;
	height: 172px;
	float: left;
}

#footer #newsletter p {
	margin: 0;
	padding: 0;
}

/*-- FAQs --*/
.faq {
	margin-bottom: 15px;
}

/*-- SEARCH --*/
#searchresults {
	padding: 0 10px 10px;
}

#searchresults h2, #searchresults h2 a {
	font-size:12px;
	color:#0066d5;
	margin:0 0 10px 0;
}

#searchresults ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}

#searchresults ul li {
	background-image:none;
	margin:0 0 5px 0;
	padding:0;
}

/*-- OUR LOCATION --*/
#map {
	width:450px;
	height:450px;
	margin-bottom: 35px;
	border:1px solid #999999;
	float: left;
}

#map-details {
	margin-left: 10px;
	float: left;
	display: inline;
}

/*-- CONTACT --*/
#contact form {
	margin: 0;
	float: none;
}

#contact form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#contact ul {
	padding-left: 15px;
  	list-style: disc;
}