/* template elements */
body {
    margin: 0 auto;
    padding: 0 auto;
    /*background:#b5c5ad url(../img/site_bg_sept.jpg) repeat-x top left fixed;*/
}
#background
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	z-index:-30;
}
#background img
{
	width:100%;
	height:100%;
}
#container {
    width:920px;
    margin:0 auto;
	z-index:500;
}

#content {
    background: #FFFFFF;
    overflow:hidden;
    width:920px;
	z-index:500;
}

.page {
    margin:10px 0 0 30px;
    text-align:left;
    width:857px;
    !width:875px;
	z-index:500;
}

.clear {
	clear:both;
	height:0;
	font: 0/0 arial;
}

li {
    list-style-image:url(../img/bullet.png);
}

img {
    border:none;
}

/* header */
#header {
    /*background:transparent url(../img/header/feature_sept.jpg) no-repeat scroll center top;*/
    height:350px;  /* usually 355 */
	float:right;
	position:relative;
	display:block;
	z-index:500;
}

#header h2 {
    color:#4AAA42;
    font-size:1.7em;
    margin:0 0 20px 0;
	z-index:500;
}
.featured_product {
    border:0;
    display:block;
    float:right;
    position:relative;
	width:920px;
	height:350px;
}

.featured_product .description {
    padding:20px;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;;
}

.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 div img {
	position:absolute;
    top:0;
	left:0;
}

.featured_product div img:nth-child(2) {
	display:none;
}

.featured_product a {
    text-transform:uppercase;
    font-weight: bold;
    color:#4AAA42;
    font-size:1.5em;
}

.smartshade li {
	list-style-image:url(http://almay.thevproject.com.au/img/arrow_gt.jpg);
	font-family: Arial;
	font-size:14px;
	color:#999999;
	line-height: 25px;
}

/* 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;
	z-index:500;
}

#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;
}

#fnav {
	position:absolute;
	z-index:20;
	right:16px;
	top:14px;
}

#fnav a {
	display:block;
	float:left;
	width:8px;
	height:8px;
	margin-left:6px;
	text-indent:-9999px;
	background:url(../images/carousel_pager.gif) no-repeat;
}

#fnav a:hover,
#fnav a.activeSlide {
	background-position:-8px 0;
}

ul.arrow {
	margin-left: 5px;
	padding-left: 0px;
	padding-top: 3px;
	list-style-type: none !important;
	font-size: 12px;
}

ul.arrow li {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(../img/smoky-i_2/button.jpg) !important;
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
