* { margin:0;
    padding:0;
}
/* Eric Meyer Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
/* Basic Elements */
ul li { list-style: none; }
p, h1, h2, h3, h4, h5, h6, li {background: url('');}
a{ }
a:link, a:visited{
	text-decoration: none;
	color: #70BC10;
}
a:hover, a:active{
	text-decoration: underline;
	color: #70BC10;
}
.header {
	background-color: #000000;
	text-align: center;
}
.page {
	
  	font-family: verdana, arial, serif;
  	font-size: 12px;
	background-color: #FFFFFF;
	color: #010101;
	width: 960px;
	margin: 10px auto;
}
p {
	font-size:12px;
	padding: 5px 15px 5px 10px;
	color: #333333;
	line-height: 1.5;
}
.bottom_nav {
	margin-top:50px;
	background-color: #FAFAFA;
	font-size:12px;
	width: 960px;
	clear:both;
}
.footer {
	
	background-color: #F5F5F5;
}
.footnote {
	font-size:12px;
	padding: 5px;
	color: #cccccc;
	line-height: 1.2;
	text-shadow: none;
}
.all_browsers {
	background:url(../images/all_browsers.png) right no-repeat;
	height:32px;
}
.all_x_ie {
	background:url(../images/all_browsers_except_ie.png) right no-repeat;
	height:32px;
}
.all_browsers_incl_android {
	background:url(../images/all_browsers_incl_android.png) right no-repeat;
	height:32px;
}

clear {
	clear: both;
}
h1{ font-size:20px;padding: 10px 0 10px 0;}
h2{
	font-size:18px;
	padding: 15px 0 15px 0;
	border-bottom:1px solid #cccccc;
	text-transform: uppercase;
}
h3{ font-size:16px;
	padding: 15px 0 15px 10px;
	border-bottom:1px solid #cccccc;
	background-color:#FAFAFA;
}
h4{
	font-size:14px;
	padding: 10px;
}
.screenshot{
	background-image: url(images/bottom-shadow.png);
	padding-bottom:40px;
	width:300px;
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	margin-bottom:50px;
	
}
.wide {
	width: 960px;
	margin-top: 15px;
	margin-bottom:15px;
	clear: both;
}
.wide2{
	width: 960px;
	
	margin-top: 15px;
	margin-bottom:15px;
	clear: both;
}
.description{
	width:500px;
	float:left;
}
.author{
	width:160px;
	float:left;
	
}

/* menu */
.menuwrapper{width:100%;height:37px;background-color:#3D9B00;}
.topborder{
	height:1px;
	background-image: url(../images/topborder.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#000000;
}
.bottomborder{
	height:1px;
	background-image: url(../images/bottomborder.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFFFFF;
}
.ddsmoothmenu{
font: 12px Verdana;
background: #3D9B00; 
width: 960px;
/*height: 35px;*/
margin: 0 auto;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: #2d2b2b;
	padding: 10px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
	background-color: #3D9B00;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a:hover{
	background: #45B100; /*background of menu items during onmouseover (hover state)*/
	color: #222222;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 190px; /*width of sub menus*/
padding: 8px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
-moz-box-shadow:0px 0px 20px #191919;
	-webkit-box-shadow:0px 0px 20px #191919;
	box-shadow:0px 0px 20px #191919;
	position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #cccccc;

}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}


