body { font-family: Arial; }
#wrapper { width: 964px; margin: 0 auto; text-align:left; }

#nav { padding: 10px 20px; line-height:1;}
.hidden { display: none; }
.logo { display: block; width: 185px; height: 69px; float: left; background: url(../images/logo.png) no-repeat center center; text-indent: -9999px; }

.tag_line {
	width: 228px;
	height: 19px;
	float: left;
	background: url(../images/family_owned.png) no-repeat center center;
	text-indent: -9999px;
}

.contact {
	float: right;
	font-size: 12px;
	color: #404040;
	font-weight: bold;
}

.contact .phone { font-size: 14px; margin-right: 30px; }

.contact a { font-size: 10px; font-weight: normal; text-decoration: none; color: #11579f; margin: 0 10px; }

.contact a.login { margin-right: 60px;}

#nav .tabs_m {
	width: 100%;
	float: left;
	margin-top:-15px;
}

#nav .tabs_m .tab {
	position: relative;
	padding: 6px 10px;
	margin: 0 2px;
	float: left;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-top-left-radius: 3px;
	-webkit-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: #2c7ed2;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#11579f),
	    to(#2c7ed2)
	);
	background: -moz-linear-gradient(
		top, #2c7ed2 0%, #11579f 100%
	);
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#nav .tab.browse {
	margin-left: 28px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#528cc8),
		to(#71a9e3)
	);
	background: -moz-linear-gradient(
		top, #71a9e3 0%, #528cc8 100%
	);
	cursor: pointer;
}

#nav .tab.open {
	background: #71a9e3 !important;
	border: 1px solid #3b76b3;
	border-bottom: none;
	z-index: 3;
	margin-top: -1px;
}

#nav .tabs_m .first { margin-left: 195px !important; }

#nav .tabs_bottom {
	position: relative;
	width: 100%;
	float: left;
	height:6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #11579f;
	-webkit-box-shadow: 0 -1px 4px #454545;
	-moz-box-shadow: 0 -1px 4px #454545;
	z-index: 1;
}

.icon_browse {
	position: relative;
	width: 16px;
	height: 13px;
	float: left;
	margin: -1px 6px 0 0;
	background: url(../images/icon_browse.png) no-repeat center center;
}

.icon_dropdown {
	position: relative;
	width: 9px;
	height: 12px;
	float: left;
	margin: -1px 0 0 6px;
	background: url(../images/icon_dropdown.png) no-repeat center center;
}

.icon_view_fav {
	width: 16px;
	height: 18px;
	float: left;
	margin-top: -2px;
	margin-bottom: -4px;
	background: url(../images/icon_view_fav.png) no-repeat center center;
}

.dropdown_block {
	position: absolute;
	right:50px;
	top:50px;
	width: 435px;
	padding: 10px 0 10px 0;
	border: 1px solid #3b76b3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-radius-border: 3px;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#528cc8),
		to(#71a9e3)
	);
	background: -moz-linear-gradient(
		top, #71a9e3 0%, #528cc8 100%
	);
	-webkit-box-shadow: 0 1px 4px #454545;
	-moz-box-shadow: 0 1px 4px #454545;
	z-index: 2;
}

.dropdown_block p.block_title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.dropdown_block ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	float: left;
}

.dropdown_block ul li {
	width: 200px;
	margin: 2px 0;
	padding: 0;
	float: left;
	font-size: 14px;
	color: #fff;
}

.dropdown_block ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 56px;
	background: url(../images/icon_house.png) no-repeat 30px center;
	font-weight:normal;
}

.dropdown_block ul li a:hover {
	color: #11579f;
	font-weight:normal;
}

.breadcrumbs_a {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.breadcrumbs_a .breadcrumb_a, .breadcrumbs_a .breadcrumb_a a {
	float: left;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight:normal;
}

.breadcrumbs_a .breadcrumb_a a {
	padding: 0 10px;
}

.breadcrumbs_a .breadcrumb_a a:hover {
	text-decoration: underline;
}

.breadcrumbs_a .breadcrumb_a.current {
	font-weight: bold;
	padding: 0 10px;
}

.breadcrumbs_a .breadcrumb_a.divider {
	width: 10px;
	padding: 0;
	background: url(../images/breadcrumb_div.png) no-repeat center center;
}

.button.grey {
	-moz-box-shadow:0 0 2px #FFFFFF inset, 0 2px 4px #3D6793;
	background:-moz-linear-gradient(center top , #FFFFFF 0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
	color:#666666;
	font-size:12px;
	margin:5px 10px;
	padding:5px 10px;
}

.float_left { float: left; }