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




body  {
	background-color:#666;
	background-image:url(../images/bg-bright.jpg);
	/*background-repeat: no-repeat;*/
    background-attachment: fixed;
    background-position: center;
	font-family:Verdana, Geneva, sans-serif;
	

}

h3		{
	color:#999; 
	font-size:14px; 
	font-family:'Calibri';  
	line-height:20px;
	
}

h4	{
	color:#fff; 
	font-size:14px; 
	font-family:'Calibri';
}

.h4	{
	color:#fff; 
	font-size:14px; 
	font-family:'Calibri';
}

.page	{
	
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	
}

.footertext	{

	color:#999; 
	font-size:12px; 
	font-family:'arial'; 
	line-height:20px";	
	
}

.header 	{
	margin-left:30px;
	
	
	
}

.menu	{
	float:right;
	margin-top:250px;
		
}

.menutext	{
	color:#CCC;
	font-size:10.5px;
	}
	
.menutext a	{
	text-decoration:none;
	color:inherit;
}


.redblock	{
	background-color:#cc1821;
	height:340px;
	width:100%;
	margin-top:30px;
	
}
.blackstripe	{
	height:10px;
	background-color:#000;
	
}

.content {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	
}

.footer	{
	background-image:url(../images/bg-bottom-dark.png);
	background-repeat:repeat-x;
	height:330px;
}

.footercontent		{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	color:#999;
	
	
}
.footercontent a 	{
	text-decoration : none; 
	color : #ccc;
}
	
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, 90.75), rgba(0, 90, 0, 0));
}
	
	
	
	
/****************************start of nivoo slider css *****************************/

.nivoo-slider,
.nivoo-slider-holder {
    height: 342px;
    overflow: hidden;
    position: relative;
    width: 1024px;
	z-index:1;
}

.nivoo-slider.got-control-nav {
    height: 342px;
}
.nivoo-slider.direction-nav-outside {
    width: 1024px;
}
.direction-nav-outside .nivoo-slider-holder {
    margin: 0 00px;
}

.nivoo-slider-holder {
	background-repeat: no-repeat;
}

.nivoo-slider img,
.nivoo-link {
	left: 0;
	position: absolute;
	top: 0;
    z-index: 0;
}
.nivoo-slider > img:first-child,
.nivoo-slider > a:first-child img {
    z-index: 1;
}

.nivoo-link {
	border: none;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 20;	
}

.direction-nav-left {
    left: 0;
}
.direction-nav-right {
    right: 0;
}

/* directioNavPosition inside */
.direction-nav-left,
.direction-nav-right {
    position: absolute;
    top: 0;
    z-index: 40;
    }
    .direction-nav-left a,
    .direction-nav-right a {
        display: block;
    }
    .direction-nav-left a:focus,
    .direction-nav-right a:focus {
        outline: none;
    }

    
/* directioNavPosition oustide */
.direction-nav-outside .direction-nav-left,
.direction-nav-outside .direction-nav-right {
    width: 60px;
}

.nivoo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 10;
}

/* caption */

.nivoo-slider p {
    background: #181818;
	background: rgba(0, 0, 0, .6);
	bottom: -30px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	left: 0;
    margin: 0;
	text-indent: 10px;
	position: absolute;
	width: 100%;
    z-index: 30;
}

/* control navigation */

div.control-nav {
    height: 20px;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: center;
    }
    div.control-nav a {
        color: #aaa;
        font-size: 40px;
        outline: none;
        padding: 2px;
        text-decoration: none;
        text-shadow: 0 0 2px #ddd;
        -moz-transition: color 1s;
        -ms-transition: color 1s;
        -o-transition: color 1s;
        -webkit-transition: color 1s;
        transition: color 1s;
        }
        div.control-nav a.current,
        div.control-nav a:hover {
            color: #333;
        }
		
 .direction-nav-left a {
        background: url(images/icon/arrow-left.png) no-repeat 2% 50%;
    }
    .direction-nav-right a {
        background: url(images/icon/arrow-right.png) no-repeat 98% 50%;
    }		
/*********************************end of nivoo slider css*******************************************/