/* 	-----------------------------------------------------------------------
	base.css	
	vilamanja.com base stylesheet
	-----------------------------------------------------------------------	*/

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #495f35;
	height: 100%;
	width: 100%;
}

#header {
	position: relative;
	float: right;
	margin-top: 40px;
	margin-bottom: 20px;
	z-index: 10001;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header li {
	float: left;
	position: relative;
	text-align: left;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
}

#header a {
	position: relative;
	color: white;
	text-decoration: none;
	letter-spacing: 2px;
}

#header a:hover {
	position: relative;
	text-decoration: underline;
}

#header li ul {
	background: #9ebd5a;
	display: none;
	position: absolute; 
	top: 100%;
	left: 0;
	padding-bottom: 5px;
}

#header li ul li {
	clear: left;
	float: none;
	background: #9ebd5a;
}


/*
#header li > ul {
	top: auto;
	left: auto;
}
*/

#header li:hover ul, #header li.over ul {
	display: block;
}

#logo {
	position: relative;
	clear: both;
	height: 320px;
	background: #9ebd5a url(layout/logobg.png) right; 
	width: 100%;
	text-align: right;
}

#logo #vila {
	position: absolute;
	top: 50px;
	right: 500px;	
	z-index: 10000;
}

#rotatingHeader img {
	position: absolute;
	opacity: 1;
	top: 0px;
	right: 0px;
}

#main {
	position: relative;
	float: right;
	padding-top: 20px;
}

#main #news {
	float: left;
	width: 280px;
	margin: 0px 20px 0px 20px;
}

#main #membership {
	float: left;
	width: 280px;
	margin: 0px 20px 0px 20px;
}

#main #deals {
	float: left;
	width: 280px;
	margin: 0px 20px 0px 20px;
}

#main h1 {
	color: white;
	font: 14px arial;
	font-weight: bold;
	letter-spacing: 2px;
}

#main p {
	text-align: justify;
	font: 12px arial;
	color: white;
	line-height: 20px;
}

.headerImage {
	margin-bottom: 10px;
	width: 280px;
	height: 110px;
}

.more {
	float: left;
}

img.more {
	margin-top: 10px;
}

a.more {
	margin-top: 10px;
	margin-left: 15px;
	font: 12px arial;
	color: white;
	line-height: 40px;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
}

a.more:hover {
	text-decoration: underline;	
	color: #9ebd5a;
}
