html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Tahoma;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.niftyfill { display:block }

body {
	background: #efefef url('../gfx/bgnd.png') repeat-x top;
	color: #555555;
	text-align: center;
	margin-bottom: 20px;
	line-height: 15px;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #e43733;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	height: 21px;
	border-bottom: 1px solid #fad7d6;
}

h2 {
	font-size: 12px;
	color: red;
	font-weight: bold;
	margin: 10px 10px 0 0;
	clear: both;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding-left: 20px;
	text-align: left;
}

#logo {
	background: url('../gfx/top-bgnd.jpg') no-repeat;
	height: 125px;
}

#top-menu {
	background: url('../gfx/menu-bgnd.jpg') no-repeat left top;
	height: 60px;
	width: 920px;
}

#top-menu li {
	float: left;
	height: 52px;
	margin-top: 8px;
	position: relative;
	z-index: 1000;
}

#top-menu li:last-child {
	padding-right: 1px;
	background: url('../gfx/menu-sep.png') no-repeat right 20px;
}

#top-menu li a {
	display: block;
	height: 36px;
	padding: 16px 25px 0 30px;
	background: url('../gfx/menu-sep.png') no-repeat left 20px;
}

#top-menu li a img {
	padding-bottom: 3px;
}

#top-menu li:hover a img, 
#top-menu li:hover:first-child a img, 
#top-menu li.selected a img, 
#top-menu li.selected:first-child a img {
	border-bottom: 1px solid #de9493;
}

#top-menu li:first-child a {
	background: none;
}

#top-menu .submenu {
	display: none;
}

#top-menu li:hover .submenu {
	display: block;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 52px;
	width: 160px;
	background: transparent;
}

#top-menu .submenu ul {
	background: #e43733 url('../gfx/smenu-bgnd.png') repeat-x top;
	position: absolute;
	padding: 0 18px 8px 18px;
}

#top-menu .submenu li {
	float: none;
	display: block;
	z-index: 1000;
	position: relative;
	background: url('../gfx/arrow.png') no-repeat left 5px;
	height: auto;
	width: auto;
	color: #327928;
	padding: 0 0 0 12px;
	margin: 0 0 10px 0;
	border: 0 none;
	text-transform: lowercase;
}

#top-menu .submenu li a, #top-menu .submenu li:first-child a {
	background: transparent;
}

#top-menu .submenu a {
	font-size: 11px;
	font-weight: normal;
	color: #ffeae9;
	border: 0 none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline;
}

#slideshow {
	height: 240px;
	background: #e43733 url('../gfx/slide-bgnd.jpg') right top no-repeat;
	color: #ffeae9;
	position: relative;
}

#slideshow img {
	float: left;
	position: absolute;
	left: -20px;
}

#slideshow p, #slideshow ul {
	float: right;
	clear: right;
	width: 240px;
	margin-top: 15px;
	margin-right: 20px;
}

#slideshow #intro {
	margin-top: 40px;
}

#slideshow a {
	color: #ffeae9;
}

#slideshow #intro a {
	font-weight: bold;
}

#slideshow ul a {
	text-decoration: underline;
}

#content {
	background: white url('../gfx/content-bgnd.png') no-repeat 20px bottom;
	margin: 0 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.main {
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
	width: 590px;
}

#index-main {
	width: 350px;
}

.main p, .main ul, .main ol {
	margin-top: 15px;
	line-height: 17px;
}

.main ul {
	list-style: disc outside;
	padding-left: 40px;
}

.main ol {
	list-style: decimal outside;
	padding-left: 40px;
}

.sidebar {
	float: left;
}

#sidebar1 {
	width: 270px;
	position: relative;
	left: -20px;
}

#sidebar1 a {
	display: block;
	margin-bottom: 20px;
}

#sidebar1 a img {
	display: block;
}

#sidebar2 {
	width: 220px;
	margin-left: 20px;
	color: #ffeae9;
}

#sidebar2 p {
	margin-top: 10px;
	background: #e43733;
	padding: 6px 10px;
	margin-bottom: 20px;
}

#sidebar2 p a {
	color: #ffeae9;
	font-weight: bold;
}

#logos {
	position: relative;
}

#logos img {
	position: absolute;
	top: 0;
	left: 0;
}

hr.separator {
	color: white;
	border: 0 none;
	height: 0;
	background: white;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer, #footer2 {
	clear: both;
	margin: 0 20px;
	padding: 20px;
	color: #aaaaaa;
	line-height: 1;
}

#footer {
	background: white;
}

#footer2 {
	font-size: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #aaaaaa;
	font-weight: bold;
}

#footer2 p {
	float: right;
}

#footer ul {
	float: right;
}

#footer li {
	display: inline;
	padding: 0 15px 0 10px;
	background: url('../gfx/footer-sep.png') no-repeat right 2px;
}

#footer li:last-child {
	background: none;
	padding-right: 0;
}

#footer li a {
	color: #aaaaaa;
	text-transform: lowercase;
}

address {
	font-style: normal;
}

address a {
	font-weight: bold;
}

form {
	margin-top: 20px;
}

form fieldset {
	margin-bottom: 60px;
}

form li {
	clear: both;
}

form span, #contact-form div {
	border: 4px solid #f7f7f7;
	margin-bottom: 10px;
	float: left;
}

input, textarea {
	border: 1px solid #c5c5c5;
	font-size: 11px;
	padding: 2px;
}

label {
	width: 100px;
	float: left;
	padding-top: 7px;
}

#contact-form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact-form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

#contact-form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

#contact-form .req {
	color: red;
}

#contact-form input {
	width: 200px;
}

#contact-form fieldset {
	margin-bottom: 10px;
}

#contact-form button {
	margin: 20px 5px 0 0;
	float: left;
}


#contact-form .error .req {
	font-weight: bold;
}

#contact-form .error input, #contact-form .error textarea {
	border: 1px solid red;
}

.gallery {
	clear: both;
}

.gallery a {
	float: left;
	margin: 20px 20px 0 0;
	padding: 20px 20px 10px 20px;
	border: 1px solid #fad7d6;
	text-align: left;
}

.gallery a span {
}

.gallery a img {
	display: block;
	margin-bottom: 10px;
}
.gallery2 {
	clear: both;
}

.gallery2 a {
	float: left;
	margin: 20px 20px 0 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
}

.gallery2 a span {
}

.gallery2 a img {
	display: block;
	margin-bottom: 10px;
}

#popup {
	display: none;
}

