/* 
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.

*/

body{
		background-image: url(../../../images/home_bg.gif);
		background-repeat: repeat-x;
		background-color: #fff;
}

#page{
	width: 960px;
	background-color: #FFFFFF;
	margin:16px auto;
	border: 1px solid #CCCCCC;
}




/*- Category Nav -*/
#nav2 {
	padding: 0;
	font-size:11px;
	float:left;
	width:930px;
	border-top: 1px solid #DDDDDD;
}


/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:158px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	width:120px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:22px;
}




/*- Landing Pages extra nav -*/

#landingnav, #landingnav ul{
	padding: 0;
	float:right;
	list-style: none;
}
#landingnav {
	padding: 0;
	font-size:13px;
}
#landingnav a {
	padding-left:5px;
	padding-right:5px;
}
#landingnav {
	float: right;
	line-height:30px;
	font-weight:bold;
	font-size:11px;	
	text-transform:uppercase;
}
#landingnav a:hover {
	background: none;
	text-decoration:none;
	color:#D90000;
}


