@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(../images/bg_slice.png);
	background-repeat: repeat-x;
	background-color: #E9E9E9;
	margin: 0px;
	padding: 0px;
}
#outercontainer {
	background-image: url(/carshow/images/bg_container.png);
	height: 1000px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#outercontainer #container {
	height: auto;
	width: 800px;
	min-height: 600px;
}
#outercontainer #container #header {
	background-image: url(/carshow/images/header_bg.png);
	float: left;
	height: 201px;
	width: 800px;
}
#outercontainer #container #slider {
	height: 248px;
	width: 800px;
	float: left;
}
#outercontainer #container #slider #prev1 {
	float: left;
	height: 248px;
	width: 40px;
	background-image: url(/carshow/images/button_prev.png);
}
#outercontainer #container #slider #prev1:hover {
	float: left;
	height: 248px;
	width: 40px;
	background-image: url(/carshow/images/button_prev.png);
	background-position: 0px -248px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#outercontainer #container #slider #next1 {
	height: 248px;
	width: 40px;
	float: left;
	background-image: url(/carshow/images/button_next.png);
}
#outercontainer #container #slider #next1:hover {
	height: 248px;
	width: 40px;
	float: left;
	background-image: url(/carshow/images/button_next.png);
	background-position: 0px -248px;
	cursor: pointer;
}

#outercontainer #container #header #nav {
	float: left;
	height: 20px;
	width: 600px;
	margin-top: 145px;
	text-align: right;
	padding-left: 175px;
}
#outercontainer #container #header #nav ul {
	list-style-type: none;
	float: left;
}
#outercontainer #container #header #nav li {
	float: left;
	width: auto;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 15px;
}
#outercontainer #container #header #nav li a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;

}
#outercontainer #container #header #nav li a:visited {
	color: #000000;
	cursor: pointer;
	text-decoration: none;

}
#outercontainer #container #header #nav li a:hover {
	color: #911519;
	cursor: pointer;
}
#outercontainer #container #content {
	float: left;
	height: auto;
	width: 720px;
	min-height: 300px;
	margin-right: 40px;
	margin-left: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
#outercontainer #container #content #maincontent {
	float: left;
	height: auto;
	width: 468px;
	min-height: 400px;
	border: 1px solid #999999;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 15px;
	text-align: justify;
}
#outercontainer #container #content #maincontent #embed {
	width: 468px;
	height: 312px;
	background-color: #999999;
}
#outercontainer #container #content #maincontent h1 {
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	color: #911519;
}
#outercontainer #container #content #maincontent li {
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	list-style-position: outside;
	text-indent: 0px;
	display: list-item;
}
#outercontainer #container #content #maincontent #register {
	width: 468px;
}
#outercontainer #container #content #sidecontent {
	float: left;
	height: 150px;
	width: 163px;
	border: 1px solid #999999;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 7px;
	text-align: left;
}
#outercontainer #container #content #sidecontent #sc_h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	height: auto;
	width: 143px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#outercontainer #container #content #sidecontent ul {
	text-align: left;
	list-style-type: none;
	color: #999999;
	line-height: 20px;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#outercontainer #container #content #sidecontent li {
}
#outercontainer #container #content #sidecontent a {
	color: #999999;
	text-decoration: none;
}
#outercontainer #container #content #sidecontent a:visited {
	color: #999999;
	text-decoration: none;
}
#outercontainer #container #content #sidecontent a:hover {
	color: #911519;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #911519;
}
#outercontainer #container #footer {
	font-size: 10px;
	color: #999999;
	padding: 10px;
	float: left;
	height: auto;
	width: 800px;
}
#outercontainer #container #footer a {
	color: #99999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#outercontainer #container #footer a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#outercontainer #container #footer a:hover {
	color: #911519;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #911519;
}
#outercontainer #container #content #maincontent a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#outercontainer #container #content #maincontent a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#outercontainer #container #content #maincontent a:hover {
	color: #911519;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #911519;
}#outercontainer #container #header #nav .nolink {
	color: #999999;
}
