/* GENERAL PAGE */

.title {
	margin-top: 24px;
}

#ticker-container {
	width: 980px;
	height: 40px;
	text-align: left;
	min-width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFDCD9;
	

}

/* TICKER */
#main-content {
   width: 75%;
   float: left;
   margin-left:1em;
   display:none;
}

#main-content ul{
   padding-top:14px;
   list-style-type: none;
}

#main-content ul li {
font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	/*line-height: 20px;*/
}


/* MAIN NAV */
/* ADJUSTMENT FOR NEW FLASH AND LESS LINKS */

#nav_main {
	width: 495px;

}


/* 2ndary NAVIGATION */
#nav_secondary_container {

	width:100%;
	clear: both;
	
	height: 65px;
	margin-top: 15px;

}



#nav_secondary {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

#nav_secondary ul {
	list-style: none;
	height: 45px;
	text-align: right;

 }
    
#nav_secondary li {
	float:left;

	padding-right: 20px;
	height: 32px;
	

 }

#nav_secondary a img {
	margin-top: -5px;
}	

#nav_secondary li a {
	text-decoration: none;
	color: #FFFFFF;
}


#nav_secondary li a:hover {
	color: #00BCE4;
	text-decoration: none;
}

.nav_icon {
	float: left;
	margin-right: 5px;
}

/* NEW HOMEPAGE FLASH */

#find-stockist a {
	float: left;
	width: 130px;
	background-image: url(http://www.gyprocbladerunner.com/images/img/navigation/stockist.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	display: block;

}

#find-stockist a:hover {
	background-image: url(http://www.gyprocbladerunner.com/images/img/navigation/stockist_over.png);
	background-repeat: no-repeat;
	background-position: center center;

}