a{
	color:#1F354C;
	text-decoration:none;
	font-weight: bold;
}

body {
    background: #ffffff url(images/backfade_dark_blue.jpg) 0 0 repeat-x;
    text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color:#000000;
	color:#003C00;
}


#site_container {
	background-color: transparent;
	text-align:left;
	padding: 0px;
	margin: 0px auto;
	width: 990px;
}

#main_container {
	background-color: transparent;
	text-align: left;
	padding: 3px;
	border: 1px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	margin: 5px auto 0;
	width: 990px;
}
DIV.main_content {
	padding: 0px;
	margin-top: 0px;
	width: 100%; /*height:100%;*/;
	background-color:#f3f5f8;
	/*clear:both;*/
	/*border: 1px solid #6f6f6f;*/
}
div.header {
	margin-top: 0px;
	width: 100%;
	height: 90px; /*border: 1px solid #6f6f6f;*/;
	background-color: white;
	display:none;
}

div.navigation {
	width: 100%;
	height: 32px;
	padding:0px;
	background-color: #1F354C;
}
div.footer {
	text-align: right;
	width: 100%;
	padding: 0px;
	background-color: transparent;
}

td.content_table_data{
	background-color:#E6EBEF;
	border:0px;
}
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/*@charset "UTF-8";*/
/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/*@charset "UTF-8";*/
/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */
/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */
ul.dropdown {
	font-weight: bold;
}
ul.dropdown li {
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #f6f6f6;
	background-color: #F4FEED;
	color: #000;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	background-color: #eee;
	color: #000;
}
ul.dropdown a:link, ul.dropdown a:visited {
	color: #000;
	text-decoration: none;
}
ul.dropdown a:hover {
	color: #000;
}
ul.dropdown a:active {
	color: #ffa500;
}
/* -- level mark -- */
ul.dropdown ul {
	width: 180px;
	margin-top: 1px;
}
ul.dropdown ul li {
	font-weight: normal;
}
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.dropdown *.dir {
	padding-right: 20px;
	background-image: url(images/nav-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
	background-image: url(images/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
ul.dropdown-upward *.dir {
	background-image: url(images/nav-arrow-top.png);
}
ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir {
	background-image: url(images/nav-arrow-right.png);
}
ul.dropdown-vertical-rtl *.dir {
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(images/nav-arrow-left.png);
	background-position: 0 50%;
}
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************/
#Spreadshop{display:none;}
#shopwarning{display:none;}
#shopwarning{
  width:400px;
  margin:0 auto;
  background-color:red;
  color:white;
  padding:40px;
  border-radius:10px;
  box-shadow:5px 5px 5px gray;
  margin-top:50px;       
}
#shopwarning h2{font-size:24px;}
#shopwarning p{font-size:18px;}
#shopwarning img{margin:30px 0 0 350px; cursor:pointer;}
