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

/* ----------------- Body ----------------- */
body {
	background-image: url(../Files/Design/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-color: #00AAE5;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
.clears{
	clear:both;
}

/* ----------------- Layout ----------------- */
#header {
	background-image: url(../Files/Design/header.jpg);
	color: #0076BC;
	height: 206px;
	width: 960px;
	position:relative;
}
#logo{
	left:0px;
	right:0px;
	width:400px;
	height: 206px;
}
.bars{
	float:right;
	width:70px;
	height:189px;
	margin-right:10px;
	margin-top:10px;
	background-color:#0076BC;
}
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.yellows {
	width: 960px;
	height: 5px;
	overflow: hidden;
	background-color: #FFD51B;
}
#content {
	width: 940px;
	padding: 10px;
	position:relative;
}
.navigtion{
	float:left;
	width:240px;
	padding-bottom:10px;
}
.text{
	float:left;
	width:610px;
	padding: 40px;
}
#footer {
	background-image: url(../Files/Design/footer.jpg);
	background-color: #0076BC;
	height: 156px;
	width: 930px;
	padding-left: 30px;
	padding-top: 30px;
	overflow:hidden;
	background-repeat: no-repeat;
}
.promos{
	padding-top:15px;
	padding-left:30px;
}

/* ----------------- Navigation ----------------- */
.navigtion ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration: none;
}

.navigtion a
{
	display: block;
	padding: 3px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1E7F4;
	border-left-color: #0076BC;
	padding-left:25px;
	color:#0076BC;
	text-decoration: none;
	margin-right: 5px;
}

.navigtion a:link, #navlist a:visited
{
	display: block;
	padding: 3px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D1E7F4;
	border-left-color: #0076BC;
	padding-left:25px;
	color:#0076BC;
	text-decoration: none;
	margin-right: 5px;
}

.navigtion a:hover
{
	width: 205px;
	border-right-color: #FFFFFF;
	background-color: #D1E7F4;
	color: #0076BC;
	text-decoration: none;
	margin-bottom: 1px;
	margin-right: 0px;
}

