/* CSS Styling */
* {
	padding: 0px;
	margin: 0px;
	outline: none;
	border: 0;
}

.clear {clear: both;}
.center {text-align: center; margin: 0 auto;}
.float-left {float:left;}
.float-right {float: right; }

div#maincontent a {
	color: #2A5121;
}

div#maincontent a:hover {
	background: #FFF6BF;
}

.bold-text {
	font-weight: bold;
	margin-top: 15px;
}

.small-text {
	font-size: 70%;
	margin-left: 10px;
}

.heading {
	text-align: center;
	background: #000; 
	color: #fff; 
	padding: 5px 0; 
	text-shadow: 2px 2px 2px #eee;
	font-family: Georgia;
	margin: 7px 0;
	
}

body {
	text-align: center;
	font-size: 95%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #000 url('../media/site/bg/01.jpg') center top no-repeat;
	color: #333;
}

div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}


div#title {
	width: 900px;
	height: 52px;
	background: url('../media/site/title.png') top center no-repeat;
}
div#title h1,div#title h2 {
	display: none;
}

div#left {
	position: relative;
	float: left;
	width: 219px;
}

div#logo {
	width: 219px;
	height: 198px;
	background: url('../media/site/logo.png') top left no-repeat;
	position: relative;
	float: left;
}

div#flyer {
	width: 219px;
	height: 210px;
	position: relative;
	float: left;
	
}
div#flyer img {
	width: 219px;
	height: 210px;	
}

div#middle {
	position: relative;
	float: left;
	width: 554px;
	
}

div#menu {
	width: 100%;
	height: 45px;
	position: relative;
	float: left;
}

div#menu ul {
	width: 100%;
	height: 45px;
	list-style: none;
	position: relative;
}

div#menu ul li {
	float: left;
	width: 138px;
	height: 45px;
	
}

div#menu ul li a {
	background: url('../media/site/menu.png') top center no-repeat;
	width: 138px;
	display: block;
	height: 45px;
}

div#menu ul li a.nav-home {	background-position: 0 0;}
div#menu ul li a.nav-menu {	background-position: -139px 0;}
div#menu ul li a.nav-gallery {	background-position: -278px 0;}
div#menu ul li a.nav-live {	background-position: -417px 0;}

div#menu ul li a.nav-home:hover {	background-position: 0 -45px;}
div#menu ul li a.nav-menu:hover {	background-position: -139px -45px;}
div#menu ul li a.nav-gallery:hover {	background-position: -278px -45px;}
div#menu ul li a.nav-live:hover {	background-position: -417px -45px;}

div#menu ul li a.nav-home.selected {	background-position: 0 -90px;}
div#menu ul li a.nav-menu.selected {	background-position: -139px -90px;}
div#menu ul li a.nav-gallery.selected {	background-position: -278px -90px;}
div#menu ul li a.nav-live.selected {	background-position: -417px -90px;}


div#menu ul li a span {
	display: none;
}


div#content {
	width: 100%;
	float: left;
	
}

div#maincontent {
	text-align: left;
	width: 520px;
	min-height: 450px; 
	margin: 10px auto;
	padding: 5px 10px;
	border: 2px solid #666;
	background: url('../media/site/pattern_transparent.png') top left repeat;
	font-weight: bold;
}

div#right {
	float: left;
	position: relative;
	width: 127px;
	
}


div#icons {
	background: url('../media/site/icons_bg.png') top center no-repeat;
	width: 100%;
	height: 278px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	z-index: 200;
}

div#icons ul {
	list-style: none;
	width: 54px;
	margin: 0 auto;
	
	
}
div#icons ul li {
	width: 54px;
	margin-top: 2px;
	z-index: 200;
}

div#flash {
	width: 222px;
	height: 209px;
	position: absolute;
	left: -50px;
	z-index: 100;
	text-align: right;
	
}

div#world-cup a img {

}

div#website-design {
	margin-top: 260px;
	font-size: small;
}
div#website-design a { color: #444;}
div#website-design a:hover { color: #efe;}

div#loading {display: none; }

input {
	margin: 4px;
	border: 1px solid #eee;
	padding: 4px;
	
}


/* Home page promotion box */

div.promo {
	text-align: center;
	width: 240px;
	height: 200px;
	background-color: #efe;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	text-shadow: 2px 2px 2px #eee;
	margin: 5px;
	float: left;
}
	div.promo h1 { margin: 0; color: maroon; border: 2px dashed maroon; border-radius: 10px; -webkit-border-radius: 10px;-moz-border-radius: 10px; padding: 4px; }
	div.promo h2 { margin: 2px; font-size: large;  }
	div.promo ul { margin: 2px; text-align: left; margin-left: 15px; list-style-type: circle;  }
	div.promo p { background-color: #3f9; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px; margin-top:10px; height: 40px; padding-top: 15px; padding-bottom: 25px;  }

/* end of promo box */

/* Preview styling */
div#preview {
	background: url('../media/site/publican_award_winners.png') top center no-repeat;
	width: 100%;
	height: 391px;
	margin: 0;
}

.menu {
	list-style: none;

}
.menu li {
	padding:5px;
	background-color: #A5C3C7;
}
.menu li:nth-child(2n+1) {
	background-color: #DBC1B5;
}

.menu strong {
	font-size: large;
	font-weight: bolder;
	color: maroon;
	
}

div#live {}

#live span {
	font-weight: bolder;
	color: maroon;
	font-size: larger;
	text-decoration: underline;
}

