body,html {
	text-align: center;
	min-width: 988px;
	background:#000;
	font-family:"Trebuchet MS";
}

#wrapper {
	text-align: left;
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}

/* Top Bar */
/*********************************/
#topbar{
	height:112px;
}

#topbar #left{
	width:50px;
	height:112px;
	background:url(/img/template_dark/top_l.jpg);
	float:left;
}

#topbar #mid{
	width:527px;
	height:112px;
	background:url(/img/template_dark/top_m.jpg);
	float:left;
	
}

#topbar #mid .item{
		padding-top:30px;
	float:left;
	
}

#slogan{
	padding-top:30px;
	font-family:"impact";
}

#slogan a{
	text-decoration:none;
	color:#000;
}

#topbar #mid .item a{
	font-size:13px;
	text-decoration:none;
	color:#000;
}
#topbar #mid .item a:hover{
	text-decoration:underline;
}

#topbar #mid .itemspacer{
	width:10px;
	height:30px;
	float:left;
		padding-top:30px;
}

#topbar #right{
	width:411px;
	height:112px;
	background:url(/img/template_dark/top_r.jpg);
	float:left;
}


/* Photo Bar */
/*********************************/
#photobar{
	height:223px;
}

#photobar #photo_l{
	width:50px;
	height:223px;
	float:left;
	background:url(/img/template_dark/photo_l.jpg);
}

#photobar #photo_f{
	width:938px;
	height:223px;
	float:left;
}


/* Content Bar */
/*********************************/
#contentbar{
	background:url(/img/template_dark/mid_m.gif);
	float:left;
}

#contentbar #left{
	width:50px;
	height:280px;
	background:url(/img/template_dark/mid_l.jpg);
	float:left;
}

#contentbar #mid{
	width:792px;
	float:left;
}

#contentbar #mid #midleft{
	width:129px;
	height:280px;
	float:left;
	background:url(/img/template_dark/sil.jpg) no-repeat bottom left;
}

#contentbar #mid #midleft2{
	width:129px;
	height:280px;
	padding-top:130px;
	float:left;
}

#contentbar #mid #midrightright{
	width:129px;
	height:280px;
	padding-top:130px;
	float:left;
}

#contentbar #mid #midright{
	width:663px;
	float:left;
}

#contentbar #mid #midright2{
	width:534px;
	float:left;
}

#contentbar #mid #midright #title{
	font-size:24px;
	font-weight:bold;
	padding-top:30px;
}

#contentbar #mid #midright2 #title{
	font-size:24px;
	font-weight:bold;
	padding-top:30px;
}

#contentbar #mid #midright #content{
	font-size:14px;
	padding:17px;	
	color:#555;
}

#contentbar #mid #midright2 #content{
	font-size:14px;
	padding:17px;	
	color:#555;
}

#contentbar #mid #midright #content td{
	font-size:14px;
	color:#555;
}

#contentbar #mid #midright2 #content td{
	font-size:14px;
	color:#555;
}

#contentbar #right{
	width:146px;
	height:280px;
	background:url(/img/template_dark/mid_r.jpg);
	float:right;
}

/* Black Bar */
/*********************************/
#blackbarwrapper{
	background:url(/img/template_dark/mid_m.gif);
	width:100%;
	height:200px;
}
#blackbar{
	height:200px;	
	padding-left:50px;
	padding-right:55px;
	
	float:left;
	
}

#blackbar #content{
	height:160px;
	padding-left:120px;
	background:url(/img/template_dark/blackback.gif);
	float:left;
}

#blackbar #content .col{
	width:240px;
	height:150px;
	color:#FFF;
	text-align:center;
	border-left:#444 1px dotted;
	float:left;
	padding-left:10px;
}

#blackbar #content .col .title{
	padding-top:10px;
	height:25px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#FFF;
}

#blackbar #content .col .content{
	text-align:left;
	color:#FFF;
}

#blackbar #content .col .content a{
	color:#FFF;
}
#blackbar #content .col .content a:hover{	
	color:#3366cc;
}

/* Footer Bar */
/*********************************/
#footerbar{
	background:url(/img/template_dark/mid_m.gif);
	padding-left:10px;
	padding-right:25px;
	height:40px;
}

#footerbar #copyright{
	width:200px;
	font-size:10px;
	color:#555;
	padding-top:5px;
	float:right;
}

#footerbar #menuitems{
	border-top:#ccc 1px solid;
}

#footerbar #menuitems a{
	font-size:10px;
	color:#555;
	text-decoration:none;
}

#footerbar #menuitems a:hover{
	color:#FFF;
}



/* Event block */
/*********************************/
.eventblock{
	
}

.eventblock .title{
	font-size:16px;
	font-weight:bold;
	border-bottom:#ccc 1px solid;
}

.eventblock .title a{
	text-decoration:none;
	color:#555;
}

.eventblock .title a:hover{
	color:#000;
}

.eventblock .content{
	padding:5px;	
}

.eventblock .left{
	width:430px;
	
}

.eventblock .right{
	width:160px;
	float:left;
	color:#999;
}

#tabsbar{
	width:485;
	padding:5px;
	background-color:#006599;
	color:#ffffff;
}

#tabsbar a{
	color:#ffffff;
}



/* Event columns */
/*********************************/
#contentbar #mid #content #col{
	width:230px;
	float:left;
	padding:10px;
}

#contentbar #mid #content .brochure{
	font-size:18px;

	clear:both;
	
}


/* Products titles */
/*********************************/
.producttitle{
	font-size:14px;
	font-weight:bold;
}

.productdescription{
	font-size:12px;
}
.productmore{
	font-size:12px;
}


/* City Detail */
/*********************************/
.citypics .picwrap{ 
	width:180px;
	float:left;
	
}

.citycontent{
	clear:left;
}

.cityspecs{
	
}

.agendaday{
	
	padding:5px;
	border-bottom:#555 1px dotted;
}

.error{
	color:#FF0000;
}
