/* ------------------------------ */
/* HTML Redefine Tags */
/* ------------------------------ */
* {
	margin:0; 
	padding:0;
}

td {
	padding: 5px;
}
body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin:0px; 
	padding:0;
	background: url(/img/bg.gif);
}

p {
	line-height: 1.2em;
	padding: 3px 0;
	padding: 2px 0;
}

a {
	/* color: #C90033; */
	color: #e9271d;
	text-decoration: underline;
}
a:hover, a:active {
	/* color: #C90033; */
	color: #e9271d;
	text-decoration: none;
}

a.stops {
	color: #e9271d;
	padding: 0 0 0 0;
	text-decoration: underline;
}
a.stops:hover, a.stops:active {
	color: #e9271d;
	padding: 0 0 0 0;
	text-decoration: none;
}


ul {
	margin: 5px 10px;
}
li {
	margin: 5px 10px;
}


/* ------------------------------ */
/* 	PAGE STRUCTURE */
/* 	------------------------------ */

/* #container has an absolute width (800 pixel) */

#topbar {
	width: 100%;
	height: 347px;
	text-align: center;
	background: #FBF100;
}

#topbar_ {
	width: 1280px;
	height: 347px;
	margin: 0 auto;
	text-align: left;
	background: url(/img/top2.jpg) no-repeat left;
}

#topmenu {
	width: 100%;
	height: 45px;
	background: url(/img/top_bg.gif) repeat-x;
	text-align: center;
}
#topmenu_ {
	width: 1280px;
	height: 45px;
	margin: 0 auto;
	text-align: left;
}
#menu {
	width: 655px;
	height: 45px;
	text-align: left;
	float: left;
}

.menuitem {
	width: 98px;
	height: 45px;
	text-align: left;
	float: left;
	background: url(/img/menu_bg.gif) no-repeat left;
	cursor: pointer;	
}
.active {
	background: url(/img/menu_bg_a.gif) no-repeat left;
}
.menuitem div {
	padding: 15px 0 0 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;	
}
.menuitem:hover {
	cursor: pointer;	
	background: url(/img/menu_bg_a.gif) no-repeat left;	
}

#date {
	position: relative;
	top: 48px;
	left: 20px;
	width: 200px;
	height: 25px;
	float: left;
}
#info {
	position: relative;
	top: 48px;
	left: 540px;
	width: 200px;
	height: 25px;
	float: left;
}

#container{
	width:100%; 
	text-align: center;
	margin-top: 33px; 
}

#center{
	width:963px; 
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #fffc95; 
	border-right: 2px solid #fffc95; 
	border-left: 2px solid #fffc95; 
	background: #f7f7f7;
}
#centertop {
	width: 100%;
	height: 21px;
	background: url(/img/center_bg.gif) repeat-x;		
} 

h1 {
	color: #000;
	font-size: 16px;
	float:left;
	width: 700px;
}
#clock {
	color: #e9271d;
	font-size: 16px;
	font-weight: bold;
	float:left;
	width: 221px;
	text-align: right;
	padding: 4px 5px 0 0;
}

#center_line {
	width: 98%; 
	height: 1px; 
	line-height: 1px; 
	font-size: 1px; 
	background: #dcdcdc;
	margin: 5px auto;
}

#content {
	padding: 0 16px;
	line-height: 1.4em;
	min-height: 200px;
	background: url(/img/content_bg.gif) no-repeat 600px 30px; 		
}

#footer_main {
	width: 100%;
	background: #eaeaea; 		
}

#footer {
	width: 742px;
	height: 183px;
	background: url(/img/footer_bg.gif) no-repeat left; 			
}
#footer_tel {
	width: 300px;
	height: 50px;
	float:left;
	position: relative;
	top: 75px;
	left: 9px;
	font-size: 24px;
	color: #e9271d;
	font-weight: bold;
	font-family: tahoma;
}
#footer_email {
	width: 300px;
	height: 50px;
	float:left;
	position: relative;
	top: 95px;
	left: 105px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	font-family: tahoma;
}
#footer_tel_ {
	width: 100px;
	float:left;
	height: 15px;
	position: relative;
	top: 55px;
	left: 221px;
	font-size: 11px;
	color: #e9271d;
	font-weight: bold;
	font-family: tahoma;
}
#footer_email_ {
	width: 150px;
	height: 15px;
	float:left;
	position: relative;
	top: 35px;
	left: 445px;
	font-size: 11px;
	color: #e9271d;
	color: #000;
	font-weight: bold;
	font-family: tahoma;
}

#footer_email a {
	/* color: #C6BC00; */
	color: #000;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
}

#footer_email a:hover, #footer_email a:active {
	/* color: #C6BC00; */
	color: #000;
	font-weight: bold;
	font-family: tahoma;
	text-decoration: underline;
}

