/* CSS Document */

*{
	padding:0px;
}

.tablediv {
	display:table;
	width:600px;
	/*
	background-color:#eee;
	border:1px solid  #666666;
	*/
	
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	/*border-collapse:separate;*/
}
.celldiv {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:40%;
}

.celldiv1 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:60%;
}

.rowdiv  {
	display:  table-row;
	width:auto;
}

.red{color:#FF0000;}

.padding2px{ padding-right:2px;}
.padding5px{ padding-right:2px;}

.paddingLeft3px{ padding-left:3px; }

.head1
{
	color:#555555;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.textheading
{
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}

.texContent11Normal
{
	color:#000000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

.textField
{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#000000;
	font-family:tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:15px;
	margin:1px 0;
	text-indent:4px;
	width:160px;
}

.selectField
{
	border:1px solid #CCCCCC;
	color:#000000;
	font-family:tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:18px;
	margin-bottom:1px;
	margin-top:1px;
	text-align:left;
	text-indent:4px;
	width:160px;
}

/* Page layout for the Design*/

.center
{
	text-align:center;
}

#wrapper
{
	background:#FFFFFF none repeat scroll 0 0;
	width:100%;
}

#wrapper_r
{
	padding-bottom:20px;
	padding-left:1px;
	padding-right:0;
}

#header
{
	height:100px;
	width:950px;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin:0;
	padding:0;
}

#headleft
{
	float:left;
	width:420px;
	/*position:absolute;*/
}

#headright
{
	float:left;
	right:20px;
	position:absolute;
}

#logoImage
{
	background-image:url(../images/banner5.5.png);
	
}

#clearAll{ clear: both; }

#middleDiv
{
	height:100%;
	float:left;
	border:1px solid #0000FF;
	width:100%;
}
#leftBox
{
	float:left;
	width:243px;
	/*border:1px solid #990000;*/
	height:100%;
	background-color:#F8F8F8;
}

#middleBox
{
	float:left;
	width:600px;
	/*border:1px solid #990000;*/
	height:100%;
}
#middleBoxSiteMap
{
	float:left;
	width:100%;
	height:100%;
}

#rightBox
{
	float:left;
	width:268px;
	/*border:1px solid #CC0033;*/
	height:100%;
	background-color:#F8F8F8;
}
.whiteText
{
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

a.whiteText:hover
{
	color:#F8B60D;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
}

#left5px
{
	text-align:left;
	padding-left:15px;
}

.paddingTopBotton5px
{
	padding-top:5px;
	padding-bottom:5px;
}

#leftBox{background-color:#F8F8F8;}

#height30{height:30px;}

a.productlink:hover{
	color:#0303C3;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
}
a.productlink:link {
	color:#0303C3;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

a.productlink:active {
	color:#0303C3;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

a.productlink:visited  {
	color:#0303C3;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}
li.liback
{
	background:url(../images/product_table_div.gif) bottom repeat-x;
	width:127px;
	list-style:none;
	height:1px;
}

.menulink1
{
	color:#0303C3;
	font-family:Tahoma;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
}

a.menulink1:hover {
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	line-height:normal;
	text-decoration:underline;
}


.heading2{
	color:#666666;
	font-family:"Univers Condensed",Tahoma,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.heading3
{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.red{color:#FF0000;}