

/*============================================

Programmer: Joe Mallory
Date Created: 6.14.09

=============================================*/



* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	width: 100%;
	height: 100%;
	
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-size: 11px;
	background: #FFF url() repeat-x 0px 0px;
}

#div {
	border: 0px;
	margin: 0px;
	padding:0px;
}

h1 { font-size: 17px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
 
h1, h2, h3, h4, h5, h6 {
	color: #8B0300;
	margin-bottom: 0px;
}

p {
	margin: 10px 0px;
	padding: 0px;
	line-height: 15px;
}

p a, 
p a:link, 
p a:visited {
	color: #333;
}

ul, ol {
	line-height: 20px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

a, a:link, a:visited {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

a:hover, p a:hover {
	color: #8B0300;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/*
:::::::::::: |   CUSTOM CLASSES   |::::::::::::::
*/

.noMarginPaddingTop {
	padding-top: 0px;
	margin-top: 0px;
}

.noMarginBottom {
	margin-bottom: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: left;
}

.clearBoth {
	clear: both;
}


/*
:::::::::::: |   CUSTOM CLASSES   |::::::::::::::
*/

body #header {
	display: none;
}

body #header,
body #content {
	width: 800px;
	margin: 0px auto;
}

body #content #nav,
body #content #data
{
	float: left;
	display: inline;
}

body #content #nav
{
	width: 230px;
	padding-top: 20px;
}

body #content #data
{
	width: 532px;
	margin-left: 38px;
	padding-bottom: 20px;
	padding-top: 20px;
}

body #content #data li,
body #content #data p {
	color: #000;
}

body #content #data li {
	padding-top: 0px;
	line-height: 15px;
}

body #content #data h1, 
body #content #data h2, 
body #content #data h3, 
body #content #data h4, 
body #content #data h5, 
body #content #data h6 {
	color: #8B0300;
}
	
body #content #nav ul,
body #content #nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

body #content #nav ul li {
	font-size: 10px;
	margin-bottom: -5px;
	padding: 0px;
}

#specs {
	margin-bottom: 15px;
}

#specs a,
#specs a:link,
#specs a:visited,
#specs a:hover {
   color: #8B0300;
}

.image-holder {
	float: left;
	display:inline;
	width: 530px;
	min-height: 260px;
	margin-bottom: 8px;
	background: transparent url(loading.gif) no-repeat 50% 50%;
}

.image-holder img {
	border: 1px solid #E2E2E2;
}	



