/* 
    Document   : style.css
    Created on : 20-Feb-2010, 3:15:42 PM
    Author     : Steve George
    Description: PageRange default style sheet, home page
*/

* {
margin: 0px;
padding: 0px;
}

img {
border: none;
}

body {
background-image: url('../img/header_gradient.jpg');
background-repeat: repeat-x;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 150%;
}

#container {
position: relative;
width: 960px;
height: auto!important;
margin: 0 auto;
}

#header {
position: relative;
width: 960px;
height: 400px;
background-image: url('../img/header.jpg');
background-repeat: no-repeat;
}

#logo {
position: absolute;
top: 20px;
left: 20px;
width: 242px;
height: 112px;
background-image: url('../img/logo.png');
background-repeat: no-repeat;
}

#line {
position: absolute;
left: 272px;
top: 110px;
width: 668px;
height: 20px;
background-image: url('../img/line.gif');
background-repeat: no-repeat;
}

#location {
position: absolute;
top: 10px;
right: 20px;
width: 150px;
height: 70px;
text-align: right;
}

#badge {
position: absolute;
top: 5px;
right: 115px;
width: 30px;
height: 30px;
background-image: url('../img/maple_leaf_badge.png');
background-repeat: no-repeat;
}

p.location {
padding-top: 0px;
font-size: 85%;
}

#promo_text {
position: absolute;
top: 182px;
width: 960px;
height: auto!important;
}

.promo_box {
position: relative;
width: 170px;
float: left;
margin-left: 60px;
}

.first {
margin-left: 75px;
}

p.promo {
padding-top: 10px;
line-height: 180%;
}

#contact {
position: relative;
width: 811px;
height: auto!important;
margin: -24px auto;
margin-bottom: 30px;
}

#contact-top {
height: 25px;
background-image: url('../img/contact_top.png');
background-repeat: no-repeat;
}

#contact-main {
height: auto!important;
background-image: url('../img/contact_gradient.gif');
background-repeat: repeat-x;
background-position: bottom;
background-color: #FFFFFF;
border: 1px solid #797979;
border-top: none;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
}

#footer {
height: auto!important;
min-height: 400px;
background-color: #000000;
}

#geek {
position: absolute;
top: 330px;
right: 0px;
width: 208px;
height: 373px;
background-image: url('../img/geek.png');
background-repeat: no-repeat;
}

#contact-inner {
padding: 20px 100px 40px 20px;
min-height: 250px;
}

fieldset#our_technology {
background-color: #FFFFFF;
color: #333333;
font-size: 14px;
padding: 20px;
}

#our_technology img {
    padding: 20px;
    vertical-align: middle;
}

fieldset#contact_form {
color: #333333;
font-size: 14px;
padding: 20px;
margin-bottom: 30px;
}



legend {
color: #0C464B;
font-size: 16px;
padding: 10px;
border: 1px solid #666666;
margin-left: 20px;
margin-bottom: 10px;
}

input[type='text'] {
width: 500px;
height: 36px;
margin: 5px 0px;
}

textarea {
width: 500px;
height: 100px;
}

label {
color: #333333;
text-align: right;
padding-right: 20px;
}

th {
width: 150px;
padding: 10px;
text-align: right;
}

#faq {
width: 800px;
margin: 0px auto;
padding: 30px 10px;
line-height: 180%;
}

#faq p {
padding-top: 20px;
}

p.footer {
text-align: center;
padding: 30px 0px;
font-size: 75%;
}

.red {
    color: #FF0000;
    font-weight: bold;
}

.error {
background: none repeat scroll 0 0 #FBE3E4;
border-color:#FBC2C4;
color:#8A1F11;
}

.success {
background: none repeat scroll 0 0 #82f487;
border-color:#58ad5c;
color:#17951d;
text-align: center;
border-top: 1px solid;
border-left: 1px solid;
border-right: 2px solid;
border-bottom: 2px solid;
}

#message, #msg_noscript {
    position: absolute;
    top: 150px;
    left: 150px;
    width: 400px;
    padding: 20px;
    z-index: 100;
    display: none;
}

#nav {
    position: absolute;
    top: 10px;
    right: 190px;
    text-align: right;

}

#nav li {
    list-style-type: none;
    margin-left: 20px;
    display: inline;
}

a {
    color: #42858B;
}

a:visited {
    color: #42858B;
}

a:hover {
    color: #696969;
}

a:active {
    color: #42858B;
}



#nav a {
    color: #ffffff;
    font-size: 85%;
    text-decoration: none;
}

#nav a:visited {
    color: #ffffff;
}

#nav a:hover {
    color: #42858B;
}

#nav a:active {
    color: #ffffff;
}

.strong {
    font-weight: bold;
}

.big {
    font-size: 150%;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.top {
    vertical-align: top;
}

.small {
    font-size: 85%;
}

input[type='text'].sum {
    width: 250px;
    margin-top: 20px;
}

th .green {
    font-weight: normal;
}

.ques {
color: #1FC1CE;
}

p.contact {
    padding-left: 40px;
    padding-top: 20px;
}

