body
{
	background-color: #DDD;
	font-family: arial, non-serif;
}

body a
{
	color: #0A77D5;
}



#container
{
	width: 920px;
	margin: 0em auto;
	background-color: #FFF;
	border: thin solid #AAA;
	font-size: 0.8em;
	overflow:auto;
}

#banner
{
	height: 100px;
	width: 100%;
	background-color: #333;
	background-image: url('../img/banner.png');
	text-align: right;
}

#banner a img
{
	border: none;
	padding: 3px;
}

#navigation
{
	height: 20px;
	width: 100%;
	background-image: url('../img/navigation.png');
	border-top: thin solid #AAA;
	border-bottom: thin solid #AAA;
	padding-top: 5px;
}	

#navigation a
{
	color: #555;
	font-size: 1em;
	font-weight: bold;
	margin-left: 47px;
	text-decoration: none;
}

#navigation a:hover
{
	color: #0A77D5;
}

#content
{
	width: 100%;
}

#content a img
{
	border: none;
}

#content_single
{
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-style: arial, non-serif;
	font-size: 1.2em;
	color: #444;
	line-height: 1.3em;
}

#content_single h1
{
	font-size: 1.2em;
	color: #444;
}

#content_single h2
{
	font-size: 1.0em;
}

#content_single h3
{
	font-size: 0.9em;
	margin-bottom: -15px;
}

#content_single ul
{
	list-style-type: square;
	margin-top: -10px;
}

#content_single a
{
	text-decoration: none;
	line-height: 1.8em;
}

#empty
{
	height: 660px;
	width: 100%;
}

.screenshot
{
	float:left;
	width: 200px;
	height: 200px;
	
	padding-left: 40px;
	padding-top: 40px;
}
.screenshot a img
{
	border:none;
}


table.features
{ 
	margin: 0em auto;
	text-align: center;
	text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 500px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.features_top
{ 
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #DEDEDE
	text-align: center;
	text-indent: 5px;
	font-family: Verdana, sans-serif, arial;
	font-weight: bold;
	font-size: 14px;
	color: #404040; 
}

td.features_odd
{ 
	border-bottom: 1px solid #6699CC;
	border-top: 0px;
	border-left: 1px solid #6699CC;
	border-right: 0px;
	text-align: center;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	padding-top:10px;
	padding-bottom:-10px;
	background-color: #E5EAFF; 
}

td.features_odd_name
{ 
	border-bottom: 1px solid #6699CC;
	border-top: 0px;
	border-left: 1px solid #6699CC;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 13px;
	color: #404040;
	background-color: #E5EAFF; 
}

td.features_even
{ 
	border-bottom: 1px solid #6699CC;
	border-top: 0px;
	border-left: 1px solid #6699CC;
	border-right: 0px;
	text-align: center;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	padding-top:10px;
	padding-bottom:-10px;
	background-color: #FFF; 
}

td.features_even_name
{ 
	border-bottom: 1px solid #6699CC;
	border-top: 0px;
	border-left: 1px solid #6699CC;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 13px;
	color: #404040;
	background-color: #FFF; 
}

#buy_basic
{
	width: 600px;
	height: 400px;
	margin: 0em auto;
	background-image: url('../img/basic.png');
}

#buy_pro
{
	width: 600px;
	height: 400px;
	margin: 0em auto;
	background-image: url('../img/pro.png');
}

.description
{
	font-size: 0.8em;
	color: #333;
	width: 200px;
	text-align: justify;
	line-height: 0.9em;
	margin-top: 10px;
}

.download_description
{
	font-size: 0.8em;
	color: #777;
	width: 200px;
	text-align: justify;
	line-height: 0.9em;
	margin-top: 10px;
}

#content_left
{
	text-align: left;
	width: 580px;
	margin-left: 20px;
	padding-right:20px;
}

#content_left h1
{
	font-size: 1.9em;
	color: #3A3A3A;
}


#content_right
{
	float: right;
	width: 260px;
	margin-right: 20px;
}

#content_right h1
{
	background-color: #D5D5D5;
	background-image: url('../img/box_head.png');
	color: #555;
	height: 18px;
	font-size: 1.2em;
	padding-left: 4px;
	border: thin solid #AAA;
	margin-top: 20px;
}

#content_right h2
{
	font-size: 1em; 
	margin-bottom: -10px;
}

#content_right h3
{
	font-size: 0.8em;
	color: #777;
	margin-bottom: 0px;
}

#content_right a
{
	color: #0A77D5;
	text-decoration: none;
}

.textbox 
{
background-color: #EEE;
	margin-top: -10px;
	border-left: thin solid #AAA;
	border-right: thin solid #AAA;
	border-bottom: thin solid #AAA;
	padding: 4px;
	padding-top: 1px;
	margin-bottom: 20px;
}



#content_right ul
{
	list-style-type: square;
}

#content_right li
{
	margin-left: -10px;
	margin-bottom: 6px;
}

#features
{
	width: 580px;
	font-size: 1.2em;
	font-weight: bold;
	color: #3A3A3A;
	text-align: left;
	margin-top: 15px;
}

#footer
{
	height: 30px;
	width: 900px;
	margin: 0em auto;
	margin-top: 5px;
	font-size: 0.8em;
}

#footer a
{
	color: #0A77D5;
	text-decoration: none;
}
