/***************
SPECIALS
***************/

#specials_outer {
	margin: 0px;
	padding:0px;

	width: 100%;
	height: 150px;
	
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#specials_inner {
	margin: 0px;
	padding:0px;

	width: 960px;
	height: 150px;
	
	position:relative;
	z-index: 10;
	
	margin-left: auto;
	margin-right: auto;
}


#postitnote {
	margin: 0px;
	padding:0px;

	width: 145px;
	height: 96px;

	margin-left: 550px;
	margin-top: 40px;
	
}

/***************
TOP NAVIGATION STYLES
***************/

#navigationWrapper {
	margin: 0px;
	padding:0px;

	width: 960px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	
	position:relative;
}

#smallSwiftLogo {
	margin: 0px;
	padding:0px;
	float: right;
}

#navigationList {
	margin: 0px;
	padding: 0px;
	height: 39px;
	list-style-type: none;
	display: inline;
	
	position:relative;
	z-index: 20;
}

#navigationList li {
	margin: 0px;
	padding: 0px;

	display: block;
	float: left;
	width: 149px;
	height: 39px;
	
	text-indent: -999px;
	overflow: hidden;
}

#navigationList li a {
	display: block;
	height: 39px;
	text-decoration: none;
}

#navigationList #productLink a {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat 0px 0px;
}
#navigationList #productLink a:hover {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -296px 0px;
}
#navigationList #productLinkOn a {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -296px 0px;
}
#navigationList #productLinkOn a:hover {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -296px 0px;
}


#navigationList #contactLink a {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -149px 0px;
}
#navigationList #contactLink a:hover {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -445px 0px;
}
#navigationList #contactLinkOn a {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -445px 0px;
}
#navigationList #contactLinkOn a:hover {
	color: #fff;
	background: url(../images/nav_buttons.png) no-repeat -445px 0px;
}

/***************
BANNER STYLES
***************/

#bannerWrapper {
	margin: 0px;
	padding:0px;

	width: 960px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
}

h1#mainSwiftLogo {
	margin: 0px;
	padding:0px;
	
	width:299px;
	height:65px;
	
	background: url(../images/logo_big_32bit.png) no-repeat 0px 0px;
	
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	
	display:block;

	margin-top: 20px;
	float: left;
	
}

#swiftTelephone {
	margin: 0px;
	padding:0px;

	width: 240px;
	padding-top: 35px;
	float: right;
}
