html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	color: #474e59;
	background: #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

gallery {
	padding: 3px;
	margin: 3px;
	background: #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #30528b; }
a:visited { color: #6783b2; }
a:active, a:hover { color: #215fc8; }

h1 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #676e79;
}

h2 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
	border-bottom: dotted 1px #676e79;
}

h3 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
	border-top:dotted 1px #676e79;
}

h4 {
	font: bold 125% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #676e79;
	margin: 0px 0px 5px 0px;
}

h5 {
	font: bold 125% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
}

h6 {
	font: bold 125% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	text-transform: lowercase;
	margin: 0px 0px 5px 0px;
}

code { font-size: 100%; }
img { border: 0px; }

.clear {
	clear: both;
}

#top {
	min-width: 900px;
	max-width: 2200px;
	position: relative;
	background-image: url(../images/top-background.gif);
	height: 164px;
	background-repeat: repeat-x;
	background-color: #000;
	padding-top: 2px;
	padding-left: 0px;
}

#seo {
	color: #d6dce8;
	height: 22px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 18px;
	padding-left: 2px;
}
	html>body #seo { height: 18px;}
	#seo h1 { border-bottom: none; color: #d6dce8; font: normal 80% Verdana, Arial, sans-serif; }

#logo {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#purchased {
	color: #ffffff;
}

#topmenu {
	right: 15px;
	width: 32px;
	height: 100px;
	text-align: center;
	font-weight:bold;
	bottom: 60px;
	position: absolute;
	padding: 2px;
}

#search {
	right: 2px;
	width: 352px;
	height: 29px;
	text-align: center;
	bottom: 15px;
	position: absolute;
}

#container #top #topmenu ul li a img {
	border: thin solid #CCC;
}

	#topmenu ul {
		margin: 0px;
		padding: 15px 10px 0px 0px;
		list-style: none;
	}
	
	#topmenu li {
		display: inline;
		padding-left: 10px;
	}
	
	#topmenu a:link, #topmenu a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#topmenu a:active, #topmenu a:hover {
		color: #fff;
		text-decoration: underline;
	}

#menu1 {
	height: 30px;
	color: #FFF;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-weight:bold;
	text-align: center;
	white-space:nowrap;
	padding-left: 2px;
}
	html>body #menu1 { height: 35px; }

	#menu1 ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#menu1 li {
	padding-right: 10px;
	display: inline;
	}
	
	#menu1 a:link, #menu1 a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#menu1 a:active, #menu1 a:hover {
	text-decoration: underline;
	color: #F00;
	}

.submenu {
	margin: 0px; padding: 0px; list-style: none;
}
	.submenu li { margin-bottom: 3px; }
	.submenu a:link, .submenu a:visited {
		display: block;
		width: 160px;
		border: solid 1px #fff;
		color: #30528b;
		text-decoration: none;
		padding: 3px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 152px;
	}
		html>body .submenu a:link, html>body .submenu a:visited { width: 152px; }
	
	.submenu a:active, .submenu a:hover {
		background: #e9ecf3;
	}

#container {
	min-width: 900px; 
	max-width: 2200px;
}
	
#body3col {
	width: auto;
	border-left: solid 170px #000;
	border-right: solid 170px #000;
}

#body4col {
	width: auto;
	border-left: solid 170px #000;
	border-right: solid 170px #dbdbdb;
}

#body2col {
	width: auto;
	border-left: solid 170px #d6dce8; 
}

#innerbody {
	margin: 0px;
	width: 100%;
}

#body2 {
	/**background: url('../images/leftbg.gif') no-repeat;**/
    background:#000;
	width: 170px;
	margin-left: -170px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	min-height:500px;
	z-index: 10;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
	html>body #body2 { width: 160px; }
	
#body3 {
	padding: 0px 5px 5px 5px;
	position: relative;
	width: 170px;	
	margin-right: -170px;
	float: left;
	z-index: 11;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body #body3 { width: 160px; }
	
#body1 {
	float: left;
	width: 100%;
	z-index: 1;
	background-color: #FFF;
}
#NEhoriz li a:hover {
	text-decoration:underline;
	color: #e70c41;
}

#content {
	padding: 5px;
	background-color: #FFF;
}
#content-inner {
	width:100%;
	min-width:550px;
}

/* fixes for mozilla 
#body3col > #innerbody { border-bottom: 1px solid transparent; }
#body2 { margin-right: 1px; }
#body3 { margin-left: 1px; }
*/

#footer {
	clear: both;
	background-image: url(../images/footer-background.gif);
	height: 30px;
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:active, #footer a:hover {
	color: #31B8FF;
}

@media print {
	#top, #menu1, .submenu, #footer, #ad { display: none; }
	#body2 { padding-top: 5px; }
}
