/* Magical Clear Tag */
.clear{
	clear:both;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background:url(http://webzilla/CORE/interactive_projects/1024_site_width/IMAGES/110208_gn_bkgrd.gif) repeat-x top;
}

.page{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:975px;
	color:#444444;
}


/*******************

START - Components

*******************/

#header,
#base,
#footer{
	float:none;
	clear:both;
}

#header{
	margin-bottom:15px;
}

#header a{
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

#header form#global_search p{
	margin:0px 0px 0px 5px;
	padding:0;
	display:inline;
}


#footer{
	margin-top:15px;
}

/*******************

END - Sturcture Components

*******************/


/*******************

START - HEADER - Content

*******************/

.logoLarge{
	width:275px;
	height:57px;
	float:left;
}

#ghNavigation{
	font-size:.70em;
	text-align:right;
	float:right;
	padding-top:6px;
}

#ghNavigation div{
	padding-top:8px;
}

#ghNavigation a:link,
#ghNavigation a:visited,
#ghNavigation a:hover{
	color:#666666;
	padding-left:18px;
}


a#phoneNumber:link, a#phoneNumber:visited, a#phoneNumber:hover{
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}

#shoppingBag{
	background-image:url(../images/010609_shopping_bag.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-left:15px;
}

/* Tab Navigation */
#tabNavigation{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#tabNavLinks{
	float:left;
}

#global_search{
	padding:5px 0px 0px 0px;
	margin:0;
	float:right;
}

/*** Global Tab Navigation ***/

/*** ESSENTIAL STYLES ***/
.gn_menu, .gn_menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		10;
	font-weight:	normal;
}
.gn_menu {
	line-height:	1.0;
}
.gn_menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.gn_menu ul li {
	width:			100%;
}
.gn_menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.gn_menu li {
	float:			left;
	position:		relative;
}
.gn_menu a {
	display:		block;
	position:		relative;
}
.gn_menu li:hover ul,
.gn_menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.gn_menu li:hover li ul,
ul.gn_menu li.sfHover li ul {
	top:			-999em;
}
ul.gn_menu li li:hover ul,
ul.gn_menu li li.sfHover ul {
	left:			33px; /* match ul width */
	top:			0;
}
ul.gn_menu li li:hover li ul,
ul.gn_menu li li.sfHover li ul {
	top:			-999em;
}
ul.gn_menu li li li:hover ul,
ul.gn_menu li li li.sfHover ul {
	left:			33px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.gn_menu {
	float:			left;
}
.gn_menu a {
	padding: 		10px 10px 10px 10px;
	text-decoration:none;
}
.gn_menu a, .gn_menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444444;
}
.gn_menu li {
	background:		#FFFFFF;
}
.gn_menu li h2{
	font-size:		.80em;
}
.gn_menu li li {
	background:		#FFFFFF;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
}
.gn_menu li li h4{
	font-size:		.75em;
}
.gn_menu li li li {
	background:		#FFFFFF;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;

}
.gn_menu li li h6{
	font-size:		.75em;
}
.gn_menu li:hover, .gn_menu li.sfHover,
.gn_menu a:focus, .gn_menu a:hover, .gn_menu a:active {
	background:		#DBE4ED;
	outline:		0;
}

/*** arrows **/
.gn_menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.gn_menu ul .sf-sub-indicator { background-position:  -10px 0; }
.gn_menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.gn_menu ul a:focus > .sf-sub-indicator,
.gn_menu ul a:hover > .sf-sub-indicator,
.gn_menu ul a:active > .sf-sub-indicator,
.gn_menu ul li:hover > a > .sf-sub-indicator,
.gn_menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*** END Global Navigation ***/


/*******************

END - HEADER - Content

*******************/


/*******************
START - BASE - Content

*******************/

#breadCrumb{
	font-size:.9em;
	padding:0px 0px 5px 7px;
	color:#05173D;
}

#breadCrumb a:link,
#breadCrumb a:visited,
#breadCrumb a:hover{
	color:#05173D;
	text-decoration:underline;
}
/*******************

END - BASE - Content

*******************/



/*******************

START - Footer - Content

*******************/
#gfNavigation{
	border:1px solid #CCCCCC;
	border-right:0;
	border-left:0;
	padding:8px 0px 8px 0px;	
	font-size:.75em;
}
#gfNavigation h6{
	margin:0;
	padding:0;
}

#gfNavigation ul {
	margin:0;
	padding:0px 15px 0px 15px;
	float:left;
}


.gfSectionHeading{
	font-weight:bold;
}

#gfNavigation ul li{
	list-style:none;
	padding:1px 0px 1px 0px;
}

#gfNavigation ul li a:link,
#gfNavigation ul li a:visited,
#gfNavigation ul li a:hover{
	color:#666666;
	text-decoration:none;
}
#gfNavigation ul li a:hover{
	text-decoration:underline;
}
#gfNavigation ul li h6 a:link,
#gfNavigation ul li h6 a:visited,
#gfNavigation ul li h6 a:hover{
	color:#444444;
}

#gfCopyright{
	padding:8px 0px;
	text-align:right;
	font-size:.75em;
	color:#666666;
}




