*{
    margin: 0;
    padding: 0;
}
html, body{
    font-family:Arial,Helvetica,Verdana,Sans-Serif;
    background-color: #EDEDED;
}
a:visited, a{
    color: #43A6D3;
    font-weight: bold;
    text-decoration: none;
}
#container{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
#header{
    width: 940px;
    height: 102px;
    border-bottom: 1px solid #CCCCCC;
}
#logo_container{
    padding: 4px 0px 0px 4px;
    float: left;
    width: 192px;
    height: 102px;
}
#logo{
    
}
#header_main_navigation{
    float: left;
    height: 102px;
    width: 490px;
}
#header_right_navigation{
    font-size: 14px;
    padding: 4px 4px 0px 0px;
    float: left;
    text-align: right;
    width: 246px;
    height: 102px;
}
#section_left_content{
    padding: 4px 0px 0px 6px;
    float: left;
    width: 280px;
}
#section_title{
    
}
#section_title h1{
    font-size: 24px;
    color: #A7CB5A;
}
#left_navigation_menu{

}
#left_navigation_menu strong{
    color: #4E4E4E;
}
#menu_content{
    padding: 10px 0px 0px 16px;
    font-size: 14px;
}
#section_image_text_helper{
    float: left;
    width: 100px;
}
#section_main_content{
    float: left;
    width: 650px;
}
#section_middle{
    float: left;
    margin-left: 200px;
    width: 500px;
}
#promo_check_list ul{
    color:#667AA6;
    font-size:12px;
    margin:0px 20px 0px 0px;
    padding:0 10px 10px 10px;
}
#promo_check_list ul li{
    background:transparent url(../images/check_box_small.gif) no-repeat scroll 0 0;
    list-style-type:none;
    margin:3px 0 2px 1px;
    padding:0 0 0 20px;
    position:relative;
}
#section_information p{
    /*color:#62A8CA;*/
}
#section_information ul{
    color:#667AA6;
    font-size:12px;
    margin:0px 20px 0px 0px;
    padding:0 10px 10px 10px;
}
#section_information ul li{
    background:transparent url(../images/check_box_small.gif) no-repeat scroll 0 0;
    list-style-type:none;
    margin:3px 0 2px 1px;
    padding:0 0 0 20px;
    position:relative;
}
#information ul{
    color:#667AA6;
    font-size:12px;
    margin:0px 20px 0px 0px;
    padding:0 10px 10px 10px;
}
#information ul li{
    background:transparent url(../images/check_box_small.gif) no-repeat scroll 0 0;
    list-style-type:none;
    margin:3px 0 2px 1px;
    padding:0 0 0 20px;
    position:relative;
}
.info {
font-size:14px;
width:600px;
}
#footer{
    margin: 0 auto;
    font-size: 12px;
    text-align: right;
    width: 940px;
    border-top: 1px solid #CCCCCC;
}
#footer a, #footer a:visited{
    color: black;
    font-weight: normal;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}