/* template elements */
body {
    margin: 0 auto;
    padding: 0 auto;
    background:#cca3cf url(../img/site_bg4.jpg) repeat-x top left fixed;
}

#container {
    width:920px;
    margin:0 auto;
}

#content {
    background: #FFFFFF;
    overflow:hidden;
    width:920px;
}

.page {
    margin:10px 0 0 30px;
    text-align:left;
    width:857px;
    !width:875px;
}

.clear {
	clear:both;
	height:0;
	font: 0/0 arial;
}

li {
    list-style-image:url(../img/micro_leaf.png);
}

img {
    border:none;
}

/* header */
#header {
    background:transparent url(../img/header/header_mainbg_july.jpg) no-repeat scroll center top;
    height:355px;
}

#header h2 {
    color:#4AAA42;
    font-size:1.7em;
    margin:0 0 20px 0;
}
.featured_product {
    background:#EEEEEE url(../img/blank.gif) repeat scroll 0 0;
    border:0;
    display:block;
    float:right;
    opacity:0.9;
    position:relative;
    right:20px;
    top:25px;
}
.featured_product .description {
    padding:20px;
	opacity:1;
}


.featured_product ul > li {
    font-size:1.1em;
    margin-left:-20px;
	color:#000;
	line-height:15px;
	margin-bottom:2px;
}

.description a{margin-left:18px}

.featured_product img  {
    float:right;
}

.featured_product a {
    text-transform:uppercase;
    font-weight: bold;
    color:#4AAA42;
    font-size:1.5em;
}

/* footer */
#footer {
    background:transparent url(../img/footer/footer_transparent.png) no-repeat scroll center top;
    min-height:100px;
    padding:25px 0 35px 0;
    width:920px;
}

#footer ul {
    float:left;
    padding:0;
    margin: 15px 30px;
}
#footer ul + ul {
    float:right;
}

#footer ul a {
    color:#666;
    margin: 0 10px;
}

#footer ul li {
    list-style: none;
    display: inline;
	font-size:8px;
	font-weight:normal;
	text-transform:uppercase;
}
#footer ul  li + li {
    border-left:#CCC solid thin;
}

.curve {
    background:transparent url(../img/curve.png) repeat scroll center top;
    height:23px;
    margin-bottom:2px;
    margin-left:auto;
    margin-right:auto;
    width:920px;
    clear:both;
}
#control_overlay {
background-color:#000;
}

.page.login label {
    display:block;
}