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

Author:   RSW Design Team
Date: December 2007
----------------------------------------------- */

/* -----------------------------------*/
/* --------->>> RESET <<<-------------*/
/* -----------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline: none; }


/* -----------------------------------*/
/* --------->>> BASIC <<<-------------*/
/* -----------------------------------*/

body {
	background-color: #000;
	margin-bottom: 50px;
}

#header {
	width: 100%;
	height: 115px;
}

#logo {
	margin: 0 auto;
	width: 850px;
}

#logo h1 img {
	margin-top: 5px;
	margin-left: 250px;
}


/* -----------------------------------*/
/* --------->>> NAVIGATION <<---------*/
/* -----------------------------------*/

#nav-wrap {
	background: #9d7760 url(../img/nav-bg.gif) repeat-x top left;
	width: 100%;
	float: left;
}

#subnav-wrap {
	background: #b76d3a url(../img/subnav-bg.gif) repeat-x top left;
	width: 100%;
	float: left;
}

ul#nav, ul#subnav {
	margin: 0 auto;
	width: 400px;
}

ul#subnav {
	position: relative;
}

ul#nav li, ul#subnav li {
	float: left;
}

ul#nav li {
	font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

ul#subnav li {
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

ul#nav li a {
	color: #000;
	display: block;
	padding: 10px 18px;
}

ul#nav li a:hover, ul#nav li.sel a {
	color: #fff;
}

ul#subnav li a {
	color: #000;
	display: block;
	padding: 6px 18px;
}

ul#subnav li a:hover, ul#subnav li.sel a {
	color: #fff;
}

/* -----------------------------------*/
/* --------->>> CONTENT <<<-----------*/
/* -----------------------------------*/

#main-wrap {
	clear: both;
	width: 100%;
	padding-bottom: 24px;
}

#main {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	width: 850px;
}

#main p {
	color: #e28648;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;	
}

#main h2 {
	font: bold 36px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #e28648;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 30px 0;
}

#sidebar {
	float: right;
	width: 175px;
}

#sidebar img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #9fa3a6;
	margin-bottom: 36px;
}

/* -----------------------------------*/
/* --------->>> FOOTER <<<------------*/
/* -----------------------------------*/

#footer-wrap {
	background: #b76d3a url(../img/footer-bg.gif) repeat-x top left;
	clear: both;
	width: 100%;
}

#footer {
	font: 12px/18px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 auto;
	padding: 5px 0;
	width: 850px;
}

#footer a {
	color: #000;
	font-weight: bold;
}

#footer a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

ul#footer-contact, ul#footer-site {
	width: 300px;
}
	
ul#footer-contact {
	float: left;
}

ul#footer-site {
	float: right;
	text-align: right;
}

/* -----------------------------------*/
/* -------->>> GALLERY <<--------*/
/* -----------------------------------*/


.homeImages {
	position: relative;
	width: 575px;
	height: 500px;
	margin: 60px auto;
}

img#home_img1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

img#home_img2 {
	position: absolute;
	top: 200px;
	right: 0px;
	z-index: 0;
}

img.main {
	padding: 3px;
	border: 1px solid #e28648;
	background: #000;
}
	
.gallery {
	position: relative;
	height: 400px;
	width: 850px;
	margin: 60px auto;
}

.gallery span {
	position: absolute;
	width: 400px;
	top: 0px;
	right: 0px;
}

p.caption, p.captionSel {
	background: #000;
	width: 300px;
	top: 20px;
}

a img {
	padding: 3px;
	margin: 3px;
}

a img.mainSel {
	position: absolute;
	top: 0px;
	left: -400px;
	border: 1px solid #e28648;
	margin: 2px;
}

a img.rollover {
	height: 0; 
	width: 0; 
	border-width: 0;
	position: absolute;
}

a p.caption {
	visibility: hidden;
	position: absolute;
}

a p.captionSel {
	position: absolute;
	top: 400px;
	left: -400px;
	visibility: visible;
}

a:hover img.rollover {
	position: absolute;
	top: 0px;
	left: -400px;
	height: auto; 
	width: auto;
	border: 1px solid #e28648;
	margin: 2px;
}

a:hover p.caption {
	position: absolute;
	top: 400px;
	left: -400px;
	visibility: visible;
}

a:hover img, a img.sel {
	border: 1px solid #e28648;
	margin: 2px;
}