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

body {
	background:url(images/style/background.jpg);
	background-color:#333;
	margin:0px auto;
	text-align:center;
}

div.header {
	margin:0px auto;
	width:750px;
	height:150px;
	background:url(images/style/header.png);
}

div.toolbar {
	margin:0px auto;
	padding-top:10px;
	padding-right:20px;
	width:730px;
	height:30px;
}

div.navigation {
	margin:0px auto;
	width:750px;
	height:60px;
	background:url(images/style/navigation.png);
}

div.container_top {
	margin:0px auto;
	width:750px;
	height:20px;
	padding:0px;
	background:url(images/style/container_top.png);
}

div.indexcontainer_top {
	margin:0px auto;
	width:750px;
	height:250px;
	padding:0px;
	background:url(images/style/index.png);
}
	
div.container {
	margin:0px auto;
	padding:25px;
	width:700px;
	background:url(images/style/container.png);
}

div.section {
	margin:0px auto;
	padding:10px;
	width:680px;
	background:url(images/style/section.png) no-repeat;
	border-top:1px solid #FFF;
	overflow:auto;
}

div.accessory {
	float:left;
	text-align:center;
	width:300px;
	margin-right:20px;
}

div.secondary_navigation {
	margin:0px auto;
	width:750px;
	height:30px;
	border-top:1px solid #FFF;
}

/* Navigation */

.navigation ul {
	float:left;
	list-style:none;
	width:730px;
	height:40px;
	margin:10px;
	padding:0px;
}

.navigation li {
	float:left;
	padding-top:0px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	height:40px;
	width:94px;
}

.navigation a {
	display:block;
	text-decoration:none;
	color:#e8e77e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	width:94px;
	padding-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	line-height:40px;
}

.navigation a:Hover {
	text-decoration:underline;
	color:#fff;
}

.secondary_navigation ul {
	float:left;
	list-style:none;
	width:740px;
	height:20px;
	margin:5px;
	padding:0px;
}

.secondary_navigation li {
	float:left;
	padding-top:0px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	height:20px;
	width:95px;
}

.secondary_navigation a {
	display:block;
	text-decoration:none;
	color:#c80202;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	font-weight:normal;
	width:95px;
	padding-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	line-height:20px;
}

.secondary_navigation a:Hover {
	text-decoration:underline;
	color:#e8e77e;
}

/* text */

p {
	margin-top:5px;
	text-align:justify;
	font-family:Verdana;
	font-size:0.8em;
	line-height:1.6em;
	color:#c80202;
}

h1 {
	margin-bottom:10px;
	font-family:Verdana;
	text-align:left;
	font-size:1.2em;
	color:#e8e77e;
}

.toolbar img {
	float:right;
	margin-left:10px;
	border:0px;
}

a.nochex {
	float:left;
	margin:0px;
	padding-bottom:5px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	font-family:verdana;
	font-size:0.6em;
	font-weight:normal;
	height:0.6em;
	line-height:0.6em;
	clear:both;
}

a:Hover.nochex {
	text-decoration:underline;
	color:#e8e77e;
}

.section h1 {
	font-family:Verdana;
	text-align:left;
	font-size:0.8em;
	color:#fff;
	background:url(images/style/sectiontitle.png) no-repeat;
	line-height:30px;
	padding-left:20px;
}

.section a {
	float:right;
	margin-right:10px;
	padding-bottom:10px;
	text-decoration:none;
	color:#fff;
	text-align:right;
	font-family:verdana;
	font-size:0.8em;
	font-weight:normal;
	height:1.2em;
	line-height:1.2em;
	clear:both;
}

.section a:Hover {
	text-decoration:underline;
	color:#e8e77e;
}

.section ul {
	list-style:disc;
	margin-left:40px;
	padding:0px;
}

.section li {
	margin-top:10px;
	text-align:justify;
	font-family:Verdana;
	font-size:0.8em;
	line-height:1.6em;
	color:#c80202;
	font-weight:normal;
}

.section img {
	float:right;
	padding-left:20px;
	margin-bottom:10px;
}

.accessory h2 {
	margin-bottom:5px;
	font-family:Verdana;
	text-align:left;
	font-size:0.8em;
	color:#e8e77e;
}

.accessory img {
	text-align:left;
	float:left;
	clear:both;
	margin-right:10px;
}

div.indexpromo {
	margin:0px auto;
	margin-bottom:10px;
	height:163px;
	width:650px;
	background:url(images/style/indexpromo.png);
}

.indexpromo img {
	margin-top:35px;
	margin-left:15px;
	margin-right:15px;
}