body {
	background: #160c08 url(images/sb-back.jpg) repeat-x top left;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

a:link { color: #731027; }
a:visited { color: #582b35; }
a:hover, a:active { color: #c9002f; }

img { border: none; }

h1 { font-size: 2.0em; font-family: "Paladino Linotype", Palatino, serif; color: #731027; font-weight: normal; }
h2 { font-size: 1.8em; font-family: "Paladino Linotype", Palatino, serif; color: #731027; font-weight: normal; margin-top: 0; }
h3 { font-size: 1.6em; font-family: "Paladino Linotype", Palatino, serif; color: #731027; font-weight: normal; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft { float: left; padding: 0 10px 5px 0; }
.floatright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }



#layout {
	width: 912px;
	margin: 10px auto 20px auto;
	background: #ebe6e2;
	overflow: hidden;
}

#top {
	width: 890px;
	height: 30px;
	margin: auto;
	color: white;
	font-size: .9em;
}

#top a, #top a:visited {
	color: white;
}

#top p {
	float: left;
	margin: 0;
	line-height: 30px;
	width: 440px;
}

#top form {
	float: left;
	margin: 0;
	width: 450px;
	text-align: right;
	line-height: 30px;
	color: #ebe6e2;
}

*html #top form {
	padding-top: 7px;
}

#top input {
	font-size: .8em;
	border: 0px none;
}

#top .input {
	background: #7c685f;
	color: #ebe6e2;
	border: 1px solid #7c685f;
	padding: 0 5px;
}

#top .button {
	background: #5f180d url(images/sb-btn.jpg) repeat-x top left;
	color: #d1c2aa;
	padding: 0 5px;
}

#header {
	position: relative;
	background: url(images/sb-hdr.jpg) no-repeat top left;
	height: 229px;
}

#header a, #header a:visited {
}

#header h1 {
	width: 250px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin: 0;
}

#logo {
	width: 250px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#nav {
	margin: 0; padding: 0; list-style: none;
	height: 50px;
	line-height: 50px;
	background: url(images/sb-nav.jpg) no-repeat top center;
	clear: both;
}

#nav li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#nav li a {
	padding: 0 15px;
	color: #ebe6e2;
	height: 50px;
	font-family: "Paladino Linotype", Palatino, serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.3em;
	float: left;
}

#nav li a:hover {
	color: white;
}

#nav ul {
	display: none;
	background: black;
	color: white;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
	height: auto;
	position: absolute; 
	top: 50px;
	left: 0;
}

#nav li li {
	padding: 0;
	margin: 0;
	height: auto;
	float: none;
	display: block;
}

*html #nav li li {
	height: 25px;
	border-bottom: 1px solid black;
}

#nav li li a {
	padding: 10px 15px;
	line-height: 100%;
	height: auto;
	float: none;
	display: block;
}

#nav li li a:hover {
	background: black url(images/sb-nav.jpg) no-repeat center center;
	text-decoration: none;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#content {
	padding: 45px 20px 0 20px;
	background: url(images/sb-main-top.jpg) no-repeat top center;
}
 
#footer {
	clear: both;
	text-align: center;
	padding: 100px 0 20px 0;
	width: 898px;
	border: 7px solid #ebe6e2;
	margin: auto;
	background: black url(images/sb-ftr.jpg) no-repeat top center;
	color: #ebe6e2;
}

#footer a {
	color: #ebe6e2;
}

#footer p {
	margin: 0;
	clear: both;
}

#footernav {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	clear: both;
}

#footernav li {
	padding: 0 10px;
	margin: 0;
	display: inline;
}

.hbox {
	float: left;
	margin: 0 8px 10px 8px;
	padding: 20px;
	width: 375px;
	border: 1px solid #d5c1b5;
	background: url(images/sb-btmshade.jpg) no-repeat bottom center;
	
}

.hbox h2 {
	margin: -32px 0 0 0;
	font-size: 1.7em;
	font-weight: normal;
	float: left;
	padding: 0 5px;
	background: #ebe6e2;
	font-style: italic;
}

*html .hbox h2 {
	margin: 0;
	clear: both;
	float: none;
	padding-bottom: 10px;
}

.hbox img {
	float: right;
	margin-left: 20px;
}

.hbox p	{
	clear: left;
}

.contacts strong {
	width: 60px;
	float: left; 
	clear: left;
}

form div {
	clear: both;
	margin: 5px 0;
}

label {
	width: 200px;
	float: left;
	clear: left;
}

fieldset {
	border: none;
}

legend {
	border: none;
	display: none;
}