@charset "utf-8";
* { margin:0; padding:0; }
a {
color:#56412c;
font-weight:bold;
}
a:hover {
color:#b98d61;
}
body {
background-color:#fff;
font-family: Helvetica, Arial, sans-serif;
margin:10px 0;
}
img {
border:none;
}
#wrapper {
margin:0 auto;
width:804px;
}
#header {
border-bottom:#ccc solid 1px;
height:48px;
padding:10px 5px;
width:804px;
}
#header li {
display:block;
float:left;
height:48px;
list-style-type:none;
}
#header li.btnHome {
background:url(images/logo.gif) no-repeat;
height:48px;
margin-right:65px;
width:300px;
}
#header li.btnAbout {
background:url(images/btnAbout.gif) no-repeat 0 12px;
width:68px;
}
#header li.btnAbout:hover {
background:url(images/btnAboutHover.gif) no-repeat 0 12px;
width:68px;
}
#about li.btnAbout {
background:url(images/btnAboutOver.gif) no-repeat 0 12px;
width:68px;
}
#header li.btnGallery {
background:url(images/btnGallery.gif) no-repeat 0 12px;
width:73px;
}
#header li.btnGallery:hover {
background:url(images/btnGalleryHover.gif) no-repeat 0 12px;
width:73px;
}
#gallery li.btnGallery {
background:url(images/btnGalleryOver.gif) no-repeat 0 12px;
width:73px;
}
#header li.btnDistributors {
background:url(images/btnDistributors.gif) no-repeat 0 12px;
width:97px;
}
#header li.btnDistributors:hover {
background:url(images/btnDistributorsHover.gif) no-repeat 0 12px;
width:97px;
}
#distributors li.btnDistributors {
background:url(images/btnDistributorsOver.gif) no-repeat 0 12px;
width:97px;
}
#header li.btnNews {
background:url(images/btnNews.gif) no-repeat 0 12px;
width:117px;
}
#header li.btnNews:hover {
background:url(images/btnNewsHover.gif) no-repeat 0 12px;
width:117px;
}
#news li.btnNews {
background:url(images/btnNewsOver.gif) no-repeat 0 12px;
width:117px;
}
#header li.btnContact {
background:url(images/btnContact.gif) no-repeat 0 12px;
width:50px;
}
#header li.btnContact:hover {
background:url(images/btnContactHover.gif) no-repeat 0 12px;
width:84px;
}
#contact li.btnContact {
background:url(images/btnContactOver.gif) no-repeat 0 12px;
width:84px;
}
#header li a {
display:block;
height:48px;
text-indent:-9999px;
}
#index {
background:url(images/bgMain.jpg) no-repeat center;
float:left;
height:400px;
margin-left:13px;
padding:20px 5px;
width:804px;
}
#secondContent {
border-left:#ccc 1px solid;
float:left;
left:100px;
margin:20px 5px;
padding-left:30px;
padding-top:15px;
position:relative;
width:610px;
}
#secondContent p {
color:#666;
font-size:12px;
line-height:18px;
padding-bottom:18px;
}
#secondContent td {
color:#666;
font-size:11px;
line-height:18px;
padding-bottom:14px;
}
a.galleryPage img {
border:#ccc 1px solid;
background:#fff;
height:40px;
margin-right:6px;
padding:4px;
}
a.galleryPage:hover img {
border:#ccc 1px solid;
background:#ddd;
margin-right:6px;
padding:4px;
}
#footer {
border-top:#ccc solid 1px;
clear:both;
color:#999;
font-size:10px;
padding:10px 5px;
width:804px;
}