/* CSS Document */
body{
	margin: 0;
	background:#eadfc6 url(../images/bg.jpg) no-repeat top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#401611;
}
#mainContainer{
width:100%;
background:url(../images/stripe.jpg) repeat-x 0 155px;
margin-bottom:15px;
}
.mainContainerCnt{
margin:0 auto 0 auto;
width:958px;
}
.top img{
width:305px;
height:155px;
}

.content{
width:100%;
background:url(../images/logo_bottom.jpg) no-repeat top left #ffffff;
}
.contentCnt{
width:938px;
padding-left:20px;
line-height:24px;
background: url(../images/main_bg.jpg) bottom right no-repeat;
height: 600px;
min-height: 600px;
}

html>body .contentCnt{height: auto;}

.left{
	padding-top:140px;
	padding-bottom:180px;
	float:left;
	width:440px;
}


.gallery{
	padding-top:140px;
	padding-bottom:180px;
	float:left;
	width:915px;
}

.right{
padding-top:10px;
padding-bottom:270px;
width:490px;
float:right;
}
.photo{float:right;}
.photo img{margin-top:10px;}

.footer{
background:url(../images/footer_bg.jpg) no-repeat;
height:40px;
line-height:40px;
}
.footer div.copy{float:left;}

.footer div.avenir{float:right;}

/*navigation*/
.navigation{
width:100%;
height:69px;
background:url(../images/logo_middle.jpg) no-repeat top left;
}
.navigation ul {
float: right;
margin: 0px;
overflow:hidden;
}

.navigation ul li {
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}
	
.navigation ul li a {
text-decoration: none;
color: #ffffff;
font-size:18px;
margin-top:1px;
margin:1px 0 1px 10px;
padding:0 10px 0 10px;
display:block;
float:left;
height:67px;
line-height:67px;
}

.navigation ul li a:hover {background:#84554C;}

img{
	border:0;
	behavior: url(css/iepngfix.htc);
}

a {
 color:#401611; text-decoration:underline; 
}
a:hover {
text-decoration: none; 
}

.clear{
	clear:both;
}

h1{
	font-size:18px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h2{
	font-size:18px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}


.PRODUCTS {
	clear: both;
	margin-left: 5px;
	margin-top: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	height: 120px;
}
.ICON_PRODUCTS {
	width: 90px;
	margin-left: 25px;
	float: left;
	height: 70px;
}
.PRODUCTS_DESC {
	float: left;
	margin-left: 20px;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
	width: 330px;
}
#mainContainer .mainContainerCnt .content .contentCnt .right .clear .PRODUCTS .PRODUCTS_DESC {
}
.GALLERY {
	background-color: #FF9933;
}

.address {
	margin-left: 67px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.quote {
    font-size:14px;
	padding: 10px 30px 10px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style:italic;
	border-left: 5px solid #562B24;
	background-color:#F5F0E5;
}
.item {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 20px;
	
}

.pullitem {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px 30px 10px 30px;
	border-left: 5px solid #562B24;
	background-color:#F5F0E5;
}
.imgright {
float:right;
margin-left: 10px;
}
#goodfood {
	float: left;
	height: 99px;
	width: 100px;
	margin-left: 20px;
	margin-top: -125px;
}

/** Style the tweets */
#tweet {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

#tweet UL {
  list-style: none;
  padding: 0;
}

#tweet LI {
  padding: 3px;
  background: none;
}

#tweet SPAN.prefix {
  font-weight: bold;
}

#tweet SPAN.time {
  font-style: italic;
  color: #c5c5c5;
}

#tweet SPAN..status {
  font-style: italic;
}

#tweet img {
display:block;
  float:left;
  margin-right: 10px;
 height:50px;
  width:50px;
}

