/*
      Created by Keith Donegan of Code-Sucks.com 	  E-Mail: Keithdonegan@gmail.com	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
*/
* { padding: 0; margin: 0; }
body {
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #FFF url('/images/bg.gif') top center repeat-y;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#faux {
/* Use alt until store is online
 background: url(images/main_content.jpg);
 */
 background: url(/images/main_content_NOshopping.jpg);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 1000px;
 height: 480px;
}
.challenge_link a {
	position: relative;
    height: 50px;
    width: 350px;
    display: block;
    top: 18px;
    left: 209px;
    background: transparent;
}
.challenge_link a:hover {
    border: 0px;
}	
#rightcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 200px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #333;
 padding: 0px;
 width: 797px;
 display: inline;
 position: relative;
}
#footer { 
 width: 1000px;
 clear: both;
 color: #333;
 background: #FFF url(images/footer_bg.jpg) top left no-repeat;
 height: 205px;
}
.clear { clear: both; background: none; }
a {
 text-decoration: none;
 font-weight: bold;
 color: #78ba16;
}

a:hover {
 border-bottom: 1px solid;
}
.front_navigation {
 position: relative;
 top: 406px;
 font-weight: bold;
 color: #6aa43f;
 text-align: center;
 /*padding-left: 15px;*/
}

.front_navigation a {
 color: #f2cb41;
 font-weight: bold;
 font-size: 14px;
}
/* Begin Menu Definitions */
#menu {
    position: absolute;
    top: 50px;
    padding-left: 18px;
}
#menu a {
    height: 52px;
    display: block;
    background: transparent;
}
#menu a:hover {
    border: 0;
}
#menu b {
    display: none;	
}
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#heat {
    width: 170px;
    height: 52px;
    background: transparent url("images/navigation.gif") 0px 0px no-repeat;
}
#heat:hover {
    background: transparent url("images/navigation.gif") -170px 0px no-repeat;
}

#water {
    width: 170px;
    height: 55px;
    background: transparent url("images/navigation.gif") 0px -53px no-repeat;}
#water:hover {
    background: transparent url("images/navigation.gif") -170px -53px no-repeat;
}

#controls {
    width: 170px;
    height: 57px;
    background: transparent url("images/navigation.gif") 0px -110px no-repeat;
}
#controls:hover {
    background: transparent url("images/navigation.gif") -170px -110px no-repeat;
}
#hobbyist {
    width: 170px;
    height: 57px;
    left: 285px;
    background: transparent url("images/navigation.gif") 0px -167px no-repeat;
}
#hobbyist:hover {
    background: transparent url("images/navigation.gif") -170px -167px no-repeat;
}
/* End Menu Definitions */
.products {
    position: relative;
    top: 303px;
    padding-left: 35px;
}
.products a {
    font: 12px;
    color: #fff;
    text-decoration: underline;
    line-height: 1.3em;}
.products a:hover {
    color: #b1d75e;
    border: 0;
}
h3 {
    color: #6aa43f;
    font-size: 13px;
}
.greenhouse {
    background: url("images/dud1.gif") 14px 19px no-repeat;
    height: 106px;    width: 150px;
    font-size: 11px;
    float: left;
    padding: 19px 5px 0 122px;}
.grow {
    background: url("images/dud2.gif") 0px 19px no-repeat;
    height: 106px;
    width: 150px;
    font-size: 11px;
    float: left;
    padding: 19px 0 0 90px;
}
.bottom_nav {
    clear: both;
    color: #ffa150;
    padding: 10px 0 0 14px;
    float: left;
    width: 400px;
}
.copyright {
    clear: both;
    color: #666;
    font-size: 11px;
    padding: 10px 0 0 14px;
}
/.casaverdes {
    position: relative;
    width: 460px;
    height: 180px;
    left: 515px;
    top: 0px;
}

.casaverdes {
    height: 180px;
}
.casaverdes a {
    height: 180px;
    display: block;
    background: transparent;
}
.casaverdes a:hover {
    border: 0;
}

.bottom_nav a {
    color: #ffa150;
}
.bottom_nav a:hover {
    color: #ffa150;
    border: 0px;
    text-decoration: underline;
}
.arrows {
    font-size: 18px;
    line-height: 0px;
}
/* 070308: Create an image map over the  "Save..." 
   text to the challenge form page */
/* Begin Header_Link Definitions */

.header_nav_map {
 position: relative;
 top: 12px;
}
#header_link li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
   
}
#header_link li {
    height: 50px;
    display: block;
    text-decoration: none;
    border: none;
}
#header_link a {
    height: 50px;
    display: block;
    text-decoration: none;
    border: none;
}
#to_challenge {    
    left: 115px;
    left: 192px; top: 12px; width: 400px; height: 50px;
    background: transparent;
}
#to_challenge:hover { 
    background: transparent url("images/main_content.jpg") -192px -24px no-repeat;
}
