body {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	margin: 0;
	color: #DA2C2E;
	font-size: 24px;
	letter-spacing: -1px;
	font-family: "Univers", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h2 {
	margin: 0;
	color: #DA2C2E;
	font-size: 20px;
	letter-spacing: -1px;
	font-family: "Univers", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h3 {
	margin: 0;
	color: #DA2C2E;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: "Univers", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h4 {
	margin: 0;
	color: #DA2C2E;
	font-size: 14px;
	letter-spacing: -1px;
	font-family: "Univers", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}

a, a:visited {color: #000f48; text-decoration: none;}
a:hover {color: #000f48; text-decoration: underline;}

a.on, a.on:visited {color: #000f48; text-decoration: underline;}
a.on:hover {color: #000f48; text-decoration: none;}

p {margin-top: 15px; margin-bottom: 0;}

.container {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(../graphics/bg-header.gif) repeat-x;
	height: 83px;
}

	#header .container {
		width: 960px;
		height: 83px;
		padding: 0 10px;
	}
	
	#logo {
		width: 700px;
		height: 70px;
		float: left;
	}
	
		#logo a {
			width: 700px;
			height: 70px;
			display: block;
			background: url(../graphics/logo.gif) no-repeat;
		}
	
	#language {
		width: 200px;
		padding-top: 10px;
		text-align: right;
		font-size: 10px;
		float: right;
	}
	
#body {background: #DA2C2E;}
	
	#nav {
		padding: 8px 0 16px 0;
		text-align: right;
	}
	
		#nav ul {margin: 0; padding: 0; float: right;}
			#nav ul li {
				margin: 0 0 0 30px;
				padding: 0;
				list-style: none;
				float: left;
			}
	
	.content {
		width: auto;
		padding: 10px 20px;
		line-height: 20px;
		background: url(../graphics/bg-content.gif) repeat-y;
	}
	
		#subnav {
			width: 125px;
			float: left;
		}
		
			#subnav ul {margin: 0; padding: 0;}
				#subnav ul li {margin: 0; padding: 0 0 4px 0; list-style: none;}
				
				#subnav ul li a, #subnav ul li a:visited {
					width: 117px;
					height: 11px;
					padding: 3px 0 4px 8px;
					color: #ffffff;
					text-decoration: none;
					font-size: 11px;
					line-height: 11px;
					background: url(../graphics/bg-subnav.gif) no-repeat;
					display: block;
				}
				
				#subnav ul li a:hover, #subnav ul li a.on, #subnav ul li a.on:visited {
					color: #ffffff;
					text-decoration: none;
					background: url(../graphics/bg-subnav.gif) 0 -18px no-repeat;
				}
		
		#sub-content {
			width: 775px;
			margin-right:25px;
			float: right;
		}
			.featured-product-container {
				width: auto;
				background: url(../graphics/bg-featured-product.gif) repeat-y;
			}
				.featured-product {
					width: 450px;
					border: 1px solid #8f8f8c;
					float: left;
				}
				
				.featured-product-text {
					width: 322px;
					padding: 40px 10px 0 10px;
					color: #ffffff;
					line-height: 24px;
					float: right;
				}
				
					.featured-product-text h1 {color: #FFFFFF;}

#footer {
	background: url(../graphics/bg-footer.gif) repeat-x;
	padding-top: 32px;
	padding-bottom: 20px;
}

	#footer .container {
		width: 960px;
		padding: 0 10px;
		line-height: 15px;
		font-size: 10px;
	}

ul.list-inline {margin: 0; padding: 0; float: right;}
	ul.list-inline li {margin: 0; padding: 0 10px; list-style: none; float: left;}
	ul.list-inline li.first {padding-left: 0;}
	ul.list-inline li.last {padding-right: 0;}
	ul.list-inline li.divider {border-right: 1px solid #000;}

.content14 {font-size: 14px;}

.margin-top-15 {margin-top: 15px;}
.margin-top-25 {margin-top: 25px;}

.clear {clear: both;}
.float-left {float: left;}
.float-right {float: right;}
.hide {display: none;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.framed-picture {
	width: auto;
	padding: 4px;
	background: #ffffff;
	border: 1px solid #8f8f8c;
}


				#imageContainer1 {

								height: 491px;

								overflow:hidden;
								
								position:relative;

				}

				

				#imageContainer1 img {

								display: none;

								position:absolute;

								left: 0;

								top: 0;

				}