/**
 * application main stylesheet
 *    define base, helper, layout, forms, icons styles
 */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:287px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.clearfix { clear: both; }

/**
 * custom styles
 */
body {
    background: #2392c4;
    text-align: center;
}

.canvas {
    position: relative;    
    margin: auto;
    width: 1060px;
    margin-top: 0;
    background: url(http://e1h11.simplecdn.net/zoolu/web/bg/canvas.jpg) repeat-y center;
    color: #666;
}

.wrapper {
    padding: 60px;
    position: relative;
}

.header {
    height: 150px;
}

.footer {
    height: 30px;
    padding: 10px;
    clear: both;
}

#canvas-top {
    position: absolute;
    background: url(http://e1h11.simplecdn.net/zoolu/web/bg/top.jpg) no-repeat center;
    top: 0;
    left: 0;
    height: 293px;
    width: 1060px;
}

#canvas-bottom {
    position: absolute;
    left: 0;    
    background: url(http://e1h11.simplecdn.net/zoolu/web/bg/bottom.jpg) no-repeat center;
    height: 275px;
    width: 1060px;
    bottom: 0;
}

a, a:link, a:visited{
    font-weight: bold;
    color: #2B83AF;
    text-decoration: none;
    outline: none;
}
a:hover{
    background-color: #BFEAFF; 
    text-decoration: underline;
}

.content {    
    color: #666;
    font-family: tahoma, arial;
    text-align: left;
    position: relative;
    padding: 0 20px;
    width: 900px;
    float: left;
    display: inline;
    clear: both;    
}

.header h1 {
    background: url(http://e1h11.simplecdn.net/zoolu/web/logo.png) no-repeat;
    position: absolute;
    text-indent: -9999px;
    width: 393px;
    height: 162px;
    cursor: pointer;
    margin: 0;
    left: 0;
}


.content h1 {
    margin-top: 5px;
    color: #86C240;
}

h3 {
   font-size: 10pt;
   margin: 10px 0 10px 0;   
}

.button, button, .submit {
    background: url(http://e1h11.simplecdn.net/zoolu/web/button.png) no-repeat;
    width: 97px;
    height: 31px;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    color: #15813A;
    cursor: pointer;
}

p {
    margin: 10px 0 10px 0;
}

.content ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

.primary.nav {
    font-family: arial, verdana;            
    position: absolute;  
    top: 70px;
    font-size: 18pt;
    right: 0px;
}
       
.primary.nav li {
    display: block;
    float: left;
    height: 37px;        
    text-indent: -9999px;   
}

.primary.nav li a {
    display: block;
    height: 37px;
}

#nav-about a {
   width: 143px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_r1.gif);
}

#nav-portfolio a {
   width: 135px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_r1.gif) -145px;
}

#nav-contact a {
   width: 119px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_r1.gif) -278px;
}          

#nav-about a:hover {
   width: 143px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_hover_r1.gif);
}

#nav-portfolio a:hover {
   width: 135px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_hover_r1.gif) -145px;
}

#nav-contact a:hover {
   width: 119px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_hover_r1.gif) -278px;
}         

#nav-about.selected a, #nav-about.selected a:hover{
   width: 143px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_selected_r1.gif);
}

#nav-portfolio.selected a, #nav-portfolio.selected a:hover{
   width: 135px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_selected_r1.gif) -145px;
}

#nav-contact.selected a, #nav-contact.selected a:hover{
   width: 119px;
   background: url(http://e1h11.simplecdn.net/zoolu/web/primary_nav_selected_r1.gif) -278px;
}

.ph, .address {
   font-size: 12pt; 
}

img {
  border: 0px;
}

.images {
  margin: 0;
  padding: 0;
}

.images li {
  list-style: none;
  display: inline;
  float: left;
  padding: 5px;
}

.images li img {
    padding: 4px;
    border: 2px #CCC solid;
}

.images li a:hover {
    background: transparent;
}
.images a:hover img {
    background: #81BF40;
    border: 2px #2392C4 solid;
}

/*=====new styles for contact form====*/

#frm-contact-us li {
    list-style: none;
    margin-bottom:10px;
}
#frm-contact-us input.text,
#frm-contact-us textarea {
    background:#FFFFFF url(http://e1h11.simplecdn.net/zoolu/bg/input-bg.gif) repeat scroll 0 0;
}

#frm-contact-us input.submit{
    text-align: center;
    margin-left: 0;
}

#frm-contact-us fieldset {
    border: 0px;
    margin: 0;
    padding: 0;
    width: 530px;
    margin-top: 10px;
}

#frm-contact-us label {
    float: none;
    width: 400px;
    margin: 10px 0 0 0px;    
}

#frm-contact-us fieldset ul {
    background:#DDDDDD url(http://e1h11.simplecdn.net/zoolu/web/fieldset-bg.png) repeat-x scroll 0 0px;
    margin: 0;
    padding: 30px;
    border: 1px #ccc solid;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;    
    
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;    
}

.contact-info {
    background: url(http://e1h11.simplecdn.net/zoolu/web/box.gif) no-repeat;
    width: 278px;
    height: 304px;
    padding: 14px;
    padding-left: 28px;
}
.contact-info h3 {
    font-weight: bold;
    font-size: 1.2em;
}
#page-contactus .col-right h2 {
    margin-left: 24px;
}


/*=====contact error/success styles===*/
#frm-contact-us-err {
    padding: 1.4em;
    width: 495px;
    font-size: 12px;
    border: 2px #8A1F11 solid;
    color: #8A1F11;
}
.form-err {
    background: #FBE3E4;
}
.form-err h3 {
    margin-left: 1em;
}
.form-err p {
    margin-left: 1.5em;
}
.form-err ul {
    margin-left: 2.5em;
}
#success-confirm-msg {
    font-size: 18px;
}

#frm-contact-us-err {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;    
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;        
}

.formfields #inp-message {
    width: 445px;
    height: 90px;
}
#inp-name,
#inp-email,
#inp-phone {
    width: 300px;
    /* Golden Ratio Son*/
}
/*====new homepage styles====*/
.col-left-img {
    background: url(http://e1h11.simplecdn.net/zoolu/web/why-white.gif) no-repeat;
    width: 57px;
    height: 177px;
    float: left;
}
.col-right-img {
    background: url(http://e1h11.simplecdn.net/zoolu/web/services2.png) no-repeat;
    width: 315px;
    height: 283px;
}
.special-img {
    background: url(http://e1h11.simplecdn.net/zoolu/web/special.gif) no-repeat;
    width: 220px;
    height: 169px;
    margin-left: 48px;
}
.special-img a:hover {
    background-color: transparent;
}

.col-left {
    float: left;
    width: 530px;
    display: inline;    
}
.col-right {
    float: right;
    display: inline;
}

#page-contactus .col-right {
    float: left;
    margin-left: 40px;
    display: inline;
}

.col-right li {
    text-indent: -9999px;
    list-style: none;
}
.why {
    margin-left: 60px;
    margin-top: 20px;
}
.why li {
    color:#86C240;
    font-size:22px;
    line-height:48px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:12px;  
}

.services {
    height: 214px;
}
#special-button {
    display: block;
    width: 220px;
    height: 169px;
    text-indent: -9999px;
}

#quote-img {
    display: block;
    height: 55px;
    text-indent: -9999px;
}
#quote-img:hover {
    background: url(http://e1h11.simplecdn.net/zoolu/web/services2.png) no-repeat 0px -298px;
}
#quote-img {
    display: block;
    height: 55px;
    text-indent: -9999px;
}

.clear-fix {
    clear: both;
}