/* Site grid */

body {
background-color:#e5e5e5;
background-image:url(../images/bg_bgmain.gif);
background-position:center;
background-repeat:repeat-y;
}


.container {
clear:both;
background-color:#ffffff;
overflow:hidden;
margin:auto;
width:1000px;
}

.logo_container {
background-image:url(../images/bg-logo_corner.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#204973;
display:block;
width:1000px;
height:100px;
}

.logo {
float:left;
width:300px;
height:75px;
}

.search_box {
float:left;
margin-top:25px;
width:200px;
}

.logo_left {
display:block;
float:left;
width:500px;
}

.logo_right {
display:block;
float:right;
margin:13px 13px 0 0;
height:74px;
width:440px;
}

.top_info {
background-image:url(../images/bg-login_cart.gif);
background-position:bottom left;
background-repeat:no-repeat;
float:left;
margin:auto;
height:22px;
width:90px;
text-align:right;
margin:8px 0 0 0;
}

.menu {
background-color:#90c600;
float:left;
height:25px;
width:465px;
}

.menu_round_left {
clear:both;
background-image:url(../images/bg-menu_l.png);
float:left;
height:25px;
width:12px;
}

.menu_round_right {
background-image:url(../images/bg-menu.png);
float:left;
height:25px;
width:12px;
}

.header {
display:block;
height:100px;
width:1000px;
}

.left_column {
display:block;
float:left;
width:165px;
}

.middle_column {
display:block;
float:left;
width:580px;
}

.right_column {
display:block;
float:left;
margin:0 0 0 5px;
width:250px;
}

.footer {
background-color:#f5f5f5;
margin-top:10px;
border-top:3px solid #90c600;
clear:both;
height:60px;
text-align:center;
width:1000px;
}

.middle_left {
float:left;
display:block;
width:575px;
}

.middle_right {
display:block;
float:left;
margin-left:5px;
width:150px;
}
