/*
 * La Bella Casa
 * Cascading Style Sheet file
 *
 * © 2007 - Bali Vision Computer
 *
 */
 

/*
 * reset all elements
 * by Eric Meyer : reset-reloaded
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 * 
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*
 * start styling content
 *
 */
 
body {
	background: #544a00;
	font-family: 'Century Gothic', tahoma, arial, sans-serif;
	color: #444;
}

div#header {
	width: 866px;
	height: 152px;
	display: block;
	margin: 50px auto 0 auto;
	padding: 0;
	background: transparent url('../img/header.jpg') top left no-repeat;
	position: relative;
}

	ul#menu {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 165px;
	}
	
	ul#menu li {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline;
	}
	
	ul#menu li a {
		float: left;
		display: block;
		margin: 0 1px 0 0;
		padding: 0;
	}
	
	/*
	 * sub menu
	 */
	
	ul#submenu {
		margin: 0;
		padding: 0;
	}
	
	ul#submenu li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	ul#submenu li a:link, ul#submenu li a:visited {
		color: #333;
		font-family: 'trebuchet ms';
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		margin: 0 0 1px 0;
		padding: 8px 0 8px 10px;
		background: #FBF5DB url('../img/menubg.png') left top repeat-y;
		text-decoration: none;
	}
	
	ul#submenu li a:hover, ul#submenu li a:active {
		background: #FBF5DB;
	}

div#container {
	width: 846px;
	display: block;
	padding: 10px;
	margin: 0 auto;
	background: white;
	font-size: 11px;
}

div.breadcrumb {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #efefef;
}

div.left {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

div.right {
	margin: 0;
	padding: 0;
	float: left;
}

div.subleft {
	margin: 0 20px 0 0;
	width: 220px;
	padding: 0;
	float: left;
}

div.subright {
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
}

div.clean {
	clear: both;
}

div.content {
	font-size: 12px;
	padding: 0;
}

p.text {
	line-height: 140%;
}

ul.list {
	margin: 0;
	padding: 0;
}

ul.list li {
	padding: 5px 0;
	margin: 5px 0 5px 20px;
	border-bottom: 1px solid #ECECEC;
}

div#cornerbottom {
	width: 866px;
	background: transparent url('../img/cornerbottom.png') top left no-repeat;
	margin: 0 auto;
}

div#footer {
	margin: 10px auto 30px auto;
	padding: 0;
	text-align: center;
	color: white;
	font-size: 11px;
	font-family: 'trebuchet ms', tahoma, sans-serif;
	line-height: 150%;
}

table#res {
	width: 100%;
	margin: 0;
	padding: 0;
}

table#res tr th {
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

table#res tr td.td {
	padding: 10px 6px;
	border-bottom: 1px solid #F2F2F2;
}

form#resform {
	width: 100%;
	margin: 0;
	padding: 0;
}

form#resform input.i {
	width: 90%;
	margin: 0;
	padding: 0;
	background: #FBF3DE;
	border: 1px solid #F5E3B0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	padding: 3px 0;
}

form#resform textarea.t {
	width: 90%;
	margin: 0;
	padding: 0;
	background: #FBF3DE;
	border: 1px solid #F5E3B0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	padding: 3px 0;
}

form#resform select.s {
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

a.foot:link, a.foot:visited {
	color: white;
}

a.foot:hover, a.foot:active {
	text-decoration: none;
}

h2.title {
	color: #808000;
	text-transform: uppercase;
	font-size: 15px;
}

h3.subtitle {
	color: #808000;
	text-transform: uppercase;
	font-size: 13px;
}


table#gallery {
	width: 100%;
	margin: 0;
	padding: 0;
}

table#gallery tr td {
	padding: 10px 6px;
	border-bottom: 1px solid #F2F2F2;
}