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

* {	margin: 0;
	padding: 0;}
	
html {min-height:101%;}
body {
	font-family: 'Anton', sans-serif;
	font-size:14px;
	background-color:#000;
	background-image:url(../graphics/body.jpg);
	background-position:50% 0;
	background-attachment:fixed;
}

a {
	-moz-transition-property: color;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

img {border:none;}
strong {
	font-weight:normal;
	color:#FFF;
	text-shadow:1px 1px 0px #C30;
}
.center {text-align:center;}

.image-left {float:left; margin:10px 10px 0 0;}
.image-right {float:right; margin:10px 0 0 10px;}

h1 {
	font-size:24px;
	color:#C85C1B;
	padding:0 0 10px 0;
	font-weight: normal;
	text-shadow:1px 1px 1px #000;
}
h2 {
	font-size:16px;
	color:#C85C1B;
	font-weight: normal;
	padding:0 0 5px 0;
	text-shadow:1px 1px 1px #000;
}
h3 {
	font-size:18px;
	color:#666;
	padding:0 0 5px 0;
}

#top-holder {
	width:100%;
	height:150px;
}
#top {
	width:1000px;
	height:150px;
	margin: 0 auto;
}

#logo-box {
	width:500px;
	float:left;
}
#logo {
	width:500px;
	float: left;
	margin: 20px 0 0 0;
}
#logo a {
	font-family: 'Anton', sans-serif;
	font-size:48px;
	color:#C85C1B;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
#logo a:hover {
	color:#FFF;
}

#tagline {
	width:474px;
	float:left;
	font-family: 'Anton', sans-serif;
	font-size:24px;
	color:#FFF;
	padding:0 0 0 19px;
	text-shadow:1px 1px 1px #000;
}

#logo img {
	position:absolute;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#logo img.bottom:hover {
	opacity:0;
}
#contact-info {
	width:300px;
	float: right;
}
#contact-info p{
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}
#social-buttons {
	width:70px;
	height:30px;
	float: right;
	margin: 30px 10px 0 20px;
}
#facebook {
	width: 30px;
	height: 30px;
	float:left;
	margin:0 10px 0 0;
	-webkit-transition: 0.6s all ease-in-out;
	-moz-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	-ms-transition: 0.6s all ease-in-out;
}
#facebook:hover {
	-webkit-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	-moz-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	-o-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	-ms-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
}
#facebook img {
	position:absolute;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#facebook img.bottom:hover {
	opacity:0;
}

#twitter {
	width: 30px;
	height: 30px;
	float:left;
	margin:0 0 0 0;
	-webkit-transition: 0.6s all ease-in-out;
	-moz-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	-ms-transition: 0.6s all ease-in-out;
}
#twitter:hover {
	-webkit-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	-moz-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	-o-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	-ms-transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
	transform: rotate(-20deg) scale(1.5) translate(-0.5em,0em);
}
#twitter img {
	position:absolute;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#twitter img.bottom:hover {
	opacity:0;
}

.email {
	padding:15px 5px 0 0;
	text-align:right;
}
.email a{
	font-family: 'Anton', sans-serif;
	font-size:18px;
	color:#C85C1B;
	text-decoration:none;
	text-transform:uppercase;
}
.email a:hover {
	color:#FFF;
}
.phone {
	font-family: 'Anton', sans-serif;
	font-size:24px;
	color:#FFF;
	padding:27px 26px 0 0;
	text-align:right;
}

#navigation-holder {
	width:100%;
	height:40px;
}
#navigation {
	width: 1000px;
	height:40px;
	margin:0 auto;
}
#navigation ul li {
	position: relative;
	float:left;
	list-style:none;
}
.navigation-titles {
	color:#C85C1B;
	margin:5px 0 5px 10px;
}
#navigation li a{
	font-family: 'Anton', sans-serif;
	font-size:20px;
	text-decoration:none;
	line-height:40px;
	text-align:center;
	padding:0 16px;
    -moz-transition: all 300ms linear 0s;
	text-shadow:1px 1px 1px #000;
}
#navigation li a:hover{
	-moz-transition-property: color;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #666;
	background-image: -moz-linear-gradient(center top , #F1762C, #C85C1B);
	box-shadow: 0 0 10px rgba(179, 3, 3, 0.4), 0 0 25px rgba(179, 3, 3, 0.4);
	-moz-animation: 200ms ease-in-out 0s normal none 1 moveFromTopSmall;
}
#navigation li ul{
	position: absolute;
	left: -40px;
	top: 40px;
	display: none;
	border:none;
	z-index:2000;
	background-color:#000;
}
#navigation li ul a{
	width:150px;
	float:left;
	display:none;
	list-style:none;
	padding:0 16px;
	font-size:16px;
	text-shadow:0px 0px 0px #000;
}
#navigation li ul a:hover{
	color:#999;
	-moz-transition-property: color;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin:0;
	padding: 0 16px;
}
#navigation ul li a:hover {
	color:#000;
}
#navigation li:hover ul { display: block; }

#fadeshow-holder {
	width:960px;
	height:400px;
	margin: 10px auto 0 auto;
	border: 5px solid #C85C1B;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#fadeshow {
	width:960px;
	height:400px;
}

#middle-holder {
	width:100%;
	overflow:hidden;
}
#middle {
	width:960px;
	margin: 0 auto;
	border-left: 5px solid #C85C1B;
	border-right: 5px solid #C85C1B;
	border-bottom: 5px solid #C85C1B;
	background-image:url(../graphics/background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#000;
	overflow:hidden;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#text-box {
	overflow:hidden;
	margin:20px 20px 0 20px;
}
#text-box p{
	font-size:14px;
	color:#CCC;
	margin:0 0 10px 0;
	text-shadow:1px 1px 1px #000;
}
#text-box a{
	color:#C85C1B;
	text-decoration:none;
}
#text-box a:hover{
	color:#666;
}
#text-box ul{
	margin:0 0 10px 0;
}
#text-box li{
	color:#FFF;
	margin:0 0 5px 30px;
}
#services-carousel {
	width:940px;
	height:200px;
	float:left;
	margin: 0 0 10px 25px;
}

#footer-holder {
	width:100%;
	height:30px;
}
#footer {
	width:1000px;
	height:30px;
	margin:0 auto;
}
#footer p{
	font-size:14px;
	text-align:center;
	line-height:30px;
	color: #FFF;
	text-shadow:1px 1px 1px #000;
}
#footer a{
	color:#D66C2C;
	text-decoration:none;
}
#footer a:hover{
	color:#C85C1B;
}
.link-box{
	width:260px;
	float:left;
	margin:20px;
	height: 204px;
}
.link-box h2 {
	padding:0 0 0 10px;
}
#text-box .link-box h2 a{
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	background-color:#C85C1B;
	display:block;
	line-height:30px;
	padding:0 0 0 5px;
	border-left:1px solid #FFF;
}
#text-box .link-box h2 a:hover{
	color:#666;
}
#text-box .link-box-header {
	width:260px;
	height:30px;
	background-color:#000;
}

.link-box img{
	position:absolute;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.link-box img.bottom:hover {
	opacity:0;
}
.gallery-item {
	width:160px;
	height:123px;
	float:left;
	margin:10px;
}
.center-image {
	width:800px;
	margin:0 auto;
	padding:0 0 20px 0;
}
