/* Eric Meyer Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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-size: 100%;  }



/* Basic Elements */

h1, h2, h3, h4, h5, h6, ol, ul, p, form{ margin: 0 0 18px 0; }



a{ }
a:link, a:visited{ text-decoration: none;}
a:hover, a:active{ text-decoration: underline;}

blockquote, q { quotes: none; }

strong, b{ font-weight: bold; }

i, em{ font-style: italic; }

del { text-decoration: line-through; }

table { border-spacing: 0; }

.clear { clear: both; height: 1px; overflow: hidden; }

/* Backgrounds */






/*
=================================== Content ================================*/
.content { z-index: 2; color: #663366; }
h1, h2, h3, h4, h5, h6 {font-family: georgia, serif; font-weight: normal; margin: 10px 0 0 0; }
h1 { font-size: 22px; line-height: 26px; margin: 10px 0 10px 0; }
h2 { font-size: 20px; line-height: 24px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { color: #BE9B0C; font-size: 14px; font-weight: bold; font-family: arial, sans-serif; }
h5 { font-size: 12px; font-weight: bold; font-family: arial, sans-serif; }

p { margin: 0 0 10px 0; }

ul.gallery-images{
	list-style: none;
	margin: 18px 0;
	padding: 0;
	zoom: 1;
}
ul.gallery-images:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	ul.gallery-images li{
		float: left;
		height: 100px;
		margin: 0 18px 18px 0;
		width: 120px;
	}



/*
=================================== Homepage ================================*/
#home{ height: 460px; width: 665px; position: relative; margin: 20px 0px 0 -20px; }

#slides { list-style: none; margin: 0; padding: 0; position: absolute; top: 21px; left: 22px; width: 620px; height: 285px; overflow: hidden; }
#slides .slide { position: absolute; top: 0px; list-style: none; width: 540px; }
#slides .slide img { position: absolute; top: 0px; left: 0px; }
#slides .slide .slidebutton { display: block; position: absolute; top: 0px; right: 0px; height: 285px; width: 22px; background: #693d5e; text-decoration: none; border-right: 1px solid white; }
#slides .active .slidebutton { background: #55354a; }
#slides .slide .slidebutton img { position: absolute; top: auto; display: block; bottom: 5px; left: 5px; }
/*
#slides .slide .slidebutton span { display: block; text-align: right; -webkit-transform: rotate(90deg);  -moz-transform: rotate(90deg);
						position: absolute; bottom: 100px; left: -90px; width: 200px;
						color: #f2ecd0; font-family: verdana, sans-serif; font-size: 12px;
}
*/
#slide-1 { position: absolute; top: 0; right: 88px; z-index: 4; }
#slide-2 { position: absolute; top: 0; right: 66px; z-index: 3; }
#slide-3 { position: absolute; top: 0; right: 44px; z-index: 2; }
#slide-4 { position: absolute; top: 0; right: 22px; z-index: 1; }
#slide-5 { position: absolute; top: 0; right: 0px; z-index: 0; }

#slidecontents { list-style: none; margin: 0; padding: 0; position: relative; top: 340px; left: 0px; width: 570px; }
#slidecontents .slidecontent { display: none; position: relative; }
#slidecontents .open { display: block; }
#slidecontents .slidecontent h3 { display: inline; color: #C9AB2D; font-size: 24px; line-height: 28px; font-family: georgia, serif; font-weight: normal; margin: 0; }
#slidecontents .slidecontent p { display: inline; color: #663366; font-size: 14px; line-height: 24px; }
#slidecontents .slidecontent p a { color: #C9AB2D; font-size: 11px; text-decoration: none; }

ul{
list-style-type: none;
padding: 0;
margin-left: 30px;
font-weight: bold;
}