/*****************************
Structure
*****************************/

body, html {
	padding: 0;
	margin: 0;
	background: #F1F4F1;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
}

    #wrapper{
	position: relative;
	width: 780px;
	margin: 10px auto;
}

	#top{
	float: left;
	}

#products_page dt {
	clear:both;
}

#products_page a img {padding:0;border:none;margin-bottom:10px;}
.nostyle{padding:0;border:none;text-decoration:none;}

	#main{
	background: url(../gui/bg.gif) repeat-y;
	float: left;
	padding: 0 3px;
	width: 770px;
	min-height:450px;
	}

	#bottom{
	float: left;
	}
.floatleft {float:left;}
.clearboth {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}

p.description{font-size:11px;margin-top:-10px;}

div.gallery-list {width:164px;min-height:220px;}
div.color-list {width:80px;min-height:130px;text-align:center;margin-right:10px;}
div.color-list p {font-size:11px;}


#header{
	padding: 20px 35px;
	background: #FFF;
}

#navigation {
	float: right;
}



#sidebar {
	width: 176px;
	position: absolute;
	left: 3px;
	top: 130px;
	height: 100%;
	background: url(../gui/sidebar-fern.jpg) no-repeat;
}

#banner {
	position: absolute;
	top: 95px;
	left: 179px;
	width: 595px;
	font-size: 0px; /*fixes mystery 4px margin-bottom*/
}

#join_us {
	position: absolute;
	top: 450px;
	left: 3px;
	z-index: 1000;
}

#body {
	margin: 243px 8px 0 202px;
	padding: 20px 30px;
}

#footer {
	text-align: center;
}
	
/*****************************
Elements
*****************************/

/*****General*****/

ul {
	list-style:none;
	margin: 0;
	padding: 0;
}


img {
	margin: 0;
	padding: 0;
}

a img {
	border: 0px solid #FFF;
}

dl {
    display: block;
}

dt, dd {
	margin: 0;
	padding: 0;
}

/*****IDs*****/

#nav-full li {
	padding-left: 20px;
}

#banner-fern {
	position: absolute;
	left: 720px;
	top: 1px;
}

#menu-products-fern {
	position: relative;
	top: -106px;
}

#product-line-list {
		background: #FFF;
		border-bottom: 1px solid #CCC;
		width: 202px;
}


#features {
	position: relative;
	top: -22px;
	left: -2px;
	width: 550px;
	margin-bottom: -16px;
}

/*****Classes*****/

ul.collapsed {
	float: left;
}

ul.collapsed li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

ul.collapsed li img {
	float: left;
}

.feature {
	display: inline; 
}

.whats-new {float:left;clear:none;width:190px;margin-left:30px;margin-top:-10px;}

.profile {
	position: relative;
}    

#body h3 {clear:both;}


    dl.profile dt, dl.profile dd {
        position: relative;
        left: 170px;
        width: 350px;
        margin-left: -120px;
    }

    dl.profile dd.profile-image {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    
    dl.product dt, dl.product dd {
        left: 200px;
        width: 350px;
        margin-left: -70px;
    }
    
    dl.product dd.product-image {
    	width: 90px;
    }

    dl.product dd.product-type {
    	position: absolute;
    	margin: 0;
        padding: 0;
        top: -5px;
        left: 400px;
        width: 70px;
        height: 30px;
    }

    dl.product dd.product-type p {
        padding: 5px;
        margin: 0;
        text-align: right;
        color: #759421;
    }
/*****************************
Typography
*****************************/



h1,h2, h3, dt {
	color: #175a1a;
	font-weight: 100;
}

h1 { 
	font-size:24px;
}

h2 {
        font-size:20px;
}

h3, dt {
	font-size:14px;
}
#home_page #body h3 {
	font-size:16px;line-height:24px;font-style:italic;
}

h4 {
        font-size: 12px;
        margin-bottom: 0;
        color: #759421;
}

p, dd{
	color: #6c6c6c;
	font-size: 12px;
	line-height: 140%;
}

em, a {
        color: #759421;
}

#body a {
	text-decoration: none;
	border-bottom: 1px dotted #175a1a;
	padding: 3px;
	padding-bottom: 0;
}

#body a:hover {
	background:  #759421;
	color: #FFF;
}

#features a {
	border: none;
	background: none;
	padding: 0;
}

#features a:hover {
	border: none;
	background: none;
}

div#body a.gallery {background:none;border:none;}
div#body a.gallery:hover{border:none;background:none;}

#sidebar {
	font-family: "Trebuchet MS";
	font-weight: 100;
}

a.anchor, a.anchor:hover {
	padding: 0 !important;
	border: 0px solid #FFF !important;
}


.msg_list {
	margin: 0px;
	clear:both;
	padding: 0px;
	width: 200px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	color:#FFF;
	background-color:#74B573;
	margin:1px;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:#F4F4F8;
}