@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Grande,Verdana,Arial,_sans;
	font-size: 12px;
	color:#FFFFFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #343434;
	background-image: url(images/jpg/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

div#container {
	margin: 0 auto;
    width: 800px;
    padding: 0;
    border: none;
}

div#title {
	width: 800px;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    height: 193px;
	background-image: url(images/jpg/title.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0.1em 0.1em 0.2em black;
}

div#content {
	float: left;
	width: 800px;
	margin: 10px 0 0 0;
	border: none;
	padding: 0;
}

div#leftcol {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}

div#nav {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

div#image {
	width: 250px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
}

div#thumbs {
	width: 250px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
}

div#rightcol {
	width: 530px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	border: none;
}

div#footer {
	width: 800px;
	height: 75px;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	line-height: 15px;
}

img {
	border: none;
}

.thumbs {
	width: 116px;
	height: 140px;
	padding: 5px;
	margin: 0;
	border: 1px solid #000;
	float: left;
	background-color: #EFEFEF;
	text-align: center;
	color:#000;
	font-weight: bold;
}

.thumbborder {
	border: 1px solid #000;
}

.orange_title {
	font-size: 18px;
	font-weight: bold;
	color: #F36926;
}

.orange_bold {
	font-weight: bold;
	color: #F36926;
}

.border_right {
	border-right:1px solid #FFFFFF;
}

#top_footer {
	border-top:1px solid #FFFFFF;
}

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

.thumbs a {
	color: #900;
	text-decoration:none;
}

.thumbs a:hover {
	color: #F00;
}

div#nav a {
	width: 240px;
	height: 30px;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	text-transform:capitalize;
	line-height: 30px;
	background-image: url(images/gif/nav_up.gif);
	background-repeat: no-repeat;
}

div#nav a:hover {
	width: 240px;
	height: 30px;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	background-color: #F36523;
	color: #FFF;
	text-decoration: none;
	text-transform:capitalize;
	line-height: 30px;
	background-image: url(images/gif/nav_over.gif);
	background-repeat: no-repeat;
}


#main #contact a {
	color:#FFFFFF;
	text-decoration:none;
}

#main #contact a:hover {
	color:#999999;
}

#main a {
	color:#999999;
	text-decoration:none;
}

.genericbox {
	width: 99%;
	background-color: #343434;
	border: 1px solid #FFF;
	color: #FFF;
}

.spacer {
	width: 100%;
	height: 1px;
	margin: 6px 0 0 0;
	float: left;
}

#main a:hover {
	color:#FFFFFF;
}

/* CSS Document */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
