html, body { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

table#header {
	width: 100%;
	height: 298px;
}

table#header td {
	background: url('/html/images/header_bg.gif') repeat-x;
	vertical-align: top;
}

div#header {
	width: 945px;
	height: 298px;
	margin: 0 auto;
}

h1#logo {
	margin: 0;
	padding: 0;
	float: right;
	width: 152px;
	height: 104px;
	background: url('/html/images/moving-board-logo.gif') no-repeat;
	text-indent: -9999px;
}

h1#logo a {
	display: block;
	width: 152px;
	height: 104px;
}

div#lang-selector {
	float: left;
	width: 417px;
	height: 40px;
	line-height: 40px;
	background-color: #222;
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 10px;
}

div#main-menu {
	clear: both;
	padding: 154px 0 0 10px;
}

div#main-menu a:link, div#main-menu a:visited {
	display: block;
	width: auto;
	float: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 15px 13px 0 0;
}

div#main-menu a:hover,
div#main-menu a.main_menu_selected:link,
div#main-menu a.main_menu_selected:visited,
div#main-menu a.main_menu_selected:hover {
	color: #8c8b8b;
}


table#content {
	width: 945px;
	padding: 15px 0 0 0;
}

table#content td#content { padding: 0 0 0 10px; }


#footer {
	width: 100%;
	height: 157px;
	margin: 60px 0 0 0;
	background-color: #e8e8e8;
}

#footer-container {
	width: 935px;
	margin: 0 auto;
	padding: 20px 0 0 10px;
}

#footer a:link, #footer a:visited {
	display: block;
	width: auto;
	float: left;
	text-transform: uppercase;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 13px 0 0;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer #copyright-text {
	clear: both;
	padding: 10px 0 0 0;
	font-weight: bold;
}

#footer #footer-text { color: #636262; padding: 40px 0 0 0; height: 20px; }

.pink_text {
	color: #ea0064;
}

a#idea-sig:link, a#idea-sig:visited {
	color: #b7b5b5;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	margin: 10px 0 0 0;
}

a#idea-sig:hover {
	color: #222;
}


a.fancyButton:link, a.fancyButton:visited {
	display: block;
	float: left;
	width: auto;
	height: 42px;
	line-height: 42px;
	background: url('/html/images/btn-arrow.gif') no-repeat #222222 right;
	padding: 0 17px 0 7px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	margin: 0 11px 0 0;
}

a.fancyButton:hover {
	color: #f2559e;
}

.right_menu-btn{
	width:246px;
	height:31px;
	background: url('/html/images/btn_white.gif') no-repeat #e8e8e8;
	display: block;
	color:#222222;
	text-align:left;
	padding-left:47px;
	text-decoration: none;
	padding-top:11px;
	font-size:16px;
	margin-bottom:6px;
}
.right_menu-btn:hover, .button-selected, .button-selected:hover {
	background: url('/html/images/btn-arrow_left.jpg') no-repeat #222222;
	color:#fff;
}

div#breadcrumb {
	font-size: 11px;
	margin: 0 0 47px 0;
}

h1.pink_title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 36px;
	color: #ec006e;
}

h2.sub_title {
	margin: 0 0 47px 0;
	padding: 0;
	font-size: 20px;
}

.listing-image {
	background: url('/html/images/item-bullet.gif') no-repeat;
	text-align: right;
	vertical-align: top;
}

.article-content {
	background: url('/html/images/item-bullet.gif') no-repeat;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 45px;
}

h3.item_title {
	margin: 0 0 22px 0;
	padding: 0;
	font-size: 20px;
	color: #eb0068;
}

a.pinkLink:link, a.pinkLink:visited {
	color: #eb0068;
	text-decoration: none;
}

a.pinkLink:hover {
	color: #222;
}

a.darkLink:link, a.darkLink:visited {
	color: #222;
	text-decoration: none;
}

a.darkLink:hover {
	color: #b7b5b5;
}

.text14_dark {
	font-size: 14px;
	font-weight: bold;
}

.text18_pink {
	color: #ea0064;
	font-size: 18px;
	font-weight: bold;
}

#banner-flash {
	margin-bottom: 73px;
}

.input_field { font-size: 12px; color: #444; }
