@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.jpg) center repeat;
	font-size: 12px;
}

img {
	border: 0;
}

input, textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

a {
	color: #509EF0;
	text-decoration: underline;
}

a:hover {
	color: #509EF0;
	text-decoration: none;
}

p.error {
	color: #FF3300;
}

div.container {
	width: 900px;
	margin: 0 auto;
}

div#header {
	background: #FFFFFF url(images/header-bg.jpg) bottom repeat-x;
	height: 200px;
}

div#header div.container {
	height: 100%;
}

div#header div.container {
	height: 200px;
	background: #FFFFFF url(images/header.jpg) no-repeat;
}

div#menu {
	background: #FFFFFF url(images/menu-bg.jpg) bottom repeat-x;
	float: left;
	width: 100%;
}

div#menu div.container ul {
	list-style-type: none;
}

div#menu div.container ul li {
	float: left;
}

div#menu div.container ul li a {
	padding: 12px 30px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

div#menu div.container ul li a:hover {
	background: #FFFFFF url(images/menu-hover.jpg) bottom repeat-x;
}

div#columns {
	float: left;
	width: 100%;
	background: #FFFFFF url(images/columns-bg.jpg) bottom repeat-x;
}

div#top {
	float: left;
	width: 100%;
	height: 20px;
	background: #7BCB00 url(images/top-bg.jpg) top repeat-x;
	text-align: center;
}

div#top div.container p {
	font-size: 15px;
	margin: 20px;
	color: #FFFFFF;
	float: left;
}

div#left {
	float: left;
	width: 100%;
}

div#home-left {
	float: left;
	width: 500px;
}

div#left, div#home-left {
	line-height: 1.6;
}

div#left h1, div#home-left h1 {
	color: #509EF0;
	font-size: 18px;
	margin-bottom: 10px;
}

div#left h2, div#home-left h2 {
	color: #509EF0;
	font-size: 16px;
	margin-bottom: 10px;
}

div#left h3, div#home-left h3 {
	color: #FF6600;
	font-size: 14px;
	margin-bottom: 10px;
}

div#left ul, #home-left ul {
	margin: 20px;
	list-style-type: square;
}

div#left p, div#home-left p {
	margin-bottom: 15px;
}

div#left ul li, div#home-left ul li {
	padding-left: 10px;
	margin-left: 10px;
}

div#home-left ul.product li strong {
	color: #509EF0;
}

p.info {
	font-size: 11px;
	padding: 20px;
	margin-bottom: 0;
	background-color: #e5e5e5;
}

div#download-box {
	background: url(images/download-box.jpg) bottom repeat-x;
	padding: 30px;
	margin-bottom: 10px;
}

div#download-box h1 {
	color: #FF6600;
	font-size: 18px;
	margin-bottom: 10px;
}

div#download-box form input.text {
	padding: 5px;
	border: 1px solid #7ccb00;
	font-size: 14px;
}

div#download-box form input.text:hover {
	border-color: #FF6600;
}

div#download-box form input.button {
	padding: 5px 15px;
	background-color: #7CCB00;
	border: 1px solid #5bbe00;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}

div#download-box table td {
	padding: 5px 10px;
}

div#download-box table td.button {
	text-align: right;
}

div#download-box table th {
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
}

div.box {
	padding: 20px;
}

div#right {
	float: right;
	line-height: 1.6;
	width: 400px;
}

div#footer {
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background: url(images/footer-bg.jpg) top repeat-x;
}

div#footer div.container {
	padding: 20px 0;
	padding-top: 30px;
}

div#footer div.container ul {
	margin-bottom: 10px;
}

div#footer div.container ul li {
	display: inline;
}

div#footer a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 5px;
}

div#footer p {
	margin-bottom: 10px;
}