/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: url(../images/repeat_core.gif) repeat-x #000;
}

div#corewrap{ width: 100%}
div#core{ width: 1000px;}

div#header_left{ background: url(../images/repeat_left.gif) repeat-y; float: left;}
div#header_right{ background: url(../images/repeat_right.gif) repeat-y; float: right;}

div#container{ width: 765px; float:left; background: url(../images/repeat_content.gif);}

div#logo{ width: 271px; height: 169px; float: left;}
div#stock{ width: 494px; height: 217px; float: right;}
div#search{ width: 271px; height: 48px; background: url(../images/header_search.gif); float: left;}

div#holder{ width: 753px;}

div#leftside{ width: 232px; float: left;}
div#poll{ 
	width: 209px; 
	background: url(../images/repeat_fadeleft.gif) repeat-x #211002; 
	color: white; 
	margin: 1px 1px 0px 2px; 
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

div#contentwrap{ width: 521px; float: right;}

div#content{ 
	width: 470px; 
/*	_width: 505px; lame Joomla & IE hack */
	background: #582a0a; 
	color: white; 
	padding: 15px; 
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	line-height: 18px;
}

div#footer{ width: 765px; height: 66px; background: url(../images/footer.gif);}
div#hidemenu{ visibility: hidden; display: none;}