

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	font-family:"Century Gothic",Helvetica,sans-serif;
	font-size:0.75em;
	color:#666;
	background:#FFFFFF;
	text-align:center;
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:0;
}



/* Generic Links */

a:link, a:active, a:visited {
	color:#b62428;
	text-decoration:none;
}
a:hover {
	color:#000;
}


/*--------------------------------------------------------------------------------------------
	Structure 
  --------------------------------------------------------------------------------------------*/

#header {
	width:800px;
	height:180px;
	float:left;
	margin:30px 0 0 0;
}

.brands {
	width:200px;
	float:left;
	margin:0 0 50px 0;
}



/* Footer */

#footer {
	width:800px;
	float:left;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  

/* Main nav */


/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */

h1 {
	font-size:1.50em;
	line-height:1.33em;
	font-weight:normal;
	font-style:italic;
	padding:0;
	margin:0 0 20px 0;
}


h2{
}

h3 {
}

h4 {
}
h5 {
}


/* Type */

p {
	padding:0;
	margin:10px 0 0 0;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
