/*
Design by SacDesigner
http://www.sacdesigner.com
sacdesigner@gmail.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 135%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 170%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #A60000;
}

img {
	border: 5px solid #A60000;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 760px;
	height: 40px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #545454;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
	padding: 6px 0 0 0;
	background: #A60000 url(images/img02.gif) no-repeat;
	border-left: 2px solid #A60000;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A60000 url(images/img04.gif) no-repeat;
	color: #000000;
}

#menu .active a {
	background: #A60000 url(images/img03.gif) no-repeat;
	border: none;
	color: #000000;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 100%;
	padding-top: 10px;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: 15px;
	padding: 10px;
	background: #A60000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
}

#legal {
	float: left;
}

#links {
	float: right;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
	background: #A60000;
    	width: 710px;
    	height: 530px;
    	padding-top:10px;
    	padding-left:10px;
    	margin:0 auto;
}

#slider {
	position:relative;
    	width: 700px;
    	height: 520px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:5px;
	left:5px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 440px;
	bottom:-42px;

}
.nivo-controlNav a {
	display:block;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	display: none
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


