@charset "UTF-8";
@import url("../scripts/jquery/fancybox/jquery.fancybox.css");
@import url("south-street/jquery-ui-1.8rc3.custom.css");
/* CSS Document */



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #04321B;
	line-height:150%;
}
body {
	background-color: #F4FFC9;
}
a:link,
a:visited,
a:active {
	color: #014624;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #014624;
}
h1 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	padding-top:15px;
}
p,
div.section {
	margin-bottom:10px;
	margin-left:10px;
	padding:6px;
	padding-left:10px;
	border-left:1px solid #F4FFC9;
	border-bottom:1px solid #F4FFC9;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
img.photo {
	border:6px solid #FFFFFF;
	padding:0px;
	margin:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a:hover img.photo {
	border:6px solid #F4FFC9;
}

div.PriceOption {
	display: none;
	width:240px;
	text-align:right;
}
div.PriceOption input,
div#Estimator input {
	text-align:right;
	color:#333994;
}
div#centered {
	width:800px;
	height:600px;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:relative;
}
div#contentArea {
	padding-left:40px;
	padding-right:40px;
}

.navbar
{
	position:relative;
}
.navbar .left
{
	position:absolute;
	top:0px;
	left:0px;
}
.navbar .right
{
	position:absolute;
	top:0px;
	right:0px;
}