/* -------------------------------------
Filename: ampedGlblHdr.css
Title : Primary CSS file amped global header
Author : Eugene Gagolinan, gene@genemandesigns.com
License: Copyright 2007, amped.ph, All Rights Reserved. 
Description : This base style sheet imports other style sheets and provides basic styling for amped global header
--------------------------------------- */

/* ----- GLOBAL ----- */
*{padding:0; margin:0;}

#hdr-container {width:auto; height:25px; margin:0px auto; margin-top:0; background: url(images/globalHdr_Bg.gif) repeat-x;}

.hd-container {width:auto; height:25px; margin:0px auto; margin-top:0;}

.ampedlogo {float:left; width:135px; height:25px;}

#nav {float:left; width:auto; height:25px;}
#nav ul {padding:0}	
#nav li {display:inline; list-style:none;}
#nav li a {display:block; float:left; padding:0 7px 0 0; text-decoration:none;}

.clear {clear:both;}