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

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg_main.jpg) center repeat-y;
}

#container {
	width: 920px;
	height: auto;
	height: auto !important;
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -460px;
}

#navigation {
	width: 920px;
	height: 55px;
	margin: 15px 0 0 0;
	position: relative;
	float: left;
}

.navleft {
	width: 20px;
	height: 55px;
	position: relative;
	float: left;
	background: url(images2/nav_01.png) left top no-repeat;
}

.navmid {
	width: 880px;
	height: 55px;
	position: relative;
	float: left;
	background: url(images2/nav_02.png) top repeat-x;
}

.navmid img {
	margin: 4px 0 0 0;
}

.navright {
	width: 20px;
	height: 55px;
	position: relative;
	float: left;
	background: url(images2/nav_04.png) right top no-repeat;
}

#flash {
	width: 920px;
	height: 415px;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
	background: url(images/bg_flash.png) top no-repeat;
	text-align: center;
}

#info {
	width: 920px;
	height: 213px;
	margin: 10px 0 0 0;
	position: relative;
	float: left;
}

.box {
	width: 230px;
	height: 213px;
	position: relative;
	float: left;
	background: url(images/box.png) top no-repeat;
}

.box h1, .boxproduct h1 {
	margin: 10px 20px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.box h2, .boxproduct h2 {
	margin: 0 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 1.35em;
}

.box p {
	margin: 0 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
}

.box a, .boxproduct a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C80015;
	line-height: 1.5em;
	text-decoration: none;
}

.box a:hover, .boxproduct a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #C80015;
	line-height: 1.5em;
	text-decoration: none;
}

.boxproduct {
	width: 230px;
	height: 213px;
	position: relative;
	float: left;
	background: url(images/box_product.png) top no-repeat;
}

.boxproduct p {
	margin: 0 105px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
}

.menu {
	width: 900px;
	height: 55px;
	margin: 0 auto;
	z-index: 1000;
}

.menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.menu li {
	margin: 0;
	display: inline;
}

.menu li a {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 13px 10px;
	border-left: solid #BABFB7 1px;
	border-right: solid #BABFB7 1px;
	position: relative;
	float: left;
}

.menu li a:hover {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 13px 10px;
	border-left: solid #843F3B 1px;
	border-right: solid #DF9590 1px;
	position: relative;
	float: left;
	background: #B40F12;
}

.menu li.last a {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 13px 10px;
	border-left: solid #BABFB7 1px;
	border-right: solid #BABFB7 0px;
	position: relative;
	float: left;
}

.menu li.last a:hover {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 13px 5px 13px 10px;
	border-left: solid #843F3B 1px;
	border-right: solid #DF9590 0px;
	position: relative;
	float: left;
	background: #B40F12;
}

.menu li.first a {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 20px 4px;
	border-left: solid #BABFB7 0px;
	border-right: solid #BABFB7 1px;
	position: relative;
	float: left;
}

.menu li.first a:hover {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0 20px 4px;
	border-left: solid #843F3B 0px;
	border-right: solid #BABFB7 1px;
	position: relative;
	float: left;
	background: none;
}