/* Overide Styles */

body {
	color: #333;
	margin-top: 0;
	background: #003876;
}

#container {
	width: 950px;
	height: 700px;
	background: #FFF url(/images/container-bg.jpg) no-repeat top center;
	margin: 0 auto;
	text-align: left;
}

#accessibility-links {
	display: none;
}

h2 {
	font-size: 24px;
	color: #003876;
}

h3 {
	font-size: 18px;
	color: #003876;
}

h4 {
	color: #666;
}

a, a:visited, a:focus { 
	color: #000; 
	text-decoration: none;
}

a:hover { 
	color: #000;
	text-decoration: underline;
}


/* header */

#header {
	height: 120px;
	padding-left: 160px;
	padding-right: 100px;
	padding-top: 10px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	width: 196px;
	height: 97px;
	display: block;
	background: url(/images/swift-logo.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

#header #jewers-logo {
	width: 119px;
	display: block;
	float: right;
	border: none;
}


/* content-main */

#content-main {
	width: 346px;
	margin-left: 180px;
	min-height: 430px;
	float: left;
}

#sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sub-menu li {
	display: block;
	height: 16px;
	padding-left: 16px;
	background: url(/images/bullet.gif) no-repeat left center;
}


/* flash-container */

#flash-container {
	border: 1px solid #999;
	width: 271px;
	height: 216px;
	overflow: hidden;
	margin-bottom: 20px;
}


/* image library */

#image-container #main-image {
	width: 271px;
	overflow: hidden;
	margin-bottom: 20px;
}

#image-container img {
	border: 1px solid #999;
}

#thumbs {
	list-style: none;
	overflow: hidden;
	margin: -10px 0 20px 0;
	padding: 0;
}

#thumbs li {
	float: left;
}

#thumbs li img {
	border: 1px solid #999;
	width: 62px;
	margin-right: 5px;
}


/* sidebar */

#sidebar {
	width: 277px;
	margin-right: 127px;
	float: right;
}

#sidebar #menu {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#sidebar #menu li {
	text-align: center;
	margin-bottom: 6px;
}

#sidebar #menu li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	width: 271px;
	height: 34px;
	background: #007cba url(/images/menu-bg.jpg) repeat-x top left;
}

#sidebar #menu li a:hover {
	background: #003876 url(/images/menu-bg.jpg) repeat-x bottom left;
}

#design-page #menu li.design a {
	background: #003876 url(/images/menu-bg.jpg) repeat-x bottom left;
}

#safety-page #menu li.safety a {
	background: #003876 url(/images/menu-bg.jpg) repeat-x bottom left;
}

#environment-page #menu li.environment a {
	background: #003876 url(/images/menu-bg.jpg) repeat-x bottom left;
}

					
/* footer */

#footer {
	clear: both;
	padding-left: 180px;
}

#footer h4 {
	padding: 0;
	margin: 0;
}

#footer p {
	color: #666;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#footer p.note {
	color: #999;
	padding: 0;
	margin-top: 10px;
	font-size: 10px;
}

#footer #pdf-links {
	background: url(/images/pdf-bg.jpg) no-repeat top left;
	padding: 11px 0 0 52px;
	width: 294px;
	height: 39px;
	margin-bottom: 20px;
}
