/*
* /*Set's border, padding and margin to 0 for all values
{
padding: 0;
margin: 0;
border: 0;
}
*/
html{
    margin: 0px;
    height: 100%;
}

* html #page {
height: 800px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

a{
    color: navy;
}

a:hover{
    text-decoration: none;
}

body{
    margin: 0px;
    color:#333;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    background-color: #666;
    /*background-image: url(../images/headers/background.png);*/
    background-repeat: repeat-x;
}

table, tr, td{
padding:0;
margin:0
}

img{
    border:0;
}

form {
padding:0;
margin:0;
margin-bottom:5px;
}

#main{
    margin-left:185px;
    margin-right:20px;
    min-height:800px;
}

div#pagewrap{
    width: 1000px;
}

#page{
    width: 780px;
    min-height: 800px;
    background-color: white;
    /*margin-left: auto;*/
    margin-right: auto;
    text-align: left;
    position: relative;
}

div#homesidebar, div#sidebar{
    color:#fff;
    width: 195px;
    float: right;
    position:relative;
}

div#sidebar{
    margin-top:150px;
}

div#sidebar p{
    margin-top:0;
    padding-top:0;
}

#header{
    /*background-image: url(../images/headers/header3.png);*/
    background-repeat:no-repeat;
    width: 800px;
    height: 150px;
    padding: 0px;
    margin: 0px;
    text-align:center
}

#header h2{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    text-align: left;
    color: black;
    text-indent: 0px;
    padding-top:10px;
    margin-top:0;
    font-weight:normal;
}

#header h3{
    visibility: hidden;
    font-size:12px;
    text-align: left;
    color: black;  
    margin-left: 0px;
    text-indent: 235px;
    line-height: 1em;      
}

#navigationContainer{
    width: 160px;
    border-right: 9px solid white;
    border-left: 9px solid white;  
    border-bottom: 9px solid white;  
    background-color:#fff;
    float:left;
    color:#888;
}  

#navigationContainer a{
    color: #333;
}

#navigationContainer a:hover{
    color:#0066CC;
}  
#navigationContainer ul{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    list-style:none;
}
#navigationContainer li{
    /*display: inline;*/
    padding-left: 5px;
    padding-right: 5px;
}  

#home #nav-home a,
#what #nav-what a,
#gall #nav-gall a,
#abou #nav-abou a,
#othe #nav-othe a,
#comm #nav-comm a,
#prin #nav-prin a,
#less #nav-less a,
#cont #nav-cont a,
#mail #nav-mail a {
    color:#888;
    text-shadow:none;
    text-decoration: none;
    cursor: default;
}

#content{
    width: 682px;
    height:600px;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 9px solid white;
    border-left: 9px solid white;
    border-bottom: 9px solid white;  
    background-color: #fff;
}

#content a{
    color: white;
}

#content_examples{
    width: 682px;
    margin-left: 0px;
    margin-right: 0px;
    border-right: 9px solid white;
    border-left: 9px solid white;
    border-bottom: 9px solid white;  
}

#sidebarContainer{
    float: right;
    width: 30%;
    background-color: #fff;
    text-align: center;
    color:#333;
    border-bottom: 9px solid white;
    border-left: 9px solid white;
    background-color:white;
}

.sidebarHeading{
    background-image: url(../images/arrow.gif);
    padding-left: 0px;
    background-repeat: no-repeat;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-position: 0px 4px;
    margin-bottom: 15px;
}

#contactSection{
    padding: 20px 10px 10px 10px;
    border-bottom: 1px dotted #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow: hidden;
    position: relative;
}

#promoSection, #linksSection{
    padding: 20px 10px 10px 10px;
    border-bottom: 1px dotted #ffffff;  
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow: hidden;
    position: relative;
}

#tipsSection{
    padding: 20px 10px 10px 10px;    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    overflow: hidden;
    position: relative;
}

#sidebarText ul{
    margin: 0px;
    padding: 0px;
}
#sidebarText li{
    margin: 0px;
    padding: 0px;
    list-style:none;
}

h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-top:0;
}

h4{
    font-family: Georgia, "Times New Roman", Times, serif;
}

.featureTitle{
    padding-left: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;  
    margin-bottom: 10px;
}

.featureText{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 9px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.featureText ul{
    padding-right: 30px;
}
.featureText li{
    padding-left: 5px;
    padding-right: 5px;
}

#infoBox{
    color: #222222;
    background-color: whitesmoke;
    font-family:Georgia, "Times New Roman", Times, serif;
    padding: 9px;
    margin: 9px;
    width: 250px;
    float: right;
}

.stageTitle{
    padding-left: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;  
    margin-bottom: 10px;
    border-bottom: 2px solid;
}

#whatWeDoList{
    list-style: square;
}

#welcomeSection{
    padding-top: 9px;
    padding-right: 9px;
    color: #333;
    background-color:white;
}

#whatWeDoSection{
    padding-top: 9px;
    padding-right: 0px;
    color: #222222;
    border-bottom: 1px dashed #999999;
    background-image: url(../images/headers/head_bg2.png);
    background-position:top right;
    background-repeat: no-repeat;
}

#otherServicesSection{
    padding-top: 9px;
    padding-right: 0px;
    color: #222222;
    border-bottom: 1px dashed #999999;
    background-image: url(../images/headers/head_bg2.png);
    background-position:top right;
    background-repeat: no-repeat;
}

#statisticsSection,
#aboutUsSection{
    background-image: url(../images/headers/head_bg.png);
    background-position:top right;
    background-repeat: no-repeat;
    padding-top: 9px;
    padding-right: 0px;
    color: #222222;
}

#mailSection,
#pricingSection{
    background-image: url(../images/headers/head_bg3.png);
    background-position:top right;
    background-repeat: no-repeat;
    padding-top: 9px;
    padding-right: 0px;
    color: #222222;
}


#palermoImage{
    float:left; padding-right: 9px; padding-bottom: 9px;
}    
    
#massage3{
}  

#prints_table td{
    width:110px;
    vertical-align:top
}

#pricing_table{
width: 100%;
text-align:center;
background-color:#333;
margin:0;
padding:0;
border:0
}  

#pricing_table tr{
margin:0;
padding:0
}

#pricing_table th, #pricing_table td{
background-color:#fff;
margin:0;
padding:0
}

#pricing_table img{
margin-top:1em;
}  

div#siderotator{
float:right; text-align:center;
}

div.sub{
vertical-align: sub;
font-size: smaller;
}
