/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body{
	margin-top: 10px;
	padding: 0;
	background: #003366;
	background-image: url(images/logo_tile.png);
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;

}

img {border: 0}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#bodywrapper {
	width:960px;
	background: #000;
}

#topsection{
	width: 940px;
	height: 130px;
	margin: 0 auto -21px auto;
	padding-top: 20px;
	padding-left: 20px;
	background: url(images/img01.png) no-repeat left top;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
height: 690px;
background: #000;
}

#contentcolumn{
margin: 0 220px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 220px; /*Width of left column in pixel*/
height: 690px;
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
background: #000;
}

#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
height: 690px;
margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
background: #000;
}

#content2 {
	width:500px;
	height: 455px;
	margin: 5px auto 0 auto;
	padding:10px 0 0 15px;
}

#content3 {
	width:500px;
	height: 620px;
	margin: 5px auto 0 auto;
	padding:10px 10px 0 10px;
}

.sidebar {
	margin-top: 5px;
	width: 220px;
	padding: 5px 0px 10px 0px;
	font-size: 12px;
}

.innertube{
margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#rightbar {
	width:200px;
	height: 325px;
	margin:0 0 10px 5px;
	padding: 5px;
}


.social {
	width:200px;
	margin:0px 0 0 7px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding:5px;
	
}

.social img {
	border:0;
}

.social a {
	margin:0;
}

.centerbox {
	width:415px;
	margin: 17px auto;
	padding:10px 5px 10px 15px;
}


.centerbox img {
	margin:0;
	padding:0;
	border:0;
}

.ad {
	width:190px;
	height: 190px;
	margin:0px 0 0 10px;
	font-size: 20px;
	line-height: 30px;
	color: #black;
	background: #fff;
	padding:5px;
	
}

.sidebox {
	width:405px;
	float:left;
	margin: 0;
}

.sidebox2 {
	width:405px;
	float:left;
	margin: 0;
}

#footer {
	clear:left;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	background: url(images/img04.png) no-repeat left top;

}

#footer p {
	margin: 0;
	padding: 25px 20px 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

/*- Menu 10--------------------------- */
	
#menu10 {
	width: 200px;
	margin: 10px;
	}

#menu10 ul {

	list-style: none;
	margin: 0;
	padding: 0;
}

#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(images/menu10.gif);
	padding: 8px 0 0 10px;
	}
	
#menu10 li a:hover {
	color: #FF9834;
	background:  url(images/menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 405px;
	height:393px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	background-color:#a2a2a2;
	clear:both;
}

.scrollable img{
	background-color:#fff;
	cursor:pointer;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	position:relative;
}


/* position and dimensions of the navigator */
.navi {
	margin:auto;
	position:relative;
	width:150px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
	