/* 
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.

*/

#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:0px 15px 0px !important;
	border-top:none;
	border-bottom:1px solid #ddd;
	width: 930px !important;
}
#nav1 li {
	float: left;
	line-height:30px;
	font-weight:normal;
	font-size:11px;	
	text-transform:none;
}
#nav1 a {
	display: block;
	padding-left:8px;
	padding-right:8px;
}
#nav1 .current_page_item a,
#nav1 li.current {
        background-color: #ffffff;
	color: #3b5998;
}
#nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active {
	background-color: #3b5998;
	color: #ffffff;
}
#nav1 .current_page_item ul li a {
	background-color: #ffffff;
	color: #3b5998;
}
#nav1 .current_page_item ul li a:hover {
	background-color: #ffffff;
	color: #3b5998;
}

#nav2 {
	background-color: #eeeeee;
	border-bottom:5px solid #3b5998;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	width:930px;
        border-top: 1px solid #ffffff;
}
#nav2 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #ffffff;
}

#social-follow {

        background:#FAFAFA url(http://leadingedgepetcare.com/images/social-bg.png) repeat-x scroll center bottom;
        height: 110px;
        width: 320px;

}