@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}


body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10pt;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images/top-back.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#outer-wrapper {
	width:100%;
	margin:0 auto;
	min-height: 100%;
}

#wrapper {
	width:900px;
	margin:0 auto;
	min-height: 100%;
	overflow:auto;
	padding-bottom: 150px;  /* must be same height as the footer */
}

#header {
	height:148px;
}

img.logo {
	margin-top:20px;
}

#navigation {
	height:65px;
}

ul.nav {
	list-style:none;
	padding:0;
	margin:15px 0 0 90px;
}

ul.nav li {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;	
	margin:0 47px 0 0;
}

ul.nav li a {
	text-decoration:none;
	font-weight:normal;
	color:#1b2f5f;
}

ul.nav li a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#CC3300;
}

/* ------ slider -------- */

.hidden {
	display: none;
}

#prevNext {
	margin:0 0 -5em 1.5em;
}

#prevNext img {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

p.slider {
	margin: 0;
	padding: 0 1em;
	font-size: 1.5em;
	position: relative;
	top: -50px;
	line-height: 50px;
	height: 50px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);
}

/* -------------- */

#content {
}

#panel-l {
	width:248px;
	margin:0 58px 40px 20px;
	float:left;
}

#panel-c {
	width:248px;
	margin:0 58px 40px 0;
	float:left;
}

#panel-r {
	width:248px;
	margin:0 0 40px 0;
	float:left;
}

#map {
	width:425px;
	height:350px;
	float:right;
	margin:0 40px 40px 0;
}

#kitchen {
	width:400px;
	margin:10px 25px 20px 25px;
	float:left;
}

#kitchen img {
	border:1pt solid #666666;
	padding:10px;
}

img.appliance {
	border:1pt solid #666666;
	padding:3px;
	float:left;
	margin:10px 0 20px 15px;
}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	width:100%;
	background-color:#acbcbc;
	clear:both;
} 

#foot {
	width:900px;
	margin:0 auto;
}

#foot-l {
	width:480px;
	float:left;
}

#foot-r {
	width:400px;
	float:right;
	text-align:right;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18pt;
	color:#1b2f5f;
	padding:0;
	margin:0 0 8px 0;
}

h2.tel-1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	float:right;
	font-size:18pt;
	color:#1b2f5f;
	padding:0;
	margin:-100px 0 8px 0;
}

h2.tel-2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	float:right;
	clear:right;
	font-size:18pt;
	color:#1b2f5f;
	padding:0;
	margin:-60px 0 8px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16pt;
	color:#1b2f5f;
	padding:0;
	margin:10px 0 0 0;
}

#foot-l p {
	color:#333333;
	padding:0;
	margin:0 0 2px 0;
}

#foot-r p {
	color:#333333;
	padding:0;
	margin:0 0 2px 0;
}

#foot-l p.link {
	color:#333333;
	padding:0;
	text-align:right;
	margin:0 60px 14px 0;
}

p.justify {
	text-align:justify;
	padding:0;
	margin:8px 0 5px 0;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#1b2f5f;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#CC3300;
}
