html, body {
/* \*/
	height:100%;
	width: 100%;
	/* hide from Mac IE 5.x */ 
	font-family: Verdana;
	font-size: 10pt;
	color: #333;
	padding: 0;
	margin: 0;
	background-color: #000000;
}

#container {
	width: 760px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	
	
}

.textbox
{
float: right;
margin-right: 400px;
}
.product_para
{
margin-top: 550px;
}

#color
{
color: #113277;
}

#products_table 
{
margin-left: 8px;
border: 5px solid #113277;
}

#links a:hover
{
	color: #ee7700;
}


#header {
	width: 760px;
	height: 130px;
	position: relative;
	float:left;
}

#contentBox {
   float: left;
	width: 760px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	text-align: left;
	min-height: 280px;
	position: relative;
	top:-4px;
	
}

* html #leftColumn {
	height: 320px;
}

#leftColumn {
   background-image: url(../images/left_side_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	position: relative;
	width: 190px;
	float: left;
	min-height: 280px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

* html #content {
	height:280px;
	width: 600px;
	
}

#content {
	text-align: left;
	padding: 0px 10px 0px 0px;
	position: relative;
	float:left;
	width: 560px;
	background-color: #ffffff;
	min-height: 280px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	clear: right;
	
	
}

h1 {
	font-size: 17px;
	font-weight: bold;
	
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

* html #bubblespace {
	padding-right: 20px;
	
}

* html .bubbles {
	position: absolute;
	width:18px; 
	height:18px;
	padding-right: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/favicon.png');
}



#footer {
	padding-top:0px;
	width: 500px;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	float: left;
	color: #000000;
	clear: left;
	
	
}

#footer a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

#footer a:visited {
	color: #c80000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #ee7700;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	
}

#footer a:active {
	color: #c80000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

#footercbs {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 10px;
}

#footercbs a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
} 

#footercbs a:hover {
	text-decoration: none; 
	font-family: Verdana;
	color: #ee7700;
	font-size: 9px;
	font-weight: bold;
}

#footercbs a:visited {
	color: #ee7700;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
} 

#footercbs a:active {
	text-decoration: none; 
	font-family: Verdana;
	color: #ee7700;
	font-size: 9px;
	font-weight: bold;
}

