﻿body 
{
	font-family:Arial, Helvetica;
	font-size:12px;
	background-color:#FFFFFF;
}

#maincontent
{
	width:780px;
	margin:auto;
}

#bodyheader 
{
	height:116px;
	width:780px;
	border-bottom:solid 1px #000000;
}

#logosm 
{
	float:left;
	width:250px;
	height:109px;
	border:0px;
}

#menubox
{
	width:430px;
	height:30px;
	float:right;
	
}



#mb_worldmap, #mb_shoppingcart, #mb_checkout, #mb_cataloghelp 
{
	font-size:11px;
	height:28px;
	float:left;
}

#mb_worldmap
{
	width:110px;
	background-image:url('../img/bg_uppermenu_01.gif');
	background-repeat:no-repeat;
	text-indent:12px;
}
#mb_shoppingcart
{
	width:120px;
	background-image: url('../img/bg_uppermenu_02.gif');
	background-repeat:no-repeat;
	text-indent:20px;
}
#mb_checkout
{
	width:100px;
	background-image: url('../img/bg_uppermenu_03.gif');
	background-repeat:no-repeat;
	text-indent:22px;
}
#mb_cataloghelp
{
	background-image: url('../img/bg_uppermenu_04.gif');
	background-repeat:no-repeat;
	text-indent:12px;
}

#menubox a
{
	font-size:11px;
	font-weight:800;
	color:#000000;
	text-decoration:none;
	position:relative;
	top:12px;
	left:12px;
}

#menubox a:hover
{
	color:#FF0000;
}



#perpageheader
{
	width:324px;
	height:86px;
	float:right;
}

#perpageheader img
{
	float:right;
}

#mainbodycountent
{
	width:780px;
}

#footer
{
	width:780px;
	height:100px;
	clear:both;
	margin-top:30px;
}

#footinfo
{
	width:780px;
	clear:both;
	border-bottom:solid 1px #000000;
	overflow:auto;
	height:90px;
	padding-top:10px;
}
.footAddress
{
	width:300px;
	float:left;
	text-align:left;
	margin-left:20px;
}
.footMember
{
	width:360px;
	float:left;
	text-align:right;
}


#footcopyright
{
	width:780px;
	font-size:10px;
	text-align:center;
	padding:4px;
	clear:both;
}



.imgcenter
{
	margin:auto;
	clear:both;
}