/*html, body, ul, li, h1, h2, h3, h4*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
td { vertical-align: top; }
img {
	border: 0;
}
a, a:active {
	color: #333;
	text-decoration:underline;
	outline: none;
}
a:hover {
	color: #f00;
	text-decoration:none
}
.left {
	float: left;
	padding-right:15px;
}
.right {
	float: right;
	padding-left:15px;
}

/* this is the white box */
.box {
	padding: 10px;
	background: #fff;
	border: 3px solid #999;
	margin-bottom: 20px;
}
.btn {
	float:right;
	width:98px;
	height:30px;
	background: url(/woodhouse/template_images/btn.jpg) no-repeat;
	margin-top:5px;
}
body {
	font: 12px arial, sans-serif;
	background: #EEEEEE url(/woodhouse/template_images/body_bg.jpg) repeat-x;
}


#logo {
	position:absolute;
	background: url(/woodhouse/template_images/logo_3col.png) no-repeat 4px 0;
	width: 331px;
	height:97px;
	z-index:20;
}
#header {
	position:relative;
	top:80px;
	background:#000 url(/woodhouse/template_images/header.jpg) no-repeat top center;
	width:1000px;
	height:260px;
}

#content-wrapper {
	background: url(/woodhouse/template_images/content_bg_1000.png) repeat-y 0px 4000px;
	margin: 0 -20px;
	position: relative;
	top: 80px
}
#content {
	/*position:relative;
	top:80px;
	background: url(/woodhouse/template_images/content_bg_980.png) repeat-y;*/
	background-color: #eeeeee;
	width: 960px;
	margin:auto;
	padding-top:30px;
	padding-bottom: 30px;
}
#top-pic {
	/*width:300px;*/
	border:solid #999 3px;
	margin-bottom: 20px;
}

h1 {
	font:lighter;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 20px;
}

h3 {
	background: #cc0000;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

h4 {
	margin-bottom: 12px;
}
h4.pl_price {
	color: #cc0000;
}
p, ul {
	margin-bottom: 8px;
}
ul { 
	margin-left: 20px;
}
li {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}


li {
	line-height:20px;
}
#footer {
	
	text-align:center;
	padding-bottom: 20px;
	background: url(/woodhouse/template_images/footer_bg.png) no-repeat top center;
	margin: 0 auto;
	margin-top: 80px;
	height: 90px;
	width: 980px;
	padding: 20px 10px;
}
#top-wrapper {
	width: 1000px;
	margin: auto;
}

#top-wrapper .nav{
	position:relative;
	background: url(/woodhouse/template_images/nav_bg.jpg) no-repeat top center;
	height:40px;
	width: 1000px;
	margin: 0px auto;
	top:80px;
	text-align:center;
}
#top-wrapper .nav ul, #top-wrapper .nav li {
	display: inline;
	padding: 0;
}
#top-wrapper .nav li a {
	display: inline;
	float: left;
	height: 30px;
	margin: 0 0px;
	padding: 10px 20px 0px 20px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#top-wrapper .nav li a:hover {
	background: url(/woodhouse/template_images/links/hover.png) repeat-x;
}
#top-wrapper .nav li a.current {
	background: url(/woodhouse/template_images/links/active.png) repeat-x;
	color: #990000;
}
#top-wrapper .nav li:first-child a {
	margin-left: 10px;
}
#top-wrapper .nav li:last-child a {
	margin-right: 0;
}
body.seg1_staging .grid_3 .box {
	min-height: 360px;
}
body.seg1_photos .grid_3 .box {
	min-height: 300px;
}
body.seg1_photos.seg2_detail .grid_3 .box {
	min-height: 240px;
}
body.seg1_photos .grid_3 .box h2,
body.seg1_staging .grid_3 .box h2 {
	min-height: 42px;
	margin-bottom: 5px;
}
body.seg1_staging.seg2_package .tables table  {
	width: 299px;
	float: left;
	border-collapse: collapse;
	margin-left: 8px;
}
body.seg1_staging.seg2_package .tables table:first-child  {
	margin-left: 0px;
}

body.seg1_staging.seg2_package .tables table td {
	padding-bottom: 5px;
}
body.seg1_staging.seg2_package .tables table tr td:first-child {
	text-align: right;
	width: 30px;
	padding-right:5px;
}
body.seg1_staging.seg2_package .tables table tr td[colspan="2"] {
	padding-right: 0;
}

body.seg1_staging.seg2_package .tables table h3 {
	text-align: left;
	margin-bottom: 0px;
}
#footer .nav li {
	display: inline;
}