/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body { height:100%; }

body {
	background: url(../img/bg.jpg) top center no-repeat #000000;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0 auto;
    min-height: 100%; 
    height: auto !important; 
    height: 100%;
	width:960px;
	text-align:left;
}

#logo { float:left; margin-top:15px;}
#logo a { text-decoration:none; }
#logo img { border:none; }

#top_contact {
	font-size:20px;
	letter-spacing:1px;
	float:right;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
}

#top_contact a {
	color: #FFFFFF;
	text-decoration:none;
}

#nav {
	clear:right;
	float:right;
	list-style-type:none;
	margin-top:24px;
	margin-bottom:50px;
}

#nav li {
	display:block;
	float:right;
	background: url(../img/nav_left_off.png) top left no-repeat;
	margin-left:3px;
}

#nav a {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:8px 20px 8px 20px;
	margin-left:4px;
	background: url(../img/nav_right_off.png) top right no-repeat;
	font-weight:bold;
}

#nav li.current {
	background: url(../img/nav_left_on.png) top left no-repeat;
}

#nav li.current a {
	background: url(../img/nav_right_on.png) top right no-repeat;
}

#content {
	width:100%;
	clear:both;
}

#content p {
	font-size:14px;
	line-height:21px;
	margin:0 0 30px 0;
}

.push {
	clear:both;
	height:180px;
	width:100%;
}

#sock {
	width:100%;
	text-align:center;
	height:180px;
	margin-top:-180px;
	background: url(../img/footer_bg.png) bottom center no-repeat;
	position:relative;
}

#foot {
	position:absolute;
	bottom:0;
	margin-left:-250px;
	width:600px;
	height:64px;
	left:50%;
}

#foot img {
	float:left;
	margin-right:10px;
}

#foot_nav {
	font-size:10px;
	text-align:left;
	height:16px;
}

#foot_nav a {
	color:#FFFFFF;
	text-transform: uppercase;
	display:block;
	float:left;
	margin-right:15px;
}

#foot_info {
	font-size:10px;
	text-align:left;
	line-height:16px;
}

#foot_info a {
	color:#FFFFFF;
	text-decoration:none;
}

#content a {
	color:#FB9940;
}

h1, .h1 {
	font-size:35px;
	font-weight:normal;
	margin:7px 0 30px 0;
}

.imgborder img {
	border: 1px solid #0C0C0C;
	padding:10px;
}

.left {
	float:left;
}

.left img {
	margin-right:20px;
}

#gallery_thumb_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

#gallery_thumb_list li {
	list-style-type:none;
	float:left;
	display:block;
	margin:0 38px 20px 0;
}

.no_right {
	margin-right:0;
}

a img { text-decoration:none; vertical-align:middle; }

.large {
	font-size:20px;
}
