﻿body, html {
	margin: 0;
	padding: 0;
	font-size : 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #7F7F7F;
}

#logolist {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
}
#logolist .logo img {
	border: 1px solid #808080;
}


#page {
	text-align: center;
	background: url(images/page_bg.gif) center #7F7F7F repeat-y;
}
.price {
	background-color: #CC3300;
	color: #FFFFFF;
	padding: 3px 6px 3px 6px;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.price sub {
	vertical-align: baseline;
}
sup {
	font-size: 0.9em;
	vertical-align: baseline;
}
sub {
	font-size: 0.75em;
	vertical-align: bottom;
}
#frame {
	width: 780px;
	margin-right: auto;
	margin-left: auto !important; /* stupid ie... */;
	margin-left: 1px;
	margin-top: 0px;
	padding: 0;
	text-align: left;
    border-bottom: 1px dotted silver;
}
/*-----------GENERAL STYLING--------------*/
a {
	color: #515151;
	text-decoration: none;
}
#content a {
	border-bottom: 1px dotted silver;
}
#content a:hover {
	border-bottom: 1px dotted #FF3C00;
}
img {
	border: 0;
}
.underline {
	text-decoration: underline;
}
/*------HEADER------*/
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto !important; /* stupid ie... */;
	margin-left: 1px;
	margin-top: 0px;
	padding: 0px;
}
#title_image {
	margin: 0;
	text-align: left;
	display: block;
	height: 95px;
	background: center center transparent repeat-y;
}
#title {
	background: url(images/header.gif) top #7F7F7F no-repeat;
	height: 76px;
	margin: 0;
	padding: 25px 25px 0 25px;
	clear: both;
	text-align: left;
}
html > body #title {
	height: 51px;
}
#title h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: .7em;
	font-size: 2.1em;
	letter-spacing: -.1em;
	font-family: helvetica;
}
#title h1 a {
	color: white;
	display: block;
	text-align: left;
}
.description {
	color: #c9e45a;
}
/* ------ menu -------- */
.menu {
	list-style-type: none;
	background: url(images/menu_bg.gif) 50% 0 #515151 repeat-x;
	margin: 0;
	padding: 0;
	height: 80px;
	width: 780px;
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
}
.menu li {
	background: none;
	padding: 0;
	display: table-row;
	vertical-align: middle;
	float: left;
	height: 80px;
}
.menu li.last_menu, .menu li.right_menu {
	float: right;
}
.menu li a {
	font-size: .8em;
	text-transform: uppercase;
	line-height: normal !important;
	line-height: 80px;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding: 0 4px 0 5px;
	background: url(images/menu_triple.gif) top left transparent repeat-x;
}
.menu li a:hover, .menu li a:active {
	background-position: center left;
	color: #FFFFFF;
}
.menu li.current_page_item a {
	background-position: bottom left !important;
	color: #1F3700 !important;
}
.menu li a.first_menu {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-image: url(images/menu_start_triple.gif);
}
.menu li a.last_menu, .menu li a.last_menu_off {
	padding-right: 25px;
	background-repeat: no-repeat;
	background-image: url(images/menu_end_triple.gif);
	background-position: top right;
}
.menu li.current_page_item a.last_menu {
	background-position: bottom right !important;
}

.menu li a.last_menu:hover, .menu li a.last_menu:active {
	background-position: center right !important;
}
.menu li a {
	color: white;
	text-decoration: none;
}
/*--------FOOTER---------*/
#footer {
	padding-bottom: 4px;
	margin-bottom: 6px;
	background-color: #FF00FF;
	background: url(images/page_bottom.gif) bottom center transparent no-repeat;
}
#footer ul {
	list-style-type: none;
	vertical-align: top;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #666666;
	text-decoration: none;
	text-indent: 10px;
}
#footer ul li a img {
	margin-right: 5px;
	margin-left: 5px;
}
#footer li #far {
	float: right;
	clear: left;
}
#footer #lastfoot {
	vertical-align: bottom;
}
