@charset "utf-8";
/* CSS Document */

body {
	background:#E8DFEC url(../images/background/bg.gif) repeat scroll left top;
	text-align: center; 
	font-size: small; 
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}

#sitemap {
	background:none;
	text-align:left;
}

#home {
	margin: 200px 0pt 15px; 
}

#container {
	clear:both;
	position:relative;
	text-align: center;
	width: 1024px;
	text-align: left;
}

#header {
	width: 100%;
	height: 80px;
	position: relative;
}

#header_image {
	position:absolute;
	bottom:0%;
	left:0%;
}

#contact_info {
	padding:5px;
	background:#FFF;
	position:relative;
	bottom:14px;
	left:220px;
	font-size:10px;
	width:200px;
	border:solid 1px #CCC;
}

#dyk {
	background:#FFF;
	position:absolute;
	right:20px;
	bottom:5px;
	width:45%;
	border:solid 1px #CCC;
}

#Announcement {
	background:#FFF;
	position:absolute;
	right:20px;
	top:-20px;
	width:45%;
	border:solid 1px #CCC;
}

.show_info {
	
}

.hide_info {
	filter: alpha(opacity=50); 
	-moz-opacity: .50;
	opacity:.5;
}

#footer {
	position:relative;
	width: 100%;
	text-align:center;
}

#logo {
	position:absolute;
	bottom:40px;
	left:1%;
}

#logo_text {
	position:absolute;
	top:0px;
	left:10px;
}

.shadow_container {
	width:100%;
}

#content {
	padding:10px;
	background: #FFF;
	text-align:justify;
	border:solid 1px #000;
}

.tab {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
	line-height:2em;
	font-size:15px;
	position:absolute;
	width:80px;
	height:30px;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:none;
}

.tab_active {
	bottom:-1px;
	background:#FFF;
}

.tab_inactive {
	filter: alpha(opacity=50); 
	-moz-opacity: .50;
	opacity:.5;
	bottom:0px;
	background:#E0F3FF;
}

.tab_hover {
	filter: alpha(opacity=70); 
	-moz-opacity: .70;
	opacity:.7;
	bottom:0px;
	background:#FFCC99;
}

#home_tab {
	left:0px;
}

#product_tab {
	left:83px;
}

#contact_tab {
	left:166px;
}

#store_tab {
	left:249px;
}

#findus_tab {
	left:332px;
}

#menu {
	position:relative;
	float:left;
	background:#E8DFEC url(../images/background/bg_menu.gif) repeat scroll left top;
	width:25%;
	margin-top:10px;
}

a.menu_link:link, a.menu_link:active, a.menu_link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	text-indent: 0ex;
	color:#000;
}

a.menu_link:hover {
	text-decoration:underline;
}

.menu_inactive_link {
	list-style-type:none;
}

.menu_active_link {
	list-style-type:disc;
}

.shadow_menu {
	position:absolute;
	width:100%;
	height:10px;
	left:0px;
}

#shadow_menu_top {
	top:-10px;	
}

#shadow_menu_bottom {
	bottom:-10px;	
}

#decoration1 {
	position:absolute;
	bottom:0px;
	left:5px;
}

#display {
	position:relative;
	padding:10px;
	float:right;
	width:72%;
}

.shadow_display {
	position:absolute;
	width:100%;
	height:10px;
	left:0px;
}

#shadow_display_top {
	top:-10px;	
}

#shadow_display_bottom {
	bottom:-10px;
}

a:link, a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#036;
}

a:hover {
	text-decoration:underline;
}

.menu_title {
	font-family:Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: underline;
	text-transform: capitalize;
	text-align:center;
	font-size:16px;
}

.clear {
	clear:both;	
}

.separator {
	border:none;
	width:10%;
	visibility:hidden;
}

#login{
	position:absolute;
	right:0px;
	top:0px;
	width:230px;
	text-align:right;
}

.login_field {
	background:none;
	border:solid 1px #6CF;
}

#login_name, #login_password {
	width:100px;
}

#login_submit {
	visibility:hidden;
}

.menu_item {
	position:relative;
}

.menu_edition {
	position:absolute;
	right:5px;
	bottom:0px;
}

A.edit:link, A.edit:active, A.edit:visited, A.edit:hover {
	color:#060;
}

A.delete:link, A.delete:active, A.delete:visited, A.delete:hover {
	color:#F33;
}
