/* CSS Document */

/* Colors

   Dark Blue:    0d1263
   Grey:         72706e
*/
  
body {
	text-align				: center;
	background-color		: #FFFFFF;
	font-family				: Arial, Helvetica, sans-serif;
	font-size:12px;
	color					: #000;
	}
	
/*set all elements */
* {margin:0px; padding:0px;}

div.main_body {
	width     				: 812px;
	margin					: auto;
	}
	
div.main_body_bg {
	width     				: 812px;
	margin					: auto;
	background-color:#e4e7e6;
	}

div.top {
	width					: 812px;
	height					: 15px;
	float:left;
	/*background				: url(../images/bar.png) repeat;*/
	}	

div#wsle {
	width					: 400px;
	height					: 504px;
	/*background				: url(../images/whole/qsbg.gif) no-repeat;*/
	}
	
div#navigation {
	float					: left;
	margin-top:30px;
	}

div.content {float:left; width:400px;  padding:0 20px; margin:30px 0;}

div.news {
	width 					: 175px;
	padding			:10px 0;
	text-align:left;
	}
	
div#right_info {
	float:right;
	width					: 160px;
	padding-left			: 5px;
	margin-top				: 30px;
	}
	
div#footer {
	float:left;
	width:770px;
	text-align: center;
	padding:5px 20px;
	border-top:1px solid #000;
	}

div.add_bar {
	padding-top				: 2px;
	text-align				: left;
	}
	
div.ftleft {float:left;}

	/* Clears floats */
div.clearfloat {clear:both;}

div.fspace {padding-top:5px; text-align:left;}
div.ftext {width:90px; text-align:right;}

fieldset{
	background: #f5f5f5;
	}

/*  FONT STYLES   */
p {text-align:justify;}

.style1 {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: small;
	font-weight				: bold;
	text-decoration			: underline;
	text-align				: center;
	color					: #0d1263;
	}
	
.style2 {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: x-small;
	text-decoration			: none;
	text-align            	: left;
	color					: #0d1263;
	}
	
.style3 {font-family:Arial, Helvetica, sans-serif; font-size:16px; text-decoration:none; 	text-align: left; color:#000;}

.style4 {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; 	text-align: left; color:#000;}
	
.style10{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000;}

.style_address {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: .75em;
	color					: #ffffff;
	text-align:center;
	}
.large_heading {font-size:x-large; text-decoration:underline;}

.style_footer {
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: xx-small;
	}
	
img.alignright {margin: 3px 0 3px 8px; display: inline;}

img.alignleft {margin: 3px 8px 2px 0; display: inline;}

/******************************************************************************************
		Wholesale Pricelist
*******************************************************************************************/
.bal_top {height:27px;
	background-image:url(../images/balloon/bsllon_top.gif);
	}
	
.bal_mid {background-image:url(../images/balloon/ballon_middle.gif);
	}
	
.bal_bot {height:8px;
	background-image:url(../images/balloon/ballon_bottom.gif)
	}
	
.xstooltip 
{
    visibility: hidden; 
   	position:absolute;
	top: 0;  
    left: 0; 
    z-index: 100; 

    font: normal 8pt sans-serif; 
	text-align:left;
	width: 200px;
	 /*height:200px;
   	border: solid 1px #003399;;
	background-color:#dbe5f5;
	background:url(../images/bt.gif) no-repeat;*/
}

.xstooltip .t_reason{padding:3px 0 5px 45px; 
	}

.xstooltip  .r_reason {padding:0 12px;
	text-decoration:underline;
	}

.xstooltip .reason {text-align:left;
    padding:10px 10px 0 20px; 
	}
	
.grey_col {text-align:left; 
	height:15px;
	background-color: #f5f5f5; 
	color: #0d1263; 
	padding:5px 0 5px 10px;
	}
	
.white_col {text-align:left; 
	height:15px;
	background-color: #FFF; 
	color: #0d1263; 
	padding:5px 0 5px 10px;
	}