/* basic elements */

* { margin: 0; padding: 0; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

body {
	background-color: #000;
}

.container {
	width: 900px;
	background-color: #660000;
	margin: 0 auto;
	padding-top: 10px;
}

.index-header {
	width: 878px;
	margin: 0 auto;
	background-image:url(images/index-header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 224px;
}

.sub-header {
	width: 878px;
	margin: 0 auto;
	height: 144px;
}

.sub-header img {
	border: none;
}


.index-header h1 {
	visibility: hidden;
}

/* Navigation */

.nav {
	width: 874px;
	height: 51px;
	background-image: url(images/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	padding-top: 24px;
}


/* Content */

.content {
	background-image: url(images/box_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 876px;
	background-color: #FFF;
	padding-top: 20px;
	margin: 0 auto;
}

.vendor-content {
	background-image: url(images/box_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 876px;
	height: 75px;
	background-color: #FFF;
	padding-top: 10px;
	margin: 0 auto;
}

.vendor-content img {
	padding: 2px;
	vertical-align: middle;
	border: none;
}

.content-footer {
	background-image: url(images/box-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 876px;
	height: 17px;
	margin: 0 auto;
	padding-bottom: 10px;
}


.content h1 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 25px 5px 25px;
	clear: left;
}

.vendor-content h2 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 10px;
	clear: left;
}

.content p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 25px 15px 25px;
}

.content blockquote {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 50px 15px 50px;
	font-style: italic;
}

.content li {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 0 25px 5px 10px;
	margin-left: 150px;
	list-style: inside square;
}

.content strong {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}

tr {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	vertical-align: text-top;
}

.iframe {
	width: 425px;
	height: 400px;
}

.r3-container {
	margin: 0 auto;
	width: 826px;
	height: 225px;
}

.r3 {
	width: 267px;
	float: left;
	height: 175px;
	padding-left: 10px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #940031;
	margin-top: 10px;
}

.r3 h1 {
	color: #940031;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding: 10px 10px 10px 0;
	clear: left;
}

.r3 ul {
}

.r3 li {
	list-style: square;
	list-style-position: inside;
	padding: 5px 0 5px 5px;
	margin-left: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

/* Footers */

.footer {
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
