/*
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: 30px 0 20px 0;
	padding: 0;
	background: #D7D7BD;
	text-align: left;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #542e22;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

.ullinks {
	list-style: none;
	list-style-type: none;
}

.lilinks {
	font-size: 15px;
	list-style: none;
	list-style-type: none;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

.odd {
	background-color: #D7D7BD;
}

.even {
	background-color: #9a997f;
}

.padding {
	padding-left: 5px;
	padding-right: 5px;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background: url(/images/header.gif) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 70px 0px 10px 60px;
	font-size: 3.0em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 62px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: url(/images/list.gif) repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}


#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 1.2em;
	font-size:11px;
	padding: 0;
	float: left;
}

#left li {
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
	font-weight: bold;
	list-style-type: disc;
}

#left li.form_list {
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
	font-weight: bold;
	list-style: none;
}

#left li.norm {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	list-style-type: disc;
}

#left li.bolded {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
}

#left .post {
	margin-bottom: 20px;
}

#left_middle {
	float: left;
	width: 210px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left_middle ul {
	margin: 0 2em;
	padding: 0;
	float: left;
}

#left_middle li {
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
	font-weight: bold;
	list-style-type: disc;
}

#left_middle li.form_list {
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
	font-weight: bold;
	list-style: none;
}

#left_middle li.norm {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	list-style-type: disc;
}

#left_middle li.bolded {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
}

#left_middle .post {
	margin-bottom: 20px;
}

#middle {
	float: left;
	width: 270px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#middle ul {
	margin: 0 2em;
	padding: 0;
	float: left;
}

#middle h2 {
	margin: 0 1em;
}

#middle li {
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
	font-weight: bold;
	list-style-type: disc;
}

#middle li.form_list {
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 17px;
	font-weight: bold;
	list-style: none;
}

#middle li.norm {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	list-style-type: disc;
}

#middle li.bolded {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
}

#middle .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}


/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(/images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(/images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}

#linkitem {
	background-color: #D7D7BD;
	border-style: solid solid none solid;
	border-width: 1px;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 10px;
}

#linkitem p {
	background-color: white;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 13px;
	border-style: dashed none none none;
	border-width: 1px;
}

#linkitem a {
	font-weight: bold;
}

#product_item_top {
	width:460px;
	background-color: #fff;
	border-style: none
	font-size: 15px;
	margin-left: 0px;
	margin-top: 10px;
}
#product_item_top p {
	background-color: white;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
}
#product_item_top p strong {
	font-size: 15px;
	border-bottom: #000 1px solid;
}

#product_item {
	width:460px;
	background-color: #fff;
	border-style: none
	font-size: 12px;
	margin-left: 0px;
	margin-top: 10px;
	border-top: #D7D7BD 2px solid;
}
#product_item p {
	background-color: white;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
}
#product_item p img.floatLeft {
	margin-right:10px;
	float:left;
}
#product_item p img.floatRight {
	margin-left:10px;
	float:right;
}
#product_item_top p img.floatLeft {
	margin-right:10px;
	float:left;
}
#product_item_top p img.floatRight {
	margin-left:10px;
	float:right;
}
