body {
	background: #fff; 
	color: #797979; 
	font: normal 13px "Trebuche MS", sans-serif;
	margin:0px;
	margin-bottom:15px;
	
}
ul { list-style-type: none; }
img { border: 0; }
hr { clear: both; visibility: visible; height: 1px; }
table { border-collapse: collapse; }
*:focus {outline: none;}
a:link, a:focus, a:visited, a:active { color: #797979; text-decoration: none; }
a:hover { text-decoration: none; color: #333 }

/* ------------------------------------------------------------------ */  
#maincontainer{
	width: 1005px;
	margin: 0 auto;
}

#facebook
{
	width: 292px;
	height: 262px;
 	position: fixed;
	margin-top: -100px;	
	left: -292px;
	top: 50%;
 }
#facebook:hover
{
	left: 0px;
}
.slide_button
{
	background: url("/images/facebook.png");
	display: block;
	height: 57px;
	text-indent: -9999px;
	width: 57px;
	position: absolute;
	right: -57px;
	top: 0px;
	margin-top:7px;
	z-index:50;
}

/*--------------top------------*/
#logo{
	width:152px;
	height:52px;
}

#top{
  	float:left;
  	background: url("/images/frontend/baner.jpg") no-repeat;
	width: 1005px;
	height: 221px;
}
#middle{
	float:left;
	margin-left: 70px;
}
#leftmanu{
	float: left;
	width: 152px;
	margin-right: 30px;
}
#vline{
	float:left;
	background: #819bc0;
	width: 1px;
	height: 600px;
}
#hline{
	float:left;
	clear:both;
	background: #819bc0;
	width:100%;
	height: 1px;
	margin: 30px 0;
}
#content{
	float: left;
	width: 680px;
	padding-left: 30px;
	font-size: 13px;
	text-align: justify;
}
#content ul { list-style-type: disc; }

#mcontent{
	float: left;
}

/*---Menu---*/
ul#manu{
	margin:0px;
	margin-top:17px;
	padding:0px;
	float:left;
	width:100%; 
}
ul#manu li{
	margin-top:11px;
	text-align: right; 
}
ul#manu li a{
	font-size:14px;
	font-weight: bold;
	color: #095197;
}

.box{
	float: left;
	width: 195px;
	padding-right: 31px;
}
h1, h2{
	color: #095197;
}
h1{
	font-size:22px;
	margin: 2px 0;
}
h2{
	font-size:16px;
}
#favorites{
	float:left;
	margin-top: 25px;
}
#addbutton{
	margin-left: 7px;
	vertical-align: bottom;
}
#address, #promo, #newsletter{
	float:right;
	margin-top: 20px;
	text-align: right;
}
