/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


/* Header */

#header {
	height: 100px;
	/*height: 150px; */
/*	background: url(images/img02.jpg) no-repeat center top;*/
	background: #000000;
	text-transform: lowercase;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
/*	padding: 60px 20px 0 0; */
	padding: 30px 0 0 0; 
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	/*width: 120px; */
	width: 75; 
	height: 30;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #FFFFFF url(/images/img03.gif) no-repeat;
	/*background: #1B97CE url(images/img03.gif) no-repeat;*/
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	/* font-size: 1.1em; */
	font-size: 1em;
	/*font-weight: bold;*/ 
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
/*	background: #26BADF url(/images/img04.gif) no-repeat; */
	background: #FFFFFF url(images/img04.gif) no-repeat/
}
|
