﻿/*www.philippineswebdesign.com's perfect css*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #F0F0F0 url('../images/bg.jpg') center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/*remove blue border from images*/
img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
}
/*all hyperlinks will be same color!!!!*/
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #3399FF;
	text-decoration: underline;
}
/*pagewrap formatting*/
div#page-wrap {
	background-color: #FFFFFF;
	width: 780px;
	margin: 15px auto;
	border: 1px #333333 solid;
}
div#header {
	height: 200px;
}
div#header h1 a {
	display: block;
	background: #CCFFFF url('../images/web_design_logo3.jpg') no-repeat 0 0;
	height: 200px;
	text-indent: -999em;
}
div#top1 {
	height: 29px;
	background: #CCCCCC url('../images/10.jpg') no-repeat 0 0;
}
div#top2 {
	height: 25px;
	background: #CCCCCC url('../images/18.jpg') no-repeat 0 0;
}
div#content {
	width: 573px;
	background-color: transparent;
	float: left;
}
div.padding {
	padding: 10px;
}
div#main {
	background: #FFFFFF url('../images/rbg.jpg') repeat-y right top;
}
div#right {
	width: 207px;
	background: url('../images/r1.jpg') no-repeat -10px 0px;
	float: right;
	padding-top: 52px;
}
div#footer-links {
	background: #FFFFFF url('../images/21.jpg') no-repeat center top;
	padding: 16px;
	font-weight: normal;
}
div#footer-links a {
	color: #333333;
}
div#footer-copy-left {
	background: #FFFFFF url('../images/22.jpg') no-repeat left top;
	width: 573px;
	float: left;
}
div#footer-copy-right {
	background: #FFFFFF url('../images/22.jpg') no-repeat right top;
	width: 207px;
	float: right;
	font-weight: bold;
}
div#footer-copy-right a {
	color: #333333;
}
div.footer-padding {
	padding: 14px;
}
.red {
	color: #FF3300;
	font-weight: bold;
}
.blue {
	color: #0000FF;
}
.grey {
	color: #999999;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.img-pad {
	margin: 4px;
	float: right;
}
.magic-center {
	margin: 0 auto;
}
.break {
	height: 10px;
}
.img-pad-left {
	margin: 4px;
	float: left;
}
.list-pad {
	padding: 4px 0px;
}
td {
	border: 0px solid #999999;
	padding: 4px;
}
.left-pad {
	padding: 0px 12px 0px 0px;
	text-indent: 30px;
}
table {
	border: 0px solid #666666;
}
.silver {
	color: #999999;
}
.gold {
	color: #996600;
}
.plat {
	color: #C0C0C0;
}
.blink {
	text-decoration: blink;
}
.table_border {
	border: thin solid #666666;
}
.ital {
	font-style: italic;
}
.error {
	padding: 10px 10px 10px 40px;
	border: 2px #FF0000 solid;
	color: #000000;
	background: #fed7d7 url('../images/icon-stop.gif') no-repeat scroll 6px 6px;
	font-weight: bold;
	font-size: 14px;
}
.success {
	padding: 10px 10px 10px 40px;
	border: 2px #00FF00 solid;
	color: #000000;
	background: #d6e4c5 url('../images/icon-accept.gif') no-repeat scroll 6px 6px;
	font-weight: bold;
	font-size: 14px;
}
.border-style {
	border: thin solid #808080;
}
.green {
	color: #009933;
}
.deposit {
	background-color: #CCCCCC;
	border-style: outset;
	border-width: thin;
}
em {
	text-decoration: inherit;
}
em {
	font-weight: bold;
	font-style: normal;
}
.links {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}
.pad {
	padding: 8px;
}
.pad-text {
	line-height: 17px;
}
