* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}
ul {
	list-style: none inside;
}
ol {
	font-size: 1.1em;
	list-style: decimal;
	margin-left: 30px;
	padding-left: 5px;
	line-height: 1.3em
	
}

p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}
p.error {
	color:red;
}
a {
	outline: none;
}
a img {
	border: none;
}
a {
	color: #fff;
}
a:hover {
	color: #ccc;
}

#clear {
	clear: both;
	height: 1em;
}

input, select, textarea {
	border: 1px solid #ccc;
}
.noborder {
	border: 0;
}
input.submit {
	border: 1px solid #999;
}


#container_OLD {
	position: absolute;
	width: 951px;
	height: 620px;
	left: 50%;
	top: 50%;
	margin-left: -478px;
	margin-top: -310px;
}
#container {
	position: relative;
	width: 951px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#top {
	position: absolute;
	width: 951px;
	height: 91px;
}

#top #logo {
	width: 283px;
	height: 91px;
	margin-left: 20px;
}

#top #welcome {
	position: absolute;
	right: 0;
	top: 0;
	height: 91px;
	width: 500px;
	color: #fff;
	text-align: right;
}

#content {
	position: absolute;
	width: 951px;
	height: 454px;
	left: 0px;
	top: 91px;
	border-top: 1px solid #666;
}


#content_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 163px;
	height: 384px;
	padding-top: 30px;
	background: #000 url(../img/bgfade.gif) repeat-x;
}
#nav_left img {
	display: block;
}

#nav_left a.over,
#nav_right a.over {
	display: block;
	background: url("../img/arrow_left.gif") -15px 0 no-repeat;
	text-decoration: none;
}
#nav_right a.over {
	background: url("../img/arrow_right.gif") -15px 0 no-repeat;
}
#nav_left a:hover.over,
#nav_right a:hover.over {
	background-position: 0;
}
#nav_right a:hover.over {
	background-position: 150px;
}

.nav_left_sub {
	position: relative;
	width: 140px;
	border-right: 1px solid #999;
}
.nav_left_sub a {
	display: block;
	position: relative;
	color: #999;
	text-decoration: none;
	text-align: right;
	padding: 4px 7px;
}
.nav_left_sub a:hover {
	color: #ccc;
}
.nav_left_sub a.active {
	color: #a22;
}
.nav_left_sub a.active:hover {
	color: #ccc;
}
.angle {
	padding-top: 23px;
}


#content_middle_top {
	position: absolute;
	top: 0;
	left: 163px;
	width: 625px;
	height: 25px;
	background-color: #999;
}
#content_middle {
	position: absolute;
	top: 25px;
	left: 163px;
	width: 625px;
	height: 484px;
}
#content_middle_text {
	position: absolute;
	top: 140px;
	left: 163px;
	width: 625px;
	height: 484px;
}
#content_middle_text p {
	width: 130px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
	padding-left: 32px;
}
#content_middle_text p.link {
	padding: 0;
}
#content_middle_text p.link img {
	vertical-align: middle;
}

#content_middle_top img#hotnews {
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	height: 25px;
	z-index: 10;
}
#hotnews_container {
	position: absolute;
	top: 5px;
	left: 70px;
	width: 555px;
	height: 14px;
	overflow: hidden;
}
#hotnews_container a {
	color: #644;
	text-decoration: none;
}
#hotnews_container a:hover {
	color: #000;
	text-decoration: underline;
}
#roll {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	overflow: hidden;
	font-size: 1.1em;
}
#roll_text2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 9000px;
}




#sub_content_middle_container {
	position: absolute;
	width: 788px;
	height: auto;
	left: 163px;
	background: #fff url(../img/sub_bg.gif) repeat-y;
/* border: 1px solid #06f; */

}

#sub_content_top {
	position: relative;
	float: left;
/*	top: 0;
	left: 163px;*/
	width: 570px;
	height: 158px;
	overflow: hidden;
}
#sub_content_middle_corner {
	position: relative;
	float: left;
	width: 788px;
	height: 14px;
	padding-bottom: 0;
	border: 0;
	margin-bottom: -2px;
}
#sub_content_middle {
	position: relative;
	float: left;
/*	top: 158px;
	left: 177px;*/
	width: 550px;
/*	height: 331px;*/
	padding-top: 20px;
	padding-left: 20px;
	background-color: #fff;
	overflow: auto;
/*	border-right: 1px solid #666;
border: 1px solid #f00;	*/

}

#sub_content_middle_wide {
	position: absolute;
	width: 625px; 
	height: 475px; /* 480 */
	left: 163px; 	
	margin-top: 25px;
	overflow: hidden;
	background: #fff url(../img/contest_bg.gif) repeat-x top;
}
#sub_content_middle_wide h1,
#sub_content_middle_wide h2
 {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px 20px;
	margin: 0.35em 0;
	color: #000;
}
#sub_content_middle_wide p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px 20px;
}

#sub_content_middle h1,
#sub_content_middle h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px 10px;
	padding-right: 20px;
	margin-bottom: 0.35em;
	color: #000;
}
#sub_content_middle p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px 10px;
	padding-right: 20px;
}
#sub_content_middle p.note {
	font-size: 1em;
	line-height: 1.3em;
	color: #888;
}
#sub_content_middle p.centered {
	text-align: center;
	padding-left: 20px;
}

#sub_content_middle a,
#sub_content_middle_wide a {
	color: #c52e34;
	text-decoration: none;
}
#sub_content_middle a:hover,
#sub_content_middle_wide a:hover {
	text-decoration: underline;
}


#sub_content_middle div.vehicle {
	position: relative;
	float: left;
	width: 265px;
}
#sub_content_middle div.vehicle h1 {
	color: #c52e34;
}
#sub_content_middle div.vehicle p.image {
	margin-bottom: 0;
}

#sub_content_middle #sitemap h1 {
	padding: 10px 10px 0 10px;
}
#sub_content_middle #sitemap ul {
	list-style: circle;
	padding: 0px 10px;	
}
#sub_content_middle #sitemap ul li {
	margin-left: 30px;
	font-size: 1.1em;
	line-height: 1.3em;
}


#content_right,
#sub_content_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 163px;
	height: 378px;
	background: #000 url(../img/bgfade.gif) repeat-x;
/*	border: 1px solid #f00;	*/

}
#sub_content_right {
/*border: 1px solid #f00;*/
	position: relative;
	float: right;
	width: 217px;
	height: auto;
	margin-bottom: 20px;
	background: #ccc url(../img/bgfade2.jpg) repeat-x;
/*	border-left: 1px solid #666;*/
}
#content_right p,
#sub_content_right p {
	font-size: 1.1em;
	color: #666;
	padding: 5px 15px 0 23px;
}
#content_right p img.quote_open {
	padding: 0 3px 2px 0;
	vertical-align: bottom;
}
#content_right p img.quote_close {
	padding: 5px 2px 0 3px;
	vertical-align: top;
}
#nav_right img {
	display: block;
}

#sub_content_right .pickup {
	position: relative;
	float: left;
	width: 185px;
	padding-left: 16px;
	margin-top: 16px;
}
#sub_content_right .pickup h1 {
	overflow: hidden;
	width: 179px;
	/*height: 14px;*/
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	background: #fff;
	padding: 3px;
	margin-bottom: 1px;
}
#sub_content_right .pickup img {
	border: 1px solid #fff;
}



#sub_content_bottom_container {
	position: relative;
	float: right;	
	height: 15px;
	width: 788px;
	padding-top: 4px;
	padding-bottom: 20px;
	background-color: #000;
}

#content_bottom {
	position: absolute;
	height: 15px;
	bottom: 0;
	right: 163px;
	width: 550px;
	color: #666;
	font-size: 1.1em;
	background-color: #000;
}
#sub_content_bottom {
	position: relative;
	float: right;	
	height: 15px;
	width: 550px;
	color: #666;
	font-size: 1.1em;
	background-color: #000;
}
#sub_content_bottom {
	right: 0;
}
#content_bottom img,
#sub_content_bottom img {
	float: left;
}
#content_bottom ul,
#sub_content_bottom ul {
	padding-top: 2px;
	border-top: 1px solid #666;
	text-align: right;
}
#content_bottom ul li,
#sub_content_bottom ul li {
	display: inline;
}
#nav_bottom a {
	color: #666;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#nav_bottom a:hover {
	color: #999;
}
#nav_bottom a.active {
	color: #a22;
}

#nav_bottom li.language a {
	color: #aaa;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
}
#nav_bottom li.language a:hover {
	color: #fff;
}
/* --contest.html-- */
#contest_form{
	/* margin-top:230px; */
	width:500px;
	height: 200px;
	text-align: right;
}
#contest_maintxt{
	margin-left:280px;
	padding-top:20px;
	margin-bottom: 50px;
	width:280px;
}
#sub_content_middle_wide p.contest_img{
	position: absolute;
	top: 0;
	left: 0;
	margin-top:0px;
	margin-left:0px;
	padding: 0;
}
.contest_input{
	margin-bottom:3px;
}
.contest_input_field{
	margin-left:20px;
}
/* --contest_thanks.html-- */ 
#contest_thanks{
	position:absolute;
	margin-top: 50px;
	float:left;
	width:300px;
}
#sub_content_middle_wide p.contest_img2{
	margin: 25px 0;
	padding: 0;
	float:right;
}
.contest_link{
	margin-top:300px;
	margin-left:0px;
}
.arrow_red{
	margin-right:5px;
}

#contest_button {
	position: absolute;
	width: 144px;
	height: 144px;
	top: 350px;
	right: 182px;
}
.contest_ball{
  position: absolute;
	z-index: 999;
	width: 101px;
	height: 124px;
	/* top: 460px;
	left: 479px; */
	bottom: 0;;
	right: 0;
	text-align: right;
	margin-bottom:-3px;
}
.contest_ball input {
	border:0;
}
#cornerBox {
	position:absolute;
	left: 0;
	bottom: 0;
}
