/* Defaults */
body {
    background: #fff url(images/bg.png) repeat-x top left;
}
* {margin: 0;padding: 0;}
img {
	border: 0;
	vertical-align:bottom;	
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    width: 955px;
    margin: 0 auto;
    overflow: hidden;/*contain floats and fix IE7 overflow*/
}
#header {
    margin: 30px 0 0 0;
    float: left;/*contain the inner child floats*/
    width: 955px;/*haslayout for IE*/
}
#header .logo {
    float: left;
}
#header h2 {
    margin: 13px 0 0 15px;
    float: left;
    font-family: Georiga;
    font-size: 24px;
    color: #669900;
}
#header .com {
    font-size: 14px;
}
#header h3 {
    float: right;
    font-size: 24px;
    font-style: italic;
    font-family: arial;
    color: #669900;
    font-weight: normal;
    margin: 13px 0 0 0;
}
#nav {
    clear: both;
    padding: 5px 0 0 0;
}
#nav ul {
    list-style: none;
    margin: 7px 0 0 0px;
}
#nav ul li {
    background: url(images/nav.png) no-repeat;
    background-position: center;
    width: 102px;
    height: 31px;
    float: left;
    margin: 0 -6px 0 0px;
    padding: 15px 5px 5px 5px;
    text-align: center;
}
#nav ul li a {
    font-family: arial;
    color: #fff;
    font-size: 12px;
}
#nav img {
    margin: -12px 0 0 3px;
}
#sidebar {
    width: 185px;
    float: left;
    border-right: 2px solid #c2c2c2;
    padding: 0 0 20px 0;
    height: 757px;
}
#sidebar h2 {
    font-family: georiga;
    font-size: 18px;
    color: #669900;
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: normal;
    width: 170px;
    border-bottom: 2px solid #c2c2c2;
}
#sidebar .arrow {
    padding: 20px 0 0 24px;
    float: left;
}
#sidebar h3 {
    font-family: arial;
    font-size: 12px;
    color: #666666;
    float: left;
    padding: 15px 0 0 20px;
}
#sidebar ul {
    list-style: none;
    clear: both;
    padding: 10px 0 0 0;
}
#sidebar ul li a {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin: 0px;
}
#content {
    width: 755px;
    float: left;
    padding: 0 0 0 10px;
}
#content .welcome {
    font-family: georiga;
    font-size: 22px;
    color: #669900;
    padding: 6px 0 10px 0;
    font-weight: normal;
    border-bottom: 2px solid #c2c2c2;
    width: 755px;
}
#content #left1 {
    width: 520px;
    float: left;
}
#content #left1 p {
	text-align: left;
	color: #333333;
	font-family: arial;
	font-size: 14px;
	padding: 6px 0 15px 6px;
}
#content #left1 .green {
    color: #669900;
}
#content #left1 .learn {
    text-align: left;
    padding: 28px 0 0 10px;
    float: left;
    width: 350px;
}
#content #left1 .click {
    float: right;
    padding: 25px 10px 0 0px;
}
#content #right1 {
    float: right;
    padding: 3px 10px 0 0;
}
#content #middle {
    margin: 20px 0 0px 0;
    padding: 0 0 10px 0;
}
#content #middle #left2 {
    width: 211px;
    height: 216px;
    border: 2px solid #669900;
    float: left;
    margin: 0 47px 20px 0;
}
#content #middle #left2 img {
    padding: 3px 0 0 4px;
}
#content #middle #center2 {
	width: 211px;
	height: 216px;
	border: 2px solid #669900;
	float: left;
	margin: 0 20px 0 0;
}
#content #middle #right2 {
    width: 211px;
    height: 216px;
    border: 2px solid #669900;
    float: left;
}
#content #middle #left2 p {
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0 0 4px;
}
#content #middle #left2 ul {
    float: left;
    padding: 2px 0 0 4px;
    list-style: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}
#content #middle #left2 .buy {
    float: left;
    margin: 40px 0 0 20px;
}
#content #middle #center2 h4 {
    font-family: georiga;
    font-size: 18px;
    color: #669900;
    padding: 6px 0 10px 0;
    font-weight: normal;
    text-align: center;
}
#content #middle #center2 .house {
	margin: 0px 0 5px 10px;
}
#content #middle #center2 .start {
    margin: 0 0 0 60px;
}
#content #middle #right2 #top {
    background:red url(images/top-bg.png) no-repeat;
    width: 209px;
    height: 112px;
    margin: 0 0 7px 0;
}
#content #middle #right2 #top h3 {
    font-family: georiga;
    font-size: 16px;
    color: #669900;
    padding: 55px 0 0 80px;
    font-weight: normal;
    text-align: center;
}
#content #middle #right2 #top .view {
    padding: 2px 0 0px 97px;
}
#content #middle #right2 .pic {
    float: left;
    padding: 4px 5px 0 5px;
}
#content #bottom {
    clear: both;
    border-top: 2px solid #c2c2c2;
    width: 756px;/* was 755px*/
    padding: 20px 0 0px 0;
    float: left;/*contain the inner child floats*/
    /*background: red*/
}
#content #bottom h2 {
    font-family: georiga;
    font-size: 22px;
    color: #669900;
    padding: 0px 0 10px 0;
    font-weight: normal;
}
#content #bottom #bottom2 {
    background: url(images/bottom-bg.png) no-repeat;
    width: 756px;
    height: 170px;/*careful with text amount with fixed height*/
}
#content #bottom #bottom2 #left3 {
    width: 175px;
    padding: 8px 0 0 10px;/*was 10px top*/
    float: left;
}
#content #bottom #bottom2 .text1 {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;/*set minimum line-height so text does not overflow in FF*/
    text-align: center;
    padding:0;
}
#content #bottom #bottom2 .text2 {
    padding: 8px 0 0 0;/*was 10px top*/
    font-family: arial;
    font-size: 9px;
    line-height: 11px;/*set minimum line-height so text does not overflow in FF*/
    text-align: center;
    color: #669900;
}
#content #bottom #bottom2 #right3 {
    width: 540px;
    float: left;
    margin: 8px 0 0 20px;/*change left 31px to 20px*//*was 10px top*/
    display: inline;/*fix ie6 dbl margin bug*/
}
#content #bottom #bottom2 #right3 ul {
    list-style: none;
    width: 170px;
    float: left;
    margin: 0;
    padding: 0;
}
#content #bottom #bottom2 #right3 li {
    background: url(images/arrow2.png) no-repeat 0 50%;
    font-family: tahoma;
    font-size: 11px;
    color: #669900;
    float: left;
    clear: left;
    padding-left: 10px;
}
#footer {
    margin: 5px 0 0 0;
}
#footer .left4 {
    font-family: arial;
    font-size: 11px;
    color: #cccccc;
    float: left;
}
#footer .right4 {
    font-family: arial;
    font-size: 11px;
    color: #666666;
    float: right;
    padding: 0 0 0 10px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #688f00;
padding: 2px;
left: -1000px;
border: 1px #688f00;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15px;
left: 0px; /*position where enlarged image should offset horizontally */

}

