/*
 * Lopzi Main Style Sheet
 *
 * /style/css/style.css
 */

/* Generic Styles */

body, html {
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #3f3e3e;
	min-width: 840px;
}
img {
	border: 0;
}

/* Menu Bar */

#main_menu_bar {
	height: 26px;
	background: url('../img/menu/background.png') top repeat-x #000000;
}
.main_menu_links {
	width: 550px;
	float: right;
	margin: 0 10px 0 0;
}
.main_menu_link {
	display: block;
	float: right;
	padding: 5px 6px 7px 6px;
	list-style: none;
}
.main_menu_link a{
	text-decoration: none;
	color: #cecece;
	margin: 0;
	padding: 0;
}
.main_menu_link:hover {
	background: url('../img/menu/background.png') bottom repeat-x #000000;
}

/* Drop Down Menu - Shouldn't use absolute here but as there's only one menu at the moment it's fine */

#drop_down_menu {
	position: absolute;
	top: 26px;
	background: #000000;
	display: none;
	opacity: 0.6;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px;
	filter: alpha(opacity=60);
}
#drop_down_menu ul {
	list-style: none;
	margin: 0;
	padding: 8px 7px 0px 5px;
}
#drop_down_menu ul li {
	padding: 0px 0 0px 21px;
	height: 25px;
	display: block;
}
#drop_down_menu ul li:hover {
	/* Not going to work until I've unset the html background
	background: #000000; */
}
#drop_down_menu ul li a {
	color: #d7d7d7;
	text-decoration: none;
}
#drop_down_menu ul li a:hover {
	color: #929292;
}


/* Main Logo (in menu bar) */

.main_logo_links {
	margin: 0;
	padding: 0;
}
.main_logo {
	display: block;
	float: left;
	height: 26px;
	width: 60px;
	padding: 0;
	list-style: none;
	background: url('../img/menu/logo.png') top no-repeat #000000;
}
.main_logo:hover, .main_logo_on {
	background: url('../img/menu/logo.png') bottom no-repeat #000000;
	cursor: pointer;
}

#main_notice {
	float: right;
	text-align: right;
	width: 120px;
	font-size: 8pt;
	padding: 10px 25px -10px -25px;
}
#main_notice a {
	color: #7f7e7e;
	text-decoration: none;
}
#main_notice a:hover {
	color: #3f3e3e;
}

#main_notice img {
	margin: 3px 3px -3px 0;
}
/* Main Promo Area */

#main_promo_area {
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
}
.main_promo_text {
	margin: 0 auto;
	color: #7f7e7e;
	width: 556px;
}
.main_promo_blocks {
	width: 564px;
	margin: 0 auto;
	margin-top: 30px;
}
.main_promo_block {
	height: 230px;
	width: 230px;
	padding: 17px;
}
.main_promo_block_left {
	float: left;
}
.main_promo_block_right {
	float: right;
}
.main_promo_block_top {
	margin-bottom: 36px;
}
.main_promo_block_blue {
	background: url('../img/promo/block-blue.png') no-repeat;
	color: #d7e3f6;
}
.main_promo_block_red {
	background: url('../img/promo/block-red.png') no-repeat;
	color: #f7c9c9;
}
.main_promo_block_green {
	background: url('../img/promo/block-green.png') no-repeat;
	color: #d9f5dd;
}
.main_promo_block_yellow {
	background: url('../img/promo/block-yellow.png') no-repeat;
	color: #f7ebcd;
}
.main_promo_block_title {
	font-size: 14pt;
	color: #ffffff;
}
.main_promo_block_content {
	
}
.main_promo_block_price {
	font-size: 14pt;
	float: right;
	padding: 10px 0 0 0;
}
.main_promo_block_price small {
	font-size: 7pt;
}

/* Main Footer */

#main_footer {
	clear: both;
	font-size: 7pt;
	color: #c2c2c2;
	text-align: center;
	width: 556px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
}

/* Temporary Cover Page */
#main_cover {
	height: 610px;
	width: 100%;
	background: url('../img/temp_cover/background.png') repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	text-align: center;
	padding-top: 250px;
	display: none;
}
#main_cover span {
	font-size: 10pt;
}