@charset "UTF-8";
/* CSS Document */

/* General Styles */

body {
background:url(../img/layout/background.jpg) top no-repeat #000;
}

/* Header */

.header {
	height:115px;
	width: 900px;
	padding-top:40px;
	position:relative;
}

.header .nav {
	padding-top:30px;
	padding-left: 450px;
}

.header .nav li {
	float:left;
	list-style:none;
	margin-left:5px;
}

.header .nav li a {
	font:15px Helvetica, Arial, sans-serif;
	color: #4f0402;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:12px;
}

/* Menu */

.menu {
	height:40px;
	background:url(../img/layout/breadcrumb.jpg) bottom repeat-x;
	z-index:4;
}
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	background: url(a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #7C0A05;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

/*--The usual active styling for css--*/
#home li.home span, #products li.products span, #about li.about span, #contact li.contact span {
	margin-top: -40px;
}

/* Homepage Columns */

h3.flourish {
	background:url(../img/layout/h3.gif) bottom no-repeat;
	text-align:center;
	padding-bottom:10px;
}



.hpcol {
	padding-top:15px;
}

.hpcol h4 {
	margin-bottom:0;
}

h4 {
	font:14px Cambria, Georgia, serif;
	color:#221A0E;
}

h4 a {
	color:#221A0E;
	border-bottom:1px solid #ccc;
}

p.meta {
	color:#999;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0;
	padding:5px 0;
}

.work {
	padding-bottom:10px;
}

.testimonial .quote {
	text-indent:-9999px;
	background:url(../img/layout/testimonial.gif) top left no-repeat;
	height:60px;
}

.testimonial blockquote {
	padding:0;
	margin:0;
}

.testimonial p {
	margin-bottom:5px;
	padding-bottom:0;
	font-size:13px;
}

.testimonial h4 {
	padding-bottom:15px;
	float: right;
	padding-right: 10px;
}

/* Services HP */

.services img {
	float: none;
	padding-bottom: 15px;
}

.services li {
	list-style-type: none;
}

.services h4 {
	margin-bottom:20px;
	margin-top: 10px;
	padding-bottom:0px;
	font-size: 14px;
	line-height: 5px;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 0;
}

.services p {
	margin-left:40px;
	padding:0;
	font-size:11px;
}

.services a:link, a:visited {
	padding:0;
	font-size:13px;
	color: #9E2C27;
}
.services a:hover {
	color: #2277BB;
}

/* Footer */
.footer {
	height:50px;
	padding-top:50px;
	color:#BAAB6F;
	background:url(../img/layout/footer.jpg) top no-repeat;
	font-size:90%;
	padding-bottom:30px;
}
.footer ul li {
	list-style:none;
	float:left;
	margin:0 10px 0 0;
}
.footer a {
	color:#EFEADC;
}
.footer a:hover {
	text-decoration:none;
}
body#products .footer li.products a, body#home .footer li.home a, body#about .footer li.about a, body#contact .footer li.contact a{
	color:#7C0A05;
}

/* General */
* {
	outline:none;
}
.page {
	background:url(../img/layout/container.jpg) top repeat-y;
	margin-top: 145px;
}


.headimg {
	background:url(../img/layout/headimg.jpg) top no-repeat;
	padding-top:40px;
	min-height:600px;
}

p.readmore a {
	color:#fff;
	text-transform:uppercase;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(../img/buttons/button.jpg);
	padding:5px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px black;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
}

p.readmore a:hover {
	background:url(../img/buttons/button_hover.jpg);
	text-decoration:none;
}


/* News */

h2 {
	color:#9E2C27;
	margin-bottom:5px;
	padding-bottom:0;
	border-bottom:1px dotted #ccc;
	text-shadow: 1px 1px 1px rgba(255,254,254,1);
}

h2 a, a {
	color:#9E2C27;
}

h2 a:hover, a:hover {
	color:#7c0a05;
}

h2.post {
	font-size:150%;
	text-transform:uppercase;
	letter-spacing:normal;
}

/* Portfolio */

.portfolio {
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
}

.img li {
	list-style:none;
	float:left;
	margin:10px 10px 0 0;
}

.img ul {
	margin:0;
	padding:0;
}

.img li img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.img li a.active img {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}


/* Slider */

#slider {
width: 870px;
margin: 0 auto;
position: relative;
	margin-top:-24px;
}

#slider h2, .portfolio h2 {
	margin-bottom:0;
	padding-bottom:0;
	padding-top:10px;
	color:#000;
	font-size:300%;
	border:none;
}

p.first {
	font-size:20px;
	color:#221A0E;
	line-height:25px;
	margin:0 0 10px 0;
}

.panel p.first {
	line-height:25px;
}

.scroll {
height: 250px;
width: 870px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
background: url(../img/layout/slider.jpg) no-repeat left bottom;
}

.scrollContainer div.panel {
height: 250px;
width: 870px;
}

ul.navigation {
list-style: none;
margin: 0;
padding:10px 40px;
	height:45px;
	background:url(../img/layout/navigation.jpg) top no-repeat;
	text-shadow: 1px 1px 1px rgba(255,254,254,1);
}

ul.navigation li {
display: inline;
margin-right: 10px;
}

ul.navigation a {
color: #000;
text-decoration: none;
	text-transform:uppercase;
	color:#9E302C;
	margin:0 10px 0 0;
}

	
ul.navigation a:hover {
	color:#251E10;
}

ul.navigation a.selected {
color:#251E10;
}

ul.navigation a:focus {
outline: none;
}

.panel img, .portfolio img {
	padding:3px;
	background:#fff;
	border:1px solid #96938C;
	float:right;
	margin:25px 25px 0 0;
	
}

.portfolio img {
	float:none;
	margin:0;
}

.panel p {
	line-height:18px;
}

/* @group Login Panel */
#login {
width:780px;
margin:0 auto;
position: relative;
top: -52px;
}

#content {
width:520px;
min-height:500px;
}
#content a:link, a:visited {
color:#9E2C27;
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
#content a img {
border-width:0;
}
#topnav {
padding:10px 0px 12px;
font-size:11px;
line-height:23px;
text-align:right;
}
#topnav a.signin {
	background:#88bbd4;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
/*	background:transparent url("../img/login/signin-nav-bg-ie.png") no-repeat 0 0;
	padding:4px 12px 6px;*/
}
#topnav a.signin:hover {
background:#59B;
/*background:transparent url("../img/login/signin-nav-bg-hover-ie.png") no-repeat 0 0;
padding:4px 12px 6px;*/
}
#topnav a.signin, #topnav a.signin:hover {
/*background-position:0 3px!important;*/
}

a.signin {
position:relative;
margin-left:3px;
}
a.signin span {
background-image:url("../img/login/toggle_down_light.png");
background-repeat:no-repeat;
background-position:100% 50%;
padding:4px 16px 6px 0;
}
#topnav a.menu-open {
background:#ddeef6!important;
color:#666!important;
outline:none;
}
#small_signup {
display:inline;
float:none;
line-height:23px;
margin:25px 0 0;
width:170px;
}
a.signin.menu-open span {
background-image:url("../img/login/toggle_up_dark.png");
color:#789;
}

#signin_menu {
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
display:none;
background-color:#ddeef6;
position:absolute;
width:210px;
z-index:100;
border:1px transparent;
text-align:left;
padding:12px;
top: 24.5px;
right: 0px;
margin-top:5px;
margin-right: 0px;
/**margin-right: -1px;*/
color:#789;
font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
display:block;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #ACE;
font-size:13px;
margin:0 0 5px;
padding:5px;
width:203px;
}
#signin_menu p {
margin:0;
}
#signin_menu a {
color:#6AC;
}
#signin_menu label {
font-weight:normal;
}
#signin_menu p.remember {
padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
clear:both;
margin:5px 0;
}
#signin_menu p a {
color:#27B!important;
}
#signin_submit {
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#39d url('../img/login/bg-btn-blue.png') repeat-x scroll 0 0;
border:1px solid #39D;
color:#fff;
text-shadow:0 -1px 0 #39d;
padding:4px 10px 5px;
font-size:11px;
margin:0 5px 0 0;
font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
background-position:0 -5px;
cursor:pointer;
}
/* @end */

/* @group New */


/* Contact Info */
.contact_info {
	padding-left: 40px;
}

#map {
	margin-bottom: 20px;
	margin-top: -20px;
}

/* @end */

/* @group Overrrides */

/* Header */

.menu {
/*
	height:115px;
	width: 900px;
	padding-top:40px;
	position:relative;
*/
	float: right;
}

.menu .nav {
/*
	padding-top:30px;
	padding-left: 450px;
*/
	margin-right: 50px;
}

.menu .nav li {
	float:left;
	list-style:none;
	margin-left:5px;
}

.menu .nav li a {
	font:15px Helvetica, Arial, sans-serif;
	color: #4f0402;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:12px;
}

.nav li a:hover {
	text-decoration:none;
	background:url(../img/layout/smallarrow.png) bottom no-repeat;
	color: #cb1810;
}

.nav li.active a {
	color: #cb1810;
	background:url(../img/layout/smallarrow.png) bottom no-repeat;
}

h1 {
font-size:2.2em;
margin-bottom:0.5em;
}
h1 span {
color: #6d6b67;
font-size:0.8em;
}

/* Customized */
a:active {
  position: relative;
  top: 1px;
}
.span-4 {
background-color:#FFFBEF;
margin-bottom:10px;
text-align:center;
width:250px;
}
div.span-4 ul {
	padding-left:30px;
	text-align:left;
}
div.span-4 li {
	text-transform: uppercase;
	line-height: 1.4em;
}
h4.glass {
margin:30px 50px;
}
p.readmore a { /*Buttons for Presentation slide on home page*/
float:left;
font:bold 10px Arial,Helvetica,sans-serif;
margin-left:30px
}

.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}


