@import "main_nav.css";
@import "font-styles.css";
@import "title.css";

* {
padding:0;
margin:0;
} 
a { outline:none;}
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(../images/template_elements/background.jpg) fixed repeat-x;
	background-color:#000107
} 

	
div#wrapper {
	width:770px !important;
	height:100%;
	}
	

/*the five main parts of a design */
div#header {
	width:770px ;
	background:url(../images/template_elements/header.jpg) no-repeat;
	height:81px;
	text-indent:-99999em;
	}	

div#grayheader {
	width:770px;
	background:url(../images/template_elements/header_gray.jpg);
	height:35px;
	display:block
	}
	
div#navigation_flash_container {
	width:770px;
	height:253px;
	margin:0 auto;
	padding:0 auto;
	}
	
div#indexbody {
	width:770px;
	height:329px;
	background:url(../images/template_elements/body_index.jpg) no-repeat top;
	text-indent:-99999em;
	}
	
div#footer {
	height:40px;
	width:770px;
	border-top:5px solid #79B9F1;
	background-color:#FFF
	}

/* eto yun flash container */
div#flash {
	width:534px;
	height:253px;
	float:right;
	background:url(../images/template_elements/flash_bg.jpg);
	}
	
/*container ng news and updates at latest newsletter */
div#newsletter_news_container {
	width:495px;
	height:132px;
	text-indent:0px
	}	

/* ang pamatay na nav na naka LI */
div#navigation {
	width:236px;
	height:253px;
	background-color:#000;
	float:left;
}

#main-nav {
	margin:0;
	padding:0
	}
		
#main-nav li {
	list-style-type:none;
	text-indent:-999em;
	font-size:11px;
	}

#main-nav li a {
	display:block;
	/*border:1px solid;*/
	}	
	
/*navigation hover behaviour */
#home {
	height:36px;
	background-image:url(../images/template_elements/navigation.jpg);
	background-position:0px 0px;
	}

#home:hover {
	height:36px;
	background-position:-236px 0px;
	}
	
#ourcompany {
	height:27px;
	background:url(../images/template_elements/navigation.jpg);
	background-position:0px -36px;
	}
	
#ourcompany:hover {
	height:27px;
	background-position:-236px -36px;
	}
	
#services {
	height:27px;
	background-image:url(../images/template_elements/navigation.jpg);
	background-position:0px -63px
	}	
	
#services:hover {
	height:27px;
		background-position:-236px -63px
	}
	
#offices {
	height:27px;
	background:url(../images/template_elements/navigation.jpg);
	background-position:0px -90px
	}
	
#offices:hover {
	background-position:-236px -90px;
	}
	
#partners {
	height:30px;
	background:url(../images/template_elements/navigation.jpg);
	background-position:0px -117px
	}
	
#partners:hover {
	background-position:-237px -117px;
	}
	
#contactus {
	height:27px;
	background:url(../images/template_elements/navigation.jpg);
	background-position:0px -147px
	}
	
#contactus:hover {
	background-position:-236px -147px
	}
	
#login {
	height:80px;
	background:url(../images/template_elements/navigation.jpg);
	background-position:0px -173px
	}
	
	
/* date */
div#date {
	font:Arial, Helvetica, sans-serif ;
	font-weight:bold;
	font-size:10px;
	float:right;
	vertical-align:middle;
	padding:15px 33px 0px 0px;
	}
	
/* div sa body */
div#right_body {
	width:494px;
	height:273px;
	float:right;
	display:inline;
	margin:27px 31px 10px 8px;
	/*background:gray*/
	}
						
div#left_body {
	width:213px;
	float:left;
	display:inline;
	/*background:yellow;*/
	height:273px;
	min-height:273px;
	margin:27px 0px 0px 12px;
	text-indent:-9999em
	}
	
	