/************************************************ LAYOUT ************************************************/
body {
	margin: 0 auto;
	font: 0.9em Arial,Verdana,Helvetica,sans-serif;
	text-align: center;
	background: #eeeeee url(../images/backgrounds/body.jpg) repeat-y center;
}

#header {
	height: 80px;
	padding-top:20px;
	background: url(../images/backgrounds/header.jpg) no-repeat left;
}

#contentMenu {
	background: url(../images/backgrounds/contentmenu.jpg) repeat-y left;	
}

#footer {
	padding-top: 25px;
	text-align: center;
	font-size: 0.9em;
	border-top: 3px solid #4c4326;
}

#accesskey-links {
	position: absolute;
	left: -10000px;
	top:0;
}

/************************************************ NAVIGATION ************************************************/
/* main navigation */
#navigation {
	border-top: 1px solid #d1d1d1;
}

#navigation ul {
	height: 36px;
	border-bottom: 3px solid #4c4326;
}

#navigation ul li {
	float: left;
	list-style: none;	
}

#navigation ul li.last {
	margin-left: 94px;
}

#navigation ul li.last2 {
	margin-left: 94px;
}

#navigation ul li a {
	display: block;
	float: left;
	height: 36px;
	padding: 0 15px;
	line-height: 36px;
	text-decoration: none;
	color: #000000;
	background: url(../images/backgrounds/navigation.jpg) no-repeat right;	
}

#navigation ul li a:hover, #navigation ul li a.active {
	color: #ffffff;
	background: none;
	background-color: #4c4326;	
}


#navigation ul li.last a, #navigation ul li.last2 a {	
	background: none;
}

#navigation ul li.last a:hover, #navigation ul li.last a.active, #navigation ul li.last2 a:hover, #navigation ul li.last2 a.active {
	color:#ffffff;
	background-color: #4c4326;	
}

/* sub navigation */
#subNavigation {
	padding-top: 9px;
}
	
#subNavigation ul li {
	list-style: none;
}

#subNavigation ul li h2 {
	height: 38px;
	margin-bottom: 10px;
	padding-left:30px;
	line-height: 38px;
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	background-color: #4c4326;
}

#subNavigation ul li ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right:10px;
}

#subNavigation ul li ul li a {
	text-decoration:none;
	color: #000000;
}

#subNavigation ul li ul li a:hover {
	text-decoration:underline;
}

#subNavigation ul li ul li a.active {
	text-decoration:underline;
}

/************************************************ HOME ************************************************/
.banner-home {
	padding: 10px 0;
	border-bottom: 1px solid #909090;
}

.banner-home .image img {
	border: 4px solid #4c4326;
}

.banner-home .data {
	padding-left: 20px;
	background: url(../images/icons/pointer.jpg) no-repeat 0% 11%;
}

.banner-home .data h2 {
	margin-bottom: 7px;
}

.banner-home .data a {
	color: #000000;
}

.banner-home .data h2 a {
	font-size: 1em;
}

.banner-home .data h3 {
	font-size: 1.1em;
	color: #000000;
}

.banner-home .data p {
	margin: 0;
}
/************************************************ LOTTERY ************************************************/
 #buy-table { 
	width: 100%;
	border-left: 1px solid #4C4326;
	border-right: 1px solid #4C4326;
	border-bottom: 1px solid #4C4326; 
}

#buy-table caption {
	padding: 7px 0;	
}

#buy-table thead {
	font-weight: bold;
	background-color: #4C4326;
	color: #ffffff;
}

#buy-table tbody tr.even {
	background-color: #ede6d0;
}

#buy-table tbody tr th {
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #4C4326;
}

#buy-table tbody tr td {
	padding: 5px 0;
	border-bottom: 1px solid #4C4326;
}

#buy-table tbody tr td.not-available {
	color: #581212;
}

#buy-table tbody tr td.description {
	padding-left: 20px;
}

#buy-table tfoot {
	font-weight: bold;
	font-size: 1.1em;
	background-color: #4C4326;
	color: #ffffff;
}

#buy-table tfoot tr th {
	padding: 10px;
	text-align: center;
}

#buy-table tfoot tr td {
	padding: 7px 10px 7px 0;
	text-align: right;
}

#buy-form label {
	display: inline;
	background: none;
	padding-left: 0;
}

#detail-order {
	padding: 10px;
	border: 1px solid #4C4326;
	background-color: #f5f0de;
}

#detail-order h3 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.1em;
	background: none;
	text-transform: none;	
}

/************************************************ CONTACT ************************************************/
#formSent, #formError { 
	margin-bottom: 15px; 
	padding: 10px 0; 
	text-align: center; 
	border: 2px solid #4c4326; 
}
#formSent h4 { 
	margin-bottom: 0; 
}

#formError h4 {
	margin-bottom: 0;
	color: #ff0000; 
}

/************************************************ PRESS ************************************************/
#itemPress img { width:575px; } 