/*
Simply Design Group
*/

/* BODY */
* {margin: 0; padding: 0;}

body {
	background: #2a2a2a;
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 0;
}

div#backgraphic {

	background-image:url(../images/bg_xtra5.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	width: 100%;
	float: none;
	position: relative;
}

#bottomgrunge{
	background-image:url(../images/bottom_grunge.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	float: none;
	position: relative;
	height: 70px;
	}

/*BODY LINKS*/

a {color:#FFCC00;}
a:hover {color:#999999;}
a:visited{color: none;}

big {font-size: 1.1em;}

h1,h2,h3 {color:#fff; padding: 8px 0 2px;}

h1 {font: normal 2.0em Tahoma;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.4em Tahoma; text-decoration:underline;}
h3 {font: bold 1.2em serif,sans-serif;}


form,table {margin-bottom: 1.2em;}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}


/* LAYOUT */
#wrapper {
	background:#000 url(../images/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}


/* HEADER */
.title {
	height:100px;	
	}
	
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	background: #000;
	height: 5px;
}



/* NAVIGATION */
.navigation {
	background: #DED9D0 url(../images/nav3.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: # url(images/nav3.gif) repeat-x;
	border-right: 1px solid #6da6c5;
	color:#fff;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover{background-position: left bottom; color:#000;}

.navigation a:active {color:#000;}




/* MAIN*/
.main#two-columns {background:url(../images/menu_grunge.jpg); padding: 0px;}


/* BOTTOM  BOXES*/
.bottom {
	background:#235067;
	border-top:solid #C8C0A8 2px;
	border-bottom: solid #C8C0A8 6px;
	color: #000;
	padding: 0px 0px;
}
.bottom .left {width: 48%; background:#5c4637; border: solid 4px #fff;}

.bottom .right {width: 48%; background:#5c4637; border: solid 4px #fff;}



/* FOOTER */
.footer {
	background: #000;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}





/* columns */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

/*left column*/
.col2 .left {width:64%; }
.col2 .left .content {background:#235067 url(../images/bottom_content.jpg) no-repeat; color:#fff; padding: 5px 10px 10px 10px;}
.left {float: left; padding: 0px;}

/*right column*/
.col2 .right .content {background:url(../images/menu_grunge.jpg) repeat; }
.col2 .right {width: 35%;}
.right {float: left;}
.right .content {padding: 5px 0px 5px 0px;}

.content {padding: 0px 0px;}








/* block list */
ul.block {
	border-top: double 6px #fff;
	margin: 0px;
	padding: 0;
	width: 100%;
}
.block li {
	list-style: none;
}
.block li a,.block li em {
	font-size: 14px;
	font-family:Tahoma;
	color: #fff;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 6px 3%;
	text-decoration: none;
	font-weight:bold;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #553E2F;
	color: #fff;
}

/*Right Nav Header*/



/*Right Nav Style*/
.right .block li {background:url(../images/right_nav_fade.png);border-bottom: 2px solid #fff;}
.right .block li a:hover {background:#6DA6C5; color:#333333;}