body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-image: url('../img/aluminum-bg.png');
	background-repeat: repeat;
	height: 100px;
	min-width: 1100px;
	width: 100%;
	margin: 0px auto 40px auto;
	padding: 0px;
	position: static;
	-moz-box-shadow: 0 1px 5px #888;
	-webkit-box-shadow: 0 1px 5px #888;
}

#footer {
	width: 900px;
	height: 40px;
	margin: 15px auto;
	padding: 0 50px 0 50px;
	font-family: 'lucida grande','lucida grande','verdana', sans-serif;
	font-size: 10px;
	color: #777777;		
}

	#footer a {
		outline: none;
		text-decoration: underline;
		color: #cccccc;
	}
	
	#footer a:hover, #footer a:focus {
		color: #999999;
	}
					
#navigation {
	background-image: url('../img/navigation-bg.png');
	background-repeat: no-repeat;
	width: 900px; 
	height: 100px; 
	margin: 0 auto;
}

#home-link {
	display: block;
	position: relative;
	margin: 0;
	top: 11px;
	left: 9px;
	width: 137px;
	height: 27px;
	cursor: pointer;
}

#nav-bar {
	position: relative;
	margin: 0 auto;
	padding: 28px 0 0 0;
	list-style:none;
	width:900px;
	height:45px;
}

	#nav-bar li {
		display:inline;
	}

		#nav-bar li span {
			background: none;
			font-family:'geneva', sans-serif;
			font-size:14px;
			font-weight: 500;
			letter-spacing: 1px;
			text-decoration:none;
			text-shadow: white 0px -1px 1px;
			padding:15px 0px 15px 0;
			width:120px;
			height:14px;
			background-position:center;
			color: #222;
			float:left;
			text-align:center;
			display: block;
		}

		#nav-bar li a {
			outline: none;
			background: none;
			font-family:'geneva', sans-serif;
			font-size:14px;
			font-weight: 500;
			letter-spacing: 1px;
			text-decoration:none;
			text-shadow: white 0px -1px 1px;
			padding:15px 0px 15px 0;
			width:120px;
			height:14px;
			background-position:center;
			color: #222;
			float:left;
			text-align:center;
			display: block;
		}

		#nav-bar li a:hover, #nav-bar li a:focus {
			background:url('../img/nav-hover.png');
			width:120px;
			height: 14px;	
			padding:15px 0px 15px 0;
			margin-bottom: 0px;
			color:#9C2626;	
			text-decoration:none;
			text-shadow:white 0px 1px 1px;	
		}

#contents {
	width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#profile {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #555;
}

	#profile a {
		outline: 0;
		text-decoration: none;
		color: #0C9185;
	}

	#profile a:hover, #profile a:focus {
		color: #10648B;
	}

#primary {
	background: transparent; 
	width: 440px;
	height: 415px;
	margin: 30px 0 30px 15px;
	float: right;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	color: #555;
}

	#primary p {
		font-size: 15px;
		line-height: 150%;
		text-align: center;
		margin: auto;
	}

.find-out-button {
	background-image: url('../img/find-out-buttons.png');
	background-position: 0 0;
	background-repeat: none;
	width: 149px;
	height: 44px;
	margin: 35px auto auto auto;
	cursor: pointer;
}

.find-out-button:hover {
	background-image: url('../img/find-out-buttons.png');
	background-position: 0 46px;
	background-repeat: none;
	width: 149px;
	height: 44px;
}

	.find-out-button a {
		outline: 0;
		margin: 0;
		padding: 0;
		height: 45px;
		display: block;
	}

	.find-out-button span {
		display: none;
	}

#news {
	background-image: url('../img/news-bg.png');
	background-repeat: none;
	width: 900px;
	height: 41px;
	margin: 30px auto;
	float: left;
}

#secondary {
	background: transparent; 
	width: 390px;
	height: 415px;
	margin: 30px 15px 30px 9px;
	float: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	color: #555;
}

	#secondary p {
		font-size: 15px;
		text-align: center;
		margin: auto;
		line-height: 150%;
	}

	#secondary sup {
		font-size: 8px;
		position: relative;
		top: -3px;
	}

	#secondary .slide {
		width: 100%;
		height: 120px;
		margin: 41px auto 20px;
		padding: 5px;
	}
	
		#secondary .slide img {
			float: left;
			width: 120px;
			height: 120px;			
			-moz-box-shadow: 0 1px 3px #aaa;
			-webkit-box-shadow: 0 1px 3px #aaa;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
		}
	
	
#separator {
	background-image: url('../img/separator.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 26px;
	height: 437px;
	margin: 15px 0;
	float: left;
}

.slide-out-div {
	padding: 20px;
	margin: 0 50px;
	width: 760px;
	height: 520px;
    background-image:url('../img/slide-out-bg.png');
 /*   background-repeat: no-repeat;
    background-size: 100% 100%;		*/
    -moz-background-size: 100% 100%;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-box-shadow: 0 5px 20px #666;
	-webkit-box-shadow: 0 5px 20px #666;
	display: block;
}

	.slide-out-div #open {
		background:url('../img/up-arrow.png'); 
		width: 12px; 
		height: 14px; 
		position: absolute; 
		left: 174px;
		top: 16px;
		display: block;
	}

	.slide-out-div #close {
		background: url('../img/down-arrow.png'); 
		width: 12px; 
		height: 14px; 
		position: absolute; 
		left: 174px;
		top: 16px;
		display: block;
	}

#wrapper {
	width: 160px;
	height: 480px;
	float: left;
	margin: 20px 0;
	padding: 0;
	float: left;
	font-family: 'lucida sans unicode','lucida grande','verdana', sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

.tabs {
	margin: 0;
	padding: 0;
}

	.tabs li {
		width: 160px;
		height: 159px;
		margin-bottom: 1px;
		padding: 0;
		list-style:none;
	}

		.tabs li a {
			outline: 0;
			width: 125px;
			height: 125px;
			display: block;
			background: url('../img/tab-bg.png');
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			margin: 2px;
			padding: 15px;
			position: relative;
			font-size: 12px;	
			cursor: pointer;
			color: white;
			text-shadow: 0 1px 1px #000;
			text-decoration: none;
			text-align: center;
		}

		.tabs li a:hover, .tabs li a:focus {
			background: url('../img/tab-hover.png'); 
		}

		.tabs li a.selected {
			background: url('../img/tab-active.png'); 
		}

	.tabs img {
		background-color:#fff;
		border:1px solid #888;
		margin: 8px 8px 12px 8px;
		padding:4px;	
		display:block;
		opacity: 1.0;
	}

#galleries {
	float: right;
	width: 582px;
	height: 480px;
	margin: 23px 0 18px 0;
	padding-left: 18px;
}

.gallery {
	position: absolute;
}

body#home a#home-nav,
body#about a#about-nav,
body#products a#product-nav,
body#newsroom a#news-nav,
body#contact a#contact-nav {
	outline: 0;
	background:url('../img/nav-hover.png');
	width:120px;
	height: 14px;	
	padding:15px 0px 15px 0;
	margin-bottom: 0px;
	color:#9C2626;	
	text-decoration:none;
	text-shadow:white 0px 1px 1px;	
}

#social {
	margin-top: 140px;
	position:absolute;
	right: 0;
	width: 49px;
	height: 124px; 
	background: url('../img/social-bg.png');
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;	
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	z-index: 1;
}

#facebook {
	margin: 22px 0 11px 9px;
	position: relative;
	background-image: url('../img/fb-ori.png');
	width: 40px;
	height: 39px;
}

#facebook:hover {
	cursor: pointer;
	margin: 22px 0 11px 9px;
	position: relative;
	background-image: url('../img/fb-hover.png');
	width: 40px;
	height: 39px;
}

#twitter {
	margin: 19px 0 10px 9px;
	position: relative;
	background-image: url('../img/tw-ori.png');
	width: 40px;
	height: 39px;
}

#twitter:hover {
	cursor: pointer;
	margin: 19px 0 10px 9px;
	position: relative;
	background-image: url('../img/tw-hover.png');
	width: 40px;
	height: 39px;
}

#contact-info {
	font-family: 'lucida sans unicode','lucida grande','verdana', sans-serif;
	font-size: 12px;	
	height: 290px;
}

#contact-info .address {
	width: 272px;
	height: 220px;
	float: left;
	padding: 20px 10px 20px 0;
}

#contact-info .address h3 {
	font-size: 12px;
	color: #555;
	margin: 0 0 10px;
}

#contact-info .address p {
	color: #555;
	line-height: 150%;
	margin: 8px 0;
}

#contact-info .address dl dt {
	float: left;
}

#contact-info .address dt {
	margin-bottom: 2px;	
}

#contact-info .address dd {
	margin: 0 0 6px 30px;
	color: #555;
}

#contact-info .address a {
	outline: 0;
	cursor: pointer;
	color: #0C9185;
	text-decoration: none;
}

#contact-info .address a:hover, #contact-info .address a:focus {
	color: #10648B;
}

#contact-info .address a dd {
	color: #0C9185;
}

#contact-info .address a:hover dd {
	color: #10648B;
}

#contact-info .separator {
	background-image: url('../img/short-right-separator.png');
	background-repeat: no-repeat;
	width: 27px;
	height: 270px;
	float: left;
}

#contact-info .email a:hover, #contact-info .email a:focus {
	text-decoration: underline;
}

#contact-form {
	background-image: url('../img/form-bg.png');
	background-repeat: no-repeat;
	width: 553px;
	height: 275px;
	margin: 30px auto 20px;
	padding: 20px 30px;
	font-family: 'lucida sans unicode','lucida grande','verdana', sans-serif;
	font-size: 12px;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
}

#contact-form dl {
	margin: 0;
	padding: 0;
	float: left;
}

#contact-form dt {
	padding: 5px 0;
	float: left;
	width: auto;
}

#contact-form dd {
	margin: 0 0 16px 88px;
	height: 20px;
}

input#field1,
input#field2,
input#field3 {
	background-color: transparent;
	width: 286px;
	height: 20px;
	padding: 3px 7px;
	border: none;
	font-family: 'georgia', serif;
	font-weight: 600;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
}

input#field1:focus,
input#field2:focus,
input#field3:focus {
	background-color: white;
	width: 286px;
	padding: 3px 7px;
}

textarea#field4 {
	background-color: transparent;
	margin: 0;
	padding: 5px 9px;
	width: 416px;
	height: 96px;
	border: none;
	font-family: 'georgia', serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	text-shadow: 1px 1px 1px #fff;
}

textarea#field4:focus {
	background-color: white;
	padding: 5px 9px;
	width: 416px;
}

input#field5 {
	position: absolute;
	bottom: 54px;
	right: 201px;
	background: transparent url('../img/submit-buttons.png') 0 0 no-repeat;
	width: 86px;
	height: 30px;
	border: none;
	color: #07443F;
	font-size: 12px;
	text-shadow: 0 1px 1px #fff;
	cursor: pointer;
	padding: 2px 6px 3px;
	outline: none;
}

input#field5:hover {
	background: transparent url('../img/submit-buttons.png') 0 30px;
	width: 86px;
	height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #fff;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.error, .success {
	display: none;
	position: absolute;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
}

.error {
	color: #DB2A2A;
}

.success {
    color: #19943A;
}

.overlay-map {
	display: none;
	background : url('../img/overlay-bg.png');
	width: 556px;
	padding: 50px;
	font-family: 'lucida grande','lucida grande','verdana', sans-serif;
}
		
.overlay-map .close {
	background: url('../img/apple-close.png');
	position: absolute; 
	left: 15px; 
	top: 15px;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

.overlay-map a {
	outline: none;
	color: #ccc;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
}

.overlay-map a:hover, .overlay-map a:focus {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0px 2px #fff;
}

.headline {
	width: 100%;
	height: 16px;
}

.image-holder {
	background-color:transparent;
	background-image: url('../img/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.events {
    margin-bottom: 50px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-size: 12px;
	color: #555;
}
    .events dl {
        margin-left: 20px;
    }
    .events dt, .events dd {
        line-height: 160%;
    }
    .events dt {
        float: left;
        font-weight: 600;
    }
    .events dd {
        margin: 0 0 15px 150px;
    }
        .events dd span {
            font-style: italic;
            margin-right: 3px;
        }