/*
	File: typography.css 
	Date: May 6, 2008
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size:70%;
	line-height:1.3em;
	}
	
a:link {
	color:#3366CC;
}

a:visited {
	color:#3366CC;
}

a:hover {
	text-decoration:none;
	color:#CC6600;
}

a:active {
	color:#fff;
}

.contentImage {
	margin:5px;
	padding:4px;
	border:1px solid #999999;
}
	
h1 {
	font-family: Lucida Grande, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color:#006699;
	margin-top:0em;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:105%;
}

h4 {
	color:#000;
	margin:0px 0px 3px 0px;
	font-size:105%;
}


h5 {
	color:#006666;
	margin-bottom:0px;
}

ul {
	margin-top:-3px;
}


li {
	font-size: 75%;
	color:#993300;
	list-style-type:square;
	font-weight:bold;
	margin-bottom:3px;
}

ul li ul li {
	margin-top:5px;
	font-size:95%;
}

hr {
	width:200px;
	margin:20px auto 20px auto;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:140%;
	font-size:115%;
	margin:auto 70px auto 70px;
}
	
	
	
/* --------- Contact Page ----------- */

.contactForm {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.required {
	color:red;
}

#fieldset {
	width:300px;
	border:none;
	text-align:left;
	margin:0px auto 0px auto;
}

/* --------- end Contact Page ----------- */



/* --------- Dealer Locator Page ----------- */

.dealerlocatortable {
	font-family:Arial, Helvetica, sans-serif;

}

.stateName {
	font-size:110%;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	background-color:#999999;
	color:#fff;
	line-height:1em;
}

.dealerlocatortable p {
	font-size:85%;
	margin:0px;
}

.dealerlocatortable tr {
	vertical-align:middle;
}

.dealerlocatortable img {
	border: 1px solid #999999;
	margin:2px;
}

.dealerlocatortable td {
	vertical-align:top;
}


/* --------- end Contact Page ----------- */


/* --------- Product Page ----------- */

.productTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
}

.productTable tr {
	vertical-align:top;
}

.productItem {
	border:1px solid #006699;
	width:180px;
	background-color:#fff;
}

.productName {
	font-weight:bold;
	color:#FFFF00;
	background-color:#000;
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

.productImage {
	font-size:70%;
	text-align:center;
	color:#fff;
	background-color:#999999;
}

.productImage img {
	border:2px solid #666666;
}

.productDescription {
	font-size:70%;
	text-align:left;
}

.productSizes {
	font-size:80%;
	text-align:center;
}

.productPricing{
	font-size:70%;
	color:#003399;
	background-color:#fff;
	text-align:center;
}

.productPricing img {
	text-align:center;
}


.productPricing table tr {
	vertical-align:middle;
}

.productPricingHeader {
	background-color:#003399;
	color:#fff;
}

.productPurchase {
	text-align:center;
}

.productImageLarge {
	text-align:center;
}

.productImageLarge img {
	border:1px solid #999999;
	padding:3px;
}

.horDivide {
	background-image:url(../contentImages/divideline.gif);
	background-repeat:repeat-x;
	height:2px;
	margin:0px;
	padding:0px;
}

/* ---------  end Product Page ----------- */

/* --------- Photo Gallery page ----------- */

.photogallery {
	text-align:center;
}

.photogallery img {
	padding: 3px;
	border:1px solid #003333;
	margin:3px;
}

/* ---------  end Photo Gallery page ----------- */

/* ---------  Testimonials Page ----------- */

.quoteMark {
		color:#666666;
}

/* ---------  end Testimonials Page ----------- */

/* ---------  Packages Page ----------- */

.packageTable td {
	border:1px #999999 solid;
}
