html,body {
	height: 100%; /* needed for container min-height */
 	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #333333;
 	background: #f1f1f1 url(images/bg.gif) repeat-x top left;   
} 

#wrapper {
	position: relative; 
	width: 100%;  
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */    
	border: 0px solid #cccccc;  	
}

#innerWrapper {
	position: relative; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 960px;			
}

/*---------- HEADER
--------------------------------------------------------------------------*/


#header {
	position: relative; 
}

#headerEmpty{
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: right;
}

#design {
	position: relative; 
	height: 150px;   
 	background: #ffffff url(images/design.jpg) no-repeat top left;   
}

#logo-link {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 350px; 
	height: 110px;     
}

#logo-link a{
	display: block;
	width: 350px; 
	height: 110px;     
}

#mainMenu {
	position: relative; 
	color: #65727f;  	
}

#products {
	position: relative; 
	padding: 10px 0 0 40px;
	height: 120px;   
 	background: url(images/products_bg.jpg) no-repeat top left;   
}

#products img{
	border: none;
}

#products a{
	padding: 0 10px;
}

/*---------- MAINBODY
--------------------------------------------------------------------------*/

#mainBody {
	position: relative; 
	padding: 20px;
	min-height: 100px;
	height: auto !important;
	height: 100px; 
}

#leftCol {
	float: left;
	width: 630px;
	min-height: 400px;
	height: auto !important;
	height: 400px;  
}

#rightCol {
	float: right; 
	width: 250px;
	min-height: 400px;
	height: auto !important;
	height: 400px;  	
}

div.clear {
	clear: both;
	position: relative;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

/*---------- FOOTER
--------------------------------------------------------------------------*/

#footer {
	position:absolute;
	width: 100%;
	height: 40px;
	bottom: 0px; /* stick to bottom */		  	
}


#footer div{
	padding: 0 10px 0 0;
	text-align: right;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
	height: 40px;
	line-height: 40px;
 	background: url(images/footer.jpg) repeat-x top left;   
}
 	

