@charset "utf-8";
/* CSS Document */
html, body
{
	height: 100%;
}

body
{
	background: #333333;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
}
p
{
	margin: 0;
	padding: 5px;
}
a
{
	color: #CC0000;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: none;
}
h1
{
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}
h2
{
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	margin: 0;
}
h2.bg
{
	background: #EEEEEE;
	line-height: 20px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	margin: 0;
}
h3.bg1
{
	background: #EEEEEE;
	line-height: 25px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0 5px;
	margin: 0;
}

a.text
{
	color: #666666;
	text-decoration: none;
}
a.text:hover
{
	color: #333333;
	text-decoration: none;
}

	
#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index: 2;
	background: #FFFFFF url(images/top-bg.jpg) repeat-x top;
	border-left: solid 2px #EEEEEE;
	border-right: solid 2px #EEEEEE;
	padding-bottom: 2px;
}
#logo
{
	margin-left: 50px;
	width: 500px;
	text-align: left
}
#tires-top1
{
	background: url(images/tires-top-1.jpg) no-repeat right;
	height: 24px;
}

#menu-container
{
	background: url(images/menuitem-off.jpg) repeat-x;
	line-height: 33px;
}
#menu-bar
{
	background: url(images/tires-top-2.jpg) no-repeat right top;
	font-size: 14px;
	font-weight: bold;
	
}
#menus
{
	padding: 0;
	margin: 0;
	line-height: 28px;
}
#menus a
{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 28px;
	padding: 5px 10px 5px 10px;
	border-right: solid #666666 1px; 
}
#menus a:hover
{
	background: url(images/menuitem-on.jpg) repeat-x; 
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}
#menus a.selected
{
	background: url(images/menuitem-on.jpg) repeat-x; 
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}
#red-line
{
	background: transparent;
	height: 5px;
}
#header
{
	background: #FFFFFF url(images/header-left.jpg) no-repeat left top;
	height: 246px;
	text-align: right;
}
#content-container
{
	padding: 0 10px;
	width: 880px;
	overflow: hidden;
}
#contentpane
{
	width: 620px;
	padding: 0;
	padding-right: 10px;
}
#rightpane
{
	background: #f8f8f8;
	border: solid 2px #EEEEEE;
	width: 240px;
	padding: 1px;
}
.grey-container
{
	background: #F8F8F8;
	border: solid 2px #EEEEEE;
	padding: 1px;
	margin-bottom: 10px;
}
.white-container
{
	background: #FFFFFF;
	border: solid 2px #EEEEEE;
	padding: 5px;
	margin-bottom: 10px;
}
.white-container-comm
{
	background: #FFFFFF;
	border: solid 2px #EEEEEE;
	padding: 5px;
	margin-bottom: 0;
}
#directory
{
	list-style: none;
	padding: 0;
	margin: 1px 0;
}
#directory li
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#directory li a
{
	line-height: 25px;
	display: block;
	background: #f8f8f8;
	padding-bottom: 1px;
	padding-left: 10px;
	color:#666666;
	text-decoration: none;
	border-bottom: dotted 1px #999999;
}
#directory li a:hover
{
	display: block;
	background: #999999;
	padding-bottom: 1px;
	padding-left: 10px;
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: dotted 1px #FFFFFF;
}

#clearfloat
{
	background: #FFFFFF;
	clear: both;
	height: 10px;
}
.textfield
{
	background: #f8f8f8;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	width: 200px;
	padding: 2px;
}
.textfield-nobor
{
	background: #f8f8f8;
	border-bottom: solid 1px #CCCCCC;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	width: 200px;
	padding: 2px;
}

#footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 36px;
	padding: 10px 0;
	text-align: center;
	color: #666666;
	font-size: 12px;
}
#footer a
{
	color: #999999;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
		