/* CSS Document */

html {
	height: 99%;
}
body {
	height: 99%;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
	font-size: 1.4em;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style-image: url(images/bullet_lt.gif);
	margin-left: 1.5em;
	margin-top: 1em;
}
ul li {
	margin-bottom: 0.5em;
}
table {
	margin-top: 1em;
}
table td {
	padding-bottom: 0.5em;
	padding-right: 1em;
}
#container {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3EB54A;
	color: #FFFFFF;
	margin-top: 25px;
}
#container a {
	color: #FFFFFF;
}
#container a.link-buy {
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 1em;
}
#container a.link-buy:hover {
	background-color: #FFFFFF;
	color: #3EB54A;
	text-decoration: none;
}
#container a.badge-home {
	position: absolute;
	top: 210px;
	left: 300px;
}
#container a.badge-about {
	position: absolute;
	top: 150px;
	left: 280px;
}
#main-left {
	float: left;
	width: 440px;
	background-color: #005E00;
	border-right: 1px solid #FFFFFF;
}
#main-right {
	float: right;
	min-height: 379px;
	* height: 379px;
	width: 320px;
	padding: 10px 9px 10px 10px;
}
#main-nav {
	height: 39px;
	line-height: 39px;
	padding-left: 20px;
	border-bottom: 1px solid #FFFFFF;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav ul li {
	float: left;
	margin-left: 1em;
	padding-left: 1.5em;
	margin-bottom: 0;
	background-image: url(images/bullet_dk.gif);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 1.2em;
}
#main-nav ul li.nav-first {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}
#main-title {
	height: 64px;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
}
.bg-home {
	background-image: url(images/bg_dvd.jpg);
	background-repeat: no-repeat;
	background-position: 95% 99%;
}
.float-clear {
	clear: both;
}