body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('assets/images/bg.jpg');
}
h1 { 	color: #FF0000; 
	font-size: 14pt; }

h2 { 	color: #222586; 
	font-size: 12pt;}

b, h3 { 	color: #666666; 
	font-size: 1em;}

td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

p, p.intensequote, h1, h2, h3 {
	margin: 0px 0px 15px 10px;
}
#fallFestival{
	margin:15px 0 15px 8px;
	}
a {text-decoration: none;}
a:link {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF5555;
}
.red-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FE0000;
	font-style: italic;
	font-weight: bold;
}
.blue-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #0000CC;
	font-weight: bold;
}
a:visited.blue-bold-italic {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00006B;
	font-weight: bold;
	font-style: italic;
}
a:hover.blue-bold-italic {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FE0000;
	font-weight: bold;
	font-style: italic;
}
a.blue-bold-italic {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00006B;
	font-weight: bold;
	font-style: italic;
}
.biggieSize {
	font-size: 18px;
	font-weight: bold;
}
.littleSize {
	font-size: 10px;
}

.intensequote {
	font-size: 1.1em;
	font-weight: bolder;
	color: #00006B; padding-top:12px
}

/***************
 * FORM STYLES *
 ***************/

input {
	border: 1px solid #85C1EC;
	background-color: #F6FBFF;
	margin: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #85C1EC;
	background-color: #F6FBFF;
	margin: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #85C1EC;
	background-color: #F6FBFF;
}
.formLeft {
	width: 60px;
	display: inline;
	float: left;
}
.formRight {
	width: 190px;
	display: inline;
	float: right;
}

ul {
	list-style-image: url('assets/images/arrow.gif');
}

hr {
	height: 1px;
	width: 100%;
	color: #AAAAAA;
}
	

/*********************
 * TIRES PAGE STYLES *
 *********************/
#tiresContent {
	width: 470px;
	text-align: left;
	vertical-align: top;
	background-color: #ECF7FF;
	background-image: url('assets/images/tire-content-main.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
#tiresLogos {
	width: 170px;
	text-align: center;
	display: inline;
	float: left;
}
#tiresLeft {
	background-image: url('assets/images/tire-content-repeat-left.gif');
	background-repeat: repeat-y;
	width: 22px;
}
#tiresRight {
	background-image: url('assets/images/tire-content-repeat-right.gif');
	background-repeat: repeat-y;
	width: 62px;
}
#tiresWarrantyInfo {
	float: right;
	text-align: left;
}

/*********************
 * SCOTT JEFFERY'S SPECIAL PAGE STYLES *
 *********************/


@media print
{

#np{ display:none;}
#contentArea{ width:100%;}
}