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

body{
	background:black url(../images/site/wood-bg.jpg) repeat;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#404040;	
	padding:0;
	margin:0;
}

p{
	color:#CCC;
	font-size:12px;
	font-weight:400;
	padding-left:20px;
}

p.footer{
	color:#CCC;
	font-size:12px;
	font-weight:400;
	text-align:center;
	margin-top:-30px;
}

strong{
	color:#fcf5a6;
	font-weight:400;
}

h1{
	color:#fcf5a6;
	font-size:18px;
	font-weight:400;
	border-bottom:#ac9d63 1px solid;
	border-top:#ac9d63 1px solid;
	padding-bottom:5px;
	padding-top:5px;

}

h2{
	color:#fcf5a6;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	padding-left:20px;
}



ul {
	list-style-type:disc;
	margin:0px 0px 20px 40px;
	font-size:11px;
	font-weight:normal;
	color:#404040;
	line-height:18px;
}

ol {
	list-style-type:decimal;
	margin:0px 0px 20px 40px;
	font-size:11px;
	font-weight:normal;
	color:#404040;
	line-height:18px;
}

#wrap {
	width:980px;
	margin:0 auto;
}

#mainwrap {
	width:940px;
	margin:0 auto;
	padding:10px 0;
}


/******* Link styles ******/

a:link, a:active, a:visited {
	color:#CCC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/***** Header Styles ******/

#header {
	/*background:#202020;*/
	height:50px;
	margin:0px auto;
	/*width:945px;*/
	padding:20px 25px 20px 30px;
}

#logo {
	width:300px;
	float:left;
	margin:5px 0px;
}

/***** Navigation Styles *****/

#nav{
float:right;
list-style-type: none;
margin:0;
}

#nav li{
float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
display:block;
width:80px;
/*padding:6px 10px;*/
margin-top:9px;
padding-top:30px;
padding-left:8px;
padding-bottom:6px;
padding-right:8px;
text-decoration: none;
line-height: 16px;
outline: none;
text-align:right;
font-size: 14px;
color:#ac9d63;
border-right:1px solid #CCC;
}

#nav li a:hover, #nav li.selected a {
color:#fcf5a6;
border-right:1px solid #FFF;
}

#nav li a span{
display:block;
font-size: 10px;
}

/* ******* Cu3er Container *******/

#cu3er-container {
	width:930px; 
	outline:4; 
	display:block; 
	margin:60px auto; 
	border:1px double #404040;}


/* ******* main content *******/

#content-main{
background:url(../images/content-tile.jpg) repeat;
border-top:5px solid #ac9d63;
border-bottom:5px solid #ac9d63;
margin-top:50px;
padding:10px 0;
}

/* Floats image centerally  */
img.floatmid{
display:block;
margin:0 auto;
border:1px solid #ac9d63;
}

/****** Home Page UL ******/

ul.home{
	color:#CCC;
	padding-left:10px;
}

ul li.tick {
list-style-type: none;
background: url(../images/images/tick.png) no-repeat 0 -35px;
padding-left: 15px;
height: 12px;
margin-bottom: 8px;
}

