﻿/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

* {
	margin: 0;
	padding: 0;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.ltr
{
	direction: ltr;
}
.watermark
{
	direction:rtl;
	font-family: Tahoma;
	color: Gray;
}

.TopBar {
	top: 0;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: #737373;
	
    background: -moz-linear-gradient(center top , #292929, #737373) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929',endColorstr='#737373'); 
	
    border-color: #758C94 #758C94 -moz-use-text-color;
    border-style: solid solid solid solid;
    BORDER-LEFT: #758c94 1px solid; 
    BORDER-Bottom: #758c94 1px solid; 
    BORDER-RIGHT: #758c94 1px solid; 
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px; 
    -webkit-border-bottom-right-radius: 7px; 
    -moz-border-radius-bottomleft: 7px; 
    -moz-border-radius-bottomright: 7px; 
    border-width: 0px 1px 1px 1px;
    box-shadow: 0 -1px 5px #000000;
    -webkit-box-shadow: 0 -1px 5px #000; 
    display: block;
    left: 1%;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 98%;
    height: 30px;
    z-index: 1000;
}

.TopBar a {
	color: #ffffff;
}

.BottomBar {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: #000000;
	/*
    background: -moz-linear-gradient(center top , #000000, #484848) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#484848'); 
	*/
    border-color: #758C94 #758C94 -moz-use-text-color;
    border-style: solid solid none;
    BORDER-LEFT: #758c94 1px solid; 
    BORDER-TOP: #758c94 1px solid; 
    BORDER-RIGHT: #758c94 1px solid; 
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px; 
    -webkit-border-top-right-radius: 7px; 
    -moz-border-radius-topleft: 7px; 
    -moz-border-radius-topright: 7px; 
    border-width: 1px 1px 0;
    box-shadow: 0 -1px 5px #000000;
    -webkit-box-shadow: 0 -1px 5px #000; 
    -moz-box-shadow: 0 -1px 5px #000;
    display: block;
    left: 1%;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 98%;
    height: 25px;
    z-index: 1000;
}

body {
	margin: 20px 0;
	background: #FE9701;
	line-height: 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #696969;
}

h1, h2, h3 {
	padding: 0;
	font-weight: normal;
	color: #FF8C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF8C00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.link1 {
	font-size: 8pt;
	text-align: center;
}

#logo {
	width: 800px;
	height: 50px;
    margin: 0 auto;
	margin-top: 40px;
}
#logo h1 {
	padding-left: 20px;
	font-size: 28px;
	color: #FFFFFF;
}

#menu {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
	direction: rtl;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 40px;
}

#menu li {
	float: right;
	display: inline;
}

#menu a {
	display: block;
	margin: 0;
	padding: 23px 30px 0 15px;
	background: url(images/img04.jpg) no-repeat right 85%;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu li.first {
	/*margin-left: 40px; */
}

#menu p
{
	direction: rtl;
	margin: 0;
	padding: 23px 30px 0 15px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

#menu h1
{
	direction: rtl;
	margin: 0 auto;
	padding: 23px 30px 0 15px;
	font-family: Tahoma;
	font-size: 12px; 
	color: #FFFFFF;
}

#menu h2
{
	direction: rtl;
	margin: 0 auto;
	padding: 23px 30px 0 15px;
	font-family: Tahoma;
	font-size: 12px; 
	color: #FFFFFF;
}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#content-wrapper-main {
	background: #FFFFFF;
	min-height: 430px;
}

#content-wrapper-top {
	background: url(images/img02.png) no-repeat left top;
	height: 14px;
}

#content-wrapper-btm {
	background: url(images/img03.png) no-repeat left bottom;
	height: 14px;
	border: 1px;
}

#right {
	float: right;
	margin: 0;
	padding: 20px 20px 0 30px;
	width: 170px;
	direction: rtl;
}

#left {
	float: left;
	margin: 0;
	padding: 20px 30px 20px 20px;
	width: 730px;
	min-height: 330px;
	direction: rtl;
}


#menu-footer {
	height: 60px;
	margin: 0 auto;
}

#menu-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-footer li {
	float: left;
	display: inline;
}

#menu-footer a {
	display: block;
	margin: 0;
	padding: 23px 30px 0 15px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menu-footer li.first {
	margin-left: 40px;
}


#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

#footer .copyright {
	margin: 0px;
	text-align: center;
}

#footer .links {
	padding-bottom: 20px;
	text-align: center;
}

#footer .css {
	background: #FFFFFF;
	border: 1px dotted #DE8202;
	padding: 3px 10px;
}

#footer .xhtml {
	padding: 3px 10px;
	border: 1px dotted #DE8202;
	background: #FFFFFF;
}

#footer a {
	color: #000000;
}

