#nav ul,
#placeholder-footer ul,
ul.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}

body {
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

div#logo-container {
	background: #E7E3CF;
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	color: #605c4a;
	text-decoration: none;
}

div#placeholder-hero {
	background: #E7E3CF;
}

div#placeholder-search {
	background: #eee;
}

div#sub {
	padding: 18px 0;
}

td.menu-item {
	color: #eee;	
}

td.menu-item-hover {
	color: #fff;
}

td.menu-item-selected {
	color: #E7E3CF;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #E7E3CF;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #CBC6B6;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	margin:0 50px 0 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 270px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

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

a:hover, a:active {
	color: #1969bc;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #222222 url(/images/cssimg/bg-5-2.png) repeat-y 50% 0;
	margin: 0;
}

body#sub {
		background: #222222 url(/images/cssimg/bg-sub-5-2.png) repeat-y 50% 0;
}

div#logo-container {
	background: url(/images/cssimg/bg-logo-5-2.png) repeat-x 0 0;
	height: 216px;
	margin: 0;
}

div#placeholder-logo {
	padding-left: 30px;
	padding-top: 72px;
}

div#placeholder-hero {
	background-color: #000;
	height: 270px;
	width: 950px;
}


div#placeholder-nav {
	height: 36px;
	padding: 0 18px;	
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div.search-box {
	text-align: right;
}

div#placeholder-search {
	padding: 9px;
	width: 582px;
}

body#sub div#placeholder-search {
	width: 932px;
}

div#main div.inner {
	padding: 18px 30px 36px;
}

div#sub {
	margin: 0;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.clear {
	clear: both;
}

    
/************************* NAV *************************/

div#nav {
	background: url(/images/cssimg/bg-nav-5-2.png);
	height: 36px;
}
#nav a {
	color: #EEE;
	display: block;
	padding: 9px 0 9px 17px;
}
  	#nav ul li {
		float: left;
		position: relative;
		display: inline;
    }
    #nav ul li ul {
		position: absolute;
		left: 0;
		display: block;
		visibility: hidden;
    }
    #nav ul li ul li {
		display: list-item;
		float: none;
    }
    #nav ul li ul li ul {
		top: 0;
    }
    #nav ul li ul li a {
		font: 11px Arial, Helvetica, sans-serif;
		width: 160px;
		background: #f1f1f1 none !important;
		padding: 4px 5px !important;
		margin: 0 0 0 10px;
		color: #58585A !important;
		border-bottom: 1px solid #666;
		text-decoration: none;
		margin-left: 25px;
    }
    #nav ul li ul li a:hover {
		background: #333 none !important;
		color: #FFF !important;
		border-bottom: 1px solid #000;
    }
    #nav ul li ul li ul li a {
		background: #FAFAFA none !important;
		margin: 0;
		border-left: 1px solid #c2c2c2;
    }

/**************************************************/

div#placeholder-footer {
	color: #888;
	text-align: center;
}
#placeholder-footer li {
	display: inline;
}
#placeholder-footer a {
	color: #666;
	padding: 0 15px 0 0;
	text-decoration: none;
}
#placeholder-footer a:hover {
	color: #333;
	text-decoration: underline;
}
.copyright {
	clear: both;
	margin-top: 4px;
}

ul.gallery {
	margin-left: -16px;
}
ul.gallery li {
	float: left;
	margin: 0 0 10px 16px;
}
.map {
	width: 450px;
	float: right;
	margin-top: 6px;
}







