@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.white {
	color: #FFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.line {
	padding-top: 10px;
	padding-bottom: 10px;
}


#main-container {
	padding: 0px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 96px;
	margin-bottom: 40px;

}

#logo {
	margin-top: -55px;
	margin-left: -12px;
	position:absolute;
	float:left;
	z-index:1;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#side-bar {
	margin-top:215px;
	width: 214px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED1C24;
	margin: 0px;
	padding: 0px;
}


#white-area {
	width: 656px;
	position: relative;
	float: right;
	margin-right: 15px;
}
#stripes {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	width: 561px;
	padding-right: 25px;
	padding-left: 40px;
	padding-bottom: 25px;
	margin: 15px;
}
.middle {
	background-image: url(../images/middle-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#navigation {
	height: 25px;
	width: 561px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 43px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 31px;
}




.middle-footer {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 15px;
	clear: both;
	padding-top: 20px;
}


.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#8b8b8b;
	text-decoration: none;
	font-smooth: always;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#8b8b8b;
	text-decoration: none;
	font-smooth: always;

}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#8b8b8b;
	text-decoration: none;
	font-smooth: always;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	font-smooth: always;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	font-smooth: always;

}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#ed1c24;
	text-decoration: none;
	font-smooth: always;
}

 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ed1c24;
	text-decoration: none;

}
 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ed1c24;
	text-decoration: none;


}
 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ff000a;
	text-decoration: none;

}
.red {
	color: #ed1c24;
}
.redbold {
	font-weight: bold;
	color: #ED1C24;
}
.mouse {
	background-image: url(../images/MOUSE.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
}
