@charset "UTF-8";
/* CSS Document */

body {
	margin-top:30px;
	background-color:#FFF;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#adadad;
}

.topmenu a {
	color:#2f8cab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.topmenu a:hover {
	color:#2f8cab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.header {
	background-image:url(images/header2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.headertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#353535;
}

.brands {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#4c4c4c;
}


.brands a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#2f8cab;
	text-decoration:none;
}

.brands a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#2f8cab;
	text-decoration:underline;
}

.bottomtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#101238;
}

.bottomtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	line-height:14px;
}

.bottomtext a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	line-height:16px;
	color:#2f8cab;
	text-decoration:none;
}

.bottomtext a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	line-height:16px;
	color:#2f8cab;
	text-decoration:underline;
}