
body {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	background: #086090 url(images/header_bg.jpg) 50% top no-repeat;font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 62.5%; 
	color: #fff;
}


LI.product-list{
	list-style-image: url(images/bullet.gif);
	list-style:square;
}

UL.product-list{
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
}


/* reset default HTML values */
img, form, fieldset, input, select, h1, h2, h3, h4, h5, h6, p, ul, li, hr {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3em;
	text-align:justify;
}

div#main_body {
	position: relative;
	padding: 10px 10px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 10px 0px 10px;
}

#main_body h2 {
	margin: 0px 0px 30px 0px;
	color: #BBD36C;
	font-size: 22px;
	font-weight: 100;
}

#main_body h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3999DA;
}

#main_body strong {
	color: #BBD36C;
}

#main_body ul, #main_body ol {
	margin: 25px 0px 25px 25px;
}

#main_body p {
	margin: 20px 0px;
}

#main_body a, #footer a {
	color: #BBD36C;
	text-decoration: none;
}

#main_body a:hover, #footer a:hover {
	color: #3999DA;
}

div#footer {
	position: relative;
	padding: 5px 10px 10px 0px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}


#global_search {
	position: relative;
	background: transparent url(images/g_global_search_bg.gif) left top no-repeat;
	float: right;
	z-index: 110;
	margin-top: 6px;
	width: 187px; height: 24px;
}

#global_search ul li {
	float: left;	
}

#global_search .searchInput input {
	margin: 6px 0 0 25px;
	*margin-top: 3px; 
	/* for IE6 and IE7 */
	font-size: 1.2em;
	font-weight: bold;
	width: 141px;
	background-color: transparent;
	color: #fff;
}

#global_search .searchSubmit input {
	background: transparent url(images/btn_global_search_submit.gif) left top no-repeat;
	width: 21px; height: 24px;
}







#imgbox {
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 3px;
	border-color: #DEDFDE;
	float: middle;
	overflow: hidden;

} 

#imgbox img.load {
	margin: 42px;
}

#imgbox img.loaded {
	margin: 0px;
}







#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}