/* ---- IMPORT STYLES ----- */

@import url(content.css);

/* ---- BODY STYLES ----- */

body {
	background:#000  url(../images/back.jpg) top center repeat-x;
	margin: 0;	
	padding: 0;
}

/* ---- DEFAULT STYLES ----- */

.hidden {
	display: none;
}

div.line {
	margin-top: 10px;
	padding: 0;
	border-top: 1px solid #ccc;
}

div.line hr {
	display: none;
}

/* - NAVIGATION STYLES - */


#navigation {
	margin: 0 0px 0 0px;
	height: 32px;
	padding: 0;
	position: relative;
	border-top: none 1px #888;
	border-bottom: none 1px #888;
	background-color: transparent;
	background-image: url(../images/bg_nav.gif);
	background-position: bottom;
}

#navigation li {
	margin: 0 0px 0 80px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#navigation li, #navigation a {
	height: 31px;
	display: block;
}

#nav_home {left: 15px; width: 55px; background: transparent url(../images/navigation/nav_home.gif) left top no-repeat; }
#nav_home a:hover {background: transparent url(../images/navigation/nav_home_off.gif) left top no-repeat; }
#nav_home a:visited:hover {background: transparent url(../images/navigation/nav_home_off.gif) left top no-repeat; }
#nav_home_selected {left: 15px; width: 55px; background: transparent url(../images/navigation/nav_home_off.gif) left top no-repeat; }

#nav_news {left: 89px; width: 54px; background: transparent url(../images/navigation/nav_news.gif) left top no-repeat; }
#nav_news a:hover {background: transparent url(../images/navigation/nav_news_off.gif) left top no-repeat; }
#nav_news a:visited:hover {background: transparent url(../images/navigation/nav_news_off.gif) left top no-repeat; }
#nav_news_selected {left: 89px; width: 54px; background: transparent url(../images/navigation/nav_news_off.gif) left top no-repeat; }

#nav_gallery {left: 161px; width: 72px; background: transparent url(../images/navigation/nav_gallery.gif) left top no-repeat; }
#nav_gallery a:hover {background: transparent url(../images/navigation/nav_gallery_off.gif) left top no-repeat; }
#nav_gallery a:visited:hover {background: transparent url(../images/navigation/nav_gallery_off.gif) left top no-repeat; }
#nav_gallery_selected {left: 161px; width: 72px; background: transparent url(../images/navigation/nav_gallery_off.gif) left top no-repeat; }

#nav_merchandise {left: 252px; width: 105px; background: transparent url(../images/navigation/nav_merchandise.gif) left top no-repeat; }
#nav_merchandise a:hover {background: transparent url(../images/navigation/nav_merchandise_off.gif) left top no-repeat; }
#nav_merchandise a:visited:hover {background: transparent url(../images/navigation/nav_merchandise_off.gif) left top no-repeat; }
#nav_merchandise_selected {left: 252px; width: 105px; background: transparent url(../images/navigation/nav_merchandise_off.gif) left top no-repeat; }

#nav_sponsors {left: 376px; width: 83px; background: transparent url(../images/navigation/nav_sponsors.gif) left top no-repeat; }
#nav_sponsors a:hover {background: transparent url(../images/navigation/nav_sponsors_off.gif) left top no-repeat; }
#nav_sponsors a:visited:hover {background: transparent url(../images/navigation/nav_sponsors_off.gif) left top no-repeat; }
#nav_sponsors_selected {left: 376px; width: 83px; background: transparent url(../images/navigation/nav_sponsors_off.gif) left top no-repeat; }

#nav_links {left: 478px; width: 52px; background: transparent url(../images/navigation/nav_links.gif) left top no-repeat; }
#nav_links a:hover {background: transparent url(../images/navigation/nav_links_off.gif) left top no-repeat; }
#nav_links a:visited:hover {background: transparent url(../images/navigation/nav_links_off.gif) left top no-repeat; }
#nav_links_selected {left: 478px; width: 52px; background: transparent url(../images/navigation/nav_links_off.gif) left top no-repeat; }

#nav_forums {left: 549px; width: 70px; background: transparent url(../images/navigation/nav_forums.gif) left top no-repeat; }
#nav_forums a:hover {background: transparent url(../images/navigation/nav_forums_off.gif) left top no-repeat; }
#nav_forums a:visited:hover {background: transparent url(../images/navigation/nav_forums_off.gif) left top no-repeat; }

#nav_contact {left: 637px; width: 77px; background: transparent url(../images/navigation/nav_contact.gif) left top no-repeat; }
#nav_contact a:hover {background: transparent url(../images/navigation/nav_contact_off.gif) left top no-repeat; }
#nav_contact a:visited:hover {background: transparent url(../images/navigation/nav_contact_off.gif) left top no-repeat; }
#nav_contact_selected {left: 637px; width: 77px; background: transparent url(../images/navigation/nav_contact_off.gif) left top no-repeat; }

/* --- GENERAL STYLES --- */

#container { 
	width: 970px;
	border-right: none 10px #b61b1f;
	border-left: none 10px #b61b1f;
	border-bottom: solid 6px #b61b1f;
	margin: 0 auto 0px auto; 
	background: transparent url(../images/watermark.gif) bottom right no-repeat;
	padding: 0;
	text-align:left;
	height: auto;
}


div.hr {
	margin: 0;
	padding: 0;
	border-top: 2px solid #ed1c24;
}

div.hr hr {
	display: none;
}



#header {
	background: transparent url(../images/mitsubishi.jpg) top left no-repeat;
        width: 100%;
	height: 201px;


}
#mitsubishi_club {
	margin: 52px 25px 0 17px;
	background:  url(../images/mitsubishi_club.gif) top left no-repeat;
	width: 256px;
	height: 53px;
	float: left;
	position: absolute;
}

#mitsubishi_club a {
	background: transparent url(../images/mitsubishi_club.gif) top left no-repeat;
	width: 256px;
	height: 53px;
	display: block;
}

#mitsubishi {
	margin: 6px 0 0 288px;
	background: transparent url(../images/mitsubishi.jpg) top right no-repeat;
	width: 450px;
	height: 134px;
	float: right;
	position: absolute;
}

#content {
	margin-top:15px;
	width: 920px;
	background: #fff url(../images/main_back.jpg) top left repeat-y;
	padding-top: 45px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#content_left {border-right: 2px none #b8b9be;
	width: 665px;
	float: left;
}

#content_right {
	width: 210px;
	float: right;
}

#content2 {
	margin: 5px;
	display: table;
	background: #fff;
	width: 665px;
}

#disclaimer {
	width: 970px;	background: transparent url(../images/footer.jpg) top left no-repeat;
	height: 65px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	border-left: none 2px #eee;
	line-height: 18px;
	height: 30px;
	padding-left: 19px;padding-top: 12px;
	float: left;
	color: #aaa;
	font-size: 12px;
	position: absolute;
}

#beeinteractive {
	margin: 2px 0 0 800px;
	float: left;
	position: absolute;
	background: transparent url(../images/) right top no-repeat;
}

#beeinteractive a {
	background: transparent url(../images/) left top no-repeat;
	width: 130px;
	height: 27px;
	display: block;
}

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input.field, textarea.field, select.field {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	background: #fbfbfb;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px 1px;
}

textarea {
	overflow: auto;
}

textarea, select {
	padding: 0;
}

.submit {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	background: #cb1920;
	color: #666;
	border: 1px solid #cb1920;
	padding: 0 1px 1px 1px;
	height: 19px;
	color: #fbfbfb;
	text-transform: uppercase;
}

.required {
	color: #cb1920;
}

/* ---- IMAGE STYLES ---- */

.image {
	border: solid 5px #ddd;
}

/* ----- PAGE STYLES: NEWS ----- */

.readmore {
	margin-top: -5px;
	text-align: right;
	color: #ed1c24;
}

/* ----- PAGE STYLES: CONTACT ----- */

.contact_form {
	margin: 0;
	padding: 1px 0 0 0;
	width: 75px;
	font-weight: bold;
	float: left;
}

/* ----- PAGE STYLES: MERCHANDISE ----- */

#cart {
	position: absolute;
	margin: -5px 0 0 360px;
	width: 116px;
	padding: 2px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	border: dashed 1px #ddd;
}

#cart span {
	font-size: 9px;
	color: #ed1c24;
	font-weight: bold;
	text-transform: uppercase;
}

#cart:hover {
	text-decoration: none;
	border: dashed 1px #bbb;
}

#breadcrumb {
	margin: 0 0 10px 0;
	font-weight: 9px;
}

#breadcrumb span {
	color: #ed1c24;
}

.cart_row {
	border-bottom: dashed 1px #ccc;
}

.cart_cell {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 4px 5px 4px 0;
	text-indent: 5px;
}

.checkout_row {
	border-bottom: dashed 1px #ccc;
	float: left;
	width: 340px;
}

.checkout_cell {
	float: left;
	line-height: 20px;
	margin: 7px 0;
}

.cat_box {
	float: left;
}

.cat_box a {
	display: block;
	width: 150px;
	height: 55px;
	background: #efefef url(../images/merchandise/cat_bg.gif) top left repeat-x;
	border: solid 5px #ccc;
	text-align: center;
	font-size: 20px;
	color: #ed1c24;
	line-height: 25px;
	margin: 10px 20px 15px 0;
}

.cat_box a:hover {
	border: solid 5px #ed1c24;
	text-decoration: none;
}

.catalog_box {
	float: left;
	margin: 0 20px 15px 0;
}

.catalog_box a {
	float: left;
	display: block;
	width: 218px;
	height: 50px;
	text-align: center;
	background: #f3f3f3;
	border: dashed 1px #ccc;
	line-height: 30px;
	font-size: 14px;
	color: #ed1c24;
}

.catalog_box a span {
	line-height: 10px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.catalog_box a:hover {
	text-decoration: none;
	background: #f1f1f1;
	border: dashed 1px #ed1c24;
}

.product_enlarge {
	background: #ccc;
	display: block;
	width: 170px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 2px;
	text-transform: uppercase;
	color: #333;
}

.product_enlarge:hover {
	background: #ed1c24;
	color: #fff;
	text-decoration: none;
}

.product_title {
	font-size: 18px;
	color: #ed1c24;
	margin: 0;
	float: left;
}

.product_price {
	font-size: 13px;
	float: right;
	font-weight: bold;
}






















