rss-box-style { background-color: #33FFFF; }

/* 
Project: Metrogolf
Filename: screen.css
Date: 20/06/07
Author: Simon McFarlane [simon.mcfarlane@mwadesign.com]
*/


body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	background: #000 url(img/background3.gif) left top;
    }


body a img {
	border: none;
}

img{
	display: block;
}

/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ classes ------*/

.bold{
	font-weight: bold;
}

.disguise {
	position: absolute;
	left: -10000px;
	}

.small {
	font-size: 80%;
}


.center {
	padding: 15px 0;
	text-align: center;
}

.red{
	color: #cc3300;
}

/*------ wrap ------*/


#wrap {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 928px;
	text-align: left;

}



/*------ header ------*/


#header{
	float: left;
	margin-top: 15px;
	width: 928px;
	height: 120px;
}

#header h1{
	position: absolute;
	text-indent: -9999px;
}



/*------ site layout ------*/

#content{
	float: left;
	width: 928px;
	background: #fff url(img/background2.gif) repeat-y left top;
	padding: 10px 0 15px 0;
}



#contentleft{
	float: left;
	width: 615px;
}


#contentleft .maincontent{
	float: right;
	width: 375px;
	margin-right: 30px;
}

* html #contentleft .maincontent{
	margin-right: 15px;
}


#nav{
	float: left;
	width: 180px
}


#sidebar{
	float: right;
	width: 313px;
}



#footer{
	float: left;
	width: 928px;
}


/*------ #nav ------*/


#nav ul{
	font-size: 110%;
	background: url(img/bg_dashes.gif) repeat-x left bottom;
}

#nav li{
	padding-left: 20px;
	background: url(img/bg_dashes.gif) repeat-x left top;
}



#nav ul li ul,
#nav ul li ul li{
	background: none;
	font-size: 100%;
}


#nav li a{
	display: block;
	padding: 4px 0;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

* html #nav li a{
	width: 160px;
}


#nav li a:hover,
#nav li .here{
	color: #99cc00;
}


#nav ul li ul li a{
	display: block;
	padding: 2px 0;
	font-weight: normal;
	color: #939878;
	text-decoration: none;
	font-size: 90%;
}

* html #nav ul li ul li a{
	width: 140px;
}

#nav li ul{
	padding-bottom: 5px;
}


#nav li ul li{
	padding-left: 15px;
}

#nav ul li ul li a:hover,
#nav ul li ul li .current{
	font-weight: bold;
	color: #939878;
}	


/*------ #nav .opening ------*/

#nav .opening{
	width: 180px;
	height: 88px;
	margin-top: 10px;
	background: url(img/bg_opening.gif) no-repeat left top;
}


#nav .opening h3,
#nav .opening p{
	position: absolute;
	text-indent: -9999px;
}



/*------ #contentleft .maincontent ------*/


#contentleft .maincontent h2{
	color: #99cc00;
	font-size: 1.4em;
	padding: 15px 0 15px 0;
	line-height: 1.1em;
	}


#contentleft .maincontent p{
	padding-bottom: 10px;
	color: #333333;
	line-height: 1.2em;
}

#contentleft .maincontent p a{
	color: #99cc00;
	font-weight: bold;
}

#contentleft .maincontent p a:hover{
	text-decoration: none;
}


#contentleft .maincontent ul{
	padding: 0 0 10px 10px;
}

#contentleft .maincontent li{
	padding: 0 0 4px 10px;
	background: url(img/bullet.gif) no-repeat left 5px;
}

#contentleft .logos{
	width: 375px;
	height: 48px;
	padding-top: 2px;
	margin-top: 10px;

	background: url(img/bg_logos.gif) no-repeat left top;
}

#contentleft .logos li{
	float: left;
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0;
	background: none;
}

#contentleft .logos li a{
	padding: 0;
	margin: 0;
}


/*------ #contentleft form ------*/


#contentleft form {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #999999;
}

#contentleft form em{
	color: #cc3300;
}


#contentleft .maincontent .red{
	color: #cc3300;
}


#contentleft .maincontent form li{
	background: url(img/bullet_red.gif) no-repeat left 5px;
}

#contentleft label{
	width: 110px;
	float:left;
}

#contentleft input{
	margin-bottom: 1px;
}

#contentleft fieldset{
	padding: 10px 0;
}

#contentleft .submit{
	padding: 2px 10px;
}

/*------ #sidebar ------*/



#sidebar .book{
	display: block;
	width: 300px;
	height: 60px;
	background: url(img/book_now.gif) no-repeat left top;
	text-indent: -9999px;
}


#sidebar .register{
	display: block;
	width: 300px;
	height: 60px;
	background: url(img/free_trial.gif) no-repeat left bottom;
	text-indent: -9999px;
}


#sidebar .meeting{
	display: block;
	width: 300px;
	height: 65px;
	background: url(img/entertain_clients.gif) no-repeat left bottom;
	text-indent: -9999px;
}


#sidebar .video{
	display: block;
	width: 300px;
	height: 65px;
	background: url(img/watch_video.gif) no-repeat left bottom;
	text-indent: -9999px;
}

#sidebar .prize{
	display: block;
	width: 300px;
	height: 65px;
	background: url(img/prize_draw.gif) no-repeat left bottom;
	text-indent: -9999px;
}


#sidebar .register_works{
	display: block;
	width: 300px;
	height: 65px;
	background: url(img/free_trial.gif) no-repeat left bottom;
	text-indent: -9999px;
}



/*------ #footer ------*/


#footer{
	padding: 10px 0;
	font-size: 80%;
	color: #999999;
}


#footer a{
	color: #999999;
	text-decoration: none;
}

#footer em{
	color: #fff;
}

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


#footer ul,
#footer li{
	float: left;
	}

#footer li{
	margin-right: 25px;
}


#footer p{
	float: right;
}




/***** World Cup **/

#worldcup{
	background-image: url('img/wc2010/wc_minilogo_bg.png');
	background-repeat:repeat-x ;
	height:127px;
	color:#ffffff;
	text-decoration:none;
}
#worldcup a{
	text-decoration:none;
}

#worldcup_inner{
	 background-image:url('img/wc2010/wc_minilogo.png');
	 background-position:top right;
	 background-repeat:no-repeat;
	 height:127px;
	 padding:10px 0 0 20px;
	 
}

#worldcup_inner h1{
	background-color:red;
	font-size:20px;
	color:#ffffff;
	 margin:0 30px 0 0px;
	 padding-left:5px;
}

#worldcup_inner h3{
	color:#ffffff;
	font-size:18px;
	margin-top:20px;
	 padding-left:5px;

}


