/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   vertical-align: baseline;
}
:focus {
   outline: 0;
}
body {
   line-height: 1;
   color: black;
   background: white;
}
ol, ul {
   list-style: none;
}
caption, th, td {
   text-align: left;
   font-weight: normal;
}

/* Business Template Styles */

body, #bg {
   color: #484747;
   background: url(../images/bg_pattern.gif) repeat;
   font-family: Arial;
   font-size: 12px;
   line-height: 20px;
}

a {
   text-decoration: none;
   color: #0462bb;
}

p {
   margin-bottom: 10px;
}

p.small {
   font-size: 12px;
   margin-bottom: 30px;
   line-height: 16px;
}

p.no-space {
   line-height: 16px;
   font-size: 12px;
   margin-bottom: 15px;
}

p.space {
   margin-bottom: 30px;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

#left-side h1 {
   font-size: 36px;
   font-weight: 300;
   color: #0462bb;
   display: block;
   margin-bottom: 20px;
}

#container {
   background: url(../images/bg_repeat.gif) repeat-x;
   height: 1000px;
}

#center {
   width: 950px;
   margin: auto;
   overflow: hidden;
   position: relative;
}

#header {
   width: 949px;
   height: 171px;
   margin-top: 37px;
   background: url(../images/header.jpg) no-repeat;
   overflow: hidden;
}

#logo {
   margin: 55px 0 0 65px;
   display: block;
}

#nav {
   margin: -7px 0 -10px 0;
   height: 70px;
}

#nav ul {
   list-style: none;
   padding-left: 15px;
   overflow: hidden;
}

#nav ul li {
   float: left;
   margin-right: 5px;
}

#nav ul li a {
   font-size: 20px;
   font-style: italic;
   line-height: 60px;
   color: #fff;
   display: block;
   height: 65px;
   padding-left: 20px;
   padding-right: 20px;
}

#nav ul li a.home.current {
   background: url(../images/current_arrow_home.png) no-repeat center 0 !important;
   color: #ffb400;
}

#nav ul li a.about.current {
   background: url(../images/current_arrow_about.png) no-repeat center 0 !important;
}

#nav ul li a.services.current {
   background: url(../images/current_arrow_services.png) no-repeat center 0 !important;
}

#nav ul li a.clients.current {
   background: url(../images/current_arrow_clients.png) no-repeat center 0 !important;
}

#nav ul li a.contact.current {
   background: url(../images/current_arrow_contact.png) no-repeat center 0 !important;
}

#nav ul li a:hover {
   background: url(../images/highlight.png) no-repeat center;
}

#body {
   background: url(../images/main_content.gif) repeat-y;
   overflow: hidden;
   width: 100%;
}

#body #top {
   background: url(../images/main_top.png) no-repeat;
   height: 128px;
   margin-bottom: -128px;
}

#bottom {
   background: url(../images/main_bottom.png) no-repeat;
   height: 7px;
   margin-top: 0;
}

#left-side {
   margin: 15px 20px 20px 20px;
   margin-bottom: 0;
   min-height: 410px;
   width: 500px;
}

#full-side {
   margin: 15px 20px 20px 20px;
   margin-bottom: 0;
   min-height: 410px;
   width: 850px;
}

#full-side h1 {
   font-size: 36px;
   font-weight: 300;
   color: #0462bb;
   display: block;
   margin-bottom: 20px;
}

#full-side.bubble {
   background: url(../images/bubble.png) no-repeat;
   width: 600px;
}

#full-side.sub {
   padding: 25px 0 0 20px;
}

#left-side.bubble {
   background: url(../images/bubble.png) no-repeat;
   width: 600px;
}

#left-side.sub {
   padding: 25px 0 0 20px;
}

#bubble-text {
   font-size: 28px;
   font-weight: 300;
   color: #0462bb;
   padding: 28px 0 0 23px;
   width: 370px;
   height: 150px;
}

#front-excerpt {
   width: 275px;
   font-weight: 300;
   font-size: 17px;
   margin: 17px 0 0 23px;
   color: #484747;
}

a.tour-button {
   background: url(../images/tour_button.png) no-repeat;
   text-indent: -9999px;
   width: 232px;
   height: 97px;
   display: block;
   margin-top: 20px;
}

a.details {
   background: url(../images/details_button.gif) no-repeat;
   text-indent: -9999px;
   display: block;
   margin-top: -20px;
   width: 114px;
   height: 32px;
   margin-bottom: 20px;
   float: right;
}

#sidebar {
   float: right;
   width: 386px;
   position: absolute;
   top: 60px;
   right: 25px;
}

#slider {
   background: url(../images/slider_bg.png) no-repeat;
   height: 384px;
   width: 386px;
   position: relative;
   margin-bottom: -105px;
}

#slider a#left_btn, #slider a#right_btn {
   position: absolute;
   height: 41px;
   width: 38px;
   top: 95px;
   text-indent: -9999px;
}

#slider a#left_btn {
   left: 0;
   background: url(../images/left_arrow.png) no-repeat;
}

#slider a#right_btn {
   right: 0;
   background: url(../images/right_arrow.png) no-repeat;
}

#slider-container {
   position: absolute;
   top: 17px;
   left: 41px;
   width: 305px;
   height: 202px;
   overflow: hidden;
}

#panel-wrapper {
   width: 318px;
   overflow: hidden;
   margin: auto;
}

#panel-top {
   background: url(../images/sidebar_top.png) no-repeat;
   height: 50px;
   width: 318px;
   color: #636262;
   font-style: italic;
   font-size: 20px;
   position: relative;
   z-index: 2;
   overflow: hidden;
}

#panel-top h1 {
   background: url(../images/bullet.png) no-repeat 12px 17px;
   padding-left: 35px;
   line-height: 50px;
}

#panel-content {
   width: 318px;
   background: url(../images/sidebar_repeat.png) repeat-y;
   overflow: hidden;
}

h2 {
   font-size: 18px;
   color: #0462bb;
   display: block;
   margin-bottom: 10px;
}

#panel-content h2 {
   text-transform: uppercase;
}

#panel-bottom {
   width: 318px;
   height: 35px;
   background: url(../images/sidebar_bottom.png) no-repeat;
   margin-top: -20px;
}

.inner {
   background: url(../images/sidebar_shadow.png) no-repeat;
   padding: 30px 30px 0 33px;
   font-size: 14px;
   color: #666;
}

#footer {
   background: url(../images/footer.png) no-repeat;
   height: 43px;
   padding-left: 20px;
   line-height: 40px;
   color: #fff;
}

#footer a {
   color: #ffc000;
}

#footer span {
   float: left;
   display: block;
   line-height: 50px !important;
   height: 43px;
}

.slash {
   float: left;
   display: block;
   height: 43px;
   width: 21px;
   background: url(../images/slash.gif) no-repeat;
   text-indent: -9999px !important;
   margin-right: 5px;
}

.sub-page {
   margin-top: 30px;
}

#main-description {
   font-size: 18px;
   font-weight: 300;
   color: #484747;
   overflow: hidden;
   margin-bottom: 20px;
}

.float-right {
   float: right;
   margin-left: 20px;
}

#columns {
   overflow: hidden;
   width: 520px;
}

.column {
   float: left;
   width: 240px;
   margin-right: 20px;
   font-size: 14px;
   color: #444;
}

#sidebar img.space {
   margin-bottom: 5px;
}

.caption {
   float: right;
   width: 300px;
}

.extra-space {
   margin-top: 15px;
}

.no-space {
   margin-bottom: 15px !important;
}

ul#services {
   font-size: 14px;
   line-height: 16px;
   margin-top: 30px;
}

ul#services li {
   float: left;
   margin-right: 30px;
   width: 220px;
   margin-bottom: 15px;
}

.full {
   display: block;
   margin: -20px 0 20px -25px;
}

label {
   color: #3d3e3e;
   font-size: 13px;
   display: block;
   margin-top: 5px;
   margin-bottom: 5px;
}

.input, .textarea {
   background: #ededed;
   border: 0;
   border-top: solid 1px #bfbfbf;
   border-left: solid 1px #bfbfbf;
   display: block;
   height: 21px;
   width: 209px;
   padding: 5px;
   line-height: 18px;
   font-family: Arial;
   font-size: 14px;
   color: #444;
}

.textarea {
   width: 230px;
   height: 191px;
}

#form-left {
   float: left;
   width: 220px;
}

#form-right {
   float: right;
}

#submit {
   height: 32px;
   width: 104px;
   background: url(../images/submit.png) no-repeat;
   border: 0;
   text-indent: -9999px;
   cursor: pointer;
   float: right;
   margin-top: 5px;
}

#clients-panel {
   width: 518px;
   height: 289px;
   background: url(../images/clients_panel.png) no-repeat;
   position: relative;
}

a#clients_next, a#clients_prev {
   text-indent: -9999px;
   height: 38px;
   width: 24px;
   display: block;
   position: absolute;
}

a#clients_prev {
   top: 65px;
   left: 0;
}

a#clients_next {
   top: 65px;
   right: 0;
}

ul#clients-container {
   position: absolute;
   width: 440px;
   height: 150px;
   left: 24px;
   overflow: hidden;
}

ul#clients-container li {
   float: left;
   margin-top: 30px;
   margin-right: 20px;
}

#carousel {
   position: absolute;
   width: 440px;
   top: 11px;
   left: 24px !important;
   overflow: hidden !important;
   margin-left: 30px;
}
