@charset "utf-8";
/* CSS Document */

body {
	background: #f0f0f0;
	margin: 0px;
}
a img { border: none; }
#outer-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#nav-wrapper {
	background-color: #000;
}
#nav-wrapper.home {
	background-color: #ababad;
}
	#nav-wrapper #contact-number {
		position: relative; float: right;
		background: #fdc845 url(../images/top-curved-rt-alt.gif) top left no-repeat;
		padding-left: 22px;
		width: 210px;
	}
	#nav-wrapper.home #contact-number {
		background: #fdc845 url(../images/top-curved-rt-home.gif) top left no-repeat;
	}

	#nav-wrapper #nav {
		position: relative; float: left;
	}
	#nav-wrapper #sub-nav-wrapper {
		position: relative; clear: both;
		background: #fff url(../images/contact-shadow.gif) top right no-repeat;
		height: 26px;
		width: 1000px;
	}
#header {
	position: relative; 
	background-color: #fff;
	height: 278px;
}
#logo {
	position: relative; float: left;
	background: url(../images/eye4-logo.gif) center center no-repeat;
	border-right: 1px solid #888;
	height: 148px;
	margin: 42px 0px 0px;
	width: 400px;
}
#content {
	position: relative; float: left;
	width: 520px;
	margin: 46px 46px 0px 20px;
}
.sub #logo, .print #logo, .contact #logo  {
	position: absolute; float: left; top: 0px; left: 25px;
	background: url(../images/eye4-logo-sm.gif) 0px 0px no-repeat;
	border-right: none;
	height: 100px;
	margin: 0px;
	width: 260px;
}
.sub #content, .print #content {
	position: relative; float: left;
	border-left: 1px solid #888;
	margin: 100px 0px 0px 80px;
	padding-left: 16px;
	width: 566px;
}
.print #content {
	width: 590px;
}
#promotion-message {
	position: absolute;
	color: #aaa;
	bottom: 4px;
	left: 60px;
	font-style: italic;
}
#promotion-message em {
	color: #fcc845;
}
#templates {
	position: relative; float: right;
	margin: 56px 30px 0px 0px;
}
.print #templates {
	margin: 40px 40px 0px 0px;
}

#contact-wrapper {
	position: absolute;
	top: 62px;
	left: 308px;
}
#contact-desc {
	position: relative; float: left;
	color: #555;
	font-size: 1.5em;
	font-weight: bold;
}
#contact-info {
	position: relative;	float: left;
	color: #555;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 8px;
}
#contact-request {
	position: relative;	float: left;
	color: #555;
	display: block;
	font-size: 1.4em;
	margin-left: 50px;
}
	#contact-request ul {
		margin-top: 0px;
		font-size: .9em;
	}
	#contact-request ul li {
		list-style-image: url(../images/squarew-init.gif);
		margin: 6px 0px;
	}
	#contact-request ul li:hover {
		list-style-image: url(../images/squarew-over.gif);
	}
	#contact-request a {
		color: #888;
		text-decoration: none;
	}
	#contact-request a:hover {	
		color: #555;
		text-decoration: underline;
	}
	
#contact-address {
	position: absolute;
	color: #555;
	font-size: 1.4em;
	top: 175px;
	left: 87px;
}
#contact-address p {
	margin: 0px;
}


/* Homepage gallery */
#gallery {
	background-color: #ababad;
	height: 400px;
}
	#gallery .col {
		
	}
	#gallery .cell {
		position: relative; float: left;
		width: 200px;
		height: 200px;
		text-align: center;
		vertical-align: middle;
	}
	#gallery .cell a, #gallery .cell a:link, #gallery .cell a:visited {
		display: block;
		color: #fff;
		font-size: 16pt;
		height: 108px;
		padding-top: 92px;
		text-decoration: none;
	}
	#gallery .cell a:hover, #gallery .cell a:active {
		background-color: #bbb;
	}
	
	#gallery #product-01 { background: url(../images/product-photo-01.jpg) top left no-repeat; }
	#gallery #product-02 { background: url(../images/product-photo-02.jpg) top left no-repeat; }
	#gallery #product-03 { background: url(../images/product-photo-03.jpg) top left no-repeat; }
	#gallery #product-04 { background: url(../images/product-photo-04.jpg) top left no-repeat; }
	#gallery #product-05 { background: url(../images/product-photo-05.jpg) top left no-repeat; }

	#gallery #eye {
		background: url(../images/eye-bg.jpg) center center no-repeat;
	}
	#gallery #eye #eye-cover {
		width: 200px;
		height: 200px;
		background-color: #ababad;
		filter: alpha(opacity=100);	
		opacity: 1;
	}
	#gallery #four {
		background: url(../images/4-bg.gif) center center no-repeat;
	}
	#gallery.engineer {
		background: #333 url(../images/engineer-bg.jpg) top left no-repeat;
		height: 432px;
	}
	#gallery.print {
		background: #333 url(../images/print-bg.jpg) top left no-repeat;
		height: 415px;
	}
	#gallery.deliver {
		background: #333 url(../images/deliver-bg.jpg) top left no-repeat;
		height: 432px;
	}
	#gallery.contact {
		background: #333 url(../images/contact-bg.jpg) top left no-repeat;
		height: 432px;
	}

#footer {
	margin-bottom: 20px;
	margin-top: .2em;
	padding-top: 4px;
}
#sub-footer {
	float: right;
	right: 0px;
}
.clearit {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

img.bullet {
	padding-right: 4px;
	vertical-align: middle;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

