@charset "UTF-8";
/* Amalga CSS */

/* Home styles */

html {
overflow-x: hidden;
} 

body {
background-color: #333;
text-align: center;
min-width: 960px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
}

a {
outline: none;
}

#content {
width: 960px;
min-height: 600px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

img {
border: none;
}

.header {
height: 59px;
margin-top: 50px;
}

.footer {
clear: left;
height: 13px;
}

.logo {
float: left;
width: 170px;
}

.opaque {
width: 107px;
float: left;
}

.main-menu, .sub-menu {
float: left;
margin: 0;
list-style-type: none;
padding: 0;
}

li {
float: left;
}

.main-menu {
height: 15px;
padding-top: 22px;
margin-left: 85px;
}

.sub-menu {
height: 11px;
margin-left: 360px;
}

ul li img {
margin: 0 10px;
}

.sub-menu li img {
padding-bottom: 2px;
}

li a {
display: block;
}

.opaque a {
background: url(images/opaque.gif) no-repeat;
display: block;
width: 107px;
height: 13px;
}

.opaque a:hover {
background: url(images/opaque_over.gif) no-repeat;
}

.home-button a {
background: url(images/home_button.gif) no-repeat;
width: 46px;
height: 15px;
}

.about-button a {
background: url(images/about_button.gif) no-repeat;
width: 72px;
height: 15px;
}

.services-button a {
background: url(images/services_button.gif) no-repeat;
width: 98px;
height: 15px;
}

.client-button a {
background: url(images/client_button.gif) no-repeat;
width: 142px;
height: 15px;
}

.contact-button a {
background: url(images/contact_button.gif) no-repeat;
width: 87px;
height: 15px;
}

.home-button a:hover {
background: url(images/home_button_over.gif) no-repeat;
}

.about-button a:hover {
background: url(images/about_button_over.gif) no-repeat;
}

.services-button a:hover {
background: url(images/services_button_over.gif) no-repeat;
}

.client-button a:hover {
background: url(images/client_button_over.gif) no-repeat;
}

.contact-button a:hover {
background: url(images/contact_button_over.gif) no-repeat;
}

.home-button-small a {
background: url(images/home_button_small.gif) no-repeat;
width: 35px;
height: 11px;
}

.about-button-small a {
background: url(images/about_button_small.gif) no-repeat;
width: 55px;
height: 11px;
}

.services-button-small a {
background: url(images/services_button_small.gif) no-repeat;
width: 74px;
height: 11px;
}

.client-button-small a {
background: url(images/client_button_small.gif) no-repeat;
width: 108px;
height: 11px;
}

.contact-button-small a {
background: url(images/contact_button_small.gif) no-repeat;
width: 66px;
height: 11px;
}

.home-button-small a:hover {
background: url(images/home_button_small_over.gif) no-repeat;
}

.about-button-small a:hover {
background: url(images/about_button_small_over.gif) no-repeat;
}

.services-button-small a:hover {
background: url(images/services_button_small_over.gif) no-repeat;
}

.client-button-small a:hover {
background: url(images/client_button_small_over.gif) no-repeat;
}


.contact-button-small a:hover {
background: url(images/contact_button_small_over.gif) no-repeat;
}

.services {
background: url(images/services.gif) no-repeat;
clear: left;
margin-top: 50px;
margin-bottom: 100px;
width: 793px;
height: 47px;
}

.photo-strip {
position: relative;
left: -480px;
background-color: #595959;
clear: left;
margin-top: 50px;
width: 1920px;
height: 250px;
padding: 10px 0;
}

.photo-strip-inner {
background-color: #c3c3c3;
width: 1920px;
height: 250px;
}

.photos img {
margin-right: 5px;
}

.photos #photo-last {
margin-right: 0;
}

h1 {
color: #a6a6a6;
font-size: 20px;
font-weight: normal;
letter-spacing: 0.8px;
margin: 0;
padding-bottom: 10px;
}

h2 {
color: #a6a6a6;
font-size: 16px;
font-weight: normal;
letter-spacing: 0.8px;
margin: 0;
padding-bottom: 10px;
}

#content p {
margin: 0;
padding-bottom: 10px;
letter-spacing: 0.8px;
font-size: 15px;
}

#content p span {
color: #a6a6a6;
}

.contact-strip-inner {
background-color: #3b3b3b;
width: 1920px;
height: 170px;
padding-left: 480px;
padding-top: 80px;
}

#content .contact-left {
float: left;
}

#content .contact-right {
float: left;
margin-left: 50px;
padding-left: 50px;
padding-top: 8px;
border-left: 2px solid #04a9ff;
}

#content .contact-right a {
color: #fff;
text-decoration: none;
}

#content .contact-right a:hover {
color: #fff;
text-decoration: underline;
}

#content .services-left p,
#content .services-right p,
#content .about-left p,
#content .about-right p {
font-size: 14px;
line-height: 1.5em;
}

.services-strip-inner {
background-color: #3b3b3b;
width: 1920px;
height: 218px;
padding-left: 480px;
padding-top: 32px;
}

#content .services-left {
float: left;
width: 373px;
}

#content .services-right {
float: left;
margin-left: 50px;
padding-left: 50px;
border-left: 2px solid #04a9ff;
width: 450px;
}

.about-strip-inner {
background-color: #3b3b3b;
width: 1920px;
height: 218px;
padding-left: 480px;
padding-top: 32px;
}

#content .about-left {
float: left;
width: 373px;
}

#content .about-right {
float: left;
margin-left: 50px;
padding-left: 50px;
border-left: 2px solid #04a9ff;
width: 407px;
padding-top: 30px;
height: 154px;
}

#content #gallery {
float: left;
width: 975px;
}

#content #gallery #lwindow a {
margin-right: 20px;
}