/*******************************************************************************
*
*  Global display settings
*
*******************************************************************************/
body
{
	width: 770px;
	margin:auto;
	padding: 15px 0px 15px 0px;
	font-family: lucida, "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	background: url(/images/bg.gif);
}

a, a:visited
{
	color: #396;
	background-color: inherit;
	text-decoration: none;
}

a:hover, a:active
{
	color: #369;
	background-color: inherit;
}


/*******************************************************************************
*
*  Header Section
*
*******************************************************************************/
#header
{
	height: 130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/images/bg_top.gif);
	background-repeat: no-repeat;
	display: block;
}

#store_header
{
	height: 130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/images/bg_store_top.gif);
	background-repeat: no-repeat;
	display: block;
}

/* This is to hide the page title when it is replaced by the background graphic */
#header h1
{
	display: none;
}


/*******************************************************************************
*
*  Body Section
*
*******************************************************************************/
#bodyblock
{
	width:770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background: url(/images/bg_middle.jpg);
	background-repeat: repeat-y;
}

#store_bodyblock
{
	width:762px;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	background: url(/images/bg_store_middle.jpg);
	background-repeat: repeat-y;
}

/*******************************************************************************
*  Body Section - left pane (menu)
*******************************************************************************/
#menu
{
	float: left;
	width: 180px;
	text-align: center;
}

ul.menu
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	list-style: none;
}

ul.menu li
{
	margin: 0px;
	list-style: none;
}

ul.menu li a, ul.menu li a:visited
{
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 7px 0px 0px 0px;
	width: 138px;
	height: 23px;
	color: #333;
	background-color: inherit;
	text-align: center;
	background: url(/images/btn_menu.jpg);
	background-repeat: no-repeat 
}

ul.menu li a:hover
{
	color: #369;
	background-color: inherit;
	background: url(/images/btn_menu_hover.jpg);
	background-repeat: no-repeat 
}

#advert
{
	float:left;
	width: 138px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	list-style: none;
}

#printable
{
	display: block;
	font-size: 9pt;
}

#defaultstyle
{
	display: none;
}

/*******************************************************************************
*  Body Section - right pane (content)
*******************************************************************************/
#content
{
	width: 540px;
	margin-left: 18px;
}

#submenu_empty
{
	width: 100%;
  height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#submenu
{
	width: 100%;
  height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.submenu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
	list-style: none;
}

ul.submenu li
{
	display: inline;
}

ul.submenu li a, ul.submenu li a:visited
{
	width: 100px;
	float: right;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	color: #333;
	background-color: inherit;
	background: url(/images/btn_sub_menu.jpg);
}

ul.submenu li a:hover
{
	color: #369;
	background-color: inherit;
	background: url(/images/btn_sub_menu_hover.jpg);
}



/*******************************************************************************
*
*  Styles
*
*******************************************************************************/
h1
{
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 5px 10px;
	text-align:left;
	color: #369;
	background-color: inherit;
	font-size: 17pt;
	font-weight: bold;
	border-bottom: 3px #C0C0C0 double;
}

#h-welcome
{
	background: url(/images/h-welcome.jpg);
	background-repeat: no-repeat;
}

#h-products
{
	background: url(/images/h-products.jpg);
	background-repeat: no-repeat;
}

#h-services
{
	background: url(/images/h-services.jpg);
	background-repeat: no-repeat;
}

#h-events
{
	background: url(/images/h-events.jpg);
	background-repeat: no-repeat;
}

#h-news
{
	background: url(/images/h-news.jpg);
	background-repeat: no-repeat;
}

#h-careers
{
	background: url(/images/h-careers.jpg);
	background-repeat: no-repeat;
}

#h-about
{
	background: url(/images/h-about.jpg);
	background-repeat: no-repeat;
}

#h-contact
{
	background: url(/images/h-contact.jpg);
	background-repeat: no-repeat;
}

h2
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 10px;
	text-align: left;
	color: #369;
	background-color: inherit;
	font-size: 13pt;
	font-weight: normal;
}

h3
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background-color: inherit;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: normal;
}

h4
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	text-align: left;
	color: #369;
	background-color: inherit;
	font-size: 13pt;
	font-weight: normal;
}

.hometext
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #000;
	background-color: inherit;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
}

.hometext strong, .hometext b
{
	color: #369;
	background-color: inherit;
	font-weight: bold;
}

.hometext ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style: square outside;
}

.bodytext
{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #000;
	background-color: #E8E8E8;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	border: 4px #C0C0C0 outset;
}

.bodytext strong, .bodytext b
{
	color: #369;
	background-color: inherit;
	font-weight: bold;
}

.bodytext ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: square outside;
}

#hidemap
{
}


/*******************************************************************************
*
*  Footer Section
*
*******************************************************************************/
#footer
{
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	color: #369;
	background-color: inherit;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
	background: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
}

#store_footer
{
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	color: #369;
	background-color: inherit;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
	background: url(/images/bg_store_footer.gif);
	background-repeat: no-repeat;
}
