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

/* General Styles */

body { background-color: #000; background-image: url(../images/layout/background.jpg); }

/* Header */

.header {
	height:140px;
	padding-top:20px;
	position:relative;
}

.header .nav { margin-left: 30px; padding-top:30px; padding-bottom: 10px; }
/* Breadcrumb */

.breadcrumb { height:27px; background:url(../images/layout/breadcrumb.jpg) repeat-x 50% bottom; z-index:4; padding-top: 20px; }

.breadcrumb ul {
	margin:0;
	padding:7px 0 0 15px;
}

.breadcrumb a {
	color:#D0BA9A;
}

.breadcrumb a:hover {
	text-decoration:none;
	color:#c0a989;
}

.breadcrumb li {
	font:10px Arial, Helvetica, sans-serif;
	color:#D0BA9A;
	text-transform:uppercase;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	padding-right:18px;
	margin-right:10px;
	background:url(../images/layout/breadcrumb.gif) right no-repeat;
}

.breadcrumb li.current {
	background:none;
}

.breadcrumb li.breadcrumbfirst {
	font-weight:bold;
	color:#221A0E;
	background:none;
	padding-right:0;
}

/* Homepage Columns */

h3.flourish {
	background:url(../images/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;
}

h1 {
	font: 20px Cambria, Georgia, serif;
	line-height: 12px;
}

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(../images/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;
}

/* Services HP */

.services img {
	float:left;
}

.services h4 {
	margin-left:40px;
	margin-bottom:0;
	padding-bottom:0;
}

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

/* Footer */

.footer {
	height:50px;
	padding-top:50px;
	color:#BAAB6F;
	background:url(../images/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:underline;
}


/* General */

* {
	outline:none;
}

.page {
	background:url(../images/layout/container.jpg) top repeat-y;
}


.headimg {
	background:url(../images/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(../images/buttons/button.jpg);
	padding:5px 10px;
}

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


/* News */

h2 {
	color:#9E2C27;
	margin-bottom:5px;
	padding-bottom:0;
	border-bottom:1px dotted #ccc;
}

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; padding-bottom:30px; }

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

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

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

.images 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(../images/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(../images/layout/navigation.jpg) no-repeat 50% top;
}

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;
	
}

#topper
{ width: 780px; height: 300px; }

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

.panel p {
	line-height:18px;
}
h3.flourish2 { background:url(../images/layout/h3.gif) no-repeat 50% bottom; text-align:center; padding-top: 16px; padding-bottom:10px; }
