/*
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: 0;
	padding: 0;
	background: #EEEDED;
	line-height: 1.6em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;

}

h1, h2, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #339999;
}
h3 {
	display: block;
	float: center;
	background: #339999;/*green 669999 compliment, brown 610c0f original, 603637 compliment, a87275 b48a8c alternatives*/
	margin-top: 10px;
	margin-right: 4px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold, italic;
	font-size: 16px;
	color: #FFFFFF;
}

h4 {
	margin: 0;
	padding: 0;
	font-style:italic;
	font-weight: bold;
	font-size: 16px;
	color: #339999;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
/* Main content area links */
a {
	color: #339999;
}

a:hover {
	text-decoration: none;
}
.class2 a:link {color:black; text-decoration: underline;}
.class2 a:visited {color:black; text-decoration: underline;}
.class2 a:active {text-decoration: none;}
.class2 a:hover {color: white; text-decoration: none;}

/** HEADER */

#header {
	width: 840px;
	height: 200px;
	margin: 0px auto;
	background: url(images/banner800x200.jpg) no-repeat left top;
	font-family: comic sans ms, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: right;
	margin: 0px;
	padding: 177px 50px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #399;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 213px 40px 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/** MENU */

#menu {
	width: 840px;
	height: 50px;
	margin: 0px auto;
	background: url(images/image02brown.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px 0px 0px 35px;
	padding: 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: #339999;
	margin-top: 10px;
	margin-right: 4px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content-wrap {
	width: 840px;
	margin: 0 auto;
	background: url(images/image03.jpg) repeat-y left top;
}

#content {
	width: 740px;
	margin: 0px auto;
	padding-top: 20px;
}

#columnA {
	float: right;
	width: 500px;
}

#columnA h2 {
	border-bottom: 1px #339999 dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h2 {
	border-bottom: 1px #339999 dashed;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
#columnC {
	float: left;
	width: 740px;
}
/* Table Format*/

#specs table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}


#specs thead th {
	background: #339999 url(images/post_title_bg.png) top left repeat-x;
	border-width: 1px;
	border-spacing: 3px;
	padding: 7px 0px 7px 0px;
	border-style: solid;
	border-color: #666;
	color:#fff;
	font-size:95%;
	text-align: center;
	-moz-border-radius: ;
}
#specs tbody tr td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #666;
	background-color: #add;
	color:#111;
	font-size:90%;
	text-align: center;
	-moz-border-radius: ;
}
#specs tbody tr.odd td {
	border-width: 1px;
	border-spacing: 3px;
	padding: 4px;
	border-style: solid;
	border-color: #666;
	background-color: #6cc;
	color:#111;
	font-size:90%;
	text-align: center;
	-moz-border-radius: ;
}

/* Slideshow Table Format*/

table.slideshowtable {
	border-width: 0px 10px 0px 10px;
	border-spacing: 0px;
	border-style: solid;
	border-color:black;
	border-collapse: collapse;
}

/** FOOTER */

#footer {
	width: 840px;
	height: 100px;
	margin: 0px auto;
	background: url(images/image04-2.jpg) no-repeat left top;
	font-size: 12px;
	color: #699;
}

#footer p {
	margin: 0;
	padding: 15px 0px;
	text-align: center;
}

#footer .copyright {
	float: center;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	text-align: center;
	color: #999;
}

#footer .links {
	float: right;
	margin: 50px 30px 0px 0px;
	padding-right: 20px;
	text-align: center;
	color: #999;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {color: #999;
}

