
body {
	font: 13px verdana, geneva, sans-serif;
	word-spacing: 1px;
	color:#000;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

h1, h2, h3, h4, h5, h6 {color:#333; letter-spacing:-1px; font-family:verdana,geneva,sans-serif; margin:.9em 0 .3em; font-weight: bold;}
h1 {font-size:146%;margin-top:.6em;}
h2 {font-size:136%;}
h3 {font-size:126%;}
h4 {font-size:116%;}
h5 {font-size:106%;}
h6 {font-size:96%;} 

.errors {
	color: red;
}

ol li {
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: inside;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#logo {
	margin-top: 6px;
	height: 74px;
	width: 351px;
	background: url(../images/website_logo.png) no-repeat;
	float: left;
}

#omrbck {
}

#createdby {
        margin-top: 64px;
        height: 10px;
        width: 134px;
	padding-right: 98px;
        background: url(../images/created_by_logo.png) no-repeat;
        float: right;
}

#buybackground {
	border: 4px solid #88D065;
        background: #eee; 
	padding: 25px;
        text-align: center;
}

#buybackground a {
	font-size: 14px;
}

#iconlogo {
        height: 57px;
        width: 79px;
        background: url(../images/icon.png) no-repeat;
	padding: 4px;
        float: right; 
}

#macicon {
        height: 18px;
        width: 17px;
        background: url(../images/icon_macos.png) no-repeat;
}

#windowsicon {
        height: 18px;
        width: 21px;
        background: url(../images/icon_win_new.png) no-repeat;
}

#linuxicon {
        height: 18px;
        width: 18px;
        background: url(../images/icon_linux.png) no-repeat;
}

#downloadicon {
        height: 110px;
        width: 229px;
        background: url(../images/download_version_1.png) no-repeat;
}

#quickstarticon {
        height: 107px;
        width: 229px;
        background: url(../images/quickstart.png) no-repeat;
}

#recognitionicon {
        height: 97px;
        width: 229px;
        background: url(../images/recognition.png) no-repeat;
}

#brochureicon {  
        height: 108px;
        width: 229px;
        background: url(../images/brochureicon.png) no-repeat;
}

#downloadbetaicon {
        height: 110px;
        width: 245px;
        background: url(../images/download_beta_version.png) no-repeat;
}

#buyicon {
        height: 75px;
        width: 229px;
        background: url(../images/buy.png) no-repeat;
}

#diagram {
        height: 380px;
        width: 254px;
        background: url(../images/diagram.png) no-repeat;
}

#iconcorner {
	background-image: url(../images/cornerbg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#header {
margin-bottom:20px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header .nav {
  position:relative;
	clear:both;
	background:url(../images/nav.png) top repeat-x #88d065;
	border-bottom:2px solid #88d065;
	border-top:2px solid #76ca5c;
	border-left:2px solid #76ca5c;
	border-right:2px solid #76ca5c;
	height: 40px;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header .nav a {
	color:#fff;
	font:17px Trebuchet MS;
	text-decoration:none;
	line-height: 43px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
}

#header .nav a:hover {
	background:url(../images/tabbg.png) top repeat-x;
}

#header .nav li.active a{
	background:url(../images/tabbg.png) top repeat-x;
}

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	background:#88d065;
	padding:5px 0px 7px 0px;
	font:90% Verdana;
	color: #e6ffd5;
	border-bottom:2px solid #76ca5c;
	border-left: 2px solid #76ca5c;
	border-right: 2px solid #76ca5c;
  	display:none;
 	position:absolute;
	top:40px;
	width: 100%;
	left: -2px;
}

#header .active ul, #header li:hover ul{
	display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .subnav a {
	color:#e6ffd5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #88d065;
}

#header .subnav a:hover {
	border-bottom:2px solid #76ca5c;
	color:#fff;
}

#header .subnav li.active a{
	border-bottom:2px solid #76ca5c;
	color:#fff;
	text-decoration: underline;
}


#sidebar {
	background:#fff;
	width:280px;
	padding:10px 20px 20px 5px;
	float:left;
	color:#666;
}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:255px;
	float:right;
	padding-left: 10px;
	padding-bottom: 20px; 
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
	padding:20px 0 0 20px;
}

#contentnobg {
        padding:20px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:140% Arial;
	color:#235700;
}

h2 a {
	color:#235700;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:135% Trebuchet MS;
	margin:10px 0;
	font-weight: bold;
}

#content ul {
	line-height:25px;
	padding-left: 25px;
	padding-bottom: 20px;
}

.contenttick {
	list-style-image: url(../images/tick.png);
	list-style-position: inside;
}

#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#235700;
}
#contentnorightbar ul span {
	color:#444;
}

label {
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding:4px;
	font:90% Verdana;
}

textarea {
	padding:4px;
	font:90% Verdana;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
