/*
*	Reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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%;
	font-family: inherit;
}

html, body {
	font: normal 12px/18px Tahoma;	
}

body {
	background: #69c07a;
	color: #FFFFFF;
}

.clear {
	clear: both;	
}

a {
	color: #FFFFFF;	
}

a:hover {
	text-decoration: underline;	
}

/*
*	Layout
*/

#wrap {
	width: 860px;
	margin: 0 auto;
	padding: 40px 0;
}

#page {

	background: #96d3a2;
	position: relative;
	-moz-box-shadow: 10px 10px 10px #61b572;
	-webkit-box-shadow: 10px 10px 10px #61b572;
}

#logo h1 {
	text-indent: -9999px;
}

#logo h1 a {
	display: block;
	width: 343px;
	height: 158px;
	background: url('/images/logo.png');	
}

/*#logo.logo_1 h1 a {
	background: url('/images/logo_ee.png');	
}
*/
#logo.logo_2 h1 a {
	background: url('/images/logo_lt.png');	
}

#menu {
	list-style: none;
	background: #4c925d;
	padding-left: 36px;
}

#menu li {
	display: inline;
	padding-right: 50px;
}

#menu a {
	line-height: 2;
	font-size: 23px;
	color: #bdd7c3;	
	text-decoration: none;
	background: url('/images/menu_inactive.gif') center left no-repeat;
	padding-left : 30px;
}

#menu a.active {
	color: #FFF;
	background-image: url('/images/menu_active.gif');	
}

#submenu {
	list-style: none;
	padding-top: 20px;
	margin-left: 42px;
}

#submenu li {
	display: inline;	
}

#submenu li a {
	text-decoration: none;	
	background: url('/images/submenu.gif') center left no-repeat;
	padding: 0 15px 0 20px;
	text-transform: uppercase;
}

#submenu li a.active {
	text-decoration: underline;	
}

#content {
	min-height: 414px; height: auto !important;	height: 414px;
	background: #4ba17d;
}

#home img {
	vertical-align: top;	
}

#free {
	padding: 15px 45px;	
}

#free p {
	padding: 7px 0;	
}

#free ul {
	margin: 7px 20px;	
}

#free a {
	color: #C6FF21;	
}

#free table {
	border-top: 1px solid #96D3A2;	
	border-right: 1px solid #96D3A2;	
}

#free table tr.head td {
	background: #73BE65;
	padding: 3px 7px;
}

#free table td {
	font-size:11px;
	padding:2px 7px;
}

#free table td {
	border-bottom: 1px solid #96D3A2;	
	border-left: 1px solid #96D3A2;	
}

#footer {
	font-size: 14px;
	padding: 10px 25px;	
}
