/**
*	Klara's Cozy Corner Style Sheet
*	By Bar-Design - http://www.bar-design.co.za/
*/

* { margin: 0px; padding: 0px; }

body {
	background: #402718;
	color: #fff;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #991212;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #991212;
	text-decoration: none;
}

a img { border: none; }

#page {
	background: #fff url(../images/pg-slice.jpg) repeat-x 0% 0%;
	border-bottom: solid 5px #ada975;
	color: #666;
	width: 100%;
}

#wrapper {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 850px;
}

div.clear {clear: both; height: 0px; line-height: 0px;}
.center {text-align: center; }
.msg {
	background: #ffcc66;
	border: solid 3px #cc9933;
	margin: 20px;
	color: #333;
	padding: 10px;
}

#masthead {
	padding: 50px 0px 20px 0px;
	border-bottom: solid 2px #dfda9e;
	width: 850px;
}

#header {
	float: left;
	width: 340px;
}

#header #navigation{
	margin: 10px 20px 0px 20px;
	width: 300px;
}

#header #navigation li{
	list-style-type: none;
	border-bottom: dashed 1px #9f938b;
}

#header #navigation li a {
display:block;
padding: 0px 10px 0px 45px;
line-height: 40px;
height: 40px;
font-size:14px;
font-family: Georgia,"Times New Roman",serif;
font-weight:bold;
text-decoration:none;
background: #f1edc0 url(../images/nav-ls-normal.gif) no-repeat 10px 0px;
color: #ada975;
}

#header #navigation a:hover {
	background:#991212 url(../images/nav-ls-hover.gif) no-repeat 10px 0px;
	color: #fff;
	text-decoration:none;
}

#header #navigation .active {
	background: #991212 url(../images/nav-ls-active.gif) no-repeat 10px 0px;
	color: #fff;
	text-decoration:none;
}

#header h1#logo a {
	background: url(../images/logo.jpg) no-repeat 0% 0%;
	border: solid 5px #ada975;
	/*position: absolute;
	left: 20px;
	top: 55px;*/
	display: block;
	height: 120px;
	margin: 5px 0px 0px 20px;
	text-indent: -5000px;
	width: 290px;
}


#banner {
	background: url(../images/frame.jpg) no-repeat 0% 0%;
	display: block;
	float: right;
	height: 360px;
	width: 510px;
}

#banner img {
	margin: 10px 0px 0px 10px;
}

#sidebar {
	border-right: solid 2px #dfda9e;
	margin: 10px 0px;
	float: left;
	width: 330px;
}

#sidebar .frame {
	border: solid 5px #f1edc0;
}

#sidebar p.preview {
	padding: 5px 15px;
}

#sidebar h1{
	border-bottom: solid 2px #dfda9e;
	color: #991212;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 22px;
	margin: 0px 20px 0px 0px;
	padding: 10px 20px 20px 20px;
	font-weight: normal;
}

#content {
	float: right;
	margin: 10px 0px;
	width: 500px;
}

#content #contactform {
	border-collapse: collapse;
	margin: 10px 2px;
	width: 460px;
}

#content #contactform td{
	padding: 5px;
}

#content .data {
	border-collapse: collapse;
	margin: 10px 20px;
	width: 460px;
}

#content .data th{
	padding: 0px 5px;
	background: #991212;
	border-bottom: solid 2px #610c0c;
	color: #fff;
	font-size: 13px;
	border-left: solid 1px #fff;
	height:  30px;
	text-align: left;
}

#content .data td{
	padding: 0px 5px;
	border-bottom: solid 1px #ccc;
	height:  30px;
}

#content .data tr.alt{
	background: #f1edc0;
}

#content #contactform .txt{
	border: solid 1px #dfda9e;
	padding: 4px;
	width: 250px;
}

#content #contactform textarea{
	border: solid 1px #dfda9e;
	height: 100px;
	padding: 4px;
	width: 250px;
}

#content #contactform .btn {
	background: #fff url(../images/send-btn.gif) no-repeat 0% 0%;
	color: #fff;
	height: 38px;
	line-height: 38px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	border: none;
	text-align: left;
	padding: 0px 5px;
	width: 122px;
}

#sidebar ul {
	list-style: none;
	margin: 10px 0px;
}

#sidebar li {
	background: url(../images/list-style.gif) no-repeat 0px 9px;
	padding: 4px 20px;
	margin-left: 20px;
	color: #333;
}

#sidebar .address { padding: 5px 40px 10px 40px; }

#content h1{
	color: #991212;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 22px;
	padding: 10px 20px 20px 20px;
	font-weight: normal;
}

#content h2{
	color: #991212;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	padding: 20px 20px 20px 20px;
	font-weight: normal;
}

#content h3{
	border-bottom: solid 1px #402718;
	color: #402718;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	margin: 0px 20px;
	padding: 20px 0px 10px 0px;
	font-weight: normal;
}

#content p, #sidebar p {
	padding: 5px 20px;
	line-height: 18px;
}

#content ul {
	list-style: none;
	margin: 10px 0px;
}

#content li {
	background: url(../images/list-style.gif) no-repeat 0px 9px;
	padding: 4px 20px;
	margin-left: 30px;
	color: #333;
}

#content .quote {
	color: #402718;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 20px 10px 20px;
}

#gallery {
	margin: 10px 0px 10px 0px;
	text-align: center;
	width: 850px;
}


#gallery li{
	list-style-type: none;
	float: left;
	margin: 10px;
}

#gallery li a {
	display: block;
	border: solid 5px #ada975;
	height: 120px;
	width: 180px;
	text-decoration: none;
}

#gallery a:hover {
	border: solid 5px #991212;
	text-decoration: none;
}



#footer {
	background: #402718;
	color: #fff;
	font-size: 11px;
	margin: 0px auto 10px auto;
	padding: 20px 0px;
	position: relative;
	text-align: right;
	width: 850px;
}

#footer p {
	padding: 10px 20px 10px 20px;
}

#footer a {
	color: #dfda9e;
	text-decoration: underline;
}

#footer a:hover {
	color: #dfda9e;
	text-decoration: none;
}
