body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:#00679c;
	font-size:12px;
	color:#0086cb;
}

.page_container {
	border: 1px solid #002b3b;
	background-color:#f3f7f9;
}

.header {
	border-top: 5px solid #004f77;
	border-bottom: 5px solid #004f77;
	background-color: #fff;
}

.footer a:link,
.footer a:active,
.footer a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.menu a:link,
.menu a:active,
.menu a:visited {
	color: #005e81;
	font-size: 12px;
	text-decoration: none;
}

.page_main {
	padding: 20px 10px 10px 10px;
}

.leftmenu_header {
	border-bottom: 1px solid #004f77;
	padding: 5px;
	width: 240px;
}

.leftmenu_content {
	padding: 5px;
	margin-bottom: 20px;
}

.leftmenu_content a:link,
.leftmenu_content a:active,
.leftmenu_content a:visited {
	color: #0079a6;
	font-size: 12px;
	text-decoration: none;
}

.menu_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_list LI {
	padding: 2px;
	margin: 0px;
	color: #0079a6;
}

.menu_list A:link,
.menu_list A:active,
.menu_list A:visited {
	color: #fff;
	text-decoration: none;
}

.product_preview {
	
}

.product_preview a:link,
.product_preview a:active,
.product_preview a:visited {
	color: #0086cb;
	text-decoration: none;
}

.top_trolley {
	font-size: 11px;
	color: #0086cb;
	padding-right: 10px;
}

.top_trolley a:link,
.top_trolley a:active,
.top_trolley a:visited {
	color: #fff;
	text-decoration: underline;
}

.menulink {
	display: block;
	height: 22px;
	color: #fff;
}

.menulink:link,
.menulink:active,
.menulink:visited {
	color: #fff !important;
}

.menu_dropdown {
	position: absolute;
	top: 22px;
	left: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 150px;
	background-color: #b3dfef;
	
	display: none;
}

.menu_dropdown div {
	width: 150px;
}

.menu_dropdown a {
	display: block;
	padding: 5px 8px;
}

.menu_dropdown a:link,
.menu_dropdown a:active,
.menu_dropdown a:visited {
	text-decoration: none;
	color: #0086cb;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #bdd2dd;
}

.menu_dropdown a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0086cb;
}