body {
	background-image: url(images/mobilier_la_comanda_bk.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-position: center top;
}
body {
	background-image: url(../images/mobilier_la_comanda_bk.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-position: center top;
	color: #F2D060;
}

#topBar {
	position: relative;
	color: #f2f0a5;
	font-size: 11px;
	text-align: center;
}

.oneColElsCtrHdr #container {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColElsCtrHdr #container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColElsCtrHdr #header {
	padding: 0;
	background-image: url(images/mobilier_la_comanda_logo.jpg);
	background-repeat: no-repeat;
	height: 114px;
	background-position: center top;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 
.oneColElsCtrHdr #header {
	padding: 0;
	background-image: url(../images/mobilier_la_comanda_logo.jpg);
	background-repeat: no-repeat;
	height: 114px;
	background-position: center top;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 


.oneColElsCtrHdr #menuBar {
	background-image: url(images/mobilier_la_comanda_menuBar.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 800px;
}
.oneColElsCtrHdr #menuBar {
	background-image: url(../images/mobilier_la_comanda_menuBar.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 800px;
}


.oneColElsCtrHdr #menuBar ul {
	padding-bottom: 10px;
	padding-top: 10px;
}
.oneColElsCtrHdr #menuBar ul {
	padding-bottom: 10px;
	padding-top: 10px;
}


.oneColElsCtrHdr #menuBar li {
	float:left;
	list-style:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-align: center;
	width: 33%;
}
.oneColElsCtrHdr #menuBar li {
	float:left;
	list-style:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-align: center;
	width: 33%;
}


#menuBar li a:link, #menuBar li a:visited {
	font-family:"Trebuchet MS", sans-serif;
	color: #281602;
	text-decoration: none;
	line-height: 25px;
	display: block;
}
#menuBar li a:link, #menuBar li a:visited {
	font-family:"Trebuchet MS", sans-serif;
	color: #281602;
	text-decoration: none;
	line-height: 25px;
	display: block;
}


#menuBar li a:hover, #menuBar li a:active {
	color: #281602;
	text-decoration: underline;
}
#menuBar li a:hover, #menuBar li a:active {
	color: #281602;
	text-decoration: underline;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #f2f0a5;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(../images/mobilier_la_comanda_footer.jpg);
	background-repeat: no-repeat;
}

#footer p a:link, #footer p a:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #AD890E;
	text-decoration: underline;
	padding-right: 5px;
}
#footer p a:link, #footer p a:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #AD890E;
	text-decoration: underline;
	padding-right: 5px;
}

#text p {
	color: #f2f0a5;	
}





.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#contact {
	min-height: 500px;
	height: !important auto;
	height: 500px;
}

#contact p {
	font-size: 18px;
	color: #F2D060;
}

#info {
	font-size: 16px;
	color: #F2D060;		
}

#info_bold {
	font-weight: bolder;		
}
