/**************** menu coding *****************/
#1menu {
width: 100%;
background: #eee;
float: left;
}

#1menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#1menu a, #1menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#1menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#1menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#1menu a:hover {
color: #a00;
background: #fff;
}

#1menu li {position: relative;}

#1menu ul ul {
position: absolute;
z-index: 500;
}

#1menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#1menu ul ul,
div#1menu ul li:hover ul ul,
div#1menu ul ul li:hover ul ul
{display: none;}

div#1menu ul li:hover ul,
div#1menu ul ul li:hover ul,
div#1menu ul ul ul li:hover ul
{display: block;}


/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: url('media/bg.jpg') repeat;
	text-align: justify;
	line-height: 25px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #CC0000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	color: #333333;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #01557D;
}

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

/** Style for header starts here */

#header {
	width: 800px;
	height: 150px;
	margin: 0px auto;
	background: url('media/testata.jpg') no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0px 10px 20px;
	font-size: 28px;

}

#header h2 {
	padding: 75px 0px 0px 0px;
	text-indent: -999999px;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: url('media/img02.jpg') no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url('media/img06.gif') no-repeat left 55%;
	text-decoration: underline;
	color: #FFFF66; padding-left:12px; padding-right:30px; padding-top:14px; padding-bottom:10px
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FCFAF8;
	padding: 15px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 10px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px #CC0000 dashed;
}

#content p {
}

#left {
	float: left;
	width: 520px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url('media/img04.gif') no-repeat 0 7px;
	line-height: 17px
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 210px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
	background: url('media/img04.gif') no-repeat left 50%;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	border-top: 1px solid #444444;
	background: url('media/img03.jpg') no-repeat left top;
	text-transform: uppercase;
	font-size: 10px;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
	color: #FF9900;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url('media/image01.png') no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url('media/image02.png') no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}




