/* 

VERDE | RESTAURANT & BAR

CSS Style Sheet - Version 1.0
Web development - www.datacon.net.au

*/

body { 
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center; 
	background-color: #1A1A1A;
	font-family: Arial, Verdana, sans-serif; 
	line-height: 1.60em; 
	color: #CCCCCC;
	behavior: url(assets/scripts/csshover.htc);
}

#header {
	margin: 0;
	width: 950px;
	padding-top:20px;
	padding-bottom:15px;
	text-align: left;
	z-index: 2;
}

#navigation {  
	float: left;
	width: 950px;
	position: relative;
	left: 10px;
	top: -22px;
	background: transparent;
	text-align: center;
	color: #B9D399;
	z-index: 1;
	padding-bottom: 10px;
}

#container {  
	margin: 0 auto;  
	width: 950px; 
	background: transparent;
	overflow: visible;
}

.containercontent { 
	float: left;
	width: 940px;
	background: transparent;
	border: 2px solid #B9D399;
	padding: 0;
}

#contentboxlarge {
	float: left;
	padding: 10px 20px 20px 20px;
	background: transparent;
	text-align: left;
}

#contentboxsmall {
	float: left;
	text-align: center;
	min-height: 370px;
}

#footer { 
	clear: both;
	text-align: center;
	width: 950px;
	background: transparent;
	padding-top: 10px;
	color: #CCCCCC;
	font-size: 10px;
}

.clear {
	clear: both;
	height: 0;
}

input,textarea {
	border: 1px solid #B9D399;
	background-color: transparent;
	color: #E9E9E9;
}

* {margin: 0; padding: 0; border: 0; font-weight: normal}

h1, h2, h3, h4 {font-family: Arial, sans-serif; font-weight: bolder; padding-bottom: 3px; text-align: left; color: #B9D399;}

h3 {font-size: 12px;}

p, ul, ol{font-family: Arial, Verdana, sans-serif; line-height: 1.60em; font-size: 12px;}
ul {float: left; margin: 0 10px 15px 15px; list-style: none outside} 
ol {float: left; margin: 0 10px 15px 15px; list-style: decimal inside}  

#navigation a:link, a:active, a:visited, a:hover {text-decoration: none;}

a:link, a:active, a:visited {color: #B9D399; text-decoration: none;}
a:hover {color: #B9D399; text-decoration: underline;}


#navigation ul {
	list-style: none;
	width: auto;
	display: inline;
	position: absolute;
	left: 140px;
}

#navigation ul a {
	color: #B9D399;
	text-decoration: none;
	display: inline;
	padding: 5px 5px 5px 10px;
	width: auto;
}

#navigation ul a:hover {
	text-decoration: none;
}

#navigation ul li {
	margin-bottom: 1px;
	float: left;
	position: relative;
}

#navigation ul li ul {
	list-style: none;
	position: absolute;
	left: -10px;
	top: 20px;
	display: none;
	width: 80px;
	background-color: #1A1A1A;
	color: #B9D399;
	border: #B9D399 1px solid;
	padding-top: 5px;
}

#navigation ul li:hover ul { display: block; }
