@charset "utf-8";


/* CSS Document */



body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
margin: 0;
padding: 0;
background-image:url(../images/smheaderbg.gif);
background-repeat:repeat-x;
background-color:#212121;
}
#header {
	width: 995px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	top:0;
	height:355px;
	}
	#anibox{
		clear:both;
		width:995px;
	
	padding-top:6px;
	height:262px;
	}
#contentbg{
	clear:both;
	background-image:url(../images/contentbg.jpg);
background-repeat:repeat;
background-color:#212121;
margin:0px;
width:100%;
padding-bottom:10px;
}
#contenttop{	
		background-image:url(../images/smheaderbg2.gif);
background-repeat:repeat-x;
background-color:transparent;
width:100%;

}
#content{
	padding-top:1px;
	width: 995px;
	margin: 0 auto;
	
}
#footerbg{
	clear:both;
	background-color:#171717;
	
margin-top:0;
height:350px;
padding:10px;
}
#footer{
	width: 975px;
	margin: 0 auto;
	background-color:#171717;
	
}

a{
color:#ba0605;
text-decoration: none;

outline:none;

}
a:hover, a:active, a:focus{
text-decoration:underline;

}
p, li{
margin-top: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;

}





h1 {
	 font-family: Cantarell, "museo-slab-1","museo-slab-2",Rockwell,"Helvetica Neue",Helvetica,Verdana, sans-serif;
      text-shadow: 1px 1px 2px #333;
	color:#000;
	font-size:24px;
	font-weight:normal;
	font-stretch:expanded;
		padding: 5px;
		line-height:10px;
		text-transform:uppercase;
		}
		 h2{
			
	color:#ba0605;
	font-size:18px;
	font-weight:normal;
		 }
		 h3{
			font-size:16px;
			line-height:18px;
			font-weight:normal;
			color:#fff;
			padding:0px 2px 5px;
			margin:0px;
			text-transform:uppercase;
		 }
		  .blk{
			color:#000;  
		  }
		.red{color:#ba0605;
		font-weight:bold;
		}
		.redn{
		color:#ba0605;
		}
		.center{
		text-align:center;	
		}
		.justify{
		text-align:justify;	
		}
 img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

	
#logo{
float:left;
	padding-top:5px;
	height:57px;
	width:270px;
	
	
}

#mainmenu{
	float:left;
text-align:right;	
padding-top:5px;
width:725px;
height:57px;


}


#mainmenu a{
color:#fff;	
}


.contentbox{
	
	clear:both;
width:955px;
border-top:3px solid #171717;
border-right:3px solid #171717;
border-left:3px solid #171717;
background-color:#FFF;
padding:20px;
position:relative;	
}
.contentmain{
float:left;
width:600px;
background-color:#fff;
position:relative;
padding-right:20px;
}
.contentside{
	float:left;
	background-color:#fff;
	
	width:315px;
	padding-left:20px;
	border-left:1px thin #171717;
	position:relative;
}
.redbar{
clear:both;
background-color:#ba0605;
width:995px;
height:40px;
border-right:3px solid #171717;
border-left:3px solid #171717;
border-bottom:3px solid #171717;

margin:0 0 20px 0;
}
/* ~~ The footer ~~ */

#footer p{
	text-align:justify;
	color:#fff;
padding:5px;
}
#footer a {
	color:#999;
	font-size:12px;
	font-weight:normal;
}

/* Buttons */
.buttonlink {
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#ca2111 url('../images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #ca2111;
	color:#fff;
	text-shadow:0 -1px 0 #ca2111;
	padding:5px 10px 5px;
	font-size:12px;
	margin:0 5px 5px 0;
	font-weight:normal;
	
}
.lg{
display:block;
	width:285px;
	height:15px;	
}
.buttonlink::-moz-focus-inner {
padding:0;
border:0;
}
.buttonlink:hover, .buttonlink:focus {
	background-position:0 -5px;
	cursor:pointer;
	text-decoration:none;
}

.clr{
clear:both;	
}
.fltlft
{float:left;}

.smallt{
font-size:9px;	
}