@charset "utf-8";
/* CSS Document */


 reset css 


/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
- end reset css 

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container p {
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	margin-bottom:10px;
}
.oneColFixCtr #container a {
	color: #333;
	
}
.oneColFixCtr #container ul {
text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;

	
}
.oneColFixCtr #container li {
list-style-type: square;
margin-bottom:10px;
margin-left:40px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #logo{
margin-bottom:10px;
margin-left:110px;
}
.oneColFixCtr #menu{
	width:600px;
	height:25px;
	background:#b69a5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	
}
.oneColFixCtr #menu ul{
	text-align: center;
	display: block;
	list-style-type: none;
	margin-left:10px;
	
}
.oneColFixCtr #menu li{
	float:left;
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
}
.oneColFixCtr #menu li a {
	color: #FFF;
	text-decoration:none;
	
}
.oneColFixCtr #menu li a:hover{
text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #836f44;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #836f44;
	font-size: 16px;
}
h2{
margin-right:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
#footer{
	margin-top:40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #836f44;
}

/* Slider */		
		
#slider {
    width: 600px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.oneColFixCtr #sliderContent ul { list-style-type: none; margin-left:0;}
.oneColFixCtr #sliderContent li { margin-left:0;}

#dds {
    float: right;
    position: absolute;
	margin-top:20px;
	margin-left:520px;
	display: block;
	clear: both;
		z-index: 1;
}
