/*	Start General	CSS	*/

body {
	margin: 0 auto;
	padding-top: 10px;
	background-image: url(../img/gradient_bkgnd.jpg);
	background-repeat: repeat-x;
	/* color:#; */
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma,"Trebuchet MS",sans-serif;
	line-height:0em;
	text-align:center;
	padding:0;
	background-color: #000;
}
p {margin: 0px; }
#container {}
#top {width:995px; text-align:right; color:#ddd; font-size: 10px; margin-top: 10px;}
#top a {color:#eee; border-bottom: 1px dotted #aaa;}
#container {
	width: 975px;
	background-image: url(../img/gradient_bkgnd.jpg);
	background-repeat: repeat-x;
	border: 1px none #333333;
	margin-top: 10px;
	padding: 10px;
}
#header {text-align: left; margin-bottom: 20px; }
#gallery {
	width:965px;
	height:410px;
	border:hidden;
	background-color:#000;
}

#text_container {
	width:965px;
	height:520px;
	border:hidden;
	background-image: url(../img/gradient_bkgnd.jpg);
	background-repeat: repeat-x;
}

#down {text-align: center; margin-top:auto; }
/*	End General CSS	*/

/*	Start Menu CSS	*/
#menuContainer { width: 965px; height: 80px;}

.nav {
	height:35px; 
	position:relative; 
	font-family:arial, verdana, sans-serif; 
	font-size:12px; 
	width:965px; 
	z-index:100;
	margin:0;
	padding:0;
	background: url("../images/bg.gif"); 
}
.nav .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:table-cell; 
	white-space:nowrap;
	float: left;
}
.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
}
a.menu_nav {
	display:block; 
	height:35px; 
	float:left; 
	font-weight:bold;
	padding:0 30px 0 30px; 
	text-decoration:none; 
	line-height:35px; 
	white-space:nowrap; 
	color:#191919;
}

.nav .select a:hover, 
.nav .select li:hover a {
	background: url("../images/hover.gif"); 
	padding:0 0 0 15px; 
	cursor:pointer; 
	color:#2b3238;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display:block; 
	float:left; 
	padding:0 30px 0 15px; 
	background:url("../images/hover.gif"/*tpa=http://www.cssmenumaker.com/menus/067/images/hover.gif*/) right top; 
	cursor:pointer;
}

.nav .select_sub {
	display:none; 
	position:absolute; 
	margin-top: 34px;
}

.nav .select :hover .select_sub {
	display:block; 
	position:absolute; 
	background:url("../images/back.gif"/*tpa=http://www.cssmenumaker.com/menus/067/images/back.gif*/); 
	z-index:100;
	left:0;
	width: 965px;
	height: 412px;
	padding-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.nav .select .select_sub .sub li { float: left; }
.nav .select .select_sub .sub li a { font-size: 11px; font-weight:normal; background: none; text-decoration: none; display: block; padding-top: 8px; padding-bottom: 10px}
.nav .select .select_sub .sub li a:hover { color: #B7B7B7; }


/*	End Menu CSS	*/
#container p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-top:15px;
}
