
/* Overrides */


#body
{
/*	margin: 0 0 0 174px;*/
	width: 375px;
	background: none;
}


#rightColumn
{
/*	position: absolute;
	left: 572px;
	top: 190px;
	height: 100%;*/
	margin-top: 30px;

	float:right;
	width:175px;
}

#rightColumn a img
{
	display: block;
	margin: 0 4px 4px 0;
	
}

#productsList
{
	margin: 0;
}

/* Three Column Styles */
/*.bluebox, .yellowbox, #yellowWidebox */


.bluebox
{
	font-size: 10px;
	margin-bottom: 10px;
	/* shyamade added to make rounded corners look right */
	background: url(../images/common/bluetop_body.gif) repeat-y;

}

.yellowbox
{
	font-size: 10px;
	margin-bottom: 10px;
	background: url(../images/common/yellowtop_body.gif) repeat-y;

}

.bluebox h6, .yellowbox h6
{
	margin: 0;
	padding: 6px 2px 0 6px;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
}

.bluebox h6
{
	background: url(../images/common/bluetop.gif) no-repeat; 
}

.yellowbox h6
{
	background: url(../images/common/yellowtop_top.gif) no-repeat; 
}

.bluebox ul, .yellowbox ul
{
	list-style-type: none;
	list-style-image: none;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bluebox ul
{
	background: url(../images/common/bluebottom.gif) no-repeat left bottom;
}

.yellowbox ul
{
	background: url(../images/common/yellowbottom.gif) no-repeat left bottom;
}

.bluebox li, .yellowbox li
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 1px 6px;
}


.bluebox a, .yellowbox a
{
	color: #4D4D4D;
}

.bluebox a:link, .yellowbox a:link
{
	color: #4D4D4D;
}
.bluebox a:visited, .yellowbox a:visited
{
	color: #800080;
}


.bluebox a:hover, .yellowbox a:hover, .bluebox a:active, .yellowbox a:active
{
	color: #4D4D4D;
}


#yellowWidebox, #contactBox
{
	color: #039;
	clear: left;
	margin-bottom: 8px;
	width:372px;
}

#contactBox
{
	background: url(../images/common/yellowwidetop.gif) no-repeat;
}
#yellowWidebox
{
	padding-bottom: 5px;
	background: url(../images/common/yellowwidetop_body.gif) repeat-y;
	border-top: 1px #B37E00 solid;
	border-bottom: 1px white solid;
	float:left;

}


#yellowWidebox a:link, #contactBox a:link
{
	color: #039;
}

#yellowWidebox a:visited, #contactBox a:visited
{
	color: #800080;
}


#yellowWidebox a:hover, #contactBox a:hover, #yellowWidebox a:active, #contactBox a:active
{
	color: #039;
}


#yellowWidebox img, #contactBox img  { clear: left; display: block; }

/* #yellowWidebox h6, #contactBox h6 */
#yellowWidebox h2
{
	margin: 0;
	padding: 6px 0px 0px 6px;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	/* Height for IE6 Peekaboo Bug Fix - http://www.positioniseverything.net/explorer/peekaboo.html */
	height: 1%;
}

#yellowWidebox ul
{
	float: left;
	width:170px;
	list-style-type:none;
	list-style-image:none;
	margin-left: 5px;
	padding: 0px;
	padding-right: 2px;
	
}

#yellowWidebox ul.onecol
{
	width:340px;
	float: left;
}


#yellowWidebox li
{
	margin-left: 0px;
	padding:0px;
	padding-left: 10px;
	margin-top: 0px;
	list-style-image:none;
	list-style-type:none;		
	background: url(../images/common/arrow.gif) no-repeat 0px 3px;
}


#yellowWidebox .search
{
	margin: 4px 0;
	clear: both;
}
#yellowWidebox .search h6
{
	display: inline;
}
#yellowWidebox .search button
{
	width: 41px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 4px;
	background: #FFE699 url(../images/common/go.gif);
	border: none;
}

#yellowWidebox .search #searchLegend
{
	width: 165px;
	margin: 0 3px;
	font-size: 10px;
	border: 1px #666 solid;
}
#contactBox
{
	color: black;
}
#contactBox strong { margin: 0 6px; }
#contactBox ul
{
	list-style: none;
	margin: 0 12px 0 0;
	padding: 6px;
	border-top: 1px #666 dotted;
}
#contactBox ul li a
{
	font-weight: bold;
}


