﻿/* Default Menu Structure Styles */

.nav
{
	display: block;
	margin: 0 auto;
	padding-top: 8px;
	text-align: left;
	z-index: 200;
	width: 1002px;	
	height: 37px;
	position: relative;
	background: url('../images/navbar_bg.png') no-repeat;
	clear: both;	
	text-decoration: none;
}

.nav .groups,
.headerbar .groups
{
	list-style-type: none;	
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
}

.headerbar .groups {margin: 0; padding: 0;}

.groups .group,
.nav .groups .group  h2
{
	float: left;	
	position: relative;
	margin-right: 17px;
	padding: 0 0 4px 0;
	z-index: 250;
}

.country .groups .group, .language .groups .group {padding: 0 10px 0 0; margin: 0; background: url("../images/country_arrow.gif") no-repeat right 8px;}

.dealers .groups .group, .language .groups .group {margin: 0}

.nav .groups .group .items,
.nav .groups .group .items .item .subitems,
.headerbar .groups .group .items
{
	list-style-type: none;
	position: absolute;
	top: 27px;
	left: -15px;
	border: 1px #c8c8c8 solid;
	border-top-width: 0px;
	display: none;
	padding: 0;
	margin: 0;
	width: 165px;
	text-transform: uppercase;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(239, 239, 237);
	/* RGBa with 0.6 opacity */
	background: rgba(239, 239, 237, 0.9);
	z-index: 300 !important; 
} 



.nav .groups .group .items .item .sm_items
{
	list-style-type: none;
	position: absolute;
	top: 27px;
	left: -15px;
	border: 1px #c8c8c8 solid;
	border-top-width: 0px;
	display: none;
	padding: 0px 0px 5px 0px;
	margin: 0;
	width: 200px;
	text-transform: uppercase;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(239, 239, 237);
	/* RGBa with 0.6 opacity */
	background: rgba(239, 239, 237, 0.9);
	z-index: 300 !important; 
} 




.nav .groups .group .items .item .subitems,
.nav .groups .group .items .item .sm_items
{
	position: absolute;
	top: -1px;
	left: 165px !important;
	border-top-width: 1px;
	border-left-width: 0px;
	text-transform: uppercase;
	z-index: 500 !important; 
}



.nav .groups .group .items .item
{
	position: relative;
}


.groups .utility
{
	padding-left: 20px;
	background: url('../images/icon_utility.gif') no-repeat left 3px;
} 

.country .groups .group .items {width: 260px !important; top: 24px; padding-top: 5px; padding-bottom: 5px;}
.country .groups .group .items .item img {float:left; margin-right: 5px; padding: 2px 8px ;}
.country .groups .group .items .item  {clear: both; height: 19px; font: 11px/12px 'TitilliumXBold', Verdana, Arial, Sans-Serif;}
.headerbar .groups .group .items {top: 26px;}

.nav .utility .items {width: 200px !important;}
.nav .country .item, .nav .utility .item {width: 200px !important;}

/* Hover Events */
.country .groups .group:hover,
.country .groups .group.hover,
.language .groups .group.hover,
.language .groups .group:hover
{
		background: url("../images/country_arrow_on.gif") no-repeat right 8px;
}

.nav .group.hover .items,
.nav .group:hover .items,
.nav .groups .group .items .item.hover .subitems,
.nav .groups .group .items .item:hover .subitems,
.nav .groups .group .items .item.hover .sm_items,
.nav .groups .group .items .item:hover .sm_items,
.headerbar .group.hover .items,
.headerbar .group:hover .items
{
	display: block;
}

.country .group img,
.headerbar .group h2
{
	font: 11px/17px 'TitilliumXBold', Verdana, Arial, Sans-Serif; 
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	cursor: pointer;
	color: #535353
}

.nav .group a:visited,
.nav .group a:link
{
	font: 14px/20px 'TitilliumXBold', Verdana, Arial, Sans-Serif; 
	text-decoration: none;
	text-transform: uppercase;
	color: #535353
}


.groups .group .items a:visited,
.groups .group .items a:link
{
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	font: 11px/16px 'TitilliumXBold', Verdana, Arial, Sans-Serif; 
	width: 135px;
	cursor: pointer;
	color: #535353
}

.groups .group .sm_items a:visited,
.groups .group .sm_items a:link
{
	text-decoration: none;
	padding: 5px 0px;
	display: block;
	font: 11px/16px 'TitilliumXBold', Verdana, Arial, Sans-Serif; 
	width: 200px;
	cursor: pointer;
	color: #535353
}

.groups .group .items .item .sm_items {width: 200px !important; top: 20px; padding-top: 5px; padding-bottom: 10px;}
.groups .group .items .item .sm_items .item img {float:left; margin-right: 5px; padding: 0px 5px ;}
.groups .group .items .item .sm_items .item  {clear: both; height: 16px; padding: 3px 0px; font: 11px/12px 'TitilliumXBold', Verdana, Arial, Sans-Serif;}




.country .groups .group .items a:visited,
.country .groups .group .items a:link
{
	text-decoration: none;
	padding: 5px 0px;
	display: block;
	font: 11px/16px 'TitilliumXBold', Verdana, Arial, Sans-Serif; 
	width: 260px;
	cursor: pointer;
	color: #535353
}



.groups .group .items a:hover,
.groups .group .items a.hover,
.groups .group .subitems a:hover,
.groups .group .subitems a.hover,
.groups .group .sm_items a:hover,
.groups .group .sm_items a.hover
{
	background: #ffffff !important;
	color: #7e7e7e; 
}	

.nav .group.hover h2 a:link,
.nav .group:hover h2 a:link,
.nav .group:hover h2 a:visited,
.nav .group.hover h2 a:visited
{
	color: #f35f29;
}

.headerbar .group.hover h2 a:link,
.headerbar .group:hover h2 a:link,
.headerbar .group:hover h2 a:visited,
.headerbar .group.hover h2 a:visited,
.headerbar .group.hover h2,
.headerbar .group:hover h2
{
	color: #7e7e7e; 
}

.utility .items a:visited,
.utility .items a:link,
.utility .items a:hover,
.utility .items a
{
	width: 170px !important;
}

.country .items a:visited,
.country .items a:link,
.country .item a
{
	width: 260px !important;
}

/* Language/Country Dropdown */

.cartmenu {margin-right: 7px;} 


.emailsignup
{
	float: right;
	margin-right: 20px; 
}

.emailsignup .lock {margin: 3px;} 
.emailsignup input {margin: 0px 5px} 
