div#content-area{
	padding-top:15px;
}

div#login{
	width:202px;
	height:222px;
	background:url(../img/background-login.jpg) no-repeat;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:18px 20px 0 20px;
	text-align:center;
	float:left;
}

div#login h1{
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

div.input{
	
}

div.input label{
	display:block;
	line-height:20px;
	text-align:left;
	padding-left:16px;
	padding-top:3px;
}

div.input input{
	width:170px;
	border-top:1px solid #8a8000;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #8a8000;
}

div.submit{
	padding:10px 0 10px 0;
	text-align:center;
}

div.submit input{
	background:url(../img/button-login.png) repeat-x center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:3px 15px 2px 15px;
	border:1px solid #c1b43d;
}

div#login ul li{
	padding-bottom:10px;
}

div#login a.register{
	line-height:15px;
	background:url(../img/register-check.gif) no-repeat left center;
	padding-left:15px;
}


/* ACCOUNT MENU */
div#account-menu {
	width:200px;
	text-align:left;
	float:left;
	margin-top:15px;
}

div#account-menu ul ul{
	padding:5px 0 5px 30px;
}

div#account-menu ul li{
	background:url(../img/category-list.gif) no-repeat left 5px;
	padding-left:11px;
	padding-bottom:5px;
}

div#account-menu ul ul li{
	background:none;
}

div#account-menu ul li a:link, div#account-menu ul li a:visited{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}


div#account-menu ul li a:hover,div#account-menu ul li a:active,div#account-menu ul li a#active {	
	color:#fd0503;
}

div#account-menu ul li span{
	color:#dacb10;
}

div#account-menu ul li a.cart-small:link, div#account-menu ul li a.cart-small:visited{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
	color:#fff;
	background:url(../img/cart-small.png) no-repeat right center;
	padding-right:25px;
}

div#account-menu ul li a.cart-small:hover, div#account-menu ul li a.cart-small:active, div#account-menu ul li a#active{	
	color:#fd0503;
}

div.logout{
	clear:both;
	padding-top:20px;
}

div.logout a{
	width:100px;
	
	display:block;
	line-height:22px;
	padding:0 10px;
	margin:0 auto;
	background:url(../img/button-logout.png) repeat-x center;
	border:1px solid #808080;
}

/* BANNERS */
div#banners{
	
	margin-left:255px;
	border-left:2px dashed #8d8c4d;
}

div#banners div.entry{
	float:left;
	border:2px dashed #fff;
	margin:0 0 10px 10px;
}

div#banners div.entry img{
	vertical-align:middle;
}

/* HOME */
div#home{
	margin:10px 0 20px 0;
	border-top:2px dashed #8d8c4d;
	border-bottom:2px dashed #8d8c4d;
	font-family:Verdana;
	font-size:12px;
	padding:10px 0;
}

div.home-bottom{
	text-align:justify;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	border-right:2px dashed #8d8c4d;
	margin-right:510px;
	padding-right:35px;
}

div.home-bottom h2{
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:bold;
	color:#b8ab04;
	padding-bottom:10px;
}


/* REFERENCE */
div.reference-container{
	width:480px;
	border:2px dashed #fff;
	float:right;
}

div.reference-border{
	border:1px solid blue;
	/*height:100px;
	border:2px dashed #fff;*/
}

div.reference{
	text-align:justify;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#403c00;
	line-height:18px;
	background:#c0c800 url(../img/background-reference.png) repeat-x top;
	padding:10px 10px 10px 10px;
	position:relative;
}

div.reference img{
	position:absolute;
	top:-10px;
	left:-10px;
	border:1px solid #fff;
}

div.reference h2{
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;
	padding-left:110px;
}
