body 
{
    padding:0;
    background: #EBE9FC;
    color:#333;
    font-family: Verdana, Helvetica, sans-serif;
    text-align:left;
    font-size:medium;
}

a{
	color:#d41c1c;
	text-decoration:none;
	background:inherit;
}

a:hover{
	color:#243a4b;
	background:inherit;
}

a img{
	border:0px;
}

input, select {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 }

a.phone {background-url('/slices/phone_icon.gif'); background-repeat: no-repeat; background-position: left middle; margin-left: 3em;}

h1 
	{
	font-size: 16px;
	}
	
h2, #map h2{
	padding:0;
	margin:0;
	color:#243a4b;
	font-size:14px;
}


h3, #map h3{
	padding:0;
	margin:0;
	color:#243a4b;
	font-size:13px;
	
}

p{
	font-size:11px;
}

label {font-weight: bold;}

ul{
	font-size:11px;
}

blockquote{
	font-size:11px;
	margin:8px;
	padding:8px;
	background:#f0f0f0;
	border:1px solid #ddd;
	color:#333;
}

table {
	font-size: 11px;
	padding: 0;
	margin: 4px 4px 4px 4px;
	border: 0;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

th {
	background: #eee;
}

/*****/
/* ID */
/*****/

#main 
{
	position: relative; 
	padding: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 10px; 
	width: 730px; 
	background: #fff;
}

#header
{
	background-image: url(/slices/header.jpg);
	color:#333;
	width:729px;
	height: 120px;
	padding:10px 0px;
	background-color:#f0f0f0;
	background-position: center bottom;
	background-repeat: no-repeat;
	border:1px solid #ddd;
}

#header h1{
	font-size:20px;
	font-weight:bold;
	color:#d41c1c;
	margin:0 0 0 20px;
}

#header h2{
	font-size:14px;
	font-weight:bold;
	color:#111;
	margin:5px 0 0 20px;
}

#header h3{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:58px 0 0 20px;
	text-align: center;
}

#header-top{
	width:729px;
	height:5px;
	line-height:1.2;
	font-size:1px;
	background:#ccc;
	color:#333;
	border-bottom:1px solid #bbb;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#header-bottom{
	width:729px;
	height:5px;
	line-height:1.2;
	font-size:1px;
	background:#ccc;
	color:#333;
	border-top:1px solid #bbb;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#menu{
	height: 29px;
	min-height: 29px;
	padding: 10px 0 0 0;
	width:729px;
	background:#fff;
	border-bottom:2px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	color:#333;
	text-align: center;
}

#menu_inner{
	width: 714px;
	margin-left: 7px;
	position: relative;
	}

#menu img
{
vertical-align: text-bottom;
}

#menu a
{
    text-decoration:none;
    color:#333;
    font-weight:bold;
    font-size:10px;
    background-image: url(/slices/tab_off_79.gif);
    background-repeat: no-repeat;
    height: 29px;
    min-height: 29px;
    width: 79px;
    min-width: 79px;
    padding: 3px 0 0 0;
    margin: 0;
    position: absolute;
    }

#menu a:hover
{
    color:#d41c1c;
}
#menu .switchedOn
{
    color:#d41c1c;
    background-image: url(/slices/tab_on_79.gif);
}

#content
{
    width:709px;
    text-align:left;
	margin:0;
	padding:10px;
	background:#fff;
	color:#333;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}



#popupcontent
{
   width: 662px;
   text-align:center;
	margin:0;
	padding:10px;
	background:#fff;
	color:#333;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}

#footer{
	width:710px;
	padding:10px;
	border-top:1px solid #ddd;
	font-size:10px;
	color:#333;
	background:inherit;
}

#footer .footer-left{
	float:left;
}

#footer .footer-right{
	float:right;
	text-align: right;
}

#right-column{
	float:left;
	width:160px;
	min-height: 500px;
}

#left-column{
	float:right;
	width:540px;
}

#mapouter{
	padding: 2px;
	margin: 2px;
	border: 1px solid #ddd;
	color:#333;
	background:#fff;
}

#map{
	height: 300px;
}

/*********/
/* CLASS */
/*********/
.sitename{
	font-size:12px;
	font-weight:bold;
	color:#d41c1c;
	margin-left:5px;
	background-color:inherit;
}

.slogan{
	letter-spacing:2px;
	font-style:italic;
	font-size:10px;
	font-weight:normal;
	color:#333;
	margin-left:10px;
	background-color:inherit;
}

.normal-ul{
	list-style-image:url('/slices/li-icon1.png');
}

.link-ul{
	list-style-image:url('/slices/li-icon2.png');
	padding:0;
	margin:0 0 0 18px;
}

.date{
	margin-left:10px;
	font-size:10px;
	color:#aaa;
	background:#fff;
}

.clear
{
    clear:both;
}

.image{
	padding:2px;
	margin:2px;
	border:1px solid #ddd;
	color:#333;
	background:#fff;
}

.image-left{
	float:left;
	margin-right: 8px;
}

.image-right{
	float:right;
}

div.boxtabs
	{
    width:160px;
    position: relative;
    text-align: center;
    height: 23px;
    min-height: 23px;
    outline: none;

	}
div.boxtabs a
{
    text-decoration:none;
    color:#333;
    font-weight:bold;
    font-size:10px;
    background-image: url(/slices/smalltab_off.gif);
    background-repeat: no-repeat;
    height: 23px;
    min-height: 23px;
    width: 81px;
    min-width: 81px;
    padding: 5px 0 0 0;
    margin: 0;
    position: absolute;
    outline: none;
    }

div.boxtabs a:hover
{
    color:#d41c1c;
    outline: none;
}
div.boxtabs .switchedOn
{
    color:#d41c1c;
    background-image: url(/slices/smalltab_on.gif);
    outline: none;
}
div.boxtabs .switchedOff
{
    color:#333;
    background-image: url(/slices/smalltab_off.gif);
    outline: none;
}
    
div.box
{
    background:#eee;
	color:#333;
    border:1px solid #aca899;
    width:160px;
	margin-bottom:8px;
	padding-bottom:5px;
}

div.box h1 
{
    margin:0;
    padding:5px 0 7px 5px;
    font-size:12px;
    color:#d41c1c;
	background-color:inherit;
}

div.box h2 
{
    margin:0;
    padding:7px 0 3px 5px;
    font-size:11px;
    font-weight: bold;
	background-color:inherit;
}

div.box p {
    margin:0; 
    padding:3px 0 0 5px;
    font-size:10px;
}

.errored {
	background: #ffdddd;
	color: red;
	font-weight: bold;
	}


.inactive {
	color: #aaa;
	}
	
.specialoffer {
	width: 310px;
	border: 1px solid #d41c1c;
	background: #ffdddd;
	padding: 4px;
	}
	
.thumb {
	width: 80px;
	float: right;
	margin: 2px 2px 2px 8px;
	border:1px solid #ddd;
	}
