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

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #366C90;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/g_body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1 {
	font-weight:100 ;
	font-size:150%;
	color:#004F88;
	margin: 30px 0 0 0;
}

h2 {
	font-weight:100 ;
	font-size:130%;
	color:#004F88;
}

h3 {
	font-weight:100 ;
	font-size:110%;
	color:#004F88;
}
.oneColFixCtr #container {
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



#contentwrapperhome {
	background-image: url(../images/p_bg_eyecare_main.jpg);
	height: 330px;	
	width: 802px;
}

#home {
	width: 432px;
	height: 330px;
	padding: 0 20px 0 350px;
	overflow:auto;
}

#contentwrappereyecare {
	background-image: url(../images/p_bg_eyecare_main.jpg);
	height: 330px;	
	width: 800px;
}

#eyecare {
	width: 432px;
	height: 330px;
	padding: 0 20px 0 350px;
	overflow:auto;
}

#contentwrapperframes {
	background-image: url(../images/p_bg_frames.jpg);
	height: 330px;
	width: 802px;
}

#frames {
	width: 430px;
	height: 330px;
	padding: 0 20px 0 350px;
	overflow:auto;
}

#contentwrappersunglasses {
	background-image: url(../images/p_bg_sunglasses.jpg);
	height: 330px;
	width: 802px;
}

#sunglasses {
	width: 430px;
	height: 330px;
	padding: 0 20px 0 350px;
	overflow:auto;
}


#contentwrappercontacts {
	background-image: url(../images/p_bg_contacts.jpg);
	height: 330px;
	width: 802px;
}

#contactlenses {
	width: 432px;
	height: 330px;
	padding: 0 20px 0 350px;
	overflow:auto;
}

#contentwrapperrosebay {
	background-image: url(../images/p_bg_rose_bay.jpg);
	height: 330px;
	width: 802px;
}
#contentwrapperhaberfield {
	background-image: url(../images/p_bg_haberfield.jpg);
	height: 330px;
	width: 802px;
}
#contentwrapperepping {
	background-image: url(../images/p_bg_epping.jpg);
	height: 330px;
	width: 802px;
}


#contacts {
	padding: 30px 20px 0 60px;
}