@charset "utf-8";

/*----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
img {
	border-style: none;
	float: left;
	}
a {
	outline-style: none;
	outline-width: 0;
	}
#wrapper, #container {
	position:relative;
	min-height: 100%;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	}
#clear {
	clear:both;
	height: 35px;
	}

/* --- header styles --- */
#header {
	background-color: #000;
	position:relative;
	height:145px;
	z-index: 10000;
	}
#header h1 {
	height: 87px;
	margin-left: -9000px;
	}
#headBanner {
	top: 0px;
	position: absolute;
	right: 0px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

ul.MenuHor {
	top: 0px;
	list-style: none;
	height:58px;
	}
ul.MenuHor li {
	float:left;
	margin: 0 0 0 22px;
	position:relative;
	display: inline;
	}
#header ul li a:hover,
#header ul li a:focus,
#header ul li a.selected {
	background-position: 0 -58px;
	}
#header ul li a:active {
	background-position: 0 -116px;
	}
#header ul li a.current {
	background-position: 0 -174px;
	}
ul.MenuHor li #homeLink {
	height: 145px;
	}
ul li#home {
	width: 194px;
	height: 145px;
	margin-left: 0px;
	margin-top: -87px;
	background: url(../_images/RoscoeLogo.gif) no-repeat 0px 0px;
/*	background-image: url(../_images/RoscoeLogo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	}
ul li#home:hover,
ul li#home.hover {
	background-position: 0px -145px;
}
ul.MenuHor #homeLink:hover,
ul.MenuHor #homeLink:active {
	background-position: 0px 0px;
	}
#navEdge {
	position: absolute;
	left: 194px;
	width: 22px;
	height: 58px;
	background: #000 url(../_images/nb-edge.gif) no-repeat left top;
	}
ul li #productsLink {
	background: url(../_images/nb-products.gif) no-repeat top left;
	width: 106px;
	}
ul li #customerLink {
	background: url(../_images/nb-customer.gif) no-repeat top left;
	width: 93px;
	}
ul li #differenceLink {
	background: url(../_images/nb-difference.gif) no-repeat top left;
	width: 104px;
	}
ul li #newsLink {
	background: url(../_images/nb-news.gif) no-repeat top left;
	width: 72px;
	}
ul  li  #contactLink {
	background: url(../_images/nb-contact.gif) no-repeat top left;
	width: 81px;
	}
ul.MenuHor ul {
	position: absolute;
	left: 0px;
	background: url(../_images/flyout-mid.png) no-repeat left top;
	padding-top:6px;
	width: 214px;
	list-style-type: none;
	font-size: 95%;
	line-height: 26px;
	z-index: 1020;
	margin-left: -5px;
/*	display: none; collapse all sub menus to begin with*/
	visibility: hidden;
	}
ul.MenuHor .contact ul {
	margin-left: -55px;
}

/* Menu item containers are same fixed width as parent */
ul.MenuHor ul li {
	width: 214px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	display: list-item;
	float: none;
	}
ul.MenuHor ul li:last-child,
ul.MenuHor ul li.last {
	padding-bottom: 24px;
	background: url(../_images/flyout-btm.png) no-repeat left bottom;
	}
ul.MenuHor a {
	display: block;
	color: #FE0;
	text-decoration: none;
	padding: 0px;
	height: 58px;
	overflow: hidden;
	}
ul.MenuHor ul a {
	background: url(../_images/flyout-mid.png) repeat-y 0px 0px;
	font-weight: bold;
	text-indent: 17px;
	width: 214px;
	height: 26px;
	color: #FE0;
	}
#wrapper #header ul ul a:hover {
	background: url(../_images/flyout-ov.png) repeat-y 0px 0px;
	color: #000;
	}
#wrapper #header ul ul a:active {
	background: url(../_images/flyout-dn.png) repeat-y 0px 0px;
	color: #000;
	}
#wrapper #header ul ul a.current,
#wrapper #header ul ul a.current:hover,
#wrapper #header ul ul a.current:active {
	cursor: default;
	color: #F15122;
	background: url(../_images/flyout-mid.png) repeat-y 0px 0px;
	}

/* --- footer styles --- */
#footer {
	color: #FC7B1A;
	font: 0.8em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background: #000;
	height: 30px;
	position:absolute;
	width: 770px;
	border-top: 5px solid #000;
	bottom: 0px;
	margin: 0 auto;
	z-index: 10000;
	}
#footer ul {
	list-style: none;
	}
#footer ul li {
	float: left;
	}
#footer ul a {
	text-decoration: none;
	display: block;
	border-left: 1px solid #FC7B1A;
	color: #FC7B1A;
	float: left;
	padding: 0px 9px;
	margin: 5px 0px;
	}
#footer ul a.first {
	border-left-width: 0;
	margin-left: 3px;
	}
#footer ul a:hover {
	color: #FE0;
	}
#footer #phone {
	background: url(../_images/footer-phone.gif) no-repeat;
	width: 184;
	height: 26px;
	margin-left: 292px;
	}
#footer #copyright {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px 12px;
	float: right;
}

