/*---------------------------------------------------------------

		Author: 				geoff@pullandpress.com
		Last updated: 			May 5, 2009
		
----------------------------------------------------------------*/



/*---------------------------------------------------------------
		GLOBAL RESET			
----------------------------------------------------------------*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	/*vertical-align: baseline;*/
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}
	
:focus {
	outline:none;
	}
	
	
	
/*----------------------------------GENERAL LAYOUT-------------------------------------*/

body {
	background-color:#eef5e9;
	font-family:Helvetica Neue, Helvetica, Univers, Arial, Verdana, sans-serif;
	color:#394035;
	background-image:url(../../images/backgroundRule.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	}
	
#wrapper {
	width:960px;
	margin-left:32px;
	/*background-image:url(../../images/grid.gif);
	background-repeat:repeat-y;*/
	}
	
#topContent {
	width:960px;
	position:fixed;
	z-index:1;
	}

#topContent img {
	position:fixed;
	left:0;
	top:0;
	}
	
#mainContent {
	/*position:absolute;
	z-index:-1;*/
	}
	
#home {
	width:800px;
	padding:230px 0 15px 0;
	margin: 0 0 40px 160px;
	}
	
#contact {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#about {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#services {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#hours {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#history {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#press {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#gallery {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 80px 160px;
	}
	
#gallery img {
	float:left;
	margin:0 10px 20px 10px;
	}
	
#products {
	float:left;
	background-image:url(../../images/bottomRule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:800px;
	padding:230px 0 50px 0;
	margin: 0 0 320px 160px;
	}
	
#footer {
	position:relative;
	height:275px;
	background-image:url(../../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0;
	margin:0;
	}
	
.leftCol {
	float:left;
	width:300px;
	padding:0 10px 0 10px;
	}
	
.leftColGallery {
	float:left;
	width:300px;
	padding:0 10px 35px 10px;
	}
	
.rightCol {
	float:left;
	width:460px;
	padding:0 10px 0 10px;
	}
	
.leftColPadTop {
	float:left;
	width:300px;
	padding:50px 10px 0 10px;
	}
	
.rightColPadTop {
	float:left;
	width:460px;
	padding:50px 10px 0 10px;
	}
	
.topContact {
	position:fixed;
	top:28px;
	left:713px;
	}
	
img.divider {
	float:left;
	padding:40px 0 30px 0;
	}
	
img.rosieDivider {
	padding:20px 0 0 0;
	}
	
.clear {
	clear:both;
	padding:0;
	margin:0;
	}
	
.test {
	border:1px solid red;
	}
	
	
/*----------------------------------MAIN NAV-------------------------------------*/

ul.mainNav {
	position:fixed;
	width:140px;
	left:42px;
	top:228px;
	font-size:13px;
	font-weight:bold; 
	z-index:1;
	}
	
.mainNav li {
	padding:5px 0 0 0;
	}
	
	
/*----------------------------------GENERAL LINKS-------------------------------------*/

a:link, a:visited {
	color:#5e9c62;
	text-decoration:none;
	}
	
a:hover {
	color:#362b24;
	text-decoration:none;
	}
	
a:active {
	color:#666666;
	}	
	
	
/*----------------------------------GOOGLE MAPS LINKS-------------------------------------*/

.google a:link, .google a:visited {
	color:#5e9c62;
	text-decoration:none;
	}
	
.google a:hover {
	color:#eef5e9;
	text-decoration:none;
	}
	
.google a:active {
	color:#666666;
	}
	

/*----------------------------------GALLERY LINKS-------------------------------------*/

#gallery a:link img, #gallery a:visited img {
	border:3px solid #d4d4c9;
	}
	
#gallery a:hover img {
	border:3px solid #a2a297;
	}
	
#gallery a:active img {
	border:3px solid #362b24;
	}
	
/*----------------------------------FOOTER LINKS-------------------------------------*/

#footer p {	
	color:#eef5e9;
	}

#footer a {
	margin-right:45px;
	}

#footer a:link, #footer a:visited {
	color:#eef5e9;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#939293;
	text-decoration:none;
	}
	
#footer a:active {
	color:#555455;
	text-decoration:none;
	}
	
	
/*----------------------------------TYPOGRAPHY-------------------------------------*/


p {
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	}
	
.topContact p {
	font-size:10px;
	line-height:13px;
	}
	
#contact p {
	font-weight:bold;
	}
	
#services strong {
	font-weight:bold;
	}
	
#footer p {
	position:absolute;
	top:218px;
	left:40px;
	font-size:11px;
	font-weight:bold;
	}
	
p.google {
	background-image:url(../../images/googleArrow.gif);
	background-repeat:no-repeat;
	width:165px;
	height:23px;
	padding:9px 0 0 25px;
	font-weight:bold;
	}
	
.galleryPadBottom {
	padding-bottom:40px;
	}

	
h1 {
	font-size:35px;
	}
	
h2 {
	font-size:20px;
	padding-bottom:3px;
	}
	

ol, ul {
	font-size:12px;
	}
	
ol li, ul li {
	padding-bottom:5px;
	}
	
.bold {
	font-weight:bold;
	}
	
.facebook {
	background-image:url(../../images/facebook.gif);
	background-repeat:no-repeat;
	height:30px;
	padding:7px 0 0 35px;
	}
	
.twitter {
	background-image:url(../../images/twitter.gif);
	background-repeat:no-repeat;
	height:30px;
	padding:7px 0 0 35px;
	}
	
	
/*----------------------------------TITLE IMAGE REPLACEMENT-------------------------------------*/	
	
h1.contactTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.contactTitle span {
	background:url(../../images/titleContact.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.aboutTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.aboutTitle span {
	background:url(../../images/titleAbout.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.servicesTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.servicesTitle span {
	background:url(../../images/services.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.hoursTitle {
	width:280px;
	height:92px;
	position:relative;
	}
	
h1.hoursTitle span {
	background:url(../../images/hours.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.historyTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.historyTitle span {
	background:url(../../images/history.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.pressTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.pressTitle span {
	background:url(../../images/titlePress.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.galleryTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.galleryTitle span {
	background:url(../../images/gallery.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
	
h1.productsTitle {
	width:280px;
	height:52px;
	position:relative;
	}
	
h1.productsTitle span {
	background:url(../../images/products.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

