* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fafafa;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	color: #000000;
	text-align:center;
	background: url(css-images/blueBanner.png) repeat-x left top; 
}

/* base typography */

p {
	font-size: 1em;
padding: 4px 0px 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
color:#BA8C43;
line-height:140%;
}
a {border:none;
text-decoration:none;}
a img{
border:none;}

/* layout structure */
#wrap {
	width:760px;
	margin:0 auto;
	text-align:left;
}
#branding {
background: transparent;
float:left;
}

#columnOne{
margin:5px 0 0 0;
float:left;
width:455px;
background:#fff url(css-images/body.png) no-repeat center 40px;
}
#columnOne div{
	padding:10px 5px;
}
#columnTwo{
margin:30px 0 0 0;
	float:right;
	width:290px;
	background:transparent;
}
#columnTwo div{
	padding:0 0 0 5px;
}

#footer{
	clear:both;
	width:760px;
	margin:0 auto;
	text-align:left;
background: transparent;
}
#footer div{
	padding:0;
}
/* ==================
Branding  ============*/
#header {
margin:65px 0 0 -5px;
	width: 300px;
	height: 50px;
	background-image: url(css-images/opticutlogo.gif);
	}
#header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
#branding h2{
margin:16px 6px 0 0;
font-size:1.2em;
color:#046F9E;
text-align:right;
font-weight:500;
}
/* ==================
   Main Navigation    */
#Nav{
width:455px;
height:160px;
float:right;
}

.mainNav ul, .mainNav li{
list-style: none;
float:left;
}
.mainNav a{
width:90px;
height:70px;
	font-size:11px;
	font-weight:600;
padding:90px 0 0 0;
	text-transform:uppercase;
text-align:center;
display:block;
border-left:1px solid #fff;
background: url(css-images/mainMenu.png) repeat-x 0 top;
color:#fff;}
.mainNav a:hover{
background: url(css-images/mainMenu.png) repeat-x 0 bottom; color:#fff;}
.activeMainNav{
width:90px;
height:70px;
font-size:11px;
font-weight:600;
padding:90px 0 0 0;
text-transform:uppercase;
text-align:center;
display:block;
border-left:1px solid #fff;background: url(css-images/mainMenu.png) repeat-x 0 bottom; 
color:#fff;}

/* =================
	Column One       */

#columnOne h2{
	color: #000;
	text-transform: uppercase;
	margin:6px 0 12px 0;
}
#columnOne p{
font-size:1.1em;
color:#000;
line-height:140%;
padding:8px 0;
}
#columnOne hr{
border: 0;
color: #ccc;
background-color: #ccc;
height: 1px;
width: 100%;
text-align: left;
clear:both;
}
#columnOne h1, #columnOne h2, #columnOne h3, #columnOne h4, #columnOne h5, #columnOne h6{
color:#BA8C43;
padding:8px 0;
}
#columnOne ul, #columnOne ol{
margin:0 20px;
}
#columnOne .readMore p{font-size:.90em;}
#columnOne p a,#columnOne li a{color: #046F9E;font-weight:500;}
#columnOne p a:hover,#columnOne li a:hover{border-bottom:1px dotted #046F9E;}
#columnOne img{
float:right;
margin:0 0 16px 16px;
border:1px solid #222;}
#columnOne blockquote{
border:dotted 1px #046F9E;
padding:10px;
margin:10px 20px;
}
#columnOne h2{
font-size:1.7em;
}
#columnOne h3{
font-size:1.35em;
}
#columnOne h4{
font-size:1.15em;
}
#columnOne h5{
font-size:1em;
}
#columnOne h6{
font-size:.95em;
}

/* =================
	Column Two       */

#columnTwo h2{
	font-size: 1.8em;
	color:#fff;
	background:;
	height:20px;
	margin:0px 10px 5px 0;
	padding:10px 0 4px 0;
text-align:right;
font-weight:400;
}*/
#columnTwo img{
	margin:2px 0;
}

/* ==================
sub menu containers */

div.box{
float:right;
margin:0 10px 15px 0;
width:255px;
}
.box ul{
margin:0 10px 0 0;
}
.box ul, .box li{
list-style:none;
text-align:right;
display:block;
}
.box li{
list-style:none;
text-align:right;
display:block;
margin:2px 0;
padding:2px 0;
}
.box li a{
display:block;
color:#000;
}
.box li a:hover{
text-decoration:underline;
}
.sectionBox{
background:#dc9fab url(css-images/subMenuBkgd.png) repeat-x 0 bottom;
}
.newsBox{
background:#c6e4ee url(css-images/newsBkgd.png) repeat-x 0 bottom;
}
.newProductsBox{
background:#e4dbb9 url(css-images/newProductsBkgd.png) repeat-x 0 bottom;
}
.box img{
float:left;
margin:-70px 0 0 0;
}
/* ===================
footer */

#footer h6{
color:#BA8C43;
padding:8px 0;




}

#accessibility {
position: absolute;
top: -10000px;
}

/* ===================
equal height columns */

#wrap{
	overflow:hidden;
}
#columnOne, #columnTwo{
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

/* =====================
Contact Form *//

/* --- Contact Form --- */

#center .zemContactForm {
	margin: 2em 0 1em 0;
	}

#columnOne .zemContactForm fieldset {
	border: none;
	}

#columnOne .zemContactForm legend {
	display: none;
	}

#columnOne .zemContactForm label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 0.3em 0 0;
	padding: 0.2em 0.5em;
	}

#columnOne .zemContactForm br {
	clear: left;
	}

#columnOne .zemContactForm input,
#columnOne .zemContactForm select,
#columnOne .zemContactForm textarea {
	margin: 0 0 0.3em 0;
	}

#columnOne .zemContactForm .zemSubmit {
	margin-left: 115px;
	padding: 0.2em 0.5em;
	}

#columnOne .zemContactForm .checkbox {
	margin-left: 115px;
	}

#columnOne .zemContactForm .checkbox label {
	float: none;
	text-align: left;
	display: inline;
	}

/*========================
Single column layout   */

#singleColumn div{
clear:both;
width:100%;
margin-top:120px;
background:#fff url(css-images/body.png) no-repeat center 30px;
}
#singleColumn h2{
color: #000;
text-transform: uppercase;
margin:6px 0 12px 0;
}
#singleColumn p{
font-size:1.1em;
color:#000;
line-height:140%;
padding:8px 0;
}
#singleColumn hr{
border: 0;
color: #ccc;
background-color: #ccc;
height: 1px;
width: 100%;
text-align: left;
clear:both;
}
#singleColumn h1, #singleColumn h2, #singleColumn h3, #singleColumn h4, #singleColumn h5, #singleColumn h6{
color:#BA8C43;
padding:8px 0;
}
#singleColumn ul{
margin:0 20px;
}

td, td p{font-size:1em;}


