@CHARSET "UTF-8";

/*
* Layout
*/

body {
	margin: 0;
	background: transparent url(images/static/background.jpg) repeat-x 0 0;
	background-color: #203D7F;
}

#container {
	overflow: hidden;
	background-color:#FFFFFF;
	width: 897px;
	min-height: 850px;
}

#header {
	/*background: #FFFFFF url(images/static/header_flash.png) no-repeat center;*/
	background: #FFFFFF;
	width: 897px;
	height: 152px;
}

#navigation {
	background: #FFFFFF;
	width: 897px;
	height: 35px;
	vertical-align: top;
}

#menu {
	background: #FFFFFF;
	width: 192px;
	/*height: 520px;*/
	float: left;
}

.menubox {
	border: solid 2px #0093DD;
	border-top: 0px;
	margin: 0px 4px 0px 4px;
}

#menubox-tracks {
	margin-bottom: 16px;
}

#content {
	background-color: #FFFFFF;
	width: 513px;
	/*height: 520px;*/
	float: left;
}

.contentbox {
	border: solid 2px #F8C301;
	border-top: 0px;
	margin: 0px 4px 0px 4px;
	/*height:500px;*/
	overflow:hidden;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:5px;
}

#ads {
	background-color: #FFFFFF;
	width: 192px;
	/*height: 520px;*/
	float: left;
}

.adbox {
	border: solid 2px #0093DD;
	border-top: 0px;
	margin: 0px 4px 0px 4px;
	height:192px;
}

#footer {
	background: url(images/static/footer.png) top no-repeat;
	width: 897px;
	padding-top:6px;
	color:#FFFFFF;
	float:left;
	background-color: #203D7F;
	margin-top:8px;
	
	height:240px; /* resolve issue with clipped menu (any absolute menu which is longer than content - kind of)*/
}

#copyright {
	font-size:12px;
}


@media print {
	.noprint {
		display:none;
	}
	
	body {
		margin: 0;
		background: none;
		background-color: #FFFFFF;
	}
	
	#content {
		background-color: #FFFFFF;
		width: 100%;
		float: none;
	}
	
	.contentbox {
		border: 0px;
		overflow:hidden;
		font-size:12px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
	}
}

/*
*Menu
*/

.menu_item {
	position: relative;
	color:#8B8B8B;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:175%;
	white-space:nowrap;
	margin-right:5px;
}

.menu_item:hover {
	color: #0093DD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:175%;
}

.menu_item a {
	color:#8B8B8B;
	text-decoration: none;
}

.menu_item a:hover {
	color:#0093DD;
	text-decoration: none;
}

.submenu {
	position: absolute;
	top: 0;
	left: 100px;
	background: #FFFFFF;
	border: solid 2px #0093DD;
	visibility:hidden;
	z-index:9;
	min-width: 110px;
}

.menu_item:hover .submenu {
	visibility:visible;
}

.subsubmenu {
	position: absolute;
	top: 0;
	left: 100px;
	background: #FFFFFF;
	border: solid 2px #0093DD;
	visibility:hidden;
	z-index:10;
	/*width: 325px;*/
}

.submenu .menu_item:hover .subsubmenu {
	visibility:visible;
}

.arrow {
	padding-left: 10px;
	padding-right: 5px;
}

.arrows {

}

.menu_promo {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:175%;
}

/*
*Content
*/

.product_thumb {
	margin: 0px;
}

.map_thumb_pic {
	float:left;
	width:62px;
	margin:10px;
	padding-top:0px;
}

.plate_thumb_pic {
	float:left;
	width:165px;
	margin:10px;
	padding-top:0px;
}

.content_img {
	border:1px;
	border-color:#454545;
	border-style:solid;
}

.map_thumb_desc {
	float:left;
	width:409px;
	margin:0px 10px 10px 0px;
}

.plate_thumb_desc {
	float:left;
	width:306px;
	margin:0px 10px 10px 0px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0093DD;
}

.product_title {
	text-align:center;
}

.product_images {
	margin:2px;
	margin-bottom:10px;
}

.product_desc {
	margin:0px 10px 10px 10px;
}

.content_link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#0093DD;
}
