body {
	background: black;
	background-color: black; 
	overflow: hidden;

}

html, body {height: 100%; width: 100%;}
	
#footer {
	color: silver;
	font-family: "Arial", serif;
	font-size: 13px;
	width: 100%;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.majorBox {margin: 2% auto auto auto;}
.minorBox h1, .majorBox h1 {margin:0; font-size:1.0em; font-weight: normal; padding:0 10px 5px 10px; border-bottom:1px solid #aaaaaa;}
.minorBox p, .majorBox p { margin:0; padding:5px; font-family: "Arial", serif; font-size: 13pt; color: #cccccc;}
.minorBox {float:left; margin:0 3px;}

.rndtop, .rndbottom {display:block; background:transparent; font-size:1px;}

.rnd1, .rnd2, .rnd3, .rnd4 {display:block; overflow:hidden;}
.rnd1, .rnd2, .rnd3 {height:1px;}
.rnd2, .rnd3, .rnd4 {background:#000; border-left:1px solid #aaaaaa; border-right:1px solid #aaaaaa;}
.rnd1 {margin:0 5px; background:#aaaaaa;}
.rnd2 {margin:0 3px; border-width:0 2px;}
.rnd3 {margin:0 2px;}
.rnd4 {height:2px; margin:0 1px;}

.majorContent {display:block; background: black; border:0 solid #aaaaaa; border-width:0 1px; color: #aaaaaa; margin: 0; overflow: hidden;}
.portContent {display:block; background: black; border:0 solid #aaaaaa; border-width:0 1px; color: #aaaaaa; margin: 0; overflow: hidden;}
.minorContent {display:block; border:0 solid #aaaaaa; border-width:0 1px; color: #aaaaaa;}
.posContent {margin: 1% auto auto auto;}
* html .minorContent {height:1px;}

.clear {clear:both;}

.color_a {background:#330000; color:#aaaaaa;}
.color_b {background:#545455; color:#000;}
.color_c {background:#758279; color:#000;}
.color_black {background:#8a8c8c; color:#aaaaaa;}
.rates {font-family: "Arial", serif; color: #eeeeee; font-size: .96em;}

#navigation {
	height:29px; 
	width: 100%; 
	background-image: url(../SiteImages/MenuBG.png); 
	background-repeat: repeat-x; 
	position:relative; 
	z-index:100;
}

#navigation .pad {float:left;}
#navigation .spacer {float:left;}

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

.menu li.top {display:block; float:left; position:relative;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu li.top a.top_link {display:block; float:left; height:32px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} 
.menu li.p1 {width:96px; background:url(../SiteImages/Home_1.png) no-repeat;}
.menu li.p2 {width:96px; background:url(../SiteImages/Portfolio_1.png) no-repeat;}
.menu li.p3 {width:96px; background:url(../SiteImages/Model_1.png) no-repeat;}
.menu li.p4 {width:96px; background:url(../SiteImages/Contact_1.png) no-repeat;}
.menu li.p5 {width:96px; background:url(../SiteImages/Links_1.png) no-repeat;}
.menu li.p6 {width:96px; background:url(../SiteImages/About_1.png) no-repeat;}

.menu li a#home {width:96px; background:url(../SiteImages/Home_0.png) no-repeat;}
.menu li a#port {width:96px; background:url(../SiteImages/Portfolio_0.png) no-repeat;}
.menu li a#model {width:96px; background:url(../SiteImages/Model_0.png) no-repeat;}
.menu li a#about {width:96px; background:url(../SiteImages/About_0.png) no-repeat;}
.menu li a#contact {width:96px; background:url(../SiteImages/Contact_0.png) no-repeat;}
.menu li a#links {width:96px; background:url(../SiteImages/Links_0.png) no-repeat;}

.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

.menu li a#home:hover, .menu li:hover a#home,
.menu li a#port:hover, .menu li:hover a#port,
.menu li a#model:hover, .menu li:hover a#model,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#links:hover, .menu li:hover a#links {background:transparent;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

.menu :hover ul.sub {
	left:0; 
	top:32px; 
	background: #000; 
	padding:3px 0; 
	border:1px solid #888; 
	white-space:nowrap; 
	width:87px; 
	height:auto;
	opacity: .8;
	filter:alpha(opacity=80);
}

.menu :hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:87px;
}

.menu :hover ul.sub li a {
	display:block; 
	font-size:11px;
	height:20px; 
	width:87px; 
	text-align: left;
	line-height:20px; 
	text-indent:5px; 
	color:#ffffff; 
	text-decoration:none; 
 
}

.menu :hover ul.sub li a:hover {background:#670000; color:#fff;}

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:87px; z-index:200; height:auto; z-index:300;}

