@charset "utf-8";
/* CSS Document */

body
{
font-size:12px;
margin:0px auto;
text-align:center;
background-image:url(bodybg.png);
background-repeat: repeat-x;
background-color:#DFDFDF;
}

.page
{
width:940px;
margin:0px auto;
font-family:Arial, Helvetica, sans-serif;
}

.header
{
background-image:url(header.png);
background-repeat:no-repeat;
height:100px;
background-position:top center;
color:#FFFFFF;
padding-left:95px;
font-size:20px;
font-family: 'Comfortaa', sans-serif;
}

.sidebar
{
width:200px;
float:left;
font-size:14px;
margin-bottom:20px;
text-align:center;
padding-bottom:20px;
background:url(sidebarbg.png);
background-position:bottom;
min-height:150px;
}

.sidebar_top
{
text-align:center;
height:25px;
color:#ffffff;
font-size:14px;
padding-top:5px;
font-family: 'Comfortaa', sans-serif;
background:url(sidebartop.png);
-moz-box-shadow: 0 0 5px #DEDEDE;
-webkit-box-shadow: 0 0 5px #DEDEDE;
box-shadow: 0 0 5px #DEDEDE;
}

.white_box
{
 width:690px;
float:left;
font-size:14px;
font-weight:bold;
margin-bottom:20px;
text-align:center;
padding:20px;
background-color:#ffffff; 
-moz-box-shadow: 2px 2px 5px #4A4A4A;
-webkit-box-shadow: 2px 2px 5px #4A4A4A;
box-shadow: 2px 2px 5px #4A4A4A;   
}

ul
{
list-style-type:none;
-webkit-padding-start: 0px;
margin-top:0px;
}

li
{
line-height:30px;
margin:2px;
width:110px;
background-color: #4A4A4A;
color:#ffffff;
padding-left:5px;
display:inline-block;
-moz-box-shadow: 2px 2px 5px #FFFFFF;
-webkit-box-shadow: 2px 2px 5px #FFFFFF;
box-shadow: 2px 2px 5px #FFFFFF;
}

#quote input[type="submit"]
{
    padding:10px;
}

.middle
{
width:730px;
margin-left:7px;
float:left;
margin-bottom:20px;
text-align:left;
}

.middle_top
{
height:25px;
color:#FFFFFF;
font-size:14px;
padding-top:5px;
padding-left:0px;
margin-bottom:10px;
}

.footer
{
background-image:url(footer.png);
height:80px;
width:940px;
color:#FFFFFF;
font-size:14px;
float:left;
text-align:center;
padding-top:40px;
font-family: 'Comfortaa', sans-serif;
}
