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

* {
margin:0;
}

html {
	height:100%;
	margin: 0px;
	padding: 0px;
	width:100%;
	}

body {
	padding: 0px;
	background-color: #180902;
	font-family: "Trebuchet MS", "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fbead8;
	height:100%;
	min-height: 100%;
	margin: 0px;
	width:100%;
}


hr {
	background-color: #fbead8;
	color: #fbead8;
	border:none;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	}

a img {
border:none;
}

@font-face {
	font-family: Miles;
	src: url('miles.ttf');
}


#topbar {
	background-color: #3b1c10;
	height: 15px;
	max-width: 980px;
	display:block;
	clear:both;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 187px;
	max-width:980px;
	background-position: center;
	background-color: #180902;
	display:block;
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #240f05;
	-moz-box-shadow:0px 0px -15px #000;
	-webkit-box-shadow:0px -15px 15px #000;
	box-shadow: 0px -15px 15px #000;
}

#header_sub {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 160px;
	max-width:980px;
	background-position: center;
		border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #240f05;
	background-color: #180902;
	display:block;
	clear:both;
	-moz-box-shadow:0px 0px -15px #000;
	-webkit-box-shadow:0px -15px 15px #000;
	box-shadow: 0px -15px 15px #000;
}

.shadow {
	-moz-box-shadow:8px 8px 8px #180902;
	-webkit-box-shadow:8px 8px 8px #2a160d;
	box-shadow:8px 8px 8px #2a160d;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top:15px;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top:15px;
	padding-bottom:0px;
	}

	
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


blockquote {
	font-size: 14px;
	font-style: italic;
	margin:30px;
	width:600px;
	clear:both;

}


.quote {
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	line-height:14px;
}

#logo{
	padding-top: 40px;
	float: left;
}

#nav{
	font-family: Miles, Georgia, "Times New Roman", Times, serif;
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	padding-top:100px;
}

#nav ul {
	list-style-type:none;
	padding-right: 15px;
}

#nav li {
	float:left;
	padding-right:30px;
}

#slider{
	height: 350px;
	width: 900px;
	margin-top: -25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	display:block;
	clear:both;
	}
	
	#slider_sub{
	height: 900px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	display:block;
	clear:both;
	}
	
	
	/** 
 * Slideshow style rules.
 */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
min-height: 415px;
margin-top:20px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
margin:auto;
}

.pagination a{
	padding-right:12px;
font-size:36px;
}

.pagination img{
	-moz-box-shadow:8px 8px 8px #180902;
	-webkit-box-shadow:8px 8px 8px #2a160d;
	box-shadow:8px 8px 8px #2a160d;
}

.pagination a:hover, .pagination a.selected, .pagination a.visited{
text-decoration:none;
}

/** done*/



#floatheight{
	width:980px;
	margin-right: auto;
	margin-left: auto;
}
#content{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	clear:both;
	height:auto;
	padding-top: 30px;
}

#footer{
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	min-height: 70px;
	max-width: 980px;
	background-position: center;
	font-size: 10px;
	color: #c69c6d;
	position:realtive;
	bottom:0px;
	clear:both;
	margin-right:auto;
	padding-top:20px;
	margin-left:auto;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #240f05;
}

.left{
	float: left;
}

.right{
	float: right;
	margin-left: 30px;
	margin-right: 15px;
}

#heightfix{
	max-width:980px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-x;
	background-color:#210d03;
	float:left;
	-moz-box-shadow:0px -15px 15px #000;
	-webkit-box-shadow:0px -15px 15px #000;
	box-shadow: 0px -15px 15px #000;
	padding-bottom:60px;
}

a {
	color: #cfa066;
	text-decoration:none;
}

a:visited {
	color: #cfa066;
	text-decoration:none;
}

a:hover {
		text-decoration:underline;
}

p {
	padding-top:7px;
	padding-bottom:7px;
	margin-left: 0px;
	padding-left: 0px;
}

#specs {
border:none;
}

#specs td{
width:350px;
padding-right:80px;
vertical-align:top;
padding-bottom:15px;
}

.photo {
width:750px;

}


.zoom {
	position: absolute;
	left: 10px;
	bottom: 25px;
	font-size: 10px;
	font-weight:bold;
	color: #333333;
	background: #ffffff;
	border: 1px  solid #242424;
	padding: 5px 8px;

}