/* Start of CMSMS style sheet 'Print' */
body {
  color : #000000;
  background : #ffffff;
  font-family : Arial, Verdana, sans-serif;
  font-size : 10pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
.sidebar, .loginbox, .footerright , .noprint{
  display : none;
} 



.container{
width: 98%;
overflow: auto;
}

h3{
font-weight: 600;
font-size: 12pt;
}

.titlebox h2{
font-weight: 600;
font-size: 14pt;
}

.titlebox h1{
font-weight: 600;
font-size: 16pt;

}

.graybox{
float: left;
width: 100%;
clear: both;
}

.contentbox{
width: 100%;
float: left;
clear: both;
}

.contentbox h3{
font-weight: 600;
font-size: 12pt;
}

.contentbox h2{
font-weight: 600;
font-size: 14pt;
margin-top: 10px;
}

.contentbox h1{
font-weight: 600;
font-size: 16pt;
margin-top: 10px;

}

.nav li {
float: left;
margin-right: 5px;

}

.titlebox {
border: 1px solid black;
width: 100%;
float: left;
clear: both;
}

.footer {
float: left;
clear: both;
width: 100%;
margin-top: 20px;
}

.hometitlebox h2{
font-weight: 600;
font-size: 14pt;
}

.hometitlebox h1{
font-weight: 600;
font-size: 16pt;
width: 100%:
}
.hometitlebox {
border: 1px solid black;
width: 100%;
float: left;
clear: both;
}

#social_networks_container{
display: none;

}

#social_networks_content{
display: none;

}


#customer_service_container{
width: 45%;
float: left;
border: 1px solid black;
}

#product_specials_container{
width: 45%;
float: left;
border: 1px solid black;
}

.menubox {
width: 100%;
float: left;
clear: both;
display: none;
}
/* End of 'Print' */

