* { padding: 0; margin: 0; }

body
{
font-family: 'Helvetica Neue', Helvetica, Arial;
color:#000000;
line-height: 120%;
font-size : 12px;
}


a {
color: #000000;
font-size: 12px;
font-style: italic;
border-bottom: 1px dotted #cccccc;
text-decoration: none;
}

a.reg {
color: #000000;
font-style: normal;
border: 0px;
text-decoration: none;
}


a.menu
{
color: #000000;
font-weight: bold;
font-size: 14px;
text-decoration: none;
margin-left: 10px;
border-top: 1px dotted #ebebeb;
border-bottom: 0px;
}

a.menu:hover
{
border-top: 1px dotted #000000;
color: #272727;
}

div#top
{
margin: 0 auto;
width: 1000px;
height: 150px;
border: 0px solid black;
}

div#logo
{
float: left;
width: 150px;
height: 146px;
background-image: url('logo.png');
}

div#menu
{
margin-top: 130px;
float: right;
border: 0px solid black;
}

div#banner
{
margin: 0 auto;
width: 100%;
height: 250px; /*200*/
background-color: #000000;
}

div#content
{
margin: 0 auto;
width: 1000px;
}

div#footer
{
margin: 0 auto;
margin-top: 15px;
padding-top: 2px;
text-align: center;
width: 1000px;
height: 20px;
color: #272727;
background-color: #ebebeb;
}

div.box
{
float: left;
margin-top: 25px;
margin-right: 50px;
width: 275px;
line-height: 200%;
border: 0px solid black;
}

div.box_cost
{
float: right;
margin-top: 25px;
width: 370px;
height: 180px;
line-height: 200%;
border: 0px solid black;
}

div.box_services
{
float: left;
margin-top: 25px;
margin-right: 20px;
width: 275px;
height: 150px;
line-height: 200%;
border: 0px solid black;
}

div.box_whyme
{
float: left;
width: 400px;
line-height: 200%;
border: 0px solid black;
}


div.title
{
margin-top: 35px;
line-height: 200%;
float: left;
width: 380px;
border: 0px solid red;
}

div.showcase
{
margin-top: 35px;
padding: 1px;
float: right;
width: 600px;
height: 200px;
border: 2px solid #ebebeb;
}

input
{
border: 0px;
padding: 8px;
background-color: #e1e1e1;
color: #272727;
}

textarea#description
{
border: 0px;
padding: 8px;
background-color: #e1e1e1;
color: #272727;
width: 500px;
height: 350px;
}

td.left
{
font-weight: bold;
text-align: right;
}