/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595959;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #595959;
}

h1 {
		font-size: 1.5em;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #bc2d16;
}

a:hover {
	text-decoration: underline;
	/*color: #33CCFF;*/
}

/************* HEADER STUFF ************/

#header {
	width: 1009px;
	height: 285px;
	margin: 0px auto;
	padding: 5px 0px;
	/*background: #fff8f8 url(images/gm.jpg) center top;*/
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #595959;
	font-size: 2em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

#header img{
	padding: 20px 5px 5px 35px;
}

/************* MENU ************/

#menu {
	width: 936px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #faedea;
	/*background: #fff8f8 url(images/menu.png) center;*/
	background-repeat: no-repeat;
	vertical-align: middle;
}

#menu ul {
	margin: 0px;
	padding: 6px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
	background-color: #bc2d16;
}

#menu a {
	padding: 5px 56px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #faedea;
}

#menu a:hover{
	text-decoration: underline;
		background-color: #faedea;	
		color: #bc2d16;
}

/************* CONTENT ************/

#content {
	width: 950px;
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}

#content p, #content ul, #content ol {
	line-height: 132%;
	padding: 0px 15px 0px 15px;
}

#left {
	float: left;
	width: 630px;
	/*height: 350px;*/
	padding: 0px 35px 40px 20px;
	/*background: url(images/mainbg.jpg) center top;*/
	background-color: #faeeee;
	background-repeat: no-repeat;
}

#left-hoog {
	float: left;
	width: 650px;
	height: 768px;
	padding: 0px 15px 40px 20px;
	background: url(images/mainbg-hoog.jpg) center top;
	background-repeat: no-repeat;
}

#left-hoog-900 {
	float: left;
	width: 650px;
	height: 900px;
	padding: 0px 15px 115px 20px;
	background: url(images/mainbg-hoog-900.jpg) center top;
	background-repeat: no-repeat;
}

#right {
	float: left;
	width: 180px;
	padding: 0px 5px 15px 4px;
	color: #99CCFF;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 936px;
	margin: 0px auto; /*background: #fff8f8 url(images/menu.png) center;*/
	background-repeat: no-repeat;
	font-size: 13px;
	text-align: center;
	padding: 4px 8px 4px 8px;
	font-style: italic;
}


/********************slides**********************/

#brands {
	width: 936px;
	height: 259px;
	padding: 0 0 0 0;
	text-align: center;
	overflow: hidden;
}

#brands div {
	margin-top: 0px;
	}
	
#tiny{
	font-size: 6px;
	color: #9d9291;
}