@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #000;
	background: #000 url(../images/body_bg.jpg) repeat-x center top;
}

#container {
	width: 900px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 

.baloon{
	position: absolute;
}

#header {
	height: 250px;
} 

#logoBg {
	background: url(../images/header_bg.jpg) no-repeat center top;
}

#sidebar-left {
	float: left; 
	width: 208px;
	color: #ccc;
	padding: 10px 0 10px 0;
	margin: 29px 0 0 0;
	background: #d3d3d3 url(../images/sidebar_bg.gif) no-repeat;
	text-align: center;
}

#sidebar-left a.side-menu-graphic{
	display: block;
	margin: 15px 0 15px 0;
}

#logoBg #container #mainContent p , ul{
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0 10px 0;
}

#logoBg #container #mainContent ul {
	list-style-position: inside;
}

#topMenu {
	background: url(../images/menu_bg.jpg) no-repeat;
	width: 686px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 4px;
}

#topMenu > a, #topMenu > a >img{
	padding: 0;
	margin: 0;
}


 #mainContent {
	min-height: 593px;
	padding: 0; 
	margin:0 0 0 210px;
	background: #d3d3d3 url(../images/maincontent_bg.jpg) no-repeat;
}
 
 #footer {
	text-align: center;
	padding: 0 10px 0 20px;
}
 
 #footer p {
	color: #fff;
	font-size: 11px;
	margin: 0; 
	padding: 10px 0; 
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logoBg #container #sidebar-left #address-panel {
	font-size:12px;
	color: #000;
	margin: 40px 0 40px 0;
}

#logoBg #container #sidebar-left #address-panel p{
	margin: 20px;
}

#logoBg #container #mainContent h1 {
	font-size: 20px;
	letter-spacing: -1px;
	
	color: #4C5962;
	padding: 5px 0 10px 10px;
}

#logoBg #container #mainContent p {
	font-size: 12px;
	color: #000;
	padding: 5px 10px 0px 10px;
}

#logoBg #container #mainContent p strong {
	font-weight: bold;
	}

#logoBg #container #store-hours {
	position: absolute;
	top: 10px;
	right: 10px;
	
	font-size: 12px;
	color: #fff;
	text-align: center;
	
	background-color: #d12b37;
	padding: 10px;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#logoBg #container #store-hours strong {
font-weight: bold;
}

/*GALLERY*/

#gallery-wrap{
	padding: 15px;
}

#gallery-wrap > .gallery-category{
	padding: 5px 5px 5px 5px;
	background: #fff;
	width: 117px;
	height: 135px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 2px;
}

#gallery-wrap > .gallery-category > img{
	margin: 0 0 5px 0;
}

#gallery-photos{
	padding: 15px;
}

#gallery-photos > a{
	padding: 5px 5px 5px 5px;
	background: #fff;
	width: 117px;
	height: 117px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 2px;
}

.new-bubble{
	position: absolute;
	top: 190px;
	left: 280px;
}
