@charset "utf-8";
/* CSS Document */
img {
	border:none;
	outline:none;
}
p {
	font:14px Verdana, Geneva, sans-serif;
	line-height:20px;
	color:#373737;
	margin-bottom:20px;
	text-align:center;
}
a, a:hover {
	text-decoration:none;
	color:#999;
}/*
body {
	margin:45px 0 0 0;
	padding:0;
	background:url(../images/spot.png) center center no-repeat, url(../images/bg.jpg) repeat;
	overflow-x:hidden;
	height:100%;
}
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	background:url(../images/bg.jpg);
	z-index:1000;
}*/
body {
	margin:45px 0 0 0;
	padding:0;
	background:#fff;
	overflow-x:hidden;
	height:100%;
}
#overlay {
	position:fixed;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
}
#container {
	width:960px;
	margin:0 auto;
}
#logo {
	width:140px;
	height:140px;
	margin:0 auto;
}
#logo a, #logo a:visited, #logo a:hover, #logo a:active {
	width:140px;
	height:140px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
}
#nav {
	width:312px;
	height:35px;
	margin:-15px 0 40px 340px
}
#nav ul {
	margin:55px 0 0 0;
	padding:0;
	list-style-type:none;
}
#nav ul li{
	float:left;
}
#nav ul li.separator {
	height:35px;
	width:8px;
	background:url(../images/separator.png) center center no-repeat;
	background-position:0 16px;
}
#nav ul li p {
	margin:10px 15px;
	display:block;
	height:28px;
	font:17px Century Gothic, sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/home.png) bottom center no-repeat;
}
#nav ul li a, #nav ul li a:visited {
	margin:10px 15px;
	display:block;
	height:28px;
	font:17px Century Gothic, sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/home.png) bottom center no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#nav ul li a#brands, #nav ul li a:visited#brands {
	background:url(../images/brands.png) bottom center no-repeat;
}
#nav ul li a#contact, #nav ul li a:visited#contact {
	background:url(../images/contact.png) bottom center no-repeat;
}
#nav ul li a:hover#home {
	margin:10px 15px;
	display:block;
	height:28px;
	font:17px Century Gothic, sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/home_hover.png) bottom center no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#nav ul li a:hover#brands {
	margin:10px 15px;
	display:block;
	height:28px;
	font:17px Century Gothic, sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/brands_hover.png) bottom center no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#nav ul li a:hover#contact {
	margin:10px 15px;
	display:block;
	height:28px;
	font:17px Century Gothic, sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../images/contact_hover.png) bottom center no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#content {
	width:960px;
	margin:0 auto;
}
.shadow {
	width:960px;
	height:25px;
	margin:-15px 0 55px 0;
	background:url(../images/shadow.png);
}
.intro {
	width:625px;
	margin:0 auto;
	padding-bottom:40px;
}
.decorex {
	width:625px;
	margin:0 auto;
	padding-bottom:40px;
	text-align:center;
}
#footer {
	padding:35px 0 30px 0;
	position:static;
	margin:0 auto;
	background:url(../images/content_separator.png) center top no-repeat;
	clear:both;
}
#footer p {
	font:11px Verdana, Geneva, sans-serif;
	color:#a0a0a0;
}
.appnova a, .appnova a:visited, .contact_p a, .contact_p a:visited {
	font-weight:bold;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.appnova a:hover, .contact_p a:hover {
	color:#4e4e4e;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* BRANDS */
#brand_list {
	width:940px;
}
.item {
	width:100%;
	float:left;
	min-height:180px;
	margin:0 0 60px 0;
}
.logo {
	width:380px;
	height:180px;
	margin-right:80px;
	float:left;
}
.description {
	width:480px;
	float:left;
}
.description h1 a, .description a:active, .description a:hover, .description a:visited {
	margin:0 0 15px 0;
	padding:0;
	font:bold 12px Verdana, Geneva, sans-serif;
	color:#35193d;
}
.description p {
	text-align:left;
	font:12px Verdana, Geneva, sans-serif;
	line-height:20px;
}
/* CONTACT */
.contact_p {
	width:400px;
	margin:0 auto;
	text-align:center;
}
#footer.ct {
	width:940px;
	padding:35px 0 30px 0;
	position:fixed;
	bottom:0;
	margin:0 auto;
	background:url(../images/content_separator.png) center top no-repeat
}
@media screen and (min-height:1380px){
#footer {
	width:940px;
	padding:35px 0 30px 0;
	position:fixed;
	bottom:0;
	margin:0 auto;
	background:url(../images/content_separator.png) center top no-repeat
}
}