/* CSS Document */
html,body{
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
body{
    background-color: #FFFFFF;
  	font-family: tahoma, verdana, sans-serif;
	font-size:12px;
	line-height: 200%;
}
p{
    /*text-align: justify;*/
}
a{
    color: #373737;
    text-decoration:none;
    
}
a:hover{
    text-decoration:underline;
}
#header{
    background: #373737 url(/assets/header.jpg) no-repeat;
    height: 110px;
}
#top_menu{
    width: 500px;
    padding: 70px 0px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#top_menu li{
    color: #CCCCCC;
    float: left;
}
#top_menu li a{
   color: white;
}
#wrap{
    width: 760px;
    margin: 0 auto;
}
.left_side{
    width: 420px;
    float: left;
}
.right_side{
    width: 300px;
    float: right;
}
ul li {
    list-style-type: none;
}
label{
    font-weight: bold;
}
#compare_button{
    display: block;
    margin-left: auto;
    margin-right: auto;
}