﻿@charset "utf-8";
/*
Author: 	RedMike
Website: 	FreelancerPilipinas.com
Updated:	March 12, 2010
*/




/*main*/

	
a {
text-decoration: none  ;
	color: #090;
	}
a:hover {
	text-decoration: none   ;
	background:#FFF;
	color: #090;
	}


*{
margin:0px;
padding:0px
}
img{border:0px}
html{ width:100%; height:100%;}
body{background: url(../images/bg.jpg) #f8eedc top repeat-y    ; 

	font-family: 'Kabel Bk BT', Arial, 'Century Gothic';

color:#333}


#wrapper { 
	
	width:100%;
	height: auto;
	margin:auto;
	padding:0px;
	
	}
#content {
	clear:both;
	width:650px;
	padding-top:0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
#main{
	clear:both;
	width:650px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
	
#left {
	float:left;
	width: 225px;
	height: 350px;
	padding: 10px 10px 10px 10px;
	background:url(../images/logo.png) top  no-repeat; 
	}


#right {
	float:right;
	width: 325px;
	height: 250px;
	padding: 50px 10px 0 5px;
	text-align:left;
	margin-right: 25px;
	}

#rightFooter a{
	color:#000;}

#works {
	clear:both;
	width: 800px;
	height: 308px;
	padding: 20px 10px 0 0;
	text-align:left;
	}


#w-right {
	float:right;
	width: 520px;
	height: 250px;
	padding: 5px 10px 0 5px;
	text-align:left;
	margin-right: 25px;
	}
#w-right a:hover{
	background: #000;
		}

#GAF_projects_horizontal_box:hover{
	border: 0px solid #5D5E91;
	background-color: #fff;
}


#w-left {
	float:left;
	width: 200px;
	height: auto;
	padding: 10px 10px 10px 10px;
	}


#contact {
	float:right;
	width: 325px;
	height: 500px;
	padding: 0 10px 0 5px;
	text-align:left;
	margin-right: 25px;
	}
#ads {
	clear:both;
	width:630px;
	height: 350px;
	padding: 30px 10px 0 5px;
	text-align:left;
	margin-right: 25px;
	}
#ads a:hover{
	background: #000;
		}
		
/* Used in some of the example templates below. */
.tipClass { color: white; text-align:left; padding: 5px 5px 5px 5px; }

/* Format links inside tips a little, feel free to remove this. */
.tipClass A { text-decoration: none; color: #FFFFCC }


/* -=-=-=- Forms -=-=-=- */

textarea {
	font-size: 1.1em;
	border: 1px solid #333;
	/*padding: 2px 5px 1px 5px;*/
	width: 98%;
	height: 100px;
	
	}
	
textarea:hover {
	background: #CCC;
	border: 1px solid #333;
		}
textarea:focus {
	background: #999;
	border: 1px solid #333;
	color:#fff;
	}		
	
input:focus {
	background: #999;
	border: 1px solid #333;
	color:#fff;
	}

input:hover {
	background: #CCC;
	border: 1px solid #333;
	color:#fff;
	}

input {
	border: 1px solid #930;
		}

select:focus {
	background: #CCC;
	color:#fff;
	}
	

