/* CSS Document */

body {
background: #FFFFFF url(../image/top_bg.jpg) top left repeat-x;
margin: 0px;
font-family: Arial;
font-size: 12px;
color: #0f216a;
}


/*Layout*/

#main {
width: 800px;
left: 50%;
margin-left: -400px;
position: relative;
overflow: auto;
height: 790px;
}

#main_products {
width: 800px;
left: 50%;
margin-left: -400px;
position: relative;
overflow: auto;
height: 1800px;
}

#main_tips {
width: 800px;
left: 50%;
margin-left: -400px;
position: relative;
overflow: auto;
height: 1200px;
}

#main_register {
width: 800px;
left: 50%;
margin-left: -400px;
position: relative;
overflow: auto;
height: 1100px;
}

#header {
background: url(../image/header.jpg) no-repeat top left;
width: 800px;
height: 350px;
position: absolute;
top: 0px;
left: 0px;
}

#header_small {
background: url(../image/header_small.jpg) no-repeat top left;
width: 800px;
height: 126px;
position: absolute;
top: 0px;
left: 0px;
}

#footer_area {
width: 100%;
position: relative;
height: 80px;


}

#footer {
background:url(../image/footer.jpg) no-repeat top left;
width: 800px;
height: 80px;
position: absolute;
bottom: 0px;
left: 50%;
margin-left:-400px;
z-index: 5000000;
}

#footer_left {
background:url(../image/footer_left.jpg) repeat-x top left;
width: 50%;
position: absolute;
left: 0px;
height: 80px;
margin: 0px;
}

#footer_right {
background:url(../image/footer_right.jpg) repeat-x top right;
width: 50%;
position: absolute;
left: 50%;
height: 80px;
margin: 0px;
}


#content {
width: 700px;
position: absolute;
top: 344px;
left: 40px;
overflow: auto;
}


#content_small {
width: 700px;
position: absolute;
top: 126px;
left: 53px;
overflow: auto;
}

#menu {
position:absolute;
top: 10px;
right: 40px;
height: 40px;
color: #009634;
font-weight: bold;
font-size: 14px;
}

#menu a:link, #menu a:visited, #menu a:active {
color: #009634;
font-weight: bold;
font-size: 14px;
text-decoration:none;
}

#menu a:hover {
color: #f3ba02;
text-decoration:none;
}

/*Styling*/

.heading {
color: #009634;
font-weight: bold;
font-size: 18px;
}

.small {
font-size: 10px;
}

tr.headrow {
color: #FFFFFF;
background: #262b63;
}

a:link, a:visited, a:active {
color: #d9051c;
text-decoration:none;
}

a:hover {
}

table.products {
width: 300px;!important
}

