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

/* =General */
 * {
	padding: 0;
	margin: 0;
}
img {
border: none;
}

/* =Elements */
body {
	text-align: center;
	min-width: 877px;
	background: #000 url(images/background.jpg) repeat-x left top;
}

#wrapper1 {
	width: 877px;
	height: 456px;
	position: absolute;
	top: 49px;
	left: 50%;
	margin-left: -438px;
}
#nav {
	width: 213px;
	height: 456px;
	float: left;
	display: inline;
	margin-left: 6px;
	background: url(images/nav_background.png) repeat-x left top !important;
	background: url(images/nav_background.jpg) repeat-y left top;

}
#navFooter {
	width: 100%;
	height: 56px;
	text-align: center;
	margin-top:20px;
}
#home #navFooter {
	margin-top:10px;
}

#home #content {
	width: 651px;
	height: 454px;
	float: right;
	background: #000;
	border:solid 1px #fff;
	text-align:left;
}
#content {
	width: 651px;
	float: right;
	background: #000;
	border:solid 1px #fff;
	text-align:left;
	padding-bottom: 20px;
}
/* Do I still need this?  */
.bodyConform {
	margin-left: 20px;
}
#content form {
	margin-left: 20px;
}
#home #wrapper1 #content {
	background: #000 url(images/photo2.jpg) no-repeat left top;
}

#jumpTo {
	width: 877px;
	height: 100px;
	position: absolute;
	top: 550px;
	left: 50%;
	margin-left: -438px;
	background-color: #fff;
}
	
#signUp {
	width:160px;
	border: 1px dotted #b2b3b6;
	background:#000;
	padding:5px;
	margin: 10px auto;
}	
#signUp img {
	padding: 5px 0;
}
a#jv {
	padding: 5px 0 5px 18px;
	background: url(images/jv.jpg) no-repeat left center;
}

#pullBrands {
	padding:20px 0;
	width: 651px;
	float:right;
	clear:right;
}


/* =Typography */
.releaseTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #820202;
	margin: 10px 0 5px 0;
	padding: 0 20px 0 20px;
	text-transform:uppercase;
	font-weight:bold;
}
.releaseSub {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #820202;
	margin: 5px 0 5px 0;
	padding: 0 20px 0 20px;
	font-weight:bold;
}
.releaseDate {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 5px 0 5px 0;
	padding: 0 20px 0 20px;
	font-weight:bold;
}
.releaseFoot {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #aaa;
	margin: 5px 0 5px 0;
	padding: 0 20px 0 20px;
	font-weight:bold;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #820202;
	line-height: 120%;
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
	clear:left;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b2b3b6;
	line-height: 120%;
	padding: 0 20px 0 20px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #820202;
	line-height: 120%;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	text-transform: uppercase;
}
a {
	color: #820202;
	text-decoration:none;
}
a:hover {
	color: #b90000;
	text-decoration:underline;
}
#navFooter a {
	color: #b2b3b6;
}
#navFooter a:hover {
	color: #820202;
}
#navFooter p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	color: #b2b3b6;
	padding: 0;
	margin: 0;
	text-transform:uppercase;
}
ul {
	list-style-type: none;
}
#nav ul {
	list-style-type: none;
}
#nav ul a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	display: block;
	width: 201px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	margin-left: 6px;
}
#nav ul a:hover {
	background: #820202;
}
p, ol {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	margin-top: 10px;
	padding: 0 20px 0 20px;
}
ol {
	margin-left:20px;
	list-style-type:lower-alpha;
	color: #aaa;
}
p#definition {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #aaa;
	line-height: 16px;
	padding: 0 20px 0 20px;
}
p.first {
margin-top:0;
}
ul#quotes {
	width: 235px;
	margin-top:100px;
	margin-left:30px;
}
ul#quotes li {
	font-size:10px;
	font-family: Palatino, sans-serif;
	line-height: 16px;
	margin-top: 9px;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px dotted #777;
}
ul#quotes span {
	color: #92a21d;
}


.release {
margin-top:20px;
}
/* =Images */
.headerImg {
	margin-top:20px;
	border:none;
	position:relative;
}
.floatLeft {
	float: left;
	padding: 10px 10px 0px 10px;
}
.floatLeft2 {
	float: left;
	padding: 0 20px;

}
.floatRight {
	float: right;
}
.borderImg {
	float: left;
	border: 1px solid #fff;
	margin: 20px;
}

/* =Warning */
#warning {
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -60px;
	height: 80px;
	width: 300px;
	padding: 20px;
	background: #000;
	text-align: center;
	border: 1px solid #666;

}


