div#submenu {
	display: none;
}

div#content {
	background: white url(/assets/img/default/contentBg.jpg) no-repeat top left;
}

div#contentLeft {
	float: left;
	width: 408px;
	height: 405px;
	padding: 10px;
}

div#contentLeft div.actionButton {
	margin-left: 205px;
	margin-top: 105px;
}

div#contentRight {
	float: right;
	width: 540px;
	height: 385px;	
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
}

div.video {
	width: 512px;
	height: 288px;
	border: 1px solid black;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#discount {
	float: left;
	height: 120px;
	width: 120px;
	position: relative;
	top: -15px;
	margin-bottom: -8px;
}

div#testTabletsLink {
	float: left;
	margin-top: 15px;
}

div#actionLink {
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}

div#testTabletsLink a, div#testTabletsLink a:hover {
	font-size: 22px;
}

div#testTabletsLink a img {
	vertical-align: text-top;
}

div#footer {
	height: 205px;
	clear: both;
	background-color: black;
}

div#footer ul {
	width: 265px;
	padding-left: 30px;
	margin-top: 80px;
}

div#footer ul li {
	font-size: 16px;
	margin-top: 5px;
}

div#footer ul li:first-child {
	margin: 0;
}

div#footer a, div#footer a:hover {
	font-size: 14px;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer p {
	margin-left: 30px;
	margin-top: 30px;
}

div#footerLeft {
	width: 500px;
	height: 205px;
	float: left;
	background: url(/assets/img/portal/footerEraquell.jpg) no-repeat top left;
}

div#footerRight {
	width: 500px;
	height: 205px;
	float: right;
	background: url(/assets/img/portal/footerEquimax.jpg) no-repeat top left;
}

div#copyright {
	clear: both;
	padding: 2px;
	color: white;
	font-size: 11px;
	text-align: center;
}

div#copyright a, div#copyright a:hover {
	color: white;
	font-size: 11px;
}