body {
	background: black url(images/se-backdrop2.jpg) no-repeat top center;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;/*reduce font size to 10px*/
	margin: 0;
	line-height:1.8em
}

a:link { color: #5c8512; }
a:visited { color: #536b27; }
a:hover, a:active { color: #6ba602; }

img { border: none; }

p,address,ul,#ratest{font-size:1.4em}
#ratest{width:480px}
.red{color:red}
h1 { font-size: 1.8em; font-family: "Palatino Linotype", Palatino, serif; font-style: italic; margin-top: 0; }
h2 { font-size: 1.6em; font-family: "Palatino Linotype", Palatino, serif; font-style: italic; }
h3 { font-size: 1.4em; font-family: "Palatino Linotype", Palatino, serif; }
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 { margin: 0;
  padding: 0;
  min-width: 450px;
  max-width: 460px;
  width: 460px; 

 }
 form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}


form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:1.4em
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.floatleft, .fleft { float: left; padding: 0 10px 5px 0; }
.floatright, .fright { 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; }
.input { width: 200px; }
th { text-align: left; }
table { width: 99%; }

#layout {
	width: 896px;
	margin: auto;
}

#header {
	position: relative;
	background: #eee url(images/se-hdr.jpg) no-repeat top left;
	color: white;
	height: 115px;
}

#header a, #header a:visited {
}

#header ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	float: left;
	width: 380px;
	text-align: right;
	font-size:1.8em
}

#header li {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline;
}

#header li a {
	color: #bfb2a6;
}

#header address {
	float: left; 
	width: 380px;
	padding: 20px 0 0 0;
	text-align: right;
	font-style: normal;
	font-size:1.4em
	
}

#logo {
	width: 500px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin: 0;
}

#logo a {
	width: 500px;
	height: 100px;
	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;
	clear: both;
	font-family: "Palatino Linotype", Palatino, serif;
	text-transform: uppercase;
	color: #2b4203;
	text-align: center;
}

#nav li {
	margin: 0;
	display: inline;
	padding: 0 5px 0 23px;
	background: url(images/se-nav-blt.jpg) no-repeat center left;
}

#nav li a {
	font-weight: bold;
	
	color: #2b4203;
}

#nav li a:hover {
	text-decoration: underline;
	color: #006600;
}

#nav li.first {
	padding: 0 5px;
	background: transparent;
}

#main {
	background: #eee7e1 url(images/se-main.gif) repeat-y top center;
}

#content {
	width: 575px;
	padding: 5px 20px 20px 20px;
	float: left;
	overflow: hidden;
	font-size:1.1em
}

#content-full {
	padding: 20px;
	font-size:1.1em
}
.img-style-right{float:right;border:3px solid white;background:#5E2605; padding:1px;margin:5px}
#home {
	width: 320px;
	padding-left: 20px;
	float: left;
}

#home-btns {
	padding: 4px 12px;
	clear: both;
}

#side-home {
	padding-top: 10px;
	width: 272px;
	float: left;
}

#side-home a {
	padding-bottom: 6px;
	display: block;
}

#sidebar {
	padding: 10px 0;
	width: 262px;
	float: left;
	overflow: hidden;
}


#footer {
	clear: both;
	text-align: center;
	background: url(images/se-ftr.gif) no-repeat top left;
	height: 43px;
	line-height: 43px;
	color: #797067;
}

#footer a {
	color: #669900;
}

#footer p, #footer h6 {
	margin: 0;
}

#footernav {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

.galleria{list-style:none;width:210px; padding: 0 !important; margin: 0 !important;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:200px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.gallery_demo{width:210px;float:left;}
.gallery_demo li{width:62px;height:62px;border:3px double white;margin: 0 2px 2px 0;background:#eee;}
.gallery_demo li.hover{border-color:#bbb;}
.gallery_demo li.active{border-style:solid;border-color:#222;}
.gallery_demo li div{left:200px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

.galleria_container{margin:0 auto 20px auto;height:438px;width:600px;float:right;}
.nav {clear: both;}

#gallery {  
    position:relative;  
    height:330px  
}  
#gallery a {  
	float:left;  
	position:absolute;  
}  
  
#gallery a img {  
	border:none;  
}  
  
#gallery a.show {  
	z-index:500  
}  

#gallery .caption {  
	z-index:600;   
	background-color:#000;   
	color:#ffffff;   
	height:100px;   
	width:100%;   
	position:absolute;  
	bottom:0;  
}  

#gallery .caption .content {  
	margin:5px  
}  
  
#gallery .caption .content h3 {  
	margin:0;  
	padding:0;  
	color:#1DCCEF;  
}  
#offer{padding:10px;background:#FFFAF0;border:1px solid #8B5A00}
#offer h2{text-decoration:underline}