@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/body-bg.jpg) #C6B597 repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#444444;
}
form{
	color:#990000;
}
a{
	color:#990000;
}
a:hover{
	text-decoration:none;
}
#secondary-bg{
	background:url(../images/top-img.jpg) repeat-x top center;
	height:287px;
}

#container{
	width:1057px;
	margin-right:auto;
	margin-left:auto;
}

#banner{
	float:left;
	background:url(../images/banner.jpg) no-repeat;
	width:1057px;
	height:287px;
	text-indent:-99999px;
	text-transform:uppercase;
}

#content-holder{
	float:left;
	background:url(../images/content-bg.png) repeat-y;
	width:995px;
	padding:0 31px 0 31px;
}
#top-gradient{
	float:left;
	background:url(../images/top-gradient.jpg) repeat-x;
	width:995px;
	height:130px;
}
#main-content{
	float:left;
	background:url(../images/bottom-gradient.jpg) bottom left repeat-x;
	margin-top:-100px;
	width:945px;
	height:auto;
	padding:0 25px 0 25px;
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4{
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:26px;
	color:#990000;
	font-weight:normal;
	text-transform:uppercase;
}
#main-content img, #main-content p, #main-content h1, #main-content h2, #main-content h3, #main-content h4{
	margin-bottom:20px;
}
#main-content p{
	line-height:16px;
	letter-spacing: 1px;
}
#bottom-gradient{
	background:url(../images/bottom-gradient.jpg) repeat-x;
	width:995px;
	height:49px;
}
#newsletter-box{
	padding:50px 25px 25px 25px;
	background:url(../images/newsletter-bg.jpg) #DBD0BA no-repeat;
	width:245px;
	height:203px;
	margin-bottom:30px;
}
#newsletter-box p{
	margin-bottom:10px;
}
#newsletter-box input{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px;
	width:235px;
	height:20px;
	background:url(../images/input-bg.jpg) #FFFFFF repeat-x;
	border:1px solid #E5DCD0;
}
#newsletter-box .btn{
	margin-top:11px;
	color:#333333;
	font-size:11px;
	background:url(../images/submit-bg.jpg) #AAAAAA repeat-x;
	height:26px;
	width:243px;
	border:1px solid #CCCCCC;
}
#footer{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	background:url(../images/footer-bg.jpg) #6D4A2A;
	height:142px;
}
#footer-cont{
	background:url(../images/footer-content-bg.jpg) no-repeat;
	padding:0 31px 0 31px;
	width:995px;
	height:142px;
	margin-right:auto;
	margin-left:auto;
}
#footer-cont p{
	font-size:10px;
	line-height:18px;
}
#footer-cont a{
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
}
#footer-cont a:hover{
	text-decoration:underline;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.img-wrap{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.box1,.box2, .box3{
	float:left;
	margin-bottom:20px;
}

.box1{
	width:300px;
	margin-right:25px;
}
.box2{
	width:295px;
}
.box3{
	width:625px;
	margin-right:25px;
}

/*---------------- NAVIGATION -----------------------*/
#navi-bg{
	background:url(../images/navigation-sprite.jpg) no-repeat;
	width:1057px;
	height:52px;
}
#navigation{

	margin-left:36px;
	background:url(../images/navigation-sprite.jpg) no-repeat top right;
	width:1021px;
	height:52px;
}
#navigation span{
	display:none;
	text-indent:-99999px;
}
#navigation li, #navigation a{
	height:52px;
	display:block;
}
#navigation li {
	float:left;
	list-style:none;
	display:inline;
}

#link1{
	width:111px;
}
#link2{
	width:132px;
}
#link3{
	width:132px;
}
#link4{
	width:211px;
}
#link5{
	width:240px;
}
#link6{
	width:157px;
}

#link1 a:hover{background:url(../images/navigation-sprite.jpg) -36px -104px no-repeat;}
#link2 a:hover{background:url(../images/navigation-sprite.jpg) -147px -104px no-repeat;}
#link3 a:hover{background:url(../images/navigation-sprite.jpg) -279px -104px no-repeat;}
#link4 a:hover{background:url(../images/navigation-sprite.jpg) -411px -104px no-repeat;}
#link5 a:hover{background:url(../images/navigation-sprite.jpg) -622px -104px no-repeat;}
#link6 a:hover{background:url(../images/navigation-sprite.jpg) -862px -104px no-repeat;}


#link1.selected, #link1.selected a:hover{background:url(../images/navigation-sprite.jpg) -36px -52px no-repeat;}
#link2.selected, #link2.selected a:hover{background:url(../images/navigation-sprite.jpg) -147px -52px no-repeat;}
#link3.selected, #link3.selected a:hover{background:url(../images/navigation-sprite.jpg) -279px -52px no-repeat;}
#link4.selected, #link4.selected a:hover{background:url(../images/navigation-sprite.jpg) -411px -52px no-repeat;}
#link5.selected, #link5.selected a:hover{background:url(../images/navigation-sprite.jpg) -622px -52px no-repeat;}
#link6.selected, #link6.selected a:hover{background:url(../images/navigation-sprite.jpg) -862px -52px no-repeat;}
/*---------------- END OF NAVIGATION -----------------*/

