@charset "UTF-8";
/* CSS Document */

/*==============================================================================

	
/*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	z-index:50;
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:35px;                                  /* the menu's overall height */
	width:760px;         /* we always want our menu to fill the available space */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	text-align:center;
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:35px;           
}                               

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}





/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:35px;
	color:white;
}






/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:34px;              /* place us just up underneath the top-level */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	color:white;      /* this sets the unselected-text color */
	width:13.5em;
	line-height:25px;
}



/*hover when the item is selected needs defining for IE6*/
.menu ul li #turnkey_solutions_button_header.selected_button a:hover  ul {                          
	display:block;
	position:absolute;
	margin:0;
	top:34px;              
	left:-1px;       
	height:auto;      
	color:white;      
	width:13.5em;
	line-height:25px;
}






.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}




.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:white;               /* this sets the unselected drop-down text color */
	background:#203D77;       /* this sets the drop-down menu background color */
	width:13.5em;
}





/*OVER state*/
.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:white;
	background: #4C6FB6;
}


/*SELECTED state*/
.menu ul li:hover ul li a.selected_section,
.menu ul li a:hover ul li a.selected_section {                 
	background:#4C6FB6;
}




/*Settings for Turnkey Solutions dropdown*/

.menu ul li:hover ul.turnkey,
.menu ul li a:hover ul.turnkey {             /* 2nd level skinny drop-down box */
	width:139px;   
}


.menu ul li:hover ul.turnkey li a,
.menu ul li a:hover ul.turnkey li a,
.menu ul li:hover ul.turnkey li a:hover,
.menu ul li a:hover ul.turnkey li a:hover {     /* 2nd level un+selected items */
	width:139px;
}




/*Settings for Contact dropdown*/

.menu ul li:hover ul.contact,
.menu ul li a:hover ul.contact {             /* 2nd level skinny drop-down box */
	width:99px;   
}


.menu ul li:hover ul.contact li a,
.menu ul li a:hover ul.contact li a,
.menu ul li:hover ul.contact li a:hover,
.menu ul li a:hover ul.contact li a:hover {     /* 2nd level un+selected items */
	width:99px;
}





/*======================== MENU ITEM DIVIDERS ========================*/

#divider{
float:left;
width:1px;
height:35px;
background: url("../images/menu/divider.jpg") no-repeat 0 0;
}


#footer_divider{
float:left;
width:1px;
height:23px;
margin-top:6px;
background: url("../images/menu/divider.jpg") no-repeat 0 0;
}



/*======================== INDIVIDUAL BUTTON settings ========================*/


/*------------------------ALL button selected states------------------------*/


#home_button_header.selected_button,
#home_button_footer.selected_button,

#online_shop_button_header.selected_button,
#online_shop_button_footer.selected_button,

#special_offers_button_header.selected_button,
#special_offers_button_footer.selected_button,

#turnkey_solutions_button_header.selected_button,
#turnkey_solutions_button_footer.selected_button,

#case_studies_button_header.selected_button,
#case_studies_button_footer.selected_button,

#careers_button_header.selected_button,
#careers_button_footer.selected_button,

#contact_button_header.selected_button,
#contact_button_footer.selected_button{
display:block;
float:left;
background-position: 0 -34.99px; /*34.99 rather than 35 fixes dropdown in IE6*/
}


/*------------------------HOME BUTTON------------------------*/

#home_button_header,
#home_button_footer{
display: block;
float:left;
width:69px;
height:35px;
}


#home_button_header{
background: url("../images/menu/header/home.jpg") no-repeat 0 0;
}

#home_button_footer{
background: url("../images/menu/footer/home.jpg") no-repeat 0 0;
}


#home_button_header:hover,
#home_button_footer:hover{ 
background-position: 0 -35px;
}






/*------------------------ONLINE SHOP BUTTON------------------------*/

#online_shop_button_header,
#online_shop_button_footer{
display: block;
float:left;
width:109px;
height:35px;
}

#online_shop_button_header{
background: url("../images/menu/header/online_shop.jpg") no-repeat 0 0;
}

#online_shop_button_footer{
background: url("../images/menu/footer/online_shop.jpg") no-repeat 0 0;
}

#online_shop_button_header:hover,
#online_shop_button_footer:hover{ 
background-position: 0 -35px;
}



/*------------------------SPECIAL OFFERS BUTTON------------------------*/

#special_offers_button_header,
#special_offers_button_footer{
display: block;
float:left;
width:129px;
height:35px;
}

#special_offers_button_header{
background: url("../images/menu/header/special_offers.jpg") no-repeat 0 0;
}

#special_offers_button_footer{
background: url("../images/menu/footer/special_offers.jpg") no-repeat 0 0;
}


#special_offers_button_header:hover,
#special_offers_button_footer:hover{ 
background-position: 0 -35px;
}



/*------------------------TURNKEY SOLUTIONS BUTTON(has a dropdown)------------------------*/
/*Style for dropdown in topbar is defined at top of this file*/

#turnkey_solutions_button_header,
#turnkey_solutions_button_footer{
display: block;
float:left;
width:139px;
height:35px;
}

#turnkey_solutions_button_header{
background: url("../images/menu/header/turnkey_solutions.jpg") no-repeat 0 0;
}

#turnkey_solutions_button_footer{
background: url("../images/menu/footer/turnkey_solutions.jpg") no-repeat 0 0;
}

#turnkey_solutions_button_header:hover,
#turnkey_solutions_button_footer:hover{ 
background-position: 0 -35px;
}

/*used to display arrow and header for turnkey solutions items*/
#turnkey_heading{
height:40px;
background:url("../images/menu/down_arrow.jpg") no-repeat 0 0;
}


/*footer dropdown items formatting*/

#turnkey_solutions_button_footer .footer_items_heading{
text-align:left;
height:35px;
line-height:35px;
padding-left:40px;
}


#turnkey_solutions_button_footer .footer_items{
text-align:left;
line-height:12px;
padding-left:30px;
color:#A2B9E0;
}


#turnkey_solutions_button_footer .footer_items a:link{
color:#A2B9E0;
}

#turnkey_solutions_button_footer .footer_items a:visited{
color:#A2B9E0;
}

#turnkey_solutions_button_footer .footer_items a:hover{
color:white;
} 

#turnkey_solutions_button_footer .footer_items a.selected_section{
color:white;
}


/*------------------------CASE STUDIES BUTTON------------------------*/

#case_studies_button_header,
#case_studies_button_footer{
display: block;
float:left;
width:119px;
height:35px;
}

#case_studies_button_header{
background: url("../images/menu/header/case_studies.jpg") no-repeat 0 0;
}

#case_studies_button_footer{
background: url("../images/menu/footer/case_studies.jpg") no-repeat 0 0;
}

#case_studies_button_header:hover,
#case_studies_button_footer:hover{ 
background-position: 0 -35px;
}



/*------------------------CAREERS BUTTON------------------------*/

#careers_button_header,
#careers_button_footer{
display: block;
float:left;
width:89px;
height:35px;
}

#careers_button_header{
background: url("../images/menu/header/careers.jpg") no-repeat 0 0;
}

#careers_button_footer{
background: url("../images/menu/footer/careers.jpg") no-repeat 0 0;
}

#careers_button_header:hover,
#careers_button_footer:hover{ 
background-position: 0 -35px;
}



/*------------------------CONTACT BUTTON (has a dropdown)------------------------*/
/*Style for dropdown in topbar is defined at top of this file*/

/*General contact button style*/
#contact_button_header,
#contact_button_footer{
display: block;
float:left;
width:97px; /*should be 99 but this solves IE 6 problems*/
height:35px;
}

#contact_button_header{
background: url("../images/menu/header/contact.jpg") no-repeat 0 0;
}

#contact_button_footer{
background: url("../images/menu/footer/contact.jpg") no-repeat 0 0;
}

#contact_button_header:hover,
#contact_button_footer:hover{ 
background-position: 0 -35px;
}


/*footer dropdown items formatting*/

#contact_button_footer .footer_items_heading{
text-align:left;
height:35px;
line-height:35px;
padding-left:25px;
}

#contact_button_footer .footer_items{
text-align:left;
line-height:12px;
padding-left:25px;
color:#A2B9E0;
}

#contact_button_footer .footer_items a:link{
color:#A2B9E0;
}

#contact_button_footer .footer_items a:visited{
color:#A2B9E0;
}

#contact_button_footer .footer_items a:hover{
color:white;
}

#contact_button_footer .footer_items a.selected_section{
color:white;
}




