
body {
    background: #fff;
    font: 13px / 20px Arial, sans-serif;
    color: #333;
}
* {
    margin: 0;
    padding: 0;
}

h1, h2, h2 a, h3, h4 {
    color: #2E3943;
}

p, blockquote, ul, ol {
    margin: 20px 0;
}

img, form fieldset {
    border: none;
}

ul {
    list-style: none;
}:focus {
    outline: 0;
}

.clear {
    clear: both;
    float: left;
}

cufon canvas {
    z-index: 0;
}

/*
 01.....LAYOUT
 02.....HEADER
 03.....FOOTER
 04.....CONTENT
 05.....HOMEPAGE
 06.....SERVICES
 07.....WORK
 08.....BLOG
 09.....FORMS
 10.....MISC
 /*
 
 
 /*
 01. LAYOUT ----------------------------------------*/
#background {
    background-image: url(../img/bg/background.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
}

.wrapper {
    margin: 0 auto;
    width: 940px;
}

#topLinks {
    background: #24292f;
}

#topLinks .wrapper {
    height: 23px;
    position: relative;
}

#header {
    background: #13191f;
    z-index: 99;
}

#header .wrapper {
    background: url(../img/bg/header.png);
    height: 120px;
    position: relative;
}

#content .wrapper {
   	background: #fff url(../img/bg/mainContent.jpg) no-repeat scroll 600px top;
	padding-bottom: 15px;
	
}

#mainContent {
    float: left;
    clear: both;
    width: 540px;
}

#fullWidth #mainContent, #home #mainContent {
    width: 940px;
}

#secondaryContent {
    float: right;
    width: 300px;
}

#pageHeader {
    height: 100px;
    background: url(../img/bg/pageHeader.png) no-repeat 0 1px;
}

/*
 02. HEADER  ---------------------------------------*/
/* links in the top right corner of the page */
#topLinks ul {
    position: absolute;
    right: 0;
    margin: 0;
    top: 3px;
    z-index: 9999;
}

#topLinks li {
    display: inline;
}

#topLinks li a {
    color: #778B9F;
    float: left;
    margin-left: 10px;
    display: block;
    padding-left: 12px;
    font-size: 11px;
    text-shadow: #000 1px 1px 1px;
    text-decoration: none;
}

#topLinks li a:hover {
    text-decoration: underline;
}

#topLinks li a.signin {
    background: url(../img/icons/signin.gif) no-repeat 0 50%;
}

#topLinks li a.signin.menu-open {
    background-image: url(../img/icons/signin-open.gif);
}

#topLinks li a.register {
    background: url(../img/icons/register.gif) no-repeat 0 50%;
}

/* sign in box */
#signin_menu {
    background: #21262C;
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px solid #090b0e;
    padding: 20px 40px;
    top: 25px;
    right: -10px;
    font-size: 11px;
}

#signin label {
    color: #eee;
}

#signin_menu input {
    display: block;
    border: 2px solid #fff;
    color: #333;
    margin: 0 0 10px;
    padding: 2px;
    width: 180px;
    background: #eee;
}

#signin_menu button {
    margin: 10px 10px 0 0;
}

/* logo */
a.logo {
    width: 220px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: url(../img/logo.png);
    text-indent: -9999px;
}

/* main navigation */
.mainNaviContainer {
    position: absolute;
    left: 220px;
    bottom: 40px;
    margin: 0;
}

ul.mainNavi {
    position: relative;
    z-index: 999;
}

ul.mainNavi li:first-child {
    background: none;
}

ul.mainNavi li {
    float: left;
    position: relative;
    background: url(../img/bg/mainNavi-li.gif) repeat-y 0 0;
}

ul.mainNavi li a {
    color: #fff;
    font-weight: bold;
    padding: 6px 14px 6px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: #000 1px 1px 1px;
}

ul.mainNavi li a:hover {
    color: #ddd;
}

/* sub navigation */
ul.mainNavi li a.subArrow {
    margin-right: 12px;
    background: url(../img/bg/subArrow.gif) no-repeat 99% 55%;
}

ul.mainNavi li ul.subNavi {
    border-bottom: 4px solid #74A42F;
    left: -28px;
    padding-top: 12px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 100;
}

ul.mainNavi li ul.subNavi li {
    font-weight: normal;
    position: relative;
    float: none;
    background-image: none;
    padding-left: 0;
}

ul.mainNavi li ul.subNavi li a {
    background-color: #1B2026;
    border-bottom: 1px solid #111418;
    width: 190px;
    display: inline-block;
    color: #ccc;
    background-repeat: repeat-x;
    background-position: 0 100%;
    font-size: 12px;
    padding-left: 20px;
    text-shadow: #000 1px 1px 1px;
}

ul.mainNavi li ul.subNavi li a span {
    color: #778B9F;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-left: 23px;
}

ul.mainNavi li ul.subNavi li a img {
    vertical-align: middle;
    margin-right: 4px;
}

ul.mainNavi li ul.subNavi li a:hover {
    color: #fff;
}

/* search */
#search {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 235px;
}

#search input {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

#search input#searchText {
    width: 160px;
    background: #eee url(../img/bg/searchText.gif) no-repeat 7px 50%;
    border: 0;
    color: #333;
    font: 12px Arial, sans-serif;
    padding: 3px 6px 3px 22px;
}

#search input#searchText:focus {
    background-color: #fff;
}

#search input#searchBtn {
    background: none;
    border: none;
    width: 30px;
    padding: 0;
}

/*
 03. FOOTER  ---------------------------------------*/
#footer {
    background: #171b1f url(../img/bg/footer.gif) repeat-x bottom left;
    border-top: 1px solid #000;
    color: #eee;
    float: left;
    clear: both;
    width: 100%;
    font-size: 11px;
}

#footer-inner {
    width: 960px;
    padding-left: 20px;
    margin: 0 auto;
    position: relative;
    /*background: url(../img/bg/footer-inner.png) no-repeat 50% 0;*/
}

.footerColumn {
    float: left;
    width: 300px;
    margin: 20px 20px 20px 0;
}

#footer a {
    text-decoration: none;
    color: #eee;
}

#footer a:hover {
    border-color: #54677C;
}

#footer h3 {
    color: #73b7d5;
}

.footerColumn p span {
	color:#53616F;
    display: block;
}

.footerColumn ul li a {
    border-bottom: 1px dotted #394552;
    display: block;
    width: 300px;
    font-weight: normal;
    line-height: 19px;
}

/* link buttons in the footer */
#footer .footerColumn a.moreBtn {
    background: #fff;
    color: #333;
    text-shadow: none;
    font-size: 11px;
    padding: 2px 10px;
}

#footer .footerColumn a.moreBtn:hover {
    color: #111;
}

/* copyright */
p#copyright {
    color: #53616F;
    clear: both;
    width: 100%;
    font-size: 11px;
    padding-top: 40px;
}

p#copyright a {
    border-bottom: 1px dotted #394552;
    margin-right: 4px;
    font-weight: normal;
}

p#copyright a.wifor {
	border: none;
	color: #53616f;
}

#footer a:hover {
    text-decoration: none;
}

/* back to top link */
#footer-inner .backToTop {
    display: block;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 43px;
    height: 44px;
    background: url(../img/bg/backToTop.jpg) no-repeat;
    text-indent: -9999px;
}

#footer-inner .backToTop:hover {
    background-position: 0 100%;
}

/* links at the bottom of the footer */
#bottomLinks {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
}

#bottomLinks li {
    float: left;
}

#bottomLinks li a {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    opacity: .6;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#bottomLinks li a.facebook {
    background-image: url(../img/icons/facebook.png);
}

#bottomLinks li a.flickr {
    background-image: url(../img/icons/flickr.png);
}

#bottomLinks li a.twitter {
    background-image: url(../img/icons/twitter.gif);
}

#bottomLinks li a.rss {
    background-image: url(../img/icons/rss.png);
}

#bottomLinks li a:hover {
    opacity: 1;
}

/*
 04. CONTENT  -----------------------------------*/
h1, h2, h3, h4 {
    margin: 30px 0 10px;
}

h1 {
    font-size: 24px;
    float: left;
}

h2 {
    font-size: 18px;
}

h2 a {
    text-decoration: none;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 14px;
}

#mainContent p a {
    color: #73b7d5;
    text-decoration: none;
    font-weight: bold;
}

#mainContent p a:hover {
	color: #005eb4;
    text-decoration: underline;
}

p#ingress {
    font-size: 15px;
}

#mainContent img.imgFull {
    padding: 10px 10px 20px;
    background: #eee url(../img/bg/imgFull.png) no-repeat 0 100%;
    margin-bottom: -20px;
}

blockquote {
    clear: both;
    font-style: italic;
    padding: 0 20px;
    margin-left: -20px;
    background: url(../img/bg/blockquote.png) no-repeat;
    color: #666;
}

#pageHeader p {
    color: #666;
    float: right;
    padding: 10px 0 0 40px;
    text-align: right;
}

#pageHeader a.moreBtn {
    margin: 0 0 0 10px;
}

/* lists */
#mainContent ul li, #mainContent ol li {
    color: #bbb;
}

#mainContent ul li p, #mainContent ol li p {
    color: #333;
    margin: 0;
}

#mainContent ul li {
    list-style: disc;
}

/* tables */
#mainContent table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

#mainContent table thead th {
    padding: 6px;
    background: #333;
    color: #fff;
    line-height: 20px;
}

#mainContent table tbody th, #mainContent table tbody td {
    padding: 6px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

#mainContent table tbody td p {
    line-height: 20px;
}

#mainContent table tbody tr.alt {
    background-color: #f2f2f2;
}

/* secondary content */
#secondaryContent {
    color: #666;
}

ul.sidebarList li {
    background: #eee;
    padding: 8px 10px;
    margin-bottom: 8px;
    border: 1px solid #e4e4e4;
}

ul.sidebarList li img {
    vertical-align: middle;
    float: left;
    margin: 3px 8px 0 0;
}

.secondaryNavi li a {
    display: block;
    width: 300px;
    padding: 3px 0 3px 38px;
    background: url(../img/bg/secondaryNavi.png) no-repeat 0 100%;
    color: #666;
    margin-left: -38px;
    text-decoration: none;
    margin-bottom: 2px;
}

.secondaryNavi li a span {
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: normal;
}

.secondaryNavi li a:hover {
    color: #333;
    background-color: #f0f0f0;
}

/* note */
p.note {
    clear: both;
    background: #fffa8b url(../img/bg/note.png) no-repeat 0 100%;
    padding: 20px 25px 40px 25px;
    font-size: 12px;
    margin: 40px 0;
    width: 250px;
}

p.note strong {
    display: block;
}

/* link and form buttons */
a.btn, form button {
    background: transparent url(../img/bg/button.gif) no-repeat scroll right top;
    color: #005eb4;
    display:inline-block;
	font-weight: bold;
	height:34px;
	margin-right:6px;
	margin-top:0;
	padding-right:18px;
	text-decoration:none;
    text-shadow: #fff 1px 1px 1px;
}

a.btn:hover {
	background-position: right bottom;
	color: #666;	
}

a.btn span {
	background:transparent url(../img/bg/button.gif) no-repeat scroll left top;
	display:block;
	line-height:14px;
	padding:10px 0 10px 18px;
}

a.btn:hover span {
	background-position: left bottom;
}

a.moreBtn {
	background: #171b1f;
    color: #bbb;
    font-size: 11px;
    padding: 2px 10px;
	text-shadow: none;
	text-decoration: none;
}

a.moreBtn:hover, form button:hover {
	color: #fff;
}

/*
 05. HOMEPAGE --------------------------------------*/
body#home {
    background-position: 0 560px;
}

#home #background {
    height: 540px;
}

#intro {
    background: #13191f;
    height: 370px;
    padding: 10px 0 15px;
}

#intro .wrapper {
    background: url(../img/bg/intro.png) no-repeat 50% 350px;
    position: relative;
}

#introBorder {
    float: left;
    clear: both;
    width: 960px;
    height: 364px;
    background: url(../img/bg/introBorder.png);
    position: absolute;
    top: -10px;
    left: -10px;
}

#slider {
    width: 940px;
    height: 340px;
    position: relative;
    background: #fff url(../img/bg/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}

.nivo-directionNav a {
    position: absolute;
    top: 135px;
    z-index: 90;
    cursor: pointer;
    background: url(../img/bg/nivo-directionNav.png);
    width: 32px;
    height: 80px;
    text-indent: -9999px;
}

a.nivo-prevNav {
    left: -37px;
}

a.nivo-nextNav {
    right: -37px;
    background-position: right top;
}

.nivo-prevNav:hover {
    background-position: left bottom;
}

.nivo-nextNav:hover {
    background-position: right bottom;
}

.nivo-prevNav:active, .nivo-nextNav:active {
    top: 136px;
}

.nivo-controlNav {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    text-align: center;
}

.nivo-controlNav a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/bg/nivo-controlNav.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.nivo-controlNav a:hover {
    background-position: -30px 0;
}

.nivo-controlNav a.active {
    background-position: -15px 0;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    opacity: 1;
    width: 100%;
    z-index: 89;
}

.nivo-caption p {
    padding: 5px 10px;
    margin: 0;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
    display: none;
}

#subheadline {
    background: #fff url('../img/bg/subheadline.gif') repeat-x bottom left;
    border-top: 1px solid #fff;
	line-height: 22px;
    padding: 15px 0;
}

#subheadline .wrapper {
    
}

#subheadline h1 {
    float: left;
    margin-top: 5px;
    width: 650px;
    font-size: 20px;
    font-weight: normal;
}

#subheadline img {
    float: right;
}

ul.features {
    width: 960px;
}

ul.features li {
    float: left;
    width: 300px;
    margin-right: 20px;
    list-style: none;
}

ul.features li img {
    vertical-align: middle;
}

ul.features li h2 {
    margin: 20px 0 0;
    padding: 6px 10px;
    border: 1px solid #e9e9e9;
    width: 278px;
    background: #f5f5f5;
}

ul.features li p {
    color: #666;
}

/*
 06. SERVICES --------------------------------*/
table.services {
    margin: 20px 0 20px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

table.services thead th {
    padding-top: 10px;
    background: #37393d url(../img/bg/fade.png) repeat-x;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    width: 315px;
}

table.services thead th h2 {
    margin: 0 0 10px;
    color: #fff;
    line-height: 20px;
    font-size: 22px;
}

table.services tbody td {
    padding: 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

table.services tbody td p {
    line-height: 20px;
    font-size: 14px;
}

table.services tbody td strong {
    font-size: 24px;
}

table.services tbody td img {
    margin: 0 0 -3px 4px;
}

table.services tbody tr {
    background-color: #eee;
}

table.services tbody tr.alt {
    background-color: #fff;
}

table.services tbody td a.moreBtn {
    margin: 10px 0;
}

p.smallPrint {
    float: left;
    clear: both;
    font-size: 11px;
    color: #888;
    width: 450px;
    margin: 0;
}

/*
 07. WORK --------------------------------*/
ul.work {
    width: 960px;
    margin-bottom: -40px;
    float: left;
    clear: both;
}

ul.work li {
    float: left;
    margin: 0 20px 40px 0;
    width: 300px;
    position: relative;
}

ul.work li img {
    display: block;
    padding: 10px 10px 20px;
    background: #f4f4f4 url(../img/bg/img.png) no-repeat;
}

ul.work li h2 {
    position: absolute;
    bottom: 30px;
    left: 10px;
    padding: 5px;
    /*background: url(../img/bg/transparentBlack2.png);*/
    width: 270px;
    color: #fff;
    font-size: 13px;
    text-shadow: #000 0 -1px 0;
    z-index: 99;
}

ul.work a.workZoom {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/bg/zoom.png) no-repeat 50% 50%;
    width: 280px;
    height: 140px;
    text-indent: -9999px;
    z-index: 9;
    opacity: .5;
}

ul.work li:hover a.workZoom {
    display: block;
}

/*
 08. BLOG --------------------------------*/
.blogPost {
    position: relative;
}

.postDate {
    position: absolute;
    right: 550px;
    top: -2px;
    display: block;
    font-size: 11px;
    color: #666;
    text-align: center;
    background: #eee;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 7px;
}

.postDate strong {
    display: block;
    font-size: 18px;
}

.postMeta {
    font-size: 11px;
    margin: 10px 0 10px;
}

.postMeta a {
    padding-left: 13px;
    margin-right: 6px;
}

.postMeta a.metaCategory {
    background: url(../img/icons/category.png) no-repeat 0 50%;
}

.postMeta a.metaComments {
    background: url(../img/icons/comments.png) no-repeat 0 50%;
}

#comments {
    padding-top: 20px;
}

#comments ul {
    margin: 40px 0 80px 0px;
}

#comments ul li {
    margin-bottom: 20px;
    list-style-type: none;
}

#comments ul li a {
    font-weight: bold;
    text-decoration: none;
}

#comments ul li img {
    border: 5px solid #ddd;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    margin: 0 10px 20px 0;
}

#comments ul li em {
    font-size: 11px;
    color: #999;
}

#comments ul li p {
    margin: 0 50px 20px 50px;
    font-size: 12px;
    color: #666;
}

/*
 09. FORMS ----------------------------------*/
form {
    margin-top: 40px;
    clear: both;
}

form input, form textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 2px solid #ccc;
    color: #666;
    font: 13px Arial, sans-serif;
    padding: 3px;
    margin-bottom: 10px;
    display: block;
}

form input {
    padding-left: 22px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    width: 200px;
}

form input.name {
    background-image: url(../img/bg/form-name.png);
    background-position: 8px 50%;
}

form input.phone {
    background-image: url(../img/bg/form-phone.png);
}

form input.email {
    background-image: url(../img/bg/form-email.png);
}

form input.web {
    background-image: url(../img/bg/form-web.png);
}

form textarea {
    width: 440px;
    overflow: auto;
    padding: 9px;
    height: 160px;
    line-height: 20px;
}

form input:focus, form textarea:focus {
    background-color: #fff;
    border-left-color: #666;
}

form label {
    color: #666;
}

.required {
    color: #FF0052;
    font-weight: bold;
}

form button {
    cursor: pointer;
    border: 0;
    font: bold 13px Arial, sans-serif;
    margin-top: 19px;
}

/*
 10. MISC --------------------------------------*/

/*
 * clearing
 */

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:1px;
	visibility:hidden;
}

#contactInfo {
    clear: both;
    padding-top: 60px;
    height: 60px;
    background: url(../img/bg/contactInfo.png) no-repeat 0 60px;
}

#contactInfo ul {
    float: left;
}

#contactInfo ul li {
    display: inline;
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    padding-left: 20px;
}

#contactInfo ul li a {
    color: #aaa;
    text-decoration: none;
}

#contactInfo ul li a:hover {
    text-decoration: underline;
}

#contactInfo ul li.address {
    background: url(../img/icons/address.png) no-repeat 0 50%;
}

#contactInfo ul li.phone {
    background: url(../img/icons/phone.png) no-repeat 0 50%;
}

#contactInfo ul li.email {
    background: url(../img/icons/email.png) no-repeat 0 50%;
}

#searchText, a.moreBtn, form button, .tipsy-inner, ul.sidebarList li, ul.features li h2 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.postDate, #comments ul li img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* tipsy */
.tipsy {
    padding: 5px;
    font-size: 11px;
    background: url(../img/bg/tipsy.png) no-repeat;
}

.tipsy-inner {
    padding: 2px 8px 2px 8px;
    background: url(../img/bg/transparentBlack.png);
    color: #eee;
    max-width: 200px;
    text-align: center;
}

.tipsy-south {
    background-position: bottom center;
}
