html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	background-color: #0A100B;
}

img {
	border: 0px;
}

#centercontainer {
  width: 790px;
  padding-top: 5px;
}

#top {
	background-image: url(images/default_pageimage.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 120px;
	padding-top: 40px;
}

#topmenu {
	background-image: url(images/topmenu.gif);
	background-repeat: no-repeat;
	width: 776px;
	height: 45px;
	margin: 5px 0px 5px 0px;
	padding-left: 14px;
}

#leftcontainer {
 float: left;	
}

#rightcontainer {
 float: left;
	height: auto;
}

#leftmenu_top {
	background-image: url(images/leftmenu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 35px;		
}

#leftmenu_bottom {
	background-image: url(images/leftmenu_bottom.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 5px;	
	margin-bottom: 6px;
}

#leftmenu {
	width: 238px;
	border-left: 1px solid #f0a92b;
	border-right: 1px solid #f0a92b;
	min-height: 100px;
	padding: 25px 0px 69px 0px;
}

#store_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	float: left;
}

#bannermenu {
	width: 238px;
	border-left: 1px solid #f0a92b;
	border-right: 1px solid #f0a92b;
	min-height: 100px;
}

#banners {
	padding-top: 4px;
}


#banners_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 0px 5px 52px;
	color: #ffffff;
}

#content_top {
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	width: 492px;
	height: 29px;
	margin-left: 5px;	
	padding: 6px 0px 0px 53px;
}

#content_bottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	width: 545px;
	height: 5px;	
	margin-left: 5px;
}

#content {
	width: 491px;
	border-left: 1px solid #f0a92b;
	border-right: 1px solid #f0a92b;
	min-height: 100px;
	height: 100%;
	margin-left: 5px;
	padding: 25px 26px 29px 26px;
}

ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;

}
li.menu {
	display:inline;
	padding: 0px;
}
a.menu_close {
	float: left;
	font-size: 18px;
	height: 30px;
	line-height: 18px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images/top_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #ffffff;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: underline;
	color: #ffffff;
}

a.menu_open {
	float: left;
	font-size: 18px;
	height: 30px;
	text-decoration: none;
	line-height: 18px;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images/top_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.menu_open:link, a.menu_open:visited {
	color: #ffffff;
	text-decoration:none;
}
a.menu_open:hover, a.menu_open:active {
	color: #ffffff;
	text-decoration:underline;
}

a.submenu {
	margin-left: 24px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 188px;
	text-decoration:none;
	color: #8a8a8a;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	background-image: url(images/menu_close.gif);
	background-repeat: no-repeat;
	background-position: center left;
  border-bottom: 1px dashed #8a8a8a;
}


a.submenu:link, a.submenu:visited {
	text-decoration:none;
	color: #8a8a8a;
}
a.submenu:hover, a.submenu:active {
	text-decoration:underline;
	color: #888888;
}

a.submenu_open {
	margin-left: 24px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 188px;
	text-decoration:none;
	color: #8a8a8a;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	background-image: url(images/menu_open.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 1px dashed #8a8a8a;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #8a8a8a;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #888888;
	text-decoration:underline;
}
.menuimage {
}
.submenuimage {
}
