* {
cursor: default;
}

a, a * {
cursor: pointer;
}

a img {
border: none
}

a {
color: rgb(102,102,102);
}

a:hover {
color: rgb(51,51,51);
}

html, body {
background-color: rgb(235,235,235);
}

body {
margin: 0;
padding: 20px 0;
font: normal normal normal 85% 'Helvetica Neue',HelveticaNeue,Helvetica,Arial,sans-serif;
}

#main {
position: relative;
width: 670px;
margin: 0 auto;
background: rgb(255,255,255) url('../images/main-background.jpg') repeat-y top left;
}

form fieldset {
border: none;
clear: both;
margin: 0 0 3px;
}

form label {
float: left;
width: 10em;
}

h1, h2, h3, h4, ol, p, ul {
padding: 0;
margin: 0 0 15px;
}

h2 {
font-size: 1.64em;
color: rgb(102,102,102);
font-style: normal;
font-weight: bold;
}

h2 span {
font-weight: normal;
}

h3 {
font-size: 1em;
color: rgb(51,51,51);
clear: both;
}

img.deco {
float: right;
margin: 0 0 10px 10px;
}

/* Header Style */

#header {
background: transparent url('../images/border-background.jpg') no-repeat top left;
padding: 30px 30px 0;
}

#header h1 {
background: transparent url('../images/logo.gif') no-repeat top center;
text-indent: -10000px;
margin: 0 0 20px;
height: 82px;
width: 200px;
}

/* Menu Style */

#menu {
padding: 0 0 0 30px;
width: 200px;
min-height: 160px;
margin: 0 0 20px;
}

#menu ul {
list-style: none inside;
}

#menu li {
display: block;
border-top: solid 1px rgb(235,235,235);
}

#menu li:first-child {
border-top: none;
}

#menu a {
display: block;
padding-left: 60px;
line-height: 30px;
text-decoration: none;
color: rgb(51,51,51);
margin: 1px 0;
background: transparent url('../images/menu-item.png') no-repeat 10px 50%;
}

#menu .home a {
background-image: url('../images/home-menu-item.png');
}

#menu .contact a {
background-image: url('../images/contact-menu-item.png');
}

#menu .gallery a {
background-image: url('../images/gallery-menu-item.png');
}

#menu a:hover {
color: rgb(204,204,204);
}

/* Content Style */

#content {
padding: 0 30px;
overflow: hidden;
margin: 0 0 20px;
}

#content p {
text-align: justify;
}

#content .gallery_list ul, #content .gallery_display ul, #content ul {
list-style: none;
}

#content .gallery_list li, #content .gallery_display li, #content ul li {
text-align: center;
float: left;
margin: 0 5px 10px 0;
}

#content .gallery_list img.deco,  #content .gallery_display img.inline, #content ul img.deco, #content ul img.inline {
border: none;
display: block;
margin: 0 auto 3px;
float: none;
}

#content .gallery_display li, #content li {
width: 25%;
margin: 0 0 10px;
}

/* Sidebar Style */

#sidebar {
float: left;
width: 200px;
padding-left: 30px;
padding-right: 20px;
border-right: dotted 1px rgb(204,204,204);
margin-right: -10px;
}

#sidebar #sidebar_contact_us {
margin: 0;
border-top: dotted 1px rgb(204,204,204);
padding-top: 5px;
clear: both;
}

#sidebar #sidebar_contact_us a {
display: block;
width: 200px;
height: 99px;
text-indent: -10000px;
background: transparent url('../images/call-us-today.gif') no-repeat top left;
}

#sidebar .article_list ul {
list-style: none outside;
margin: 0 0 5px;
}

#sidebar .article_list li {
display: block;
clear: both;
vertical-align: middle;
margin: 0 0 5px;
}

#sidebar .article_list li img {
margin: 0 10px 5px 0;
vertical-align: middle;
float: left;
}

#sidebar .article_list li a {
text-decoration: none;
font-size: 1.18em;
color: rgb(102,102,102);
font-weight: bold;
}

/* Slideshow */

#slideshow {
position: absolute;
top: 20px;
right: 20px;
width: 396px;
height: 281px;
overflow: hidden;
}

#slideshow ul {
list-style: none inside;
margin: 0;
padding: 0;
}

#slideshow ul.innerfade {
}

#slideshow li {
display: block;
margin: 0;
}

/* Footer Style */

#footer {
background: transparent url('../images/border-background.jpg') no-repeat bottom left;
padding: 0 20px 20px;
}

#footer p {
margin: 0;
text-align: center;
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd *, html body .skip, html body .hide, html body .jump {
position: absolute;
top: 0;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
border: none;
}

.clearing {
clear: both;
}