/* styles */
body  {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color: black;
	}

p {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	color: black;
	}
	
.li { 
	font-size: 12px;
	margin-bottom:7px;
	}

.pinktext {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #993366;
	font-weight: bold;
	}
.pinktext14 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #993366;
	font-weight: bold;
	}
	
.pinktext16 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	color: #993366;
	font-weight: bold;
	}	
.pinktext22 {
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	color: #993366;
	font-weight: bold;
	}		
	

.purpletext {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #663366;
	font-weight: bold;
	}	

.purpletext22 {
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	color: #663366;
	font-weight: bold;
	}	

.whitetext12 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.whitetext14 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	}

	
/* layout */

div.intnav{
	position:relative;
	top:22px;
	width:535px;
	left:14px;
	font-size:12px;	
	color:#A8ADA6;
	font-weight: 700;
	}

.intnav a { 
	color:white;
	text-decoration: none;
	background-color:#993366;
	font-weight: 700;
	}
.intnav a:hover {
	 background-color:#993366;
	 text-decoration: none;
	 color:black;
	 font-weight: 700;
	 }
	 

	 
a.intnav1 { 
	color:#333333;
	text-decoration: none;
	background-color:#e2dfdb;
	font-weight: 500;
	}
	
a.intnav1:hover { 
	color:white;
	text-decoration: none;
	background-color:#ddcdb9;
	font-weight: 500;
	}	



.block {
	 text-decoration: none;
	 background-color: #993366;
	 padding: 15px, 0px, 6px, 0px;
	 color: white;
	 font-weight:600;
	 }

a.block {
	color:white;
	text-decoration: none;
	background-color: #993366;
	padding: 15px, 0px, 6px, 0px;
	font-weight: 600;
	}
	 
a.block:hover {
	background-color: #F8E9F0;
	text-decoration: none;
	color: #993366;
	font-weight:600;
	padding: 15px, 0px, 6px, 0px;
	}
	 
a.block1 {
	color: #993366;
	text-decoration: none;
	background-color:#333333;
	font-weight:600;
	padding: 15px, 0px, 6px, 0px;
	}
	 
a.block1:hover {
	 background-color:#333333;
	 text-decoration: none;
	 color: white;
	 font-weight: 600;
	 padding: 15px, 0px, 6px, 0px;
	 }

	
.dealernav  { 
	color:white;
	font-size:11px;	
	letter-spacing:3px;
	text-decoration: none;
	font-weight: 500;
	}
	
.dealernav a { 
	color: white;
	text-decoration: none;
	font-weight: 500;
	}
	
.dealernav a:hover {
	 text-decoration: underline;
	 color: white;
	 font-weight: 500;
	 }	 	
	
div.prodnav{
	position:relative;
	top:22px;
	width:535;
	left:5px;
	font-size:11px;	
	letter-spacing:0px;
	color:#A8ADA6;
	font-weight: 500;
	}	
	
.prodnav a { 
	color:white;
	text-decoration: none;
	background-color:#A8ADA6;
	font-weight: 500;
	}
.prodnav a:hover {
	 background-color:#A8ADA6;
	 text-decoration: none;
	 color:black;
	 font-weight: 500;
	 }

a.prodnav1 { 
	color:#333333;
	text-decoration: none;
	background-color:#e2dfdb;
	font-weight: 500;
	}
	
a.prodnav1:hover { 
	color:white;
	text-decoration: none;
	background-color:#ddcdb9;
	font-weight: 500;
	}	

a {
	 text-decoration: none;
	 background-color:transparent;
	 color:#993366;
	 font-weight:bold;
	 }

a:hover { 
	text-decoration: none;
	color:#999999;
	}
	 
a.underline {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#993366;
	 font-weight:bold;
	 }
	 
a.underline:hover {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#999999;
	 font-weight:bold;
	 }
a.underline1 {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#993366;
	 font-weight:bold;
	 }
	 
a.underline1:hover {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#990066;
	 font-weight:bold;
	 }

a.underlinewhite {
	 text-decoration: underline;
	 background-color:transparent;
	 color:#ffffff;
	 font-weight:bold;
	 }
	 
a.underlinewhite:hover {
	 text-decoration: underline;
	 background-color:transparent;
	 color: #cccccc;
	 font-weight:bold;
	 }





.copyright {
	font-family: arial,helvetica,sans-serif;
	font-size:9px;
	color:#C4C3C3;
	letter-spacing:.5px;
	font-weight:500; 	
	}	
	
a.copyright {
	color:#A8ADA6;
	text-decoration: none;
	background-color:#FAF6F0;
	letter-spacing:.5px;
	font-weight: 500;
	}	

a.copyright:hover { 
	color:white;
	text-decoration: none;
	background-color:#B8BCB7;
	letter-spacing:.5px;
	font-weight: 500;
	}	




h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700; 
	letter-spacing:3px;
	color:#333333; 	
	}
	
h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold; 
	letter-spacing:3px;
	color:#ddcdb9; 	
	}
	
h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold; 
	letter-spacing:4px;
	color:#A8ADA6; 	
	}
	
h4 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color:#333333; 	
	}	

h5 {
	font-family: arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: 400; 
	letter-spacing:8px;
	color:#ddcdb9; 	
	}

h6 {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color:#ddcdb9; 	
	}	

	
	
input, select, radio, textarea {
background-color: white;
}

	
