@charset "utf-8";
/* ReplicaAlloyWheels.com CSS Document */
body
{
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
b, strong
{
	color: #CC0000;
	font-weight: bold;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	background: url(images/heading-arrow.jpg) no-repeat;
	padding:3px 0;
	margin: 5px 0;
	padding-left: 25px;
}
a
{
	color: #CC0000;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
}
.left-edge
{
	background: #D33434 url(images/body_left.jpg) repeat-y right;
}
.right-edge
{
	background: #D33434 url(images/body_right.jpg) repeat-y left;
}
#topbar
{
	background: url(images/logo_bg.jpg) repeat-x;
	height: 118px;
}
#title-L
{
	background: url(images/title_l.jpg) no-repeat;
	width: 7px;
	height: 31px;
}
#title-C
{
	background: url(images/title_c.jpg) repeat-x;
	padding: 0 15px;
	color:#FFFFFF;
	font-size: 20px;
}
#title-R
{
	background: url(images/title_r.jpg) no-repeat;
	width: 7px;
	height: 31px;
}
#menu-l
{
	background:url(images/menu_left.jpg) no-repeat;
	width: 11px;
	height: 38px;
}
#menu-r
{
	background:url(images/menu_right.jpg) no-repeat;
	width: 11px;
	height: 38px;
}
#menu-bar
{
	background:url(images/menu_off.jpg) repeat-x;
}
#navigation{
margin: 0;
padding: 0px 8px;
font-family: "Trebuchet MS", Arial ;
font-weight: bold;
font-size: 15px;
}

#navigation li{
display: inline;
}

#navigation li a{
float: left;
color: #D1A5AA;
padding:2px 10px 0px 10px; /*padding of tabs*/
line-height: 28px;
text-decoration: none;
background: transparent;
border-right: solid 1px #D1A5AA;
font-style: normal;
}

#navigation li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: solid 1px #D1A5AA; /*left border style*/
padding:2px 12px 0px 13px; /*padding of tabs*/
}

#navigation li a.Selected{ /*Extra CSS for right most menu item*/
background: url(images/menu_on.jpg) repeat-x top;
color: #FFFFFF;
}

#navigation li a:visited{
color: none;
}

#navigation li a:hover{
color: #FFFFFF;
background: url(images/menu_on.jpg) repeat-x top ; /*background image swap on hover*/
}
.section-tl
{
	background: #9C3E4A url(images/sec_tl.jpg) no-repeat top;
	width: 10px; 
}
.section-tc
{
	background: #9C3E4A url(images/sec_tc.jpg) repeat-x top;
	padding: 10px 0 0 0;
}
.section-tr
{
	background: #9C3E4A url(images/sec_tr.jpg) no-repeat top;
	width: 10px; 
}
.section-bl
{
	background:  url(images/sec_bl.jpg) no-repeat top;
	width: 10px; 
}
.section-bc
{
	background: url(images/sec_bc.jpg) repeat-x top;
}
.section-br
{
	background: url(images/sec_br.jpg) no-repeat top;
	width: 10px; 
}
	
.bottom
{
	background: url(images/bottom_grad.jpg) repeat-x top;
	padding: 10px;
	color: #EC9E9E;
}
.bottom a
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.bottom a:hover
{
	color: #990000;
	text-decoration: underline;
}