/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/*========= HEADER =========*/

/*- Header -*/
#header{
	height: 100px;
	background-color: #ffffff;
	margin: 5px 15px 8px 10px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 58px;
	font-size: 24px;
}
#header h1 a{
        padding-top:5px;
	display: block;
	height: 57px;
	width: 425px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:5px 0px 0px;
}

#topbanner img{
	float: right;
}

#728ad {
	text-align:center;
	width: 728px;
	height: 90px;
	padding:5px 0px 5px;
}


/* -------  End header custom CSS --- */