/* global */
html{height: 100%;}

/* main */

#main 
{ width: 800px;
height: 600px;
margin:auto;
position: relative;
}

#titlebar 
{ width: 800px;
height: 56px;
margin:auto;
position: absolute;
text-align:center;
}

#topbar 
{ width: 800px;
height: 9px;
margin:auto;
position: absolute;
top: 57px;
}

#midleft 
{ width: 191px;
height: 281px;
position: absolute;
left: 15px;
top: 67px;
background-image:url(../images/blue.jpg);
background-repeat:no-repeat;
padding-left:47px;
padding-top: 85px;
padding-right: 15px;
}

#midcenter 
{
	width: 247px;
	height: 355px;
	position: absolute;
	left: 268px;
	top: 68px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: scroll;
}

#midright 
{	width: 247px;
	height: 355px;
	position: absolute;
	left: 530px;
	top: 67px;
	padding-left: 10px;
	padding-top: 10px;
}

#midright_Image
{
	width: 257px;
	height: 365px;
	position: absolute;
	left: 535px;
	top: 67px;

}

#btmleft 
{ width: 765px;
height: 119px;
margin:auto;
position: absolute;
left: 18px;
top: 434px;
background-image:url(../images/blue.gif);
background-repeat:repeat;
}

#distributers_left
{	width: 253px;
	height: 97px;
	margin:auto;
	position: absolute;
	padding-top: 22px;
}

#distributers_center
{	width: 254px;
	height: 97px;
	margin:auto;
	position: absolute;
	left: 256px;
	padding-top: 22px;
}

#distributers_right
{	width: 255px;
	height: 97px;
	margin:auto;
	position: absolute;
	left: 511px;
	padding-top: 22px;
}

#btmaddress 
{ width: 800px;
height: 46px;
margin:auto;
position: absolute;
top: 554px;
}

#btmsearch 
{ width: 545px;
height: 62px;
margin:auto;
position: absolute;
top: 600px;
padding-left: 255px;
}

/* text */

.MainMenu 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
line-height: 17px;
}

.subMenu 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
padding-left: 10px;
line-height: 17px;
}

.title 
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
font-weight: bold;
}
