* {margin:0;padding:0}

body {
	margin:0; padding:0;
	font-size:14px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color:#f5f5f5;
	background: #000 url(images/bg.jpg) repeat-x;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}      
/* End hide from IE-mac */

.clear {
	clear: both;
	display: block;
    height: 0; 
}


/*////////////////////////////////////
	SITE WRAPPER
////////////////////////////////////*/


div#wrap {
	position: relative;
	width: 750px;
	margin: 0 auto;
}


/*////////////////////////////////////
	HEADER
////////////////////////////////////*/ 


#header {
	background-image: url(images/header.jpg);
	height: 115px;
}


/*////////////////////////////////////
	NAVIGATION
////////////////////////////////////*/


div.suckertreemenu {
	margin: 0;
	display: block;
	border-top: 0px; 
	border-right: 1px solid #eee;
	border-bottom: 0px; 
	border-left: 1px solid #eee;
	background-color: #1a1a1a;
}
div.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #333; 
	background-image: url(images/nav-bg_default.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 17px;
}
div.suckertreemenu ul li a:link, 
div.suckertreemenu ul li a:visited {
	display: block;
	padding: 5px 11px 5px 11px;
	text-decoration: none;
	color: #ddd;
	text-align: center;
	border-right: 1px solid white;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #eee;
}
div.suckertreemenu ul li a:hover {
	background-color: #752406;
	color: white;
	background-image: url(images/nav-bg_hover.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-top: 1px solid white;	
	border-bottom: 1px solid white;
}
div.suckertreemenu ul li a:link.current,
div.suckertreemenu ul li a:visited.current,
div.suckertreemenu ul li a:hover.current {
	background-color: #9B5709;
	color: white;
	padding: 2px 11px 8px 11px;
	text-decoration: underline;
	background-image: url(images/nav-bg_current.png);
	background-position: bottom left;
	background-repeat: repeat-x;	
	border-top: 1px solid #9B5709;
	border-right: 1px solid #eee;
	border-bottom: 1px dashed black;
}
div.suckertreemenu ul li a:link.last,
div.suckertreemenu ul li a:visited.last,
div.suckertreemenu ul li a:hover.last {
	display: block;
	padding: 5px 14px 5px 14px;
	border-right: 0px solid white;
}
div.suckertreemenu ul li a:link.current.last,
div.suckertreemenu ul li a:visited.current.last,
div.suckertreemenu ul li a:hover.current.last {
	display: block;
	padding: 2px 14px 8px 14px;
	border-right: 0px;
	border-bottom: 1px dashed black;
}



/*////////////////////////////////////
	CONTENT AREA
////////////////////////////////////*/


div#content {
	padding: 0 30px 30px 30px;
	background: #1a1a1a;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
div#content a:link, 
div#content a:visited {
	text-decoration: underline;
	color: #f5f5f5;
}
div#content a:hover {
	color: orange;
}
div#content .floatLeft {  
	float:left;
	margin: 7px 15px 20px 0px;
}
div#content .floatRight {
	float: right;
	margin: 7px 0px 20px 15px;
}
div#content h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0 20px 0;
	padding: 35px 0 10px 0;
	border-bottom: 1px dashed #f5f5f5;
	font-variant: small-caps;
}
div#content h2 {
	font-size: 23px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #f5f5f5;
	font-variant: small-caps;
}
div#content h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 10px 0 10px 0;
	text-decoration: underline;
	font-variant: small-caps;
}
div#content h4 {
	font-size: 21px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 10px 0 10px 0;
	text-decoration: underline;
}
div#content p {
	font-size: 15px;
	margin-bottom: 20px;
	line-height:1.5;
}
div#content a img {
	border:none; 
}
div#content span.label {
	font-weight: bold;
	padding-right: 10px;
}
div#content div.pushFooter {
	display: block;
	height: 400px;
}
div#content div.hr {
	display: block;
	clear: both;
	height: 1px;
	border-top: 1px dashed #fff;
	margin: 35px 0 15px 0;
}
div#content ul {
	margin: 0 0 30px 20px;
	list-style-type: circle;
	text-decoration:none;
}
div#content li {
	line-height:1.5;
	margin:0px ;
	text-decoration:none;
}
div#content ul li span.new {
	background-image: url(images/content/new.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding: 0px 8px 0px 8px;
	margin-left: 10px
}
div#content td {text-align: center;}

div#content form {margin-bottom: 25px;}

/*////////////////////////////////////
	FOOTER
////////////////////////////////////*/


div#footer {
	position: relative;
	display: block;
	height: 151px;
	width: 748px;
	margin: 0 auto;
	background: #1a1a1a url(images/footer.jpg);
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}


/*////////////////////////////////////
	CONTACT FORM
////////////////////////////////////*/


div.contact form {
	width: 600px;
	margin: 0 auto;
	font-family: georgia;
}
div.contact fieldset {
	border: 0px;
}
div.contact form div {
	clear: both;
	display: block;
	padding: 1px 0 1px 0;
}
div.contact form div label {
	float: left;
	width: 150px;
	margin: 7px 10px 3px 0; 
	padding: 5px; 
	font-size: 13px;
	text-align: right;
	vertical-align: middle;
}
div.contact form div input { 
	float: left; 
	margin: 5px 0 5px 0; 
	width: 350px; 
	border: 2px solid black; 
	background-color: #f3f3f3;
	padding: 5px; 
	font-size: 16px;
}
div.contact form div textarea { 
	float: left; 
	background-color: #f3f3f3;
	margin: 5px 0 5px 0; 
	width: 355px; 
	border: 2px solid black; 
	padding: 5px 0 5px 5px; 
	font-size: 16px;
	height: 200px;
}
div.contact form div input:focus,
div.contact form div textarea:focus {
	border: 2px solid #9B5709;
	background-color: white;
}

div.contact form div button.btn {
	float: left;
}
div.contact p.alert { 
	padding: 20px 0 20px 0;
	text-align: center;
	color: #fff;
}
div.contact .clearer {clear: both;}


/*////////////////////////////////////
	IMAGE GALLERIES
////////////////////////////////////*/

#lbOverlay {
	position: absolute;
	z-index: 5;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	z-index: 6;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/gallery/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/gallery/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/gallery/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/gallery/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

