*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, div{
	margin: 0;
	padding: 0;
	border: 0;
}

a img{
	border: 0;
}

a{
	color: #000;
}

:focus{
	outline: none;
}

td{
	vertical-align: top;
}

html, body {
	scrollbar-3dlight-color: #f9e7d2; 
	scrollbar-arrow-color: #d9b891;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #d9b891;
	scrollbar-darkshadow-color: #fffef1;
	scrollbar-track-color: #fffef1;
}

body{
	color: #000;
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
	background: #e2f1cf;
}

h1, h2, h3, h4{
  color: #509b50;
  margin-bottom: 15px;
}

p{
  line-height: 1.8em;
  margin-bottom: 15px;
}


#outer{
	position: relative;
	background: url(img/diobg.jpg) no-repeat 0 0;
	width: 366px;
	height: 518px;
	padding: 147px 308px 170px 328px;
	margin: 0 auto 8px;
}

#datetime{
  display: block;
  position: absolute;
  top: 565px;
  left: 65px;
  width: 125px;
  height: 75px;
  font-size: 16px;
  color: #444;
  line-height: 1.3em;
}

#homelink{
  display: block;
  position: absolute;
  top: 25px;
  left: 260px;
  width: 260px;
  height: 110px;
}


#nav{
  display: block;
  position: absolute;
  top: 128px;
  left: 95px;
  width: 190px;
  height: 410px;
}

#nav ul{
	list-style-type: none;
}

#navAbout,
#navGoods,
#navServices,
#navContacts,
#navTestimonials{
	display: block;
	width: 185px;
	height: 81px;
}
#navAbout{
	background: url(img/navAbout.gif) no-repeat 50% 50%;	
}
#navGoods{
	background: url(img/navGoods.gif) no-repeat 50% 50%;
}
#navServices{
	background: url(img/navServices.gif) no-repeat 50% 50%;
}
#navContacts{
	background: url(img/navContacts.gif) no-repeat 50% 50%;
}
#navTestimonials{
	background: url(img/navTestimonials.gif) no-repeat 50% 50%;
}

#navAbout:hover,
#navGoods:hover,
#navServices:hover,
#navContacts:hover,
#navTestimonials:hover,
#navAbout.active,
#navGoods.active,
#navServices.active,
#navContacts.active,
#navTestimonials.active{
	background-position: right 50%;
}

#content{
  position: relative;
  width: 364px;
  height: 518px;
  padding-right: 2px;
  overflow: auto;
}

#content ul{
  margin: 5px 0 15px 15px;
}

#content li{
  margin-bottom: 5px;
}

#footer{
  position: absolute;
  bottom: 5px;
  left: 193px;
  width: 650px;
}

#footer ul,
#footer li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer li{
  float: left;
  padding: 0 10px;
}

.clear{
	clear: both;	
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

