﻿body
{
    width: 100%;
    margin: 0px;
    font-family: 'Trebuchet MS' , Arial;
    font-size: 13px;
    color: #666666;
}
a
{
    color: #3897b5;
    font-weight: bold;
}
h1
{
    margin: 5px 0 0 0;
    padding: 5px 0 0 10px;
    height: 34px;
    background-color: #850202;
    font-family: 'Century Gothic' , Arial;
    font-size: 35px;
    color: White;
    font-weight: normal;
}
h1 span
{
    font-weight: bold;
}
h2
{
    background-image: url(   'images/bg_h2.jpg' );
    background-repeat: no-repeat;
    min-width: 80px;
    height: 41px;
    line-height: 41px;
    font-family: 'Arial Black' , Arial;
    font-weight: bold;
    font-size: 20px;
    color: #3a3a3a;
    padding-left: 12px;
    margin-top: 5px;
}
h3
{
    background-color: #2e2d2d;
    color: White;
    font-family: 'Century Gothic' , Arial;
    font-size: 20px;
    padding: 5px;
    text-transform: uppercase;
    margin: 0;
}
h4
{
    font-size: 18px;
    color: #3897b5;
    font-weight: bold;
    margin: none;
}
strong
{
    color: #333333;
}
.link1
{
    display: block;
    margin-top: 10px;
    color: #3897b5;
    font-weight: bold;
    background-image: url('images/bg_link.jpg');
    background-position: left;
    padding-left: 20px;
    background-repeat: no-repeat;
}
.link2
{
    color: #3897b5;
    font-weight: bold;
    background-image: url('images/bg_link2.jpg');
    background-position: left;
    font-size:16px;
    padding-left: 22px;
    background-repeat: no-repeat;
    text-decoration:none;
}
.link2:hover{
    border-bottom:1px dotted #3897b5;
}
.text1
{
    color: #3897b5;
    font-weight: bold;
}
.text1 em
{
    font-weight: normal;
    font-size: 12px;
}
.button
{
	background-image: url('images/bg_button.png');
	border: 1px solid #990000;
	color: White;
	font-family: 'Trebuchet MS' , Arial;
	text-shadow: 0px 1px 1px #000;
	font-size: 14px;
	font-weight: bold;
	height:30px;
	padding:0 30px;
}
.success
{
    color: #7B9F00;
    font-weight: bold;
}
.styledLI
{
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #3897b5;
}
.styledLI li
{
    margin-bottom: 5px;
    list-style-image: url('images/bullet.png');
}
.styledLI span
{
    color: #666;
}
.content
{
    width: 980px;
    margin: 0px auto;
}
.content .left
{
    width: 70%;
    float: left;
    padding-right: 5px;
}
.content .right
{
    margin-top: 10px;
    width: 28%;
    float: right;
    padding-left: 10px;
    border-left: 1px solid #ccc;
        _width: 27%; /*ie6 fixes*/
        _overflow:hidden;
}
.header
{
    height: 90px;
    background-image: url(     'images/bg_nav.png' );
    background-repeat: repeat-x;
}

.header .logo
{
    display: block;
    background-image: url(     'images/bg_logo.png' );
    background-repeat: no-repeat;
    height: 90px;
    width: 400px;
    font-family: 'Century Gothic' , Arial;
    text-decoration: none;
}
.header .logo .title
{
    background-image:none;
    padding-top: 37px;
    padding-left: 115px;
    color: White;
    text-shadow: 0px 1px 1px #000;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: normal;
}
.header .logo .title span
{background-image:none;
    font-weight: bold;
}
.header .logo .slogan
{
    font-size: 16px;
    color: Black;
    margin: 0px;
    margin-top: -5px;
    text-shadow: none;
}
.nav
{
    float: right;
}
.nav ul
{
    list-style: none;
    margin: 0;
}
.nav li
{
    display: inline;
}
.nav li a
{
    margin: 10px;
    height: 45px;
    padding-left: 10px;
    font-family: 'Century Gothic' , Arial;
    color: #c5c4c4;
    font-size: 15pt;
    border-left: 1px solid #5c5c5c;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}
.nav li a:hover, .nav li .active
{
    color: White;
    border-left: 1px solid White;
}
.nav li span
{
    display: block;
    font-size: 7.5pt;
}
.footer
{
    margin-top: 40px;
    background-color: #1e1d1d; /*    position: fixed;     bottom: 0 !important;     left: 0 !important; */
    height: 20px;
    width: 100%;
    padding-top: 5px;
}
.footer .logo
{
    display: block;
    background-image: url(     'images/bg_footer.png' );
    background-repeat: no-repeat;
    height: 26px;
    margin-top: -21px;
    padding-top: 14px;
    width: 400px;
    font-family: 'Century Gothic' , Arial;
    text-decoration: none;
}
.footer .logo .title
{
    padding-left: 80px;
    color: White;
    text-shadow: 0px 1px 1px #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 2px;
    font-weight:normal;
}
.footer .logo .title span
{
    font-weight: bold;
}
.footer .logo .slogan
{
    font-size: 13px;
    margin: 0px;
    margin-top: -5px;
    text-shadow: none;
}
.footer a{
    color:White;
    text-decoration:none;
}
.footer a:hover{
    border-bottom:1px dotted White;
}
.intro
{
    background-image: url(    'images/bg_homepage.jpg' );
    background-repeat: no-repeat;
    border-bottom: 1px solid #898989;
    height: 219px;
}
.intro .title
{
    font-size: 44px;
    color: #8b0202;
    font-family: 'Century Gothic' , Arial;
    text-align: right;
    line-height: 40px;
    padding-top: 80px;
}
.intro .buttons
{
    margin-top: 10px;
    float: right;
    width: 221px;
    height: 50px;
    background-image: url(    'images/bg_homepagebuttons.png' );
    background-repeat: no-repeat;
    text-align: center;
}
.intro .buttons a
{
    color: White;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
    line-height: 30px;
    font-size: 14px;
}
.intro .buttons a:hover
{
    text-decoration: underline;
}
.tagline
{
    margin-top: 5px;
    padding-top: 5px;
    height: 50px;
    background-color: #830303;
    font-family: 'Century Gothic' , Arial;
    font-size: 20px;
    color: White;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    text-align: center;
}
.tagline span
{
    font-size: 14px;
    color: #e1e1e1;
}

.servicelist
{
    float: left;
    width: 290px;
    height: 143px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    color: #666666;
}
.servicelist p
{
    z-index: 400; /*fix to keep the <p> below the watewrmark */
    position: relative;
}
.servicelist:hover
{
    background-color: #DDF0FF;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    border-color: #8AC1FF;
}
.servicelist:hover .watermark
{
    z-index: 1;
    color: White;
}
.servicelist .watermark
{
    font-family: 'Arial Black' , Arial;
    font-weight: bold;
    color: #DADADA;
    font-size: 167pt;
    position: absolute;
    z-index: -1;
    margin-left: 160px;
    height:165px;
    overflow:hidden;
    line-height:160px;
    margin-top:-10px;
}
.servicelist .title
{
    color: #303233;
    font-size: 16px;
    font-weight: bold;
}

.servicelist a
{
    display: block;
    overflow: hidden;
}
.bullet
{
    color: White;
    font-size: 14px;
    font-weight: bold;
    background-image: url(   'images/bg_bullet.png' );
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    text-align: center;
    padding-top: 2px;
    display: inline-block;
    margin-right: 5px;
}
.imgborder
{
    padding: 3px;
    border: 1px solid #ccc;
    background-color: White;
}
.homepageButton{
    display: block;
    float:left; 
    text-decoration: none;
    margin-right:8px;
    width:220px;
    padding:5px;
    border: 1px solid white;
}
.homepageButton h2{
    background-image:none;
}
.homepageButton:hover
{
    border: 1px solid #ccc;
    -moz-box-shadow: rgba(100,100,100,1) 0 2px 10px;
    -webkit-box-shadow: rgba(100,100,100,1) 0 2px 10px;
    -khtml-box-shadow: rgba(100,100,100,1) 0 2px 10px;
    box-shadow: rgba(100,100,100,1) 0 2px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	cursor:pointer;
}
.contactButton{
    width:275px;
    margin-bottom: 15px;
    background-color:White;
}
.singleProject
{
    display: block;
    width: 210px;
    padding: 5px;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    float: left;
    margin: 0 5px 7px 0;
    _margin: 0 0 7px 0; /*ie6 fix*/
    height: 265px;
    border: 1px solid White;
}
.singleProject .title
{
    display: block;
    color: #bd0303;
    font-family: 'Arial Black' , Arial;
    font-weight: bold;
    font-size: 15px;
}
.singleProject:hover .title
{
    color: #363636;
}
.singleProject:hover
{
    border: 1px solid #ccc;
    -moz-box-shadow: rgba(100,100,100,1) 0 2px 10px;
    -webkit-box-shadow: rgba(100,100,100,1) 0 2px 10px;
    -khtml-box-shadow: rgba(100,100,100,1) 0 2px 10px;
    box-shadow: rgba(100,100,100,1) 0 2px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	cursor:pointer;
}
.singleProject img
{
    z-index: -1;
}
.singleProject .new
{
    background-color: White;
    color: #ff7633;
    font-family: 'Arial Black' , Arial;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    position: absolute;
    padding: 3px 6px;
    -moz-box-shadow: rgba(200,200,200,1) 0 2px 2px 0px;
    -webkit-box-shadow: rgba(200,200,200,1) 0 2px 2px 0px;
    -khtml-box-shadow: rgba(200,200,200,1) 0 2px 2px 0px;
    box-shadow: rgba(200,200,200,1) 0 2px 2px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 160px;
}

.clients ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 320px;
    margin-right: 15px;
}

.clients li
{
    padding-top: 10px;
    border-bottom: 1px dotted #ccc;
}
.clients img
{
    padding: 3px;
    border: 1px solid #ccc;
    background-color: White;
    float: left;
    margin-right: 10px;
}
.services
{
    width: 205px;
    margin-right: 20px;
    float: left;
    _margin-right: 5px;
}
.services img
{
    padding: 3px;
    border: 1px solid #ccc;
    background-color: White;
}
.services .title
{
    font-size: 18px;
    color: #3897b5;
    font-weight: bold;
}
.services .title em
{
    font-size: 12px;
    display: block;
}
.shadowForm
{
    margin-top: 10px;
    background-color: #f9f8f3;
    border: 1px solid #dededc;
    -moz-box-shadow: rgba(200,200,200,1) 0 2px 10px;
    -webkit-box-shadow: rgba(200,200,200,1) 0 2px 10px;
    -khtml-box-shadow: rgba(200,200,200,1) 0 2px 10px;
    box-shadow: rgba(200,200,200,1) 0 2px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
}
.shadowForm .textbox
{
    width: 300px;
    padding: 3px;
    color: #666666;
    font-size: large;
}
.referralform .textbox{
    width:200px;
}
.quote{
    background-image:url('images/bg_quotes.png');
    background-repeat:no-repeat;
    padding-left:50px;
}
.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.modalFrame
{
   /* background: #ddd;
    padding: 20px 20px;*/
    border: 10px solid #fff;
}
.modalFrame .modal_portfolio
{  background-image: url('images/bg_popup.jpg');
    background-repeat:no-repeat;
    background-color: #FFFFFF;
    width: 700px;
    height: 620px;
    border: 1px solid #bbb;
}
.modalFrame input.closeButton
{
    position: absolute;
    right: -20px;
    top: -20px;
}
.modalFrame .screenshot{
    width:600px;
    height:400px;
    margin: 0 auto;
}
.modalFrame .info{
    background-color:White;
    height:156px;
    padding:10px;
}

#page-flip { position:relative; right:0; top:0; float:right;  }
#page-flip-image { width:50px; height:52px; z-index:99; position:absolute; right:0; top:0; -ms-interpolation-mode:bicubic; }
#page-flip-message { width:50px; height:50px; overflow:hidden; position:absolute; right:0; top:0; background:url(images/page_flip_background.png) no-repeat right top; }
