/* Main */
	body {
		/* background: #fff url("/images/banner/body_back.gif") repeat-x; */
			font-family: verdana, sans-serif;
	        font-size: x-small;
	        voice-family: "\"}\"";
	        voice-family: inherit;
	        font-size: small;
	}

/* Header */
	#header {
		background: #455372 url("/images/banner/header_bl.png") bottom left repeat-x;
		position: relative;
		min-height: 39px;
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 3em;
		padding: 15px 0;
		width: 845px;
	} #ignored {}
	
	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		background: url("/images/banner/header_tl.gif") no-repeat;
		height: 8px;
		z-index: 100; /* above the UL */
	}
	
	#header h1 a {
		display: block;
		width: 268px;
		height: 64px;
		background: transparent url("/images/banner/logo.png") no-repeat;
		text-indent: -700em;
		text-decoration: none;
	} 
	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: url("/images/banner/header_br.gif") no-repeat bottom right;
		z-index: 90; /* below the H1 */
	}
	#header li {
		float: right;
		background: transparent url("/images/banner/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
		font-family: verdana, sans-serif;
        font-size: x-small;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size: 13px;
	}
	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("/images/banner/header_tab.gif") 0% -600px no-repeat;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }
	
	body.sectionAbout li#menu_forums a,
	body.sectionProps li#menu_designs a,
	body.sectionSubmit li#menu_submit a,
	body.sectionStore li#menu_store a {
		background-position: 0% -200px;
		color: #039;
	}
	
	body.sectionAbout li#menu_forums,
	body.sectionProps li#menu_designs,
	body.sectionSubmit li#menu_submit,
	body.sectionStore li#menu_store {
		background-position: 100% -200px;
		border-bottom: 1px solid #fff;
	}
	
	body.sectionAbout li#menu_forums:hover,
	body.sectionProps li#menu_designs:hover,
	body.sectionSubmit li#menu_submit:hover,
	body.sectionStore li#menu_store:hover {
		background-position: 100% 0%;
	}
	
	body.sectionAbout li#menu_forums:hover a,
	body.sectionProps li#menu_designs:hover a,
	body.sectionSubmit li#menu_submit:hover a,
	body.sectionStore li#menu_store:hover a {
		background-position: 0% 0%;
		color: #333;
	}

	/* Tag */

		#header h2 {
			font-family: verdana, sans-serif;
	        font-size: 12px;
			color: #fff;
	        voice-family: "\"}\"";
	        voice-family: inherit;
			position: absolute;
			top: 0;
			right: 0;
			padding: 12px 20px 0 0;
			background: url("/images/banner/header_tr.gif") no-repeat top right;
			margin: 0; 
			text-align: right;
			white-space: nowrap; 
		}
		

/* Footer */

div.footer-padding {
	clear: both;
	border-bottom: 1px solid #333;
	color: #333;
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom: 2em;
	text-align: right;
}

div.footer {
	clear: both;
	color: #333;
	margin-top: 5px;
	margin-left: 0em;
	margin-right: 0em;
	padding-bottom: 1em;
	text-align: right;
}
div.footer center { line-height: 14px; }

div.footer .company {
	text-align: center;
	margin-top: 0px;
	margin-bottom: -10px;
}

div.footer .links {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

div.footer a {
	border: 1px dotted #226;
	color: #226;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 5px;
	margin-right: 1px;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}
