/* Base Template CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
 margin:0;
 padding:0;
 font-family: arial;
}

a img{
 border: 0px;
}

#rightcolumn a{
 color:#000;
 text-decoration: none;
}

#rightcolumn a:hover {
 color: #000;
 text-decoration: none;
}

a {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: none;
}

html, body {
 margin:0; 
 padding:0;  
 background: #FFF;
}

#leftcolumn {
 display: none;
 visibility: hidden;
}

.background{ 
 display: none;
}

#scroller {
 position: static;
 width:100%; 
 top:0; 
 left:0; 
 z-index:2;
 float: none
} 


/* basic layout */
body {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #000;
 
}

h1, h2{
 margin-bottom: 8pt;
 margin-top: 8pt;
}

h2 strong{
font-weight: bold;
}



.center {
 width: 100%;
 float: none
}

.left {
 float: left;
}


.clear { 
 clear: both; 
 height: 0; 
 margin: 0;
}

#header .center {
 margin-left: 0px;
}

#logo {
 display: none;
 visibility: hidden;
}

#logoprint {
 margin-bottom:20pt;
 margin-left: 0pt;
 color: #f37021;
 font-size:18pt;
 font-weight:bold;
}

.description img {
 float: left;
 margin-right:5pt;
}

.description {}

.example strong {
 display: none; 
}

.nameproduct p {
 float: left; 
 width: 100%; 
 font-size: 8pt;
 margin-bottom:5pt;
}


#breadcrumb {
 display: none;
 visibility: none;
}


/* linksbottom */

.linksbottom {
 display: none;
 visibility: none;
}
/* end home central content */

#submenu,
#nav {
 display: none;
 visibility: none;
}


/* links */

#footer {
 display: none;
 visibility: none;
}


/* ul sitemap */

#appsitemap ul {
 list-style-type:none;
 list-style-position:inside;
}

#appsitemap ul li {
 display: block;
 color: #000;
 width: 250px;
 padding: 0px 0px 0px 12px;
 margin-left:12px;
 margin-top: 0px;
 list-style-type:none;
 background: transparent url(../images/disc.gif) 0 6px no-repeat; 
}


#home #boxes {
 float: left;
 width: 490px;
 margin-left: 3px;
}

#home #firstbox {
 float: left;
 width: 500px;
 padding-left: 10px;
 padding-right: 10px;
 background: transparent;
}

#home .box {
 float: left;
 width: 150px;
 padding-left: 10px;
 margin: 0px 0px 0px 0px;
 background: transparent;
}

#home .box img {
 padding: 0px 0px 3px 0px;
}

#addressforprint{
	border-top: 2px solid #000;font-size: 12px; padding-top:10px;
}

#addressleft{
	float:left;
	width: 40%;
}

#addressright{
	float:right;
	text-align:right;
	width: 40%;
	
}

#flashcontent, #submenu, #submenu1{
	display:none;
}