@charset "utf-8";
/* CSS Document */

/* ----------------------------- | Body | ----------------------------- */
* {
   margin: 0;
   padding: 0;
}


body {
	background:url(../images/bg-body.gif) repeat-x;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   line-height: 18px;

}

/* ----------------------------- | Tags | ----------------------------- */
p {
   margin: 0 0 15px 0;
   }

a {
   color: #a2043b;
   text-decoration: none;
   outline: none;
   font-size:12px;
}

a:hover {
   color:#db651d;
}

.clear {
margin: 0 0 15px 0;

}

ul li {
margin:0 0 0 20px;
}

.images {
border: 1px #3e5425 solid;
margin:15px 10px 0 15px;
}

hr {
   height: 1px;
   border: 0;
   color: #fff9e6;
   background: #fff9e6;
   margin: 15px auto;
   border-top: 1px solid #e6e1d3;
   width: 100% !important;
}
ol li {
	list-style-type:none;
	margin-bottom:10px;
	
}
ol li:first-letter {
	font-weight:bold;
	font-size:15px;
	padding-right:3px;
}
	
/* ----------------------------- | Branding | ----------------------------- */
h1#branding {
	overflow: hidden;
	font-size: 0.1em;
	text-indent: -9999px;
	width: 380px;
	height: 161px;
	position:absolute;
	background:url(../images/branding.png) no-repeat;
	top: 61px;
	left:  323px;

}

h1#branding a {
	width: 380px;
   height: 161px;
   display: block;
}
/* ----------------------------- | Headlines | ----------------------------- */
h2 {
	color: #fff;
	font-size:18px;
	text-transform:uppercase;
	padding: 10px 0 0 346px;
}

h3{
	font-weight:bold;
	color:#a2043b;
	font-size:14px;
	line-height:25px;
	margin: 0 0 10px 0;
}
h4 {
	color: #e89c27;
	font-size:25px;
	margin: 29px 0 20px 0;
	text-transform:uppercase;
}

h5 {
	color: #e89c27;
	font-size:30px;
	margin-left:38px;
	padding: 20px 0 0 0;
}

h6 {
	color: #98023f;
	font-size:18px;
	padding: 1px 0 12px 0;
	line-height:22px;
}

.float-right {
border:#990099 1px solid;
float: right;

}

/* ----------------------------- | =content| ----------------------------- */

div#container {
	width: 960px;
   margin: 0 auto;

}

/* ----------------------------- | Header| ----------------------------- */
div#header {
   width: 960px;
   height: 334px;
   background:url(../images/bg-header.jpg) no-repeat;
   position:relative;
}

div#column1 {
	margin: 154px 0 0 553px;
	font-size:12px;
}
/* ----------------------------- | Navi-Add| ----------------------------- */
div#navi-add {
	width:460px;
	float: left;
	margin: 25px  0 0 322px;

}

div#navi-add ul {
	list-style:none;
}

div#navi-add li {
	float:left;
}

div#navi-add a {
	display:block;
	font-size:14px;
	color:#4a4949;
	padding: 0 18px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}

div#navi-add a:hover, 
div#navi-add li.active a {
	text-decoration: none;
	color:#e3a543;
}
/* ----------------------------- | Content| ----------------------------- */
#content {
background:url(../images/bg-content.jpg) no-repeat;
	width:960px;
	min-height:493px;
	background-color:#FFFFFF;
 }
 
#sidebar {
float:left;
 height:405px;
 width:305px;
 margin: 0 0 20px 0;
}

#content-main {
width:630px;
float:left;
}
/* ----------------------------- | Navi-Main| ----------------------------- */
div#navi-main {
	width:330px;
	height:200px;
	float:left;
	margin: 0 0 0 -29px;
}

div#navi-main ul {
	list-style:none;
	text-decoration:none;
}

div#navi-main li {
	margin-bottom:12px;
	float:right;
	width:300px;
}

div#navi-main a {
	font-size:16px;
	color:#fff;
	float:right;
	text-transform:uppercase;
	background-color:#ce1454;
	padding:6px 10px 6px 10px;
}

div#navi-main a:hover, 
div#navi-main li.active a {
	color:#fff;
	background-color:#db651d;
}

div #contact{
width:300px;
	float:left;
	font-size:12px;
	text-align:right;
	padding: 113px 0 0 0;
}

.column2 {
	width:250px;
	float:left;
	margin-left:38px;
	margin-top:20px;
}

.column3 {
	width:580px;
	float:left;
	margin-left:38px;
	margin-top:15px;
}

 ul.list {
   list-style-type: none;
   margin-bottom: 15px;
}
					
ul.list li {
   background: url(../images/list.png) 0 7px no-repeat;
   padding-left: 45px;
   margin-right:20px; 
	margin-bottom: 6px;
}
/* ----------------------------- |Footer| ----------------------------- */


 div#footer-container {
	position: relative;
	height: 197px;
	clear:both;
	background:url(../images/bg-footer-main.jpg)  repeat-x center;
	margin-top:30px!important;
	
}

div#footer {
	width:960px;
	margin:0 auto;
	background:url(../images/bg-footer.jpg) no-repeat;
	height:197px;
}



