img{
border: none;
padding: 0;
}
form {
display: inline;
}

.price-box{
width: 80%;
margin: 0 auto;
padding: 5px 10px 10px 10px;
background: #f9f9f9;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #999999;
}
.service-box{
float: left;
width:250px;
padding: 5px 10px 10px 10px;
margin: 0 10px 20px 0;
background: #f9f9f9;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #999999;
}

a:link { color: #3366cc; text-decoration: none;}
a:visited { color: #3366cc; text-decoration: none;}
a:hover { color: #0000CC;}
a:active { color: #000066; }

.classy:link {color: #000000;}
.classy:visited {color: #000000;}
.classy:hover {color: #333333;}
.classy:active {color: #666666;}

.harmonize:link {color: #666666;}
.harmonize:visited {color: #666666;}
.harmonize:hover {color: #333333;}
.harmonize:active {color: #666666;}

h1 {
font-size: 14px;
color: #3366CC;
text-align: center;
text-transform: uppercase;
margin-bottom: 225px;
margin-top: 0px;
}

h2 {
font-size: 15px;
line-height: 100%;
color: #999999;
text-align: center;
margin-bottom: 5px;
text-transform: uppercase;
}

div#wrapper h3 {
font-size: 14px;
text-align: center;
color: #666666;
margin-bottom: 3px;
margin-top: 0px;
}

div#navigation h3 {
font-size: 12px;
text-align: center;
color: #666666;
margin-bottom: 3px;
margin-top: 0px;
}

div#wrapper h4 {
font-size: 16px;
font-weight: normal;
color: #666666;
margin-top: 15px;
margin-bottom: 3px;
text-align: center;
}

div#navigation h4 {
font-size: 14px;
font-weight: normal;
color: #666666;
margin-top: 10px;
margin-bottom: 3px;
text-align: center;
}

hr { width: 100%; height: 1px; color: #cccccc; border: none;} /* Internet Explorer */
html>body hr { width: 100%; height: 1px; background-color: #cccccc; border: none;} /* Gecko-based browsers */
html>body hr { width: 100%; height: 1px; background-color: #cccccc; border: 0px solid #eaeaea;} /* Opera and Gecko-based browsers */

.small{
font-size: 11px;
}
.medium{
font-size: 14px;
}
.large{
font-size: 16px;
}

.left{
text-align: left;
}
.right{
text-align: right;
}
.center{
text-align: center;
}

.black{
color: #000000;
}
.brown{
color: #996633;
}

.design-company:link {color: #f0f0f0;}
.design-company:visited {color: #ececec;}
.design-company:hover {color: #cccccc;}
.design-company:active {color: #cccccc;}
.design-company {font-size: 11px;}

.floatleft{
float: left;
}
.floatright{
float: right;
}

.pad5{
padding: 5px;
}
.pad10{
padding: 10px;
}
