@charset "utf-8";
/* CSS Document */


.master {
text-align:center;
width:775px;
position:relative;
margin-top:15px;
background-image:url(theme/mainbg.jpg);
background-repeat:repeat-y;
margin:0 auto;
overflow:auto;
}

.retail_master {
text-align:center;
width:775px;
position:relative;
margin-top:15px;
background-image:url(theme/mainbg.jpg);
overflow:auto;
}

.calendar_master {
text-align:center;
width:775px;
position:relative;
margin-top:15px;
background-image:url(theme/mainbg.jpg);
background-repeat:repeat-y;
height:3000px;
}

.header {
text-align:center;
width:775px;
height:123px;
background-image:url(theme/header.jpg);
}

.nav {
text-align:center;
widows:760px;
height:41px;

}

.sidebar {
text-align:center;
width:240px;
height:auto;
float:left;
}

.main {
width:500px;
height:auto;
float:right;
clear:right;
padding-right:15px;
padding-left:15px;
padding-top:10px;
overflow:hidden;

}

.footer {
text-align:center;
margin:auto;
width:775px;
background-image:url(theme/footer_bg.jpg);
background-repeat:repeat;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

.footerend {
text-align:center;
margin:auto;
width:775px;
height:8px;
background-image:url(theme/footer_end.jpg);
clear:both;

}

.bodytext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align:left;
}

.pageheader {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
text-align:left;
}

.productbox {
position:relative;
width:495px; 
height:169px;
background-image:url(theme/prod_box.jpg);
background-repeat:no-repeat;
text-align:center;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}

.product_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-align:left;
}

.redbody {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#990000;
}