body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#252985;
}

img {
	border:0px;
}

table.admin td {
	padding-left:4px;
}

tr.dark {
	background-color:#ECECEC;
}

#everything {
	margin:0px;
	padding:0px;
	text-align:center;
}

#header {
	width:100%;
	height:175px;
	background-image:url(/images/header.png);
	margin:0px;
	padding:15px 0px 0px 0px;
}

div#nav {
	text-align:center;
	background-image:url(/images/nav.png);
	margin:0px;
	padding:0px;
	height:38px;
	width:100%;
}

div#nav2 {
	width:899px;
	height:38px;
	text-align:center;
}

div.split {
	margin:1px 0px 0px 0px;
	padding:0px;
	width:5px;
	height:36px;
	background-image:url(/images/split.png);
	background-repeat:no-repeat;
	float:left;
}

div.nav {
	margin:1px 0px 0px 0px;
	width:144px;
	height:36px;
	min-height:36px;
	text-align:center;
	font-family:Arial, sans serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	float:left;
}

a.nav {
	position:relative;
	top:9px;
	text-decoration:none;
	color:#000000;
}

a.nav2 {
	position:relative;
	top:2px;
	text-decoration:none;
	color:#000000;
}

#content {
	width:890px;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
	border-style:solid;
	border-width:0px 4px 4px 4px;
}

#footer {
	font-family:Arial;
	font-size:12px;
	text-align:center;
}

h2 {
	margin:5px;
	text-align:center;
}

#title {
	color:#252985;
}

#category {
	border-spacing:20px;
}

td.item {
	margin-left:10px;
	margin-right:10px;
	width:246px;
	height:162px;
	padding:5px 10px 5px 10px;
	background-image:url(/images/category.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
}

.cat_title {
	font-size:18px;
	color:#252985;
	font-family:Arial;
	margin:0px 0px 10px 0px;
	text-align:left;
	text-decoration:none;
}

.cat_image {
	max-width:220px !important;
	max-height:120px !important;
	margin-left:25px;
}

div#video {
	text-align:center;
}

object#video {
	width:492px;
	height:300px;
}

embed#video {
	width:492px;
	height:340px;
}

#video_link {
	color:#252985;
}

a.manufact {
	color:#000000;
}

div.brand {
	display:none;
}

div.item {
	width:750px;
	padding:5px 15px 0px 15px;
	margin:0px 0px 10px 0px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px 0px 1px 0px;
	text-align:left;
}

h3.item {
	margin:0px;
	padding:0px;
	display:inline;
}

img.item {
	min-width:180px;
	max-height:150px;
	max-width:180px;
	padding:0px 10px 10px 0px;
	float:left;
	border-style:none;
}

a.pdf {
	text-decoration:none;
	color:#444444;
}

span.red {
	color:#ED0000;
}

td.cat_badge {
	margin-left:10px;
	margin-right:10px;
	width:246px;
	height:162px;
	padding:5px 10px 5px 10px;
	background-image:url(/images/badge.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
}

.badge_title {
	font-size:22px;
	color:#252985;
	font-family:Arial;
	margin:0px 0px -5px 0px;
	text-align:left;
	text-decoration:none;
}

img.cat_badge {
	max-width:220px !important;
	max-height:125px !important;
	margin-left:-10px;
}

.badge_num {
	color:#FFFFFF;
	font-family:Arial;
	font-size:25px;
	float:right;
	margin-right:11px;
	margin-top:102px;
	font-weight:bold;
}

.badge_num_s {
	color:#FFFFFF;
	font-family:Arial;
	font-size:25px;
	float:right;
	margin-right:18px;
	margin-top:102px;
	font-weight:bold;
}

/*----slideshow----*/

.gallery_container {
	float:left;
	min-width:295px;
}

.clear {
	clear:both
}

#gallery, #gallery2, #gallery3 {
	position:relative;
	height:200px
}
	#gallery a, #gallery2 a, #gallery3 a {
		float:left;
		position:absolute;
	}
	
	#gallery a img, #gallery2 a img, #gallery3 a img {
		border:none;
	}
	
	#gallery a.show, #gallery2 a.show, #gallery3 a.show {
		z-index:500
	}

	#gallery .caption, #gallery2 .caption2, #gallery3 .caption3 {
		z-index:600; 
		background-color:#555; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content, #gallery2 .caption2 .content2, #gallery3 .caption3 .content3 {
		margin:5px;
		text-align:right;
	}
	
	#gallery .caption .content h3, #gallery2 .caption2 .content2 h3, #gallery3 .caption3 .content3 h3 {
		margin:0;
		padding:0;
		color:#ffffff;
	}
	
	.slide_image {
		max-height:180px;
		max-width:290px;
	}
