@charset "UTF-8";
/* CSS Document */

a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #91886d;
}
a:active {
    text-decoration: none;
    color: #91886d;
}

body {
	background-image: url(../images/fullpage-bg.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	background-position: center top;
	background-color: #000000;
}

.main {
	background-color: #FFFFFF;
}
#header {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height:90px;
}
a.header:link, a.header:visited {
    color:#FFFFFF;
	text-decoration:none;
}
a.header:active, a.header:hover {
    color: #66CCFF;
	text-decoration:underline;
}
#box-header {
	background-color: #FFFFFF;
	width: 840px;
	position:relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: auto;
    margin-right: auto;
}
#box-footer {
	background-color: #FFFFFF;
	width: 840px;
	position:relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
    margin-right: auto;
}


.brands {
	background-color: #dfd1a8;
}
.brands-title {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-left:25px;
	line-height:22px;
}
.brands-copy {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left:25px;
}
.brands-link {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.brands-link:link, a.brands-link:visited {
    color:#000000;
	text-decoration:none;
}
a.brands-link:active, a.brands-link:hover {
    color: #575141;
	text-decoration:underline;
}

.brands-name {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	line-height:22px;
}

.dividerLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.subpage {
	background-image:url(../images/subpage-title-bg.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;s
}
.subpage p {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #000000;
	text-align:left;
	margin-left:25px;
	margin:25px;
	vertical-align:bottom;
}

.footer {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #000000;
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:18px;
}
.main-copy p {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height:22px;
	margin-left:25px;
	margin-right:25px;
	margin-top:0px;
}
.main-copy h1 {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #000000;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:2px;
}
.main-copy h2 {
	font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:2px;
}
ul.bulletCopy{margin-left:5px;padding-left:12px;}
ul.bulletCopy li{
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	list-style: none;
	background: url(../images/arrow.jpg) #FFFFFF no-repeat 0 4px;
	padding-left:20px;
	line-height: 24px;
	margin-left:8px;
}

.hiddenData {
	display: none;
	}
.visibleData {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	width: 90%;
	padding:1em;
	color:#666666;
	}
.visibleData:first-line {
	line-height:0;
	}