﻿/*800 = 35+166+30+569*/

#wrapper
{
	 width:933px; margin:0 auto;  /* "auto" makes the left and right margins center the wrapper */
}
body 
{
	 margin:0 auto;
	background-color:#201f1e;
}
#twitter
{
	/*visibility:hidden;*/
	visibility:visible;
	margin-top:2px;
}
#header
{
	width:100%;
	height:190px;
	position:relative;
}
.headerimage
{	
	z-index:0;
	float:left ;	
	width:100%;
	height:190px;
}
#search 
{
	z-index:1;
	position:absolute;			
	width:250px;
	margin: 150px 0 0 670px ;
	padding:3px 0px 3px 7px;
}
.product
{
	width:100%;
	height:50px;
}
#sitelogo
{
	margin: 50px 0 0 10px ;
	z-index:3;
	position:absolute;	
	width:10%
}
#infotext
{	
	margin: 10px 0 0 650px ;
	z-index:2;
	position:absolute;	
	width:330px
}
#cse-search-results iframe {
        width: 500px;
}
.content 
{
	width:933px;
	clear:both;
}
.leftcolumn 
{
	float:left;
	width:183px;
}
#menucenter
{
	padding-left:0px;
}
#menu 
{
	width:183px;
}
.menuitembox 
{
	padding: 0px 0px 2px 0px	
}
.menuitem 
{
	min-height:34px;
	padding: 4px 8px 4px 8px;
}
.menuitemsingleline
{
	padding-top: 8px;
}
.menusubitem1
{
	padding: 0px 8px 4px 8px;
}
.menusubitem2
{
	padding: 0px 8px 4px 20px;
}
.menuright 
{
	float:left;
	width:0px;
}
.maincolumn 
{
	float:left;	
	width:750px;
	min-height:600px;
}
.breadcrumb
{
	padding: 20px 20px 0px 20px;
}
.maintext
{
	margin: 0px 20px 20px 20px;
}
#leftcopyright
{
	float:left;
	width:240px;
	height:75px;
}
#copyright 
{
	float:left;
	margin: 10px 20px 2px 25px;
}

#legal
{
	float:left;
	margin: 10px 20px 0px 25px;
}

.contentMinHeight
{
	min-height:500px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
