/*
Title:     GraphiXe style
Author:    http://www.graphixe.net
*/

html,body{
	margin: 0;
	padding: 0;
	background: #ede8cc url(img/bg.gif) repeat-x;
	font-family: Arial,verdana, sans-serif, tahoma, "trebuchet ms", georgia, serif;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
}

#container{ 
	margin: 0 auto;
	padding: 0;
	width: 965px;
	background: #fff;
	text-align: left;
}

#header{
	margin: 0;
	padding: 0;
	width: 965px;
	height: 171px;
	background: #987233 url("img/header.jpg") no-repeat;
	text-align: left; 
}


#menu{
	width: 965px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: url("img/bg-menu.jpg") no-repeat;
}

#footer{
	margin: 0;
	width: 965px; 
	height: 49px;
	background: #937136 url(img/bg-footer.jpg);
	line-height: 49px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#footertop{
	margin: 0;
	width: 965px; 
	height: 28px;
	background: #fff url(img/bg-toothpaste.jpg) bottom no-repeat;
}

#bottom{
	margin: 0;
	width: 965px; 
	height: 24px;
	background: #fff url(img/bg-bottom.jpg) no-repeat top;
	line-height: 24px;
	color: #868482;
	font-size: 10px;
	text-align: center;
}

#footer2{
	margin: 0;
	width: 965px; 
	height: 49px;
	background: #937136 url(img/bg-footer2.jpg);
	line-height: 49px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#footertop2{
	margin: 0;
	width: 965px; 
	height: 28px;
	background: #937136 url(img/bg-apple.jpg);
}

#bottom2{
	margin: 0;
	width: 965px; 
	height: 24px;
	background: #fff url(img/bg-bottom2.jpg) no-repeat top;
	line-height: 24px;
	color: #868482;
	font-size: 10px;
	text-align: center;
}

#footer3{
	margin: 0;
	width: 965px; 
	height: 49px;
	background: #937136 url(img/bg-footer3.jpg);
	line-height: 49px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#footertop3{
	margin: 0;
	width: 965px; 
	height: 28px;
	background: #937136 url(img/bg-mirror.jpg);
}

#bottom3{
	margin: 0;
	width: 965px; 
	height: 24px;
	background: #fff url(img/bg-bottom3.jpg) no-repeat top;
	line-height: 24px;
	color: #868482;
	font-size: 10px;
	text-align: center;
}

#footer4{
	margin: 0;
	width: 965px; 
	height: 49px;
	background: #937136 url(img/bg-footer4.jpg);
	line-height: 49px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#footertop4{
	margin: 0;
	width: 965px; 
	height: 28px;
	background: #937136 url(img/bg-lamp.jpg);
}

#bottom4{
	margin: 0;
	width: 965px; 
	height: 24px;
	background: #fff url(img/bg-bottom5.jpg) no-repeat top;
	line-height: 24px;
	color: #868482;
	font-size: 10px;
	text-align: center;
}

#footer5{
	margin: 0;
	width: 965px; 
	height: 49px;
	background: #937136 url(img/bg-footer5.jpg);
	line-height: 49px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#footertop5{
	margin: 0;
	width: 965px; 
	height: 28px;
	background: #937136 url(img/bg-floss.jpg);
}

#bottom5{
	margin: 0;
	width: 965px; 
	height: 24px;
	background: #fff url(img/bg-bottom4.jpg) no-repeat top;
	line-height: 24px;
	color: #868482;
	font-size: 10px;
	text-align: center;
}

/* end of main elements */


#logo{
	float:left;
}

#logo img{
	margin: 26px 0 0 65px;
	padding: 0;
	outline: none;
	border: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	float: left;
	list-style-type: none;	
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#but {
  display: block;
  width: 140px;
  height: 38px;
  margin: 0 0 0 52px;
  background: url("img/but1.jpg") no-repeat;
}

#but:hover{ 
  background-position: 0 -38px;
}

#but span{
  display: none;
}

#but2{
  display: block;
  width: 167px;
  height: 38px;
  margin: 0;
  background: url("img/but2.jpg") no-repeat;
}

#but2:hover{ 
  background-position: 0 -38px;
}

#but2 span{
  display: none;
}

#but3{
  display: block;
  width: 116px;
  height: 38px;
  margin: 0;
  background: url("img/but3.jpg") no-repeat;

}

#but3:hover
{ 
  background-position: 0 -38px;
}

#but3 span
{
  display: none;
}

#but4{
  display: block;
  width: 158px;
  height: 38px;
  margin: 0;
  background: url("img/but4.jpg") no-repeat;

}

#but4:hover{ 
  background-position: 0 -38px;
}

#but4 span{
  display: none;
}

#but5{
  display: block;
  width: 161px;
  height: 38px;
  margin: 0;
  background: url("img/but5.jpg") no-repeat;

}

#but5:hover{ 
  background-position: 0 -38px;
}

#but5 span{
  display: none;
}

#menu a{
	color: #fff;	
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:visited{
	color: #fce5e3;	
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:hover{
	color: #f8cbc8;	
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:active{
	color: #f8cbc8;	
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#middle{
	margin: 0;
	padding: 0;
	background: url(img/bg-middle.jpg) no-repeat top;
	min-height: 570px;
}

#middlelong{
	margin: 0;
	padding: 0;
	background: url(img/bg-middle2.jpg) no-repeat top;
}

#text{
	margin: 0 70px 0 86px;
	padding: 50px 0 30px 0;
}

#left{
	margin: 0 20px 20px 120px;
	width: 270px;
	text-align: center;
	float:left;
}

#middle2{
	text-align: center;	
}

#right{
	margin: 0 0 20px 0;
	width: 240px;
	text-align: center;
	float: left;
	
}

.comment{
	color: #a16404;
	font-style: italic;
}

a{
	outline: none;
}

img.pict{
	float: left;
	margin: 0 7px 5px 0;
	outline: none;
	border: 0;
	display: inline;
}

p{
	text-indent: 25px;
}

.bold{
	text-indent: 0;
	font-weight: bold;
	margin: 15px 0 5px 0
}

.cl{
	margin: 20px 0 10px 0;
	text-indent: 0;
	font-weight: bold;
}

span{
	float: left;
}

ol{
	list-style-type: none;
	margin: 10px 0;
}

ol li{
	margin: 0 0 0 20px;
}

.clear{
	clear: both;
	height: 0;
}

/* -- links -- */

#bottom a:link{
	font-size: 10px;
	color: #7f6e50;
	text-decoration: none;
}

#bottom a:lvisited{
	font-size: 10px;
	color: #b6a891;
}

#bottom a:hover{
	font-size: 10px;
	color: #dac6a3;
	text-decoration: underline;
}

#bottom a:active{
	font-size: 10px;
	color: #dac6a3;
	text-decoration: underline;
}



a:link{
	color: #b8ae9a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:visited{
	color: #6e2a26;
	font-size: 10px;
	font-weight: normal;
}

a:hover{
	color: #e39e15;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

/* -- end of links -- */

ul{
	margin: 0;
	padding: 0 0 0 10px;
	float:left;
	list-style-type: none;
}

li{
	margin:0;
	padding: 0 0 3px 0;

}

h2{
	font-size: 12px;
	margin: 0;
	display: inline;
}

#counter{
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

#lightbox{
	background-color:#fff;
	padding: 16px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 12px; right: 10px; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
