@import 'lib/reset.css';
@import 'plugins/clearfix/clearfix.css';
 /* -------------------------------------------------------------- 

    Extended Blueprint CSS Framework Screen Styles
    Everything above this block is part of the 
    base screen.css file from blueprint.
    * Version:   0.1 (23.10.2007)
    * Website:   http://framework.cabedge.com

 -------------------------------------------------------------- */


/* OVERRIDE DEFAULT BROWSER COLORS */
html, body {
  	height:100%;
	padding:0;
  	margin:0;
  	font-size: 100%;
}

#index, #page {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	/*background: #fff url(/static/images/BG_page.jpg) repeat-x left top;*/
	color: #000000;
}

h1 {
	font: normal 1.8125em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

h2 {
	font: normal 1.8125em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	color: #8d2436;
}

h3 {
	color: #000;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

h4 {
	font: bold 0.8125em Georgia, "Times New Roman", Times, serif;
}

.bold {
	font-weight: bold;
}

.red {
	color: #8b0a26;
}

p {
	font-size: 0.875em;
	margin-bottom: 15px;
}

em {
	font-style: italic;
}

a, a:visited {
	color: #8e7244;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	outline: none;
}

a:hover, a.current {
	color: #8b0a26;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	outline: none;
}

.container {
	position: relative;
	width: 941px;
	margin: 0 auto;
}

/* ---------- HEADER ---------- */
#header {
	width: 941px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	border-bottom: 0;
}

.index #header {
	border-style: none;
	padding: 0;
}

#logo {
	background: url(/static/images/logo.jpg) no-repeat left top;
	width: 249px;
	height: 79px;
	float: left;
}

#logo a {
	display: block;
	width: 249px;
	height: 79px;
}

#contact_form {
	position: absolute;
	background: url(/static/images/bg-contact_form.gif) no-repeat left top;
	width: 498px;
	height: 245px;
	z-index: 30px;
	top: 44px;
	right: 0;
}

/* IE6 Lovin' */
*html #contact_form {
	right:  -1px;
}

#contact_form form {
	float: right;
	margin: 10px 0 0 0;
	padding-right: 24px;
	width: 450px;
}

*html #contact_form form {
	margin-top: 12px;
}

#contact_form td {
	font: 0.8125em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #383838;
}

#contact_form textarea {
	width: 389px;
	height: 140px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 2px;
}

#contact_form .submit {
	float: right;
	margin-top: 10px;
}

#top_header {
	background: url(/static/images/bg-top-header.gif) no-repeat left top;
	width: 498px;
	height: 47px;
	float: right;
}

#top_header h2 {
	color: #383838;
	font: italic 1.0625em Georgia, "Times New Roman", Times, serif;
	width: 300px;
	float: left;
	margin: 12px 35px 0 25px;
}

#top_header .trigger {
	float: left;
	text-indent: -4000px;
	background: url(/static/images/btn-email_us.gif) no-repeat;
	width: 82px;
	margin-top: 12px;
	height: 19px;
}

#contact_form a.close {
	font-size: 0.75em;
	position: relative;
	top: 10px;
}

/* ---------- NAVIGATION ---------*/
#nav {
	clear: both;
	width: 941px;
	border-bottom: 1px solid #c5beb4;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	margin-left: 25px;
	font: 0.6875em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

#nav a:hover, #nav a.current {
	color: #8b0a26;
}

.page .subnav {
	margin: 0 0 20px 0;
}

.subnav li {
	display: inline;
	list-style-type: none;
}

.subnav a {
	font: bold 0.6875em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}


/* ---------- MAIN ---------- */
#content {
	width: 941px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 500px;
	position: relative;
	margin-bottom: 50px;
	padding-left: 30px;
	background: url(/static/images/dotted_border.gif) repeat-y left top;
}

#side {
	width: 380px;
}

.sub_link {
	float: left;
	width: 150px;
	border-top: 1px solid #c5beb4;
	margin-right: 10px;
}

.sub_link h4, .sub_person h4 {
	margin-top: 15px;
	margin-bottom: 3px;	
}

.sub_link a, .sub_link a:visited, #features a, #features a:visited, #side_list a {
	font: bold 0.6875em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #8e7244;
}

.sub_link a:hover, #features a:hover, #side_list a:hover {
	font: bold 0.6875em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #8b0a26;
}

.sub_person {
	float: left;
	width: 150px;
	border-top: 1px solid #c5beb4;
	margin: 30px 10px 0 0;
}

.sub_person p {
	font-size: 0.6875em;
	line-height: 1.5em;
}

#features {
	margin-top: 20px;
}

#left_feature, #right_feature {
	width: 178px;
}

#left_feature {
	float: left;
}

#right_feature {
	float: right;
}

#left_feature img, #right_feature img {
	border: 4px solid #efe7d6;
	margin-bottom: 10px;
}

#left_feature h3, #right_feature h3 {
	margin-bottom: 5px;
}

#left_feature p, #right_feature p {
	font-size: 0.75em;
	padding-right: 15px;
}

#player p {
	background-color: #8b0a26;
	padding: 15px;
	color: #fff;
	width: 350px;
}

#player a:hover {
	color: #fff;
}


/* ---------- PAGES ---------- */
.page h1 {
	margin-bottom: 15px;
}

.page ul, .index #main ul {
	margin-left: 15px;
	list-style-image: url(/static/images/dash-outer.gif);
}

.page ul li p, .index #main ul li p {
	margin-bottom: 0;
	font-size: 1em;
}

.page ul li, .index #main ul li {
	font-size: 0.875em;
}

.page li, .index #main li {
	margin-bottom: 10px;
}

.page ul li ul {
	margin-bottom: 15px;
	list-style-image: url(/static/images/dash-inner.gif);
}

.page ul li ul li {
	font-size: 1em;
}

#side_list {
	margin-top: 40px;
}

#side_list p{
	font-size: 0.6875em;
	line-height: 1.8em;
	margin-bottom: 0;
}

#side_list h4 {
	margin-right: 5px;
}

#side_list p.title {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 0;
}

.divider {
	border-top: 1px solid #c5beb4;
	line-height: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}


/* ---------- FOOTER ---------- */
#footer {
	width: 941px;
	margin: 0 auto;
	border-top: 1px solid #c5beb4;
	padding-top: 10px;
	padding-bottom: 100px;
}

#footer p {
	font-size: 0.6875em;
	color: #b2a99a;
}

#footer a, #footer a:visited {
	color: #b2a99a;
	text-decoration: none;
}

#footer a:hover {
	color: #8b0a26;
}

#error_message td {
	background-color: #8b0a26;
	color: #fff;
	padding: 4px;
	width: 100%;
	font-size: 0.75em;
}

#contact_form form #top_row td { padding-top: 10px; }












