@charset "utf-8";
/* css created by BatesMeron sweet design 01/21/10 */


html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f4f2e4;
	background-image: url(../_images/home_bg_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 14px;
}

a {
	outline: none;
}

.wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin: 0;
}

.header {
	float: right;
	height: 265px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../_images/header_background.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.logo {
	float: left;
	margin: 0 0 0 105px;
	padding: 0;
	border: 0;
	width: 170px;
}

.tagline {
	float: right;
	width: 230px;
	margin: 0 113px 0 0;
	padding: 0;
	border: 0;
}

.copy_home {
	float: left;
	width: 590px;
	padding: 0;
	margin: 15px 0 0 311px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: lighter;
	font-variant: small-caps;
	color: #8a7a67;
	line-height: 2em;
	letter-spacing: 1px;
}


/* NAVIGATION */

/* Main Menu */

.pixy {
	position: absolute;
	background-image: url(../_images/nav.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 216px;
	left: 105px;
	top: 280px;
	z-index: 3;
}

.pixy_border {
	position: absolute;
	background-image: url(../_images/nav_border.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 7px;
	height: 283px;
	left: 289px;
	top: 280px;
	z-index: 3;
}

.pixy ul {
	/*clear: left;*/
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.pixy ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

 /*-- Hides Image Link Names --*/ 
.pixy ul li a span {
	display:none;
}

 /*-- Rollover Blocks --*/ 
.pixy ul li a {
   width: 184px;
	height:36px;
	margin:0px;
	padding:0px;
	display: block;
}

 /*-- Hovers --*/ 

.pixy ul li a.home:hover {
	background:  url(../_images/nav.png) -184px 0px;
}

.pixy ul li a.products:hover { 
	background:  url(../_images/nav.png) -184px 180px;
}		

.pixy ul li a.marketing:hover {
	background:  url(../_images/nav.png) -184px 144px;
}	
	
.pixy ul li a.propagators:hover {
	background:  url(../_images/nav.png) -184px 108px;
}			

.pixy ul li a.links:hover {
	background:  url(../_images/nav.png) -184px 72px;
}		

.pixy ul li a.contact:hover {
	background:  url(../_images/nav.png) -184px 36px;
}


/* YOU ARE HERE CLASSES */

body#home a#home {
	background:  url(../_images/nav.png) -184px 0px;
}

body#products a#products { 
	background:  url(../_images/nav.png) -184px 180px;
}		

body#marketing a#marketing { 
	background:  url(../_images/nav.png) -184px 144px;
}
	
body#propagators a#propagators {
	background:  url(../_images/nav.png) -184px 108px;
}			

body#links a#links {
	background:  url(../_images/nav.png) -184px 72px;
}		

body#contact a#contact {
	background:  url(../_images/nav.png) -184px 36px;
}


/* FOOTER */

.footer {
	position: absolute;
	bottom: 0;
	height: 22px;
	width: 100%;
	background-image: url(../_images/footer_bg_tile.png);
	background-repeat: repeat-x;
}

.footer_copy {
	width: 100%;
	height: 22px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px;
	color: #572600;
}

.footer_copy a:link, .footer_copy a:visited {
	text-decoration: none;
	color: #572600;
}

.footer_copy a:hover {
	text-decoration: none;
	color: #8a7a67;
}













