/*GLOBAL STYLES*/

body {
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_pat.gif) #191919;
	behavior:url(css/csshover.htc);
}

a, a:link, a:visited {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #FFB754;
}

a.under {
	text-decoration: underline;
	font-weight: bold;
}

img {
	display: block;
	border: 0;
}

p {
	font: 11px "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 16px;
	color: #888;
	margin: 0;
	padding: .5em 0;
}

h1 {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border-bottom: 1px solid #444;
}

h1 a {
	display: block;
	width: 100%;
	height: 80px;
	background: url(../images/head_01.gif) 50% 0 no-repeat scroll #222;
}

h1 a span {
	display: none;
}

h2 {
	display: block;
	position: relative;
	margin: 0 0 0 -10px;
	padding: 0;
}

h2 span {
	display: none;
}

h3 {
	font: 11px "TrebuchetMS", "Arial", "Helvetica", sans-serif;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: .4em;
	color: #FFB754;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	border-bottom: 1px solid #222;
}

h3 span.lc, h5 span.lc {
	text-transform: lowercase;
}


/*NAV STYLES*/

/* the horizontal menu starts here */
div#navmenu {
	position: relative;
	/*margin: 0 auto;*/
	font: 10px "Arial", "Helvetica", "Verdana", sans-serif;
	width:800px; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	letter-spacing: .3em;
	/*background-color:#191919; /* colors the div */
	text-transform: uppercase;
	padding:0;
	}
div#navmenu ul {
	margin:0;
	padding:0 0 0 75px;    /* indents ul from edge of container */
	}
*html div#navmenu ul {
	margin: -3px 0 0 -16px;
	}	
	
div#navmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#444; /*sets the background of the menu items */
	border-right:2px solid #191919; /* creates dividing lines between the li elements */
	margin: 2px 0 0 0;
	padding: 2px 11px 2px 10px;
	}
div#navmenu li:hover { 
	background-color:#333;	
	}
div#navmenu a {
	display:block; /*makes rolled list items in drop down highlight link text, and wrapped lines indent correctly */
	padding:1px 10px 0 10px; /*creates space each side of menu item's text */
	height: 12px;
	text-decoration:none;	 /* removes the underlining of the link */
	color:#CCC;	/* sets the type color */
	}
div#navmenu a:hover {
	color:#FFB754;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#navmenu ul li ul {
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:100%; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-2px; /*aligns the drop exactly under the menu */
	padding:2px;
	}
div#navmenu ul li ul li {
	width: 155px; /* makes the list items fill the list container (ul) */
	/*border-left:1px solid #191919; /*  three sides of each drop-down item */
	/*border-bottom:1px solid #191919;
	border-right:1px solid #191919;*/
	padding:2px;
	clear: left;
	}
div#navmenu ul li ul li:first-child {
	/*border-top:1px solid #191919; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#navmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#navmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */
div#navmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#navmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #191919; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
}

* html div#navmenu li {
	padding: 2px 1em 2px .9em; /* to make the nav the same with in WIN IE*/
}

/* add a top space to drops and pops in IE browsers - can't read :first-child */
* html  div#navmenu ul li ul {
	margin-top: 0px; /* replaces the border of div#navmenu ul li ul li:first-child */
	border-left: 0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */

div#navmenu li#port {
	border-left:2px solid #191919; /*  left side of the first drop-down item */
}


table#navtable {
	background: url(../images/nav2_bg.gif) 50px -1px no-repeat scroll #191919;

	height: 80px;
	padding: 0;
	margin-top: -3px;
}

* html table#navtable {
	background: url(../images/nav2_bg.gif) 50px -4px no-repeat scroll #191919;
	height: 80px;
	padding: 0;
	margin-top: 0px;
}



/*CONTENT STYLES*/

div.main {	
	position: relative;
	display: block;
	background-color:#191919;
	width: 700px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
}

div.main div.tile {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

/*FOOTER STYLES*/

div#footer {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: url(../images/foot.gif) 50% 100% no-repeat scroll #222;
}

div#footer p#cap {
	position: relative;
	width: 100%;
	height: 1px;
	/*border-right: 1px solid #222;
	border-left: 1px solid #222;*/
	border-bottom: 1px solid #444;
	background-color:#191919;
	padding: 0;
	margin: 0 auto;
}

div#footer p {
	font: 10px "TrebuchetMS", "Arial", "Helvetica", sans-serif;
	color: #566069;
	letter-spacing: .3em;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 0 0;
	margin: 0 auto;
}

*html div#footer p {
	letter-spacing: .2em;
}

div#footer p#doorstop {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	/*border-top: 1px dotted #444;*/
	margin: 5px 0 0 0;
}

/*LIGHTWINDOW STYLES*/

a.page-options {
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 0; 
	margin: 0;
}








