body
{
	background-color	: #017bbb;
	padding-top		: 30px;
	padding-bottom	: 30px;
	font-size		: 13px;	
}

h2
{
	font-weight		: normal;
}

div.wrapper
{
	margin			: auto;
	width			: 770px;
}

div.header
{
	height			: 37px;
	color			: #FFFFFF; 
}
	
	div.header div.menu
	{
		float			: left; 
		margin-top		: 15px;
		margin-left		: 8px;
	}
	
		div.header div.menu a
		{
			color			: #FFFFFF; 
		}
	
	div.header div.teaser
	{
	
		text-align		: center;
		font-size		: 30px;
		float			: right;	
	}


/* brands */	
div.brands-top
{
	background-image	: url('templates/images/global/brands-top-bg.png');
	background-position	: top center;
	background-repeat	: no-repeat;
	height			: 6px;
	font-size		:0;
}
		
div.brands
{
	background-color	: #FFFFFF;
	padding		: 10px;
	padding-bottom	: 15px;
}

	div.brands div.logo
	{
		text-align		: right;
		margin-bottom		: 15px; 
	} 
	
	div.brands div.options
	{
		float			: left;
		margin-top		: 15px;
		margin-left		: 30px;
	} 
	

	div.brands ul.brands
	{

		list-style-type	: none;
		margin			: auto;
	}
	
		div.brands ul.brands li
		{
			float			: left;
			width			: 175px;
		}	
		
			div.brands ul.brands li a
			{
				display		: block;
				text-align		: center;
				font-size		: 25px;
				color			: #017bbb;
				font-weight		: bold;
				padding		: 10px;
			}
			
	div.brands div.support
	{
		text-align		: right;
	} 
			
div.main-bottom
{
	background-image	: url('templates/images/global/categories-bottom-bg.png');
	background-position	: top center;
	background-repeat	: no-repeat;
	height			: 6px;
	font-size		: 0;
}

div.main
{
	background-color	: #aad32b;
	padding		: 15px;
	padding-bottom	: 25px;
}





div.footer
{
	text-align		: center;
	font-size		: 11px;
	color			: #b3d2e3;	
	margin-top		: 15px;
}

	div.footer a
	{
		color			: #b3d2e3;	
	}

		div.footer a.by
		{
			font-size		: 10px;
			color			: #6cacce;
		}
