/*
 * Main layout
 */
.container {
	width: 900px;
	margin: 10px auto;
	margin-bottom: 0;
	background: url(middle.gif) repeat-y;
}

.container-with-menu {
	background: url(middle_left_menu.gif) repeat-y;
}

.header {
	height: 90px;
	padding-top: 10px;
	background: url(header.jpg) no-repeat center top;
}

.navigator {
	height: 25px;
	border-top: 1px solid #a6a0a1;
	border-bottom: 1px solid #a6a0a1;
	margin: 0 6px;
	background: url(navigator.gif) repeat-x;
}

.navigator a, .navigator a:visited {
	display: block;
	width: 105px;
	padding: 5px;
	height: 15px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #626262;
	border-right: 1px solid #cecece;
}

.navigator a:hover {
	text-decoration: none;
	color: #80004d;
	background: url(navigator_hover.gif) repeat-x;
}

.navigator a.active {
	text-decoration: none;
	color: #80004d;
	background: url(navigator_hover.gif) repeat-x;
}

.navigator a:link, .navigator a:visited, .navigator a:active {
	text-decoration: none;
}

.content {
	background: url(content_background.gif) no-repeat center bottom;
	min-height: 430px;
	_height: 430px;
	padding-bottom: 15px;
}

.content .submenu, .content .sublv_menu {
	width: auto;
	border-top: 1px solid #cccccc;
	margin-left: 6px;
	padding: 0;
	float:left;
	display: inline;
}

.content .submenu h2, .content .sublv_menu h2, .content .submenu h2 a:link, .content .sublv_menu h2 a:link {
	background: url(submenu_header.gif) repeat-x;
	color: white;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 0 10px;
	height: 21px;
	width: 174px;
}

.content .submenu a, .content .sublv_menu a {
	display: block;
	width: 174px;
	height: 20px;
	border-bottom: 1px solid #e7e7e7;
	text-decoration: none;
	padding: 5px 0 0 10px;
	font-size: 11px;
}
.content .submenu a:hover, .content .submenu a.odd:hover, .content .submenu a.even:hover, .content .sublv_menu a:hover, .content .sublv_menu a.odd:hover, .content .sublv_menu a.even:hover {
	text-decoration: none;
	background: url('navigator_hover.gif') repeat-x;
	font-weight: bold;
}
.content .submenu a.active, .content .sublv_menu a.active {
	text-decoration: none;
	background: url('navigator_hover.gif') repeat-x;
	font-weight: bold;
	color: #80004d;
}
.content .submenu a.odd, .content .sublv_menu a.odd {
	background: url('submenu_odd.gif') repeat-x;
}
.content .submenu a.even, .content .sublv_menu a.even {
	background: url('submenu_even.gif') repeat-x;
}

.content .subcontent {
	margin-left: 200px;
	width: 670px;
	position: relative;
	padding: 0.5em;
}

#copyright {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  font-size: 9px;
  width: 850px;
  margin: 10px auto;
  margin-bottom: 0;
}
#copyright a { color: #000000; text-decoration: none; }
#copyright a:hover { color: #000000; text-decoration: underline; }

#small {
	font-size: 9px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #000;
}


.subcontent h2 {
	margin: 14px 0px 14px 0px;
}

h3 {
	margin: 12px 0px 6px 0px;
}

.content .top {
	width: 750px;
	height: 240px;
	margin: auto;
	margin-top: 15px;
	background: url(separator_horizontal.gif) no-repeat center bottom;
}

.content .top .prices {
	float: right;
	width: 190px;
	padding-left: 30px;
	background: url(separator_vertical.gif) no-repeat left center;
}

.content .top .button .bodytext {
	float: right;
	width: 270px;
	padding-top: 10px;
}

.content .top .button {
	width: 500px;
}

.content .bottom {
	width: 750px;
	margin: auto;
	clear: both;
	background: url(separator_horizontal.gif) no-repeat center bottom;
	height: 200px;
	padding-bottom: 10px;
}

.content .bottom .categories {
	width: 400px;
}

.content .bottom .categories table {
	width: 400px; margin-top: 10px;
}

.content .bottom .categories td {
	vertical-align: top;
}

.content .bottom .categories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.content .bottom .categories a {
	color: #222;
	padding: 1px 0 1px 20px;
	margin-bottom: 5px;
	font-size: 13px;
	letter-spacing: 0.2px;
}

.content .bottom .categories a:hover {
	background: url(arrow.gif) no-repeat center left;
	text-decoration: underline;
	color: #80004d;
}

.horizontal-spacer {
	background: url(separator_horizontal.gif) no-repeat center bottom;
	clear: right;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
