
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#171717 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px Arial, Helvetica, sans-serif; 
	color:#e1e1e1;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:15px; color:#f5d562; }
h2	{ font-size:13px; color:#f5d562; }
h3	{ font-size:12px; color:#f5d562; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#b98e37; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#d6aa50; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{clear:both;}
.dots {border-top:1px dotted #292929; margin:10px 5px 10px 25px; width:auto; clear:both;}


.map {margin:8px 0px 0px 26px;}


/* ------------------------ main framework ------------------------ */
.wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:984px;
	margin:0 auto;
	text-align:left;
	}
.bg-top {
	background:url("../images/bg-top.jpg") no-repeat;
	width:984px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:311px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:50px;
		width:140px;
		top:40px;
		height:140px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
.column-left {
	width:308px;
	float:left;
	}

	.column-left p, .column-left h1, .column-left h2, .column-left h3 .column-left dl {
		margin:10px 26px 10px 26px;
		}
.column-left ul, .column-left ul.links {margin:10px 26px 10px 26px;}
	.column-left ul li {padding-bottom:5px;}
	.column-left ul.links li {padding-bottom:10px;}
	
/* ------------------------ column-middle framework ------------------------ */
.column-middle {
	width:368px;
	float:left;
	}

	.column-middle p, .column-middle h1, .column-middle h2, .column-middle h3, .column-middle ul, .column-middle dl {
		margin:5px 26px 10px 26px;
		}

/* ------------------------ column-right framework ------------------------ */
.column-right {
	width:308px;
	float:left;
	}

	.column-right p {margin:10px 26px 10px 26px;}
	.column-right h1 {margin:10px 26px 0px 26px;}

ul li.gallery {float:left; margin:10px 0px 16px 26px;}
	img.gallery {border:solid 1px #f5d562;}



/* ------------------------ column-left framework ------------------------ */
.cl {
	width:676px;
	float:left;
	}
	.cl p, .cl h1, .cl h2, .cl h3 .cl dl {margin:10px 26px 10px 26px;}
		.cl h1 {font-size:24px; font-weight:100;}
		
.cl ul, .cl ul.links {margin:10px 26px 10px 45px;}
	.cl ul li {padding-bottom:5px;}
	.cl ul.links li {padding-bottom:10px;}

/* -------------------   Box  --------------------*/
.box {
	width:284px;
	min-height:331px;
	background:#272727 url("../images/bg-box.jpg") no-repeat;
	border:solid 1px #292929;
	margin:5px 0px 0px 22px;
	}

	.column-right .box {
		margin:5px 0px 0px 0px;
		}



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:5px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:url("../images/bg-footer.jpg");
	width:984px;
	height:101px;
	margin:0 auto;
	text-align:left;
	}

#footer p {
	color:#e1e1e1;
	padding:20px 0px 0px 30px;
	}


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:984px; 
	height:56px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:56px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 188px; margin-left: 18px;}
#nav-02 { width: 189px; margin-left:1px;}
#nav-03 { width: 188px; margin-left:2px;}
#nav-04 { width: 189px; margin-left:2px;}
#nav-05 { width: 189px; margin-left:2px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -18px -56px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -207px -56px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -398px -56px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -588px -56px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -779px -56px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#about #nav-01 { background:url("../images/nav.jpg")  -18px -56px no-repeat; }
body#services #nav-02 { background:url("../images/nav.jpg") -207px -56px no-repeat; }
body#links #nav-03 { background:url("../images/nav.jpg") -398px -56px no-repeat; }
body#gallery #nav-04 { background:url("../images/nav.jpg") -588px -56px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg") -779px -56px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }


