body
	{
		padding: 0;
		margin: 0;
		background-color: #4b4b4b;
		color: #000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	a {
	color: #1087a1;
	}
	a:hover {
	text-decoration: none;
	}
	
	.clear{
	clear:both;
	}
	
	
	#wrapper	
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right:auto;
		margin-left:auto;
		width: 800px;
		color: #000;
		text-align: left;
	}
	#header	
	{
		width: 545px;
		height: 190px;
		position:relative;
		margin: 0px 0 10px 0;
		}
#header img	
	{
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
		}

	#header div	
	{
	position:absolute;
	bottom:5px;
	right:0px;
	padding:3px;
	color:#000;
	background:#FFFFFF;
	font-weight:bold;
	z-index:1000;
		}
	#preHeader	{
	text-align:right;
	padding:3px 0;
		}
		
    #contents {
    	width: 800px;
		background: url(images/content.gif) repeat-y;
		padding: 0 10px;
		overflow:auto;
	}
	
	#content {
	width: 540px;
    float:left;
	}

	.frontPanel{
	float:left;
	width:200px;
	margin-right:20px;
	text-align:right;
	line-height:16px;
	}

	.text {
	
	}
	
	.title {
	display:block;
	font-weight:bold;
	border-bottom: dashed 2px #1087A1;
	color:#1087A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:3px;
	}	
.subtitle {
	display:block;
	font-weight:bold;
	border-bottom: dashed 2px #1087A1;
	color:#1087A1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
		padding-bottom:3px;
	}	
	.left{
	float:left;
	}
	
	#map{
	margin:10px;
	}
	
	.contentItem{
	overflow:auto;
	}
	
	#footer	
	{
		width: 800px;
		height: 34px;
		background: url("images/bottom.gif") no-repeat;
		}
	
	    #footer2
	    {
		width: 800px;
		text-align:center;
		color:#666;
		font-size:10px;
		}
        #footer2 a	{
		color:#666;
		}			
		#footer2 a:hover	{
		color:#fff;
		}	

	h1	
	{
		color: #333;
		background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		margin:0px;
		padding:0px;
		background: url("images/bulbel_logo.gif") no-repeat;
		height:55px;
		width:204px;
        text-indent: -100em;
      	overflow: hidden;
	}
	
	p	
	{
		color: #000;
		background-color: transparent;
	}
	
/* -------------------------------------------------- */	
#navigation { 
    	width: 200px;
    	float:left;
    	margin: 0 15px 15px 10px;
		background-color:#FFFFFF;
 }

#navWrapper {
padding: 0 0 30px 0;
background: url("images/menuBottom.gif") no-repeat bottom #1087a1;
}

#navWrapper ul{
height:190px;
margin: 0 10px 0 10px;
padding: 0;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-style: italic;
font-weight:bold;
}

#logoWrapper{
display: block;
width:180px;
padding-bottom: 5px;
background-color: #1087a1;
color:#fff;
text-align:right;
}

#logoWrapper a:link, #logoWrapper a:visited {
color:#fff;
text-decoration:none;
}

#logoWrapper a:hover{
text-decoration:overline;
}

#home{
background-color: #1087a1;
border-bottom: 1px dashed #eee;
}

#navWrapper ul a{
width: 170px;
display: block;
padding: 5px;
background-color: #1087a1;
border-bottom: 1px dashed #eee;
}

#navWrapper ul a:link, #navWrapper ul a:visited{
color: #EEE;
text-decoration: none;
}

#navWrapper ul a:hover{
color: #0a4b59;
}


/* -------------------------------------------------- */

.brandList {
    margin:0;
    padding:0;
    list-style:none;
	overflow:auto;
}

.brandList li {
    margin:0;
    padding:0;
	display:block;
	width:200px;
	height:100px;
	float:left;
}

.brandList img {
padding: 5px;
}

.brandListFront {
margin: 0;
padding: 0;
list-style-type: none;
width:500px;
height:150px;
overflow:hidden;
}

.brandListFront li {
display:table-cell !important;
padding:10px;
text-align:center;
height:100px;
width:150px;
}
.brandListFront img {

}


#time{
background: #999999;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
margin-top: 5px;
color:#fff;
padding:10px;
}

#time span{
display:block;
font-weight:bold;
border-bottom: dashed 1px #fff;
padding:2px;
margin-bottom: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: italic;
font-weight:bold;
}


.address{
width:185px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
margin-top: 10px;
padding:2px;
color:#7B7B7B;
}

.address div{
font-weight:bold;
border-bottom: dashed 1px #7B7B7B;
padding:2px;
}