body
	{
		background: #000 top repeat-x;
		vertical-align: top;
		font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
		font-size:12px;
		color:#BFBFBF;
		margin: 0px;
		padding: 0px;
	}

img
	{
		border: none;
	}
	
img.center
	{
		display: block;
	    margin-left: auto;
	    margin-right: auto;
		border: none;
	}
	
img.left
	{
		border: none;
		float: left;
		padding: 0 20px 10px 0;
	}
	
img.right
	{
		border: none;
		float: right;
		padding: 0 0px 10px 20px;
	}
	
a
	{
		color: #5e7da9;
		text-decoration: none;
		outline: none;
	}

a#home img {background: url(/images/menu/1.gif) top left no-repeat;}
a#store img {background: url(/images/menu/2b.gif) top left no-repeat;}
a#partsrequest img {background: url(/images/menu/3b.gif) top left no-repeat;}
a#sellyourcar img {background: url(/images/menu/4b.gif) top left no-repeat;}
a#policies img {background: url(/images/menu/5b.gif) top left no-repeat;}
a#contact img {background: url(/images/menu/6.gif) top left no-repeat;}
a#rma img {background: url(/images/rma.gif) top left no-repeat;}
a#map img {background: url(/images/map.gif) top left no-repeat;}

#home img:hover,
#home img.selected {
	background: url(/images/menu/1.gif) no-repeat;
	background-position: -219px 0;
	}
#store img:hover,
#store img.selected {
	background: url(/images/menu/2b.gif) no-repeat;
	background-position: -98px 0;
	}
#partsrequest img:hover,
#partsrequest img.selected {
	background: url(/images/menu/3b.gif) no-repeat;
	background-position: -122px 0;
	}
#sellyourcar img:hover,
#sellyourcar img.selected {
	background: url(/images/menu/4b.gif) no-repeat;
	background-position: -127px 0;
	}
#policies img:hover,
#policies img.selected {
	background: url(/images/menu/5b.gif) no-repeat;
	background-position: -85px 0;
	}
#contact img:hover,
#contact img.selected {
	background: url(/images/menu/6.gif) no-repeat;
	background-position: -149px 0;
	}
#rma img:hover,
#rma img.selected {
	background: url(/images/rma.gif) no-repeat;
	background-position: -300px 0;
	}
#map img:hover,
#map img.selected {
	background: url(/images/map.gif) no-repeat;
	background-position: -300px 0;
	}

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

ul
	{
		/*list-style-image: url(/images/check.gif);*/
	}

li
	{
		vertical-align: center;
		margin-bottom: 5px;
	}

p.footer
	{
		text-align: center;
		font-size:10px;
	}
	
div.hr 
	{
	  height: 15px;
	  width: 100%;
	  background: #000 url(/images/hr.jpg) no-repeat scroll center;
	}

div.hr hr 
	{
	  display: none;
	}

div.background
	{
		position: absolute;
		vertical-align: top;
		top:0px;
		left: 50%;
		height: 800px;
		width: 800px;
		margin-left: -400px;
		margin-top: 0px;
		z-index: 1;
		display: inline;
	}

div.content
	{
		position: absolute;
		vertical-align:top;
		top:380px;
		left:50%;
		width:680px;
		margin-left: -340px;
		margin-top: 0px;
		z-index:2;
		text-align: left;
		display: inline;
	}
div.menubar
	{
		width: 800px;
	}
div.inside_background
	{
		margin-top:-3px;
		width: 800px;
	}
div.leftcontent
	{
		width: 220px;
		height: 300px;
		float: left;
		margin: 0 20px 0 0;
		
	}
	
div.rightcontent
	{
		width: 350px;
		
		float: right;
		margin: 0 20px 0 10px;
		
	}
	
div.partsform
	{
		width: 700px;
		
		
	}
	
div.forum
	{
		width: 680px;		
	}

div.contactform
	{
		width: 680px;
		
	}
div.rma
	{
		vertical-align: top;
		position: relative;
		z-index: 3;
		float: right;
		width: 162px;
	}
div.header_container{
	
	position: relative;
	text-align: center;
	margin: 0 0 0 -6px;	
			
	}
iframe
	{
		overflow-x:hidden;
		overflow-y:hidden;
	}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#fade-example-3 {
	border: 3px solid #000;
}
#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 307px;
	background-color: #FFF;
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
	border: 0px solid #FFF;
}
.caption {
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	margin-bottom: 1em;
	width: 520px;
	height: 520px;
}
.example-r {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 700px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fade-example-1-next {
	
}
#fade-example-1-previous {
	
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}



div.styledTickerTape {
	font-family: Verdana, sans-serif;
	color: gray;
	border: 0px solid #ccc;
	width: 280px;
	height: 106px;
	font-size: 10px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			width: 268px;
			margin: 10px 10px 0 10px;
			background: #000;
			padding: 5px 5px;
			border: 0px solid #ddd;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		font-style: italic;
		color: white;
	}

