/* 
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 {
	background: #000000;
}

#header-top {
	height: 113px;
	padding: 25px 0 20px 30px;
}

#phone {
	float: right;
	margin: 20px 80px 0 0;
	padding: 0;
	background: url(/phone.png) no-repeat right top;
	height:30px;
	margin:10px 20px 0 0;
	padding:0;
	text-indent:-2000px;
	width:250px;
}

/*inner bottom imagery*/
#main_content .inner {
	background: url(images/inner.jpg) no-repeat center bottom;
	padding-bottom: 100px;
}

#home #main_content .inner {
	background: none;
	padding-bottom: 0px;
}
