/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}

a, a:visited {
	color:#772f3a;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}



.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
	padding-top: 210px;
}

body {
    background: #fffbd5 ;
  <!-- color: #fffbd5; -->
}

.clear{
	clear: both;	
}

h1, h2, h3, h4, h5,  {
  padding: 0;
  margin: 0;
  font-family: Arial,sans-serif;
}

h1 { 
 font-size: 24px;
 color: #772f3a;
 font-weight: normal;
}

h2 { 
 font-size: 17px;
 color: #772f3a;
 font-weight: normal;
}
h3 { 
 font-size: 20px;
 color: #772f3a;
 font-weight: normal;
}

h5 { 
 font-size: 15px;
 font-weight: normal;
 color: white;
 height: 25px;
 padding: 5px 0 0 10px;
}

#bg_black{
	background: url(../images/top_bg.png) repeat-x top;
	height: 100px;	
}

#logo{
	width: 1032px;
	margin: 0 auto;
	height: 52px;
	padding-top: 30px;
	padding-left: 30px;
}

#logo h1 { 
   font-family: Arial,sans-serif;
  color: #fea160;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 250px;
  top: 5px;
  padding: 5px 0 0 30px;
}

#logo h2 { 
   font-family: Arial,sans-serif;
  color: #fea160;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  left: 620px;
  top: 30px;
}

#header {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 80px;
  width: 1024px;
  height: 150px;
  background: #3b203c; 
}

#top_menue {
  position: absolute;
  left: 50%;
  margin-left: -498px;
  top: 190px;
  width: 997px;
  height: 40px;
}

#top_menue ul, #top_menue li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: Arial,sans-serif;
}

#top_menue li {
  float: left;
  padding: 12px 10px 0px 21px;
}

#top_menue a {
  color: #fea160;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
}


#top_menue a:hover, #top_menue a.first {
  font-weight: bold;
  color: #fffbd5;
}

#main_site {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 150px;
  width: 1024px;
  background: #fffbd5;
}

#main_site_center {
  position: absolute;
  left: 50%;
  margin-left: -430px;
  top: 90px;
  clear: both;
}

#main_site1 {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 150px;
  width: 1024px;
  background: #fffbd5;
}

#main_site_center1 {
  position: absolute;
  left: 50%;
  margin-left: -430px;
  top: 550px;
  clear: both;
}
#footer  {
 position: relative;
  top: 100px;
  margin: 0 auto;
 
  width: 1024px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 150%;
  clear: both;
  height: 90px;
  background: #3b203c;
  padding-top: 12px;
  text-align: center;
  
}

#footer a {
  color: #fea160;
  text-decoration: none;
}

#footer a:hover {
  color: #fffbd5;
  text-decoration: none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}