/*-----------------------------------------------
Author:   Jason Cooper
Date:  Jan 27 1 2010

----------------------------------------------- */


/* Browser Resets
----------------------------------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea
{
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul
{
    list-style: none;
}
img, fieldset
{
    border: 0;
}
h1, h2, h3
{
    font-weight: normal;
}
em
{
    font-style: italic;
}
strong
{
    font-weight: bold;
}


/* Global 
----------------------------------------------- */
h1
{
    font-family: helvetica, tahoma, sans-serif;
    font-size: 20px;
    line-height: 24px;
    border-bottom: solid 1px grey;
}
h2
{
    font-family: helvetica, tahoma, sans-serif;
    font-size: 22px;
    line-height: 20px;
}
h3
{
    font-family: helvetica, tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #146894;
}

a:link, a:visited, a:active
{
    color: #f04700;
    text-decoration: none;
}
a:hover
{
    color: #616161;
    text-decoration: underline;
}

.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* close commented backslash hack */

hr
{
    border: none;
    background-color: #008de1;
    color: #008de1;
    height: 1px;
}

img, div, input
{
    behavior: url("iepngfix.htc");
}



/* Header 
----------------------------------------------- */
#header
{
    background-repeat: no-repeat;
    width: 960px;
    height: 95px;
    margin: auto;
}
#logo
{
    float: left;
    width: 300px;
    margin: 15px 0 0 0;
}


/* Navigation
----------------------------------------------- */
#navMain
{
    float: right;
    font-size: 18px;
    width: 500px;
    text-align: right;
    margin: 40px 0 0 0;
    font-family: helvetica, tahoma, sans-serif;
    position: relative;
    left: 42px;
}
#navMain a:link, #navMain a:visited, #navMain a:active
{
    color: #004365;
    text-decoration: none;
}
#navMain a:hover
{
    color: #004365;
    text-decoration: none;
}

#nav, #nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    z-index: 10;
}

#nav ul li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    background-image: url('/Media/Images/menuBg.png');
    text-align: left;
    margin-bottom: 1px;
}
#nav a
{
    padding: 0 4px 0 4px;
}

#nav a:hover
{
    background-image: none;
    color: #004365;
}

#nav ul li a:hover
{
    background-color: #fff;
    background-image: none;
    color: #004365;
}

#nav li
{
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 4px 0 4px;
}

#nav ul
{
    position: absolute;
    display: none;
    width: 8em;
    top: 1.5em;
}

#nav li ul a
{
    width: 8em;
    height: auto;
    float: left;
    line-height: 20px;
    padding: 5px;
}

#navMain ul#nav li ul li a
{
    color: #fff;
}
#navMain ul#nav li ul li a:hover
{
    color: #0d3d72;
}


#nav ul ul
{
    top: auto;
}

#nav li ul ul
{
    left: 8em;
    margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
    display: block;
}

#selected
{
    background-color: #fff;
    padding: 0 4px 0 4px;
    -moz-border-radius-topleft: 4px; /* Firefox */
    -moz-border-radius-topright: 4px; /* Firefox */
    -moz-border-radius-bottomleft: 4px; /* Firefox */
    -moz-border-radius-bottomright: 4px; /* Firefox */
    -webkit-border-top-left-radius: 4px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 4px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 4px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 4px; /* Safari/WebKit */
    border-top-left-radius: 4px; /* future browsers with CSS3 support */
    border-top-right-radius: 4px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 4px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 4px; /* future browsers with CSS3 support */
}

#subNav
{
    display: inline;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-family: helvetica, tahoma, sans-serif;
}
#subNav li
{
    display: inline;
    padding: 0 20px 0 0;
    padding-left: 10px;
    background-image: url('/Media/Images/arrowOff.gif');
    background-repeat: no-repeat;
    background-position: 0 .3em;
}
#subNav a:link, #subNav a:visited, #subNav a:active
{
    color: #a3a3a3;
    text-decoration: none;
}
#subNav a:hover
{
    color: #a3a3a3;
    text-decoration: underline;
}
#subNav li#subNavSelected
{
    display: inline;
    padding: 0 15px 0 0;
    padding-left: 10px;
    background-image: url('/Media/Images/arrowOn.gif');
    background-repeat: no-repeat;
    background-position: 0 .3em;
    color: #008de1;
}


/* Body 
----------------------------------------------- */
body
{
    background: #aee0f7 url('/Media/Images/bodyBg.jpg') no-repeat top center;
    background-attachment: fixed;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #3a3a3a;
    text-align: center;
}

#container
{
    margin: 0 auto;
    width: 968px;
    position: relative;
}

#mainHome
{
    /*background: url('/Media/Images/banner1.png') no-repeat top center;*/
    text-align: left;
    font-size: 11px;
    width: 967px;
    height: 346px;
}

#servicesHome
{
    margin: 12px 0 0 0;
    color: #464646;
    position: relative;
}

#service1
{
    background: url('/Media/Images/servicesBox.png') no-repeat top center;
    width: 319px;
    height: 178px;
    float: left;
    margin: 0 4px 0 0;
    text-align: left;
}
#service1 h3 img
{
    position: absolute;
    left: 25px;
    top: 10px;
}
#service2
{
    background: url('/Media/Images/servicesBox.png') no-repeat top center;
    width: 319px;
    height: 178px;
    float: left;
    margin: 0 4px 0 0;
    text-align: left;
}
#service2 h3 img
{
    position: absolute;
    left: 350px;
    top: 10px;
}
#service3
{
    background: url('/Media/Images/servicesBox.png') no-repeat top center;
    width: 319px;
    height: 178px;
    float: left;
    text-align: left;
}
#service3 h3 img
{
    position: absolute;
    left: 670px;
    top: 10px;
}
#service1 h3, #service2 h3
{
    font-family: helvetica, tahoma, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #146894;
    padding: 20px 0 20px 80px;
}
#service3 h3
{
    font-family: helvetica, tahoma, sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #146894;
    padding: 20px 0 15px 80px;
}

#service3 input
{
    margin: 10px 5px 0 0;
    background-color: #f0f6f9;
    border: 1px solid #b0b0b0;
    padding: 2px 0 2px 0;
    color: #6b6b6b;
    width: 110px;
}


#service1 p, #service2 p, #service3 p
{
    padding: 0 0 0 30px;
    width: 260px;
}

#specialOffer
{
    position: absolute;
    left: 230px;
    top: -10px;
    z-index: 10;
}


#mainSubTop
{
    background: transparent url('/Media/Images/subTop.png') no-repeat top center;
    height: 15px;
    width: 975px;
}
#mainSubMiddle
{
    background: url('/Media/Images/subMiddle.png') repeat-y top center;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    width: 895px;
    height: 40px margin: 0;
    padding: 10px 40px 20px 40px;
}
#col1
{
    margin: 20px 0 0 0;
    width: 640px;
    float: left;
}
#col2
{
    margin: 20px 0 0 0;
    width: 200px;
    float: right;
}

#mainSubBottom
{
    background: url('/Media/Images/subBottom.png') no-repeat top center;
    height: 15px;
    width: 975px;
}

#colCart
{
    margin: 20px 0 0 0;
    width: 900px;
    float: left;
}
#colCart li
{
    background-image: url('/Media/Images/arrowView.png');
    background-position: 0 5px;
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 15px;
}

#arrowList li
{
    background-image: url('/Media/Images/arrowView.png');
    background-position: 0 5px;
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 15px;
}

#cart1
{
    background: url('/Media/Images/cartBg.png') no-repeat top center;
    width: 246px;
    height: 171px;
    float: left;
    margin: 0 10px 0 0;
    text-align: left;
    padding: 20px 20px 20px 20px;
    color: #fff;
}
#cart2
{
    background: url('/Media/Images/cartBg.png') no-repeat top center;
    width: 246px;
    height: 171px;
    float: left;
    margin: 0 10px 0 0;
    text-align: left;
    padding: 20px 20px 20px 20px;
    color: #fff;
}
#cart3
{
    background: url('/Media/Images/cartBg.png') no-repeat top center;
    width: 246px;
    height: 171px;
    float: left;
    margin: 0 4px 0 0;
    text-align: left;
    padding: 20px 20px 20px 20px;
    color: #fff;
}

#cart1 a:link, #cart2 a:link, #cart3 a:link, #cart1 a:visited, #cart2 a:visited, #cart3 a:visited, #cart1 a:active, #cart2 a:active, #cart3 a:active
{
    color: #fff;
    text-decoration: none;
}
#cart1 a:hover, #cart2 a:hover, #cart3 a:hover
{
    color: #fff;
    text-decoration: underline;
}

.cost
{
    color: #639f34;
    font-size: 18px;
    font-weight: bold;
}

#clickHere
{
    float: right;
    width: 308px;
    position: relative;
    top: 10px;
    margin: 0 0 20px 20px;
    color: #d1ecbb;
    font-size: 18px;
    line-height: 20px;
}
#clickHere a:link, #clickHere a:visited, #clickHere a:active
{
    color: #fff;
    text-decoration: underline;
}
#clickHere a:hover
{
    color: #fff;
    text-decoration: none;
}
#demo
{
    background: url('/Media/Images/cartDemoBg.png') no-repeat top center;
    width: 286px;
    height: 94px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
#demo p
{
    margin: 0 0 0 75px;
    position: relative;
    top: 25px;
}

#features
{
    background: url('/Media/Images/cartFeaturesBg.png') no-repeat top center;
    width: 286px;
    height: 94px;
    padding: 0 0 0 0;
}
#features p
{
    margin: 0 0 0 75px;
    position: relative;
    top: 15px;
}


/* Form
----------------------------------------------- */


#sideForm fieldset
{
    display: block;
    width: 17em;
    margin: 0 0 3em 0;
    border: 1px solid #c0d0ae;
    padding: 1em 1em 1em 1em;
    background-color: #edf5e4;
    margin: 25px 0 20px 0;
    font-family: helvetica, tahoma, sans-serif;
    font-size: 11px;
    -moz-border-radius-topleft: 8px; /* Firefox */
    -moz-border-radius-topright: 8px; /* Firefox */
    -moz-border-radius-bottomleft: 8px; /* Firefox */
    -moz-border-radius-bottomright: 8px; /* Firefox */
    -webkit-border-top-left-radius: 8px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 8px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 8px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 8px; /* Safari/WebKit */
    border-top-left-radius: 8px; /* future browsers with CSS3 support */
    border-top-right-radius: 8px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 8px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 8px; /* future browsers with CSS3 support */
}

#sideForm fieldset.submit
{
    border: none;
    background-color: transparent;
    text-align: center;
}

#sideForm fieldset.radio
{
    width: 15em;
    margin: 1em 0 2em 0;
    background-color: #DDDDDD;
}

#sideForm fieldset.radio input
{
    clear: both;
    float: left;
    width: auto;
}

#sideForm fieldset.radio label
{
    font-weight: normal;
}

#sideForm input
{
    display: block;
    width: 15em;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
}

#sideForm label
{
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
}

#sideForm legend
{
    color: #87a763;
    font-size: 12px;
}

#sideForm select
{
    display: block;
}

#phone
{
    position: absolute;
    left: 773px;
    top: 5px;
    color: #616161;
    font-size: 13px;
    width: 200px;
}


/* Carousel
----------------------------------------------- */
.carousel-navs
{
    margin: 0;
    padding: 0;
}
.carousel-nav
{
    margin: 4px 0 0 0;
    padding: 0;
    position: relative;
    left: -4px;
}
.navTxt
{
    font-size: 21px;
    line-height: 85px;
    font-style: italic;
    padding: 0 0 0 25px;
}

.selected_nav
{
    background-image: url('/Media/Images/selected.png');
    background-repeat: no-repeat;
    height: 82px;
    width: 295px;
    padding-left: 34px;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}
.selected_nav img
{
    display: none;
}
.unselected_nav
{
    background-image: url('/Media/Images/unselected.png');
    height: 82px;
    width: 295;
    padding-left: 34px;
    cursor: pointer;
    cursor: hand;
    color: grey;
}

/* Carousel */
.carousel
{
    width: 3000px;
    height: 300px;
}

.carousel li
{
    float: left;
    width: 620px;
    height: 332px;
    margin-left: 0;
}

.carousel li p
{
    margin: 60px 0 5px 40px;
    width: 300px;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #4c4c4c;
}
.carousel li img
{
    margin: 10px 0 0 0;
}

.carousel .banner_area
{
}

#banner_1, #banner_2, #banner_3, #banner_4
{
    font-size: 18px;
}

.banner_area
{
    color: #000;
    font-size: 13px;
    line-height: 19px;
}

.banner_area table
{
    margin: 30px 0 0 40px;
}

.banner_area strong
{
    display: block;
    font-size: 16px;
    padding: 0 0 20px 0;
    line-height: 21px;
}

.jcarousel-skin-tango
{
    background: url('/Media/Images/windobBg.png') no-repeat 0 0;
    padding: 0 0 0 4px;
}

/* cForm
----------------------------------------------- */

#cForm
{
}

#cForm label
{
    float: left;
    width: 120px;
    font-weight: bold;
}

#cForm input, #cForm textarea
{
    width: 180px;
    margin-bottom: 5px;
    background-color: #f2f9fc;
    margin: 0 0 10px 0;
}

#cForm textarea
{
    width: 250px;
    height: 150px;
    margin: 10px 0 0 0;
}

#cForm .boxes
{
    width: 1em;
}

#cForm #submitbutton
{
    margin-left: 120px;
    margin-top: 15px;
    width: 90px;
    padding: 3px 0 3px 0;
}

#cForm br
{
    clear: left;
}


.bqstart
{
    float: left;
    width: 60px;
    height: 50px;
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;
    font-size: 700%;
    color: #8fc649;
    font-family: 'Lucida Grande' , Verdana, helvetica, sans-serif;
}

.bqend
{
    float: right;
    height: 25px;
    margin-top: -20px;
    padding-top: 45px;
    font-size: 700%;
    color: #8fc649;
    font-family: 'Lucida Grande' , Verdana, helvetica, sans-serif;
}

.testimonial
{
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 40px 0;
    border-bottom: solid 1px #e7e7e7;
}
.testimonial img
{
    position: relative;
    top: 14px;
}

blockquote
{
    margin: 0 0 0 0;
    padding: 0;
    font-style: italic;
}

.portfolio
{
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0 0 20px 0;
    -moz-border-radius-topleft: 8px; /* Firefox */
    -moz-border-radius-topright: 8px; /* Firefox */
    -moz-border-radius-bottomleft: 8px; /* Firefox */
    -moz-border-radius-bottomright: 8px; /* Firefox */
    -webkit-border-top-left-radius: 8px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 8px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 8px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 8px; /* Safari/WebKit */
    border-top-left-radius: 8px; /* future browsers with CSS3 support */
    border-top-right-radius: 8px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 8px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 8px; /* future browsers with CSS3 support */
}
.portfolio img
{
    float: left;
    width: 211px;
    margin: 0 20px 0 0;
    border: solid 1px #d9d9d9;
}
.portfolio p
{
    margin: 0;
    padding: 0;
}

/* Misc.
----------------------------------------------- */
.imgLeft
{
    float: left;
    padding: 0 20px 20px 0;
}
.imgRight
{
    float: right;
    padding: 0 20px 20px 0;
}

/* Footer 
----------------------------------------------- */
#footer
{
    margin: 2px 0 0 0;
    color: #464646;
}
#footer a:link, #footer a:visited, #footer a:active
{
    color: #fff;
    text-decoration: underline;
}
#footer a:hover
{
    color: #b9c0c8;
    text-decoration: none;
}
#copyright
{
    float: left;
    width: 480px;
    text-align: left;
    line-height: 30px;
}
#followUs
{
    float: right;
    width: 480px;
    text-align: right;
    color: #4c4c4c;
    line-height: 40px;
}
#followUs .txt
{
    position: relative;
    top: -10px;
}









