@charset "utf-8";
/* CSS Document */
html, body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-color:#161618;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited{
	color:#000;
	text-decoration:underline;
}

a:hover, a:visited:hover{
	color:#000;
	text-decoration:none;
}

#flashObject{
	width:100%;
	height:100%;
}

#noFlash{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#noFlash a:Link, #noFlash a:visited{
	color:#fff;
}

#noFlash h1{
	width:700px;
	font-size:40px;
	color:#fff;
	border-bottom:1px solid #fff;
	line-height:38px;
	padding-bottom:20px;
}

#noFlash h2{
	margin-top:30px;
}

#comapnyProfile p{
	font-size:14px;
}

#brands{
	margin-top:50px;
}

#brands h3{
	margin:20px 0 10px 0;
	line-height:30px;
	border-bottom:1px solid #ff0000;
	position:relative;
}

#brands img{
	margin:0 10px 20px 20px;
}


