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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#900000;
}

h1 { font-size:18px; display:block; color:990000; font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; }
h2 { font-size:14px; color:#660000; }
.copy{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; padding: 0 10px 10px 10px;}
.copy2{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; padding-right:10px; }
.footer { font-size:10px; text-transform:uppercase; color:#333; line-height:16px; padding:20px 0; }

.header { font-size:29px; display:block; color:#ccc; line-height:45px; }

.image { float:left; }
.tableBg { background-image: url(images/bg2.jpg); background-repeat: repeat-x; }
.tableBg2{ background-image: url(images/m-bg.jpg); background-repeat: repeat-x; }

#slider1 {
    width: 611px; /* important to be same as image width */
    height: 331px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 591px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0 0;
	padding: 0 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 591px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: inline;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 611px !important;
	height: 50px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

.links {
	display: block;
	width: 80px;
	margin: 2px 0px;
	padding: 3px;
	background: #E3295B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 683px;
	height: 83px;
	background: url(images/m-bg.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 0px 55px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display:inline-block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 20px 0px 20px;
	background: url(images/m-bg.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0; text-decoration: underline; font-weight:bold; color:#000;
}
}
 
#menu a:hover {
	text-decoration: underline; font-weight:bold; color:#000;
}