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

body {
	margin: 0px;
	padding: 0px;
	background: url(../i/background.jpg) repeat-x bottom #000;
	background-attachment: fixed;
}

#footer {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

#footer:hover{
	background: #d80080;
	color: #fff;
}

#mf{
	position: relative;
	font-family: Arial;
	font-size: 10px;
	color: #c7c74b;
	text-decoration: none;
	font-weight: bold;
	margin-top: -5px;
	padding: 5px;
	margin-right: 25px;
}

#mf:hover{
	background: #00ff00;
	color: #000;
}

#newsletter {
	height: 48px;
}

#email {
	background: #ffde90;
	border: 1px solid #ffde90;
	width: 140px;
}

#emailButton {
	width: 30px;
	border-left: 10px;
	background: #ffde90;
	border: 1px solid #ffde90;
	color: #ffde90;
}

#menu {
	padding-left: 20px;
}

#menuDiv {
	margin-left: 10px;
	background: url(../i/menu_background.gif) no-repeat left;
	height: 26px;
	width: 666px;
}

#submenu {
	padding-left: 20px;
}

#submenuDiv {
	margin-left: 10px;
	background: url(../i/submenu_none.gif) no-repeat left;
	height: 20px;
}

#submenuStore {
	padding-left: 20px;
}

#submenuStoreDiv {
	margin-left: 10px;
	padding-left: 30px;
	background: url(../i/submenu_background.gif) no-repeat left;
	height: 20px;
}

#contentTitle {
	background: url(../i/content_headerbar.gif) no-repeat left top;
	height: 40px;
}

#contentTitle a {
	font-family: Arial;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}

#contentIndex {
	margin-left: 6px; 
	margin-right: 23px; 
	background: url(../i/content_background.gif) repeat-x top left #692780; 
	text-align: center;
}

#content {
	margin-left: 15px; 
	margin-right: 23px; 
	background: url(../i/content_background.gif) repeat-x top left #692780; 
	text-align: center;
}

#footerMenu {
	background: url(../i/content_footerbar.gif) no-repeat top left;
	height: 39px;
}