﻿/* CSS layout */
body {
	padding: 0;
}
#masthead {
	min-width: 750px;
	background-image: url('images/middle3.png');
}
#top_nav {
}
#container {
	min-width: 600px;
}
#left_col {
	width: 170px;
	float: left;
	background-color: #b5b5b5;
	z-index: 2;
}
#page_content {
	margin: 55px 15px 15px 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	font-size: small;
}
#footer {
	clear: both;
	background-color: #59174b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
	color: #CCFFFF;
	padding-top: 25px;
	padding-bottom: 15px;
}
#footer a:link {
	color: White;
}
#footer a:visited {
	color: #FF9933;
}
#footer a:hover {
	color: Yellow;
}
#footer a:active {
	color: #66CCFF;
	background: orange;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #000080;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#trybuypanel {
	margin-top:10px;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

#buy {
	width: 163px;
	float: left;
}
#buy a {
	height: 23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 23px;
	text-decoration: none;
}
#buy a:link, #buy a:visited {
	color: #FFF;
	display: block;
	background: url("images/buybutton.png");
	padding: 8px 0 0 10px;
}
#buy a:hover {
	color: #FFF;
	background: url("images/buybutton.png") 0 -31px;
	padding: 8px 0 0 10px;
}

#try {
	width: 163px;
	float: right;
}
#try a {
	height: 23px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 23px;
	text-decoration: none;
}
#try a:link, #try a:visited {
	color: #FFF;
	display: block;
	background: url("images/trybutton.png");
	padding: 8px 0 0 10px;
}
#try a:hover {
	color: #FFF;
	background: url("images/trybutton.png") 0 -31px;
	padding: 8px 0 0 10px;
}
h3 {
	font-size: small;
	font-weight: bold;
	background-color: #f0f2ff;
}
li {
	margin-bottom: 12px;
}

#menu5 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	padding: 0;
}
#menu5 li {
	margin-bottom:auto;
}
#menu5 img {
	border: none;
}
/*- Menu 5--------------------------- */
#menu5 {
	width: 150px;
	margin: 10px;
}
#menu5 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}
#menu5 li a:link, #menu5 li a:visited {
	color: #FFF;
	display: block;
	background: url("images/menu5.gif");
	padding: 8px 0 0 10px;
}
#menu5 li a:hover, #menu5 li #current {
	color: #FFF;
	background: url("images/menu5.gif") 0 -32px;
	padding: 8px 0 0 10px;
}

