/* CSS Document */

body, html {
	height:100%;
	margin-bottom:1px !important;
}
body {
	margin:0;
	padding:0;
	border:0;
	font:12px/1.25 Verdana, Geneva, sans-serif;
	color:#777;
	background:#c9c9c9 url(../images/bkg_body.gif) 0 0 repeat-x;
}
a:link,
a:visited {
	text-decoration:underline;
	color:#333;
}
a:hover {
	color:#ff9704;
}
a img {
	border:0;
}
h1, h2, h3 {
	color:#ff9704;
	font-family:Arial, Helvetica, sans-serif;
}
h1 { font-size:20px; }
h2 { font-size:16px; }
h3 { font-size:13px; }
blockquote {
	font-style:italic;
}
cite {
	font-style:normal;
	font-weight:bold;
	color:#ff9704;
}
strong {
	color:#ff9704;
}

/* ======== General Styles ======== */
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	display:block;
	margin:0 auto;
	text-align:center;
}
/* ============ Header ============ */
.header-container {
	width:100%;
}
.header {
	width:950px;
	margin:0 auto;
}
.header #logo {
}
.header table#contact {
	margin-top:25px;
	float:right;
}
.header table#contact th {
	font-size:1.25em;
	color:#ff9704;
}
.header table#contact td {
	font-size:1.25em;
	text-align:right;
}

/* ========== Navigation ========== */
.nav-container {
	width:100%;
}
.nav {
	width:950px;
	margin:0 auto;
}
.nav ul {
	height:45px;
	list-style:0;
	margin:0;
	padding:0 13px;
	background:url(../images/bkg_nav.png) 0 0 no-repeat;
}
.nav li {
	display:block;
	height:39px;
	float:left;
	background:url(../images/btn_nav.gif) 100% 0 no-repeat;
}
.nav li a {
	display:block;
	height:39px;
	padding:0 15px;
	line-height:39px;
	text-decoration:none;
	color:#000;
	background:url(../images/btn_nav.gif) 0 0 no-repeat;
}
.nav li.active,
.nav li:hover {
	background-position:100% 100%;
}
.nav li.active a,
.nav li:hover a {
	color:#fff;
	background-position:0 100%;
}


/* ============ Content =========== */
.content-container {
	width:100%;
}
.content {
	width:950px;
	margin:0 auto;
}
.box-main {
	width:720px;
	padding:1px 10px;
	background:url(../images/bkg_main.png) 50% 0 repeat-y;
}
.box-main-top {
	width:740px;
	padding-top:8px;
	background:url(../images/bkg_main-top.png) 50% 0 no-repeat;
}
.box-main-bottom {
	width:740px;
	padding-bottom:11px;
	background:url(../images/bkg_main-bottom.png) 50% 100% no-repeat;
}
.box-main img#banner {
	border-bottom:3px solid #ccc;
}
.box-half {
	height:100%;
	width:350px;
	padding:1px 10px;
	background:url(../images/bkg_half.png) 50% 0 repeat-y;
}
.box-half-top {
	height:100%;
	padding-top:9px;
	background:url(../images/bkg_half-top.png)50% 0 no-repeat;
}
.box-half-bottom {
	height:100%;
	padding-bottom:11px;
	background:url(../images/bkg_half-bottom.png) 50% 100% no-repeat;
}
.side-bar {
	width:190px;
	padding:1px 9px;
	background:url(../images/bkg_side.png) 50% 0 repeat-y;
}
.side-bar-top {
	padding-top:9px;
	background:url(../images/bkg_side-top.png) 50% 0 no-repeat;
}
.side-bar-bottom {
	padding-bottom:11px;
	background:url(../images/bkg_side-bottom.png) 50% 100% no-repeat;
}
.side-bar a {
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #ff9704;
	text-decoration:none;
}
.side-bar img {
	margin:10px auto;
}

/* ============ Footer ============ */
.footer-container {
	width:100%;
}
.footer {
	width:950px;
	padding:20px 0;
	margin:0 auto;
}
.footer ul {
	padding:5px 0;
	margin:0;
	list-style:none;
	text-align:center;
	background:url(../images/bkg_footer-nav.png) 50% 0 no-repeat;
}
.footer ul li {
	display:inline;
}
.footer ul li a {
	padding:0 10px;
	text-decoration:none;
}
.footer .searchessence {
	float:right;
}
.footer h4,
.footer h5 {
	font-size:0.75em;
	font-weight:normal;
	text-align:center;
}

/* ========== Google Map ========= */
#googlemap {
	width:360px;
	height:280px;
	margin:0;
	margin-top:20px;
	padding:0;
	float:right;
}

#map {
	width:360px;
	height:280px;
}

/* ========= Contact Form ======== */
.form-container {
	width:360px;
	margin-top:20px;
	padding-top:20px;
	float:left;
}

.form-container form {
	width:300px;
	margin:0 auto;
}

.form-container .form-row {
	height:40px;
}

.form-container input,
.form-container select,
.form-container textarea {
	width:150px;
	float:right;
}

.form-container select {
	width:156px;
}

.form-container textarea {
}

.form-container input#subscribe {
}

.form-container input#submit {
	width:100px;
	float:left;
}

.errors {
	clear:both;
	width:100%;
}

.contact p {
}


/* ============ Clears ============ */
.header:after,
.content:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
