*{
    margin: 0;
    padding: 0;
}

body{
    background: #fff;
    text-align: center;
    font: 11px/1.5em Tahoma, "Trebuchet MS", Arial, Helvetica;
    color: #577f9e;
}

img{
    border: 0;
}

h1{
    font-size: 14px;
    padding: 0 0 10px 0;
}
ul{
    background: #fff;
    border: 1px solid #D6E8F4;
    padding: 5px 10px 10px 0px;
    margin-left: 10px;
    
}

li{ 
    list-style-type:none;
    background: url(i/item.png) no-repeat 0 8px;
    padding: 5px 0 10px 20px;
    margin: 0 0 0 -9px;
}

#wrapper{
  position: relative;
  margin: 0 auto;
  width: 966px;
}

#imgloader{
    display: none;
}

#left-column{
    position: absolute;
    top: 0; left: 0;
    width: 330px;
    background: url(i/left.jpg) no-repeat;
    padding-top: 355px;
}

#left-column p{
    padding-left: 110px;
}


div.image {
    padding: 0 0 40px 0;
}

.image img{
    border: 2px solid #577f9e;
}



#menu {
    padding-left: 30px;
}

#menu div{
    float: left;
    padding: 0 1px;
}

#menu div a{
    display: block;
    width: 107px;
    height: 23px;
}

a.home{
    background: url(i/menu/home.jpg) no-repeat;
}

a.home:hover{
    background: url(i/menu/home2.jpg) no-repeat;
}

a.services{
    background: url(i/menu/services.jpg) no-repeat;
}

a.services:hover{
    background: url(i/menu/services2.jpg) no-repeat;
}

a.reviews{
    background: url(i/menu/reviews.jpg) no-repeat;
}

a.reviews:hover{
    background: url(i/menu/reviews2.jpg) no-repeat;
}

a.gallery{
    background: url(i/menu/gallery.jpg) no-repeat;
}

a.gallery:hover{
    background: url(i/menu/gallery2.jpg) no-repeat;
}


a.contact{
    background: url(i/menu/contact.jpg) no-repeat;
}

a.contact:hover{
    background: url(i/menu/contact2.jpg) no-repeat;
}

#right-column{
    position: absolute;
    top: 0; left: 330px;
    width: 636px;
    background: url(i/top.jpg) no-repeat;
    padding-top: 85px;
    text-align: left;
}

#container{
    position: relative;
    width: 604px;
    border-left: 2px solid #1473b8;
    border-right: 1px solid #ccc;
    background: #f5f9fc url(i/content-bg.jpg) repeat-x;
    min-height:460px;
    height:auto !important;
    height:460px;
}

#content{
    text-align: left;
    padding: 10px 20px 10px 20px;
    clear: both;
}

#content p{
    padding: 0 0 5px 0;
}

#content p.review{
    
}

#content-left{
    float: left;
    width: 420px;
    text-align: justify;
    padding: 0;
}

#content-right{
    float: right;
    text-align: right;
    padding-top: 30px;
}

.eraser{
    clear: both;
}

.center{
    text-align: center;
}

#footer{
    width: 607px;
    height: 13px;
    background: url(i/content-footer.jpg) no-repeat;
    text-align: right;
}

#footer a{
    font-size: 9px;
    text-decoration: none;
    color: #9cf;
    
}

#footer a:hover{
    color: #577f9e;
    text-decoration: none;
}

#content a{
    text-decoration: none;
    color: #d00;
    
    
}

#content a:hover{
    color: #577f9e;
    text-decoration: underline;
}

div.tn {
	float: left;
	padding: 5px;
	border: 1px solid #369;
	margin: 5px;
	background: #fff;
}

div.tn img{
	float: left;
}


