@charset "utf-8";
/* CSS Document */

#maincontainer{
width: 1026px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 88px; /*Height of top section*/
	float: left;
	width: 100%;
	background-color: #0d4e95;
}

#topcontentcolumn{
margin-left: 275px; /*Set left margin to LeftColumnWidth*/
}

#logocolumn{
	float: left;
	height: 88px; /*Height of top section*/
	width: 275px; /*Width of left column*/
	margin-left: -1026px; /*Set left margin to -(MainContainerWidth)*/
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
NAVIGATION DIVIDED IN: LEFTSIDE, RIGHTSIDE AND NAVIGATION (WHERE THE CONTENT USUALLY GOES AND WRAPPER
*/
#navigationwrapper{
	height: 27px; /*Height of top section*/
	float: left;
	width: 100%;
	background-color: #0d4e95;
}
#navigation {
margin-left: 280px; /*Set left margin to LeftColumnWidth*/
}
#navigationleftcolumn{
float: left;
width: 280px; /*Width of left column*/
margin-left: -1026px; /*Set left margin to -(MainContainerWidth)*/
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 280px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 280px; /*Width of left column*/
margin-left: -1026px; /*Set left margin to -(MainContainerWidth)*/
}
	.leftcolumn_title{
	float: left;
	width: 230px; /*Check the padding*/
	background-color: #D5AB3D;
	padding:5px 5px 5px 15px;
	font-weight:bold;
	}
	.leftcolumn_content{
	float: left;
	width: 230px; /*Check the padding*/
	background-color: #edd6b4;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}
	.leftcolumn_content:hover{
	border-left:5px #0066CC solid;
	background-color: #B38443;
	padding:5px 5px 5px 10px;
	}
	.leftcolumn_content_store{
	float: left;
	width: 230px; /*Check the padding*/
	background-color: #edd6b4;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}
	
/*
FOOTER
*/
#footerwrapper{
	width: 100%;
	height:30px;
	display:block;
	clear:left;
}
#footer{
	margin: 0 auto; 
	width:930px;
	/*background-color: #EE3A43;*/ 
	position:relative;
		height: 22px; /*ADJUST FOR PADDING*/
		color: #FFF;
		text-align: center;
		padding: 4px 0;
}
	#footer a{
		color: #000000;
	}
/*
COPYRIGHT
*/
#copyrightwrapper{
	width: 100%;
	height:80px;
}
#copyright{
	margin: 0 auto;
	width:900px;
	position:relative;
}
	#copyrightblock {
		height:50px;
		position: relative;
		/*float:left; */
		margin: 15px 0px 15px 100px;
		text-align:center;
		color:#000000;
	}
	#footervcss
	{
		position: relative;
		float:left;
		padding: 7px 0px 0px 0px;
		height: 50px;
	}
	#footervxhtml
	{
		position: relative;
		float:left;
		padding: 7px 0px 0px 0px;
		height: 50px;
	}	

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

*.clear {
	clear: both
}
*.float_l {
	float: left
}
*.float_r {
	float: right
}
*.logo {
	width: 275px; float: left; height: 88px
}
*.slogan {
	text-align: right;
	height: 88px;
	color: #edd6b4;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 15px;
}
*.slogan_big {
	font-size: 18px;
	font-weight: bold;
}
*.slogan_fancy {
	font-style: italic;
}
*.spacerdiv {
	height:2px;
}
.breadcrumbs{
color:#666666;
font-size:10px;
float:left;
width:373px;
}
.breadcrumbs a{
color:#666666;
}
.topinfo{
color:#666666;
font-size:10px;
float:left;
width:373px;
text-align:right;
}
.topinfo a{
color:#666666;
}
