
/*
main.css
*/
	/*background: #5a5a5a url(images/backgrounds/bodybg2.png) no-repeat center top;*/

body {
	background: black;
	font-family: helvetica, arial, sans-serif;
	font-weight: lighter;
	color: #ddd;
}

:link { color:gray; text-decoration:none; } 
:visited { color:gray; text-decoration:none; } 
:link:hover { color:white; text-decoration:none; } 
:link:active { color:white; text-decoration:none; } 


.center{
	width: 92%;
	text-align: center;
}

.hide{
	display:none;
}

#curtain{
	width: 100%; height: 2000px;
	display: none;
	background: #000000;
	position: absolute;
	z-index: 200;
	opacity: 0.46;
}

#loader{
	width: 62px; height: 62px;
	text-align: center;
	position: absolute;
	top: 490px; left: 438px;
	z-index: 200;
	/*visibility: hidden;*/
}

#loader img{
	margin-top: 12px;
}

/* Main Styles */

#wrapper{
	width: 100%;
	height: auto;
	float: left;
	/*background: url(images/backgrounds/bottombg.png) repeat-x 0 bottom;*/
}

#container{
	width: 916px; height:auto;
	margin: 0 auto;
	position: relative;
}

#main{
	width: 916px; height: auto;
	margin: 10px 0px 40px;
	/*background: url(images/backgrounds/mainbg.png);*/
	float: left;
}

#header{
	width: 916px; height: 190px;
	/*float: left;*/
	/*background: url(images/backgrounds/headerbg.png) no-repeat center top;*/
}

#header td{

	padding: 0 8px 4px 8px;
	font-size: 10px;
}



/* Main Menu */

#mainmenu{
	width: 541px; height: 36px;
	/*background: url(images/backgrounds/mainmenubg.jpg) no-repeat right top;*/
	padding: 9px 0 9px 55px;
	top: 32px; left: 296px;
	position: absolute;	
}
	#mainmenu li{
		float: left;
		padding: 0 2px 0 5px;
	}
	
	#mainmenu li a{
		float: left;
		padding: 0 8px 0 0;	
	}
	
	#mainmenu li a span{
		height: 28px;
		display: block;
		font-size: 18px;
		font-weight: normal; /*bold */
		color: #FFFFFF;
		text-align: center;
		padding: 7px 0 0 8px;
		float: left;
	}
	
	#mainmenu li a:hover{
		background-position: right -35px;
		cursor: pointer;
	}
	
	#mainmenu li a:hover span{
		background-position: left -35px;
		cursor: pointer;
	}
	
	#mainmenu li .active{
		background-position: 0 -35px;
	}
	
	#mainmenu li .active span{
		background-position: 0 -35px;
	}

/* Language Menu */

#language{
	width: 541px; height: 30px;
	/*background: url(images/backgrounds/langbatbg.jpg) repeat-x 0 top;*/
	padding: 4px 0 4px 65px;
	top: 87px; left: 285px;
	position: absolute;
}
	#language li{
		padding-right: 2px;
		float: left;
	}
	
	#language li a{
		width: auto; height: 27px;
		font-size: 10px;
		color: #545454;
		display: block;
		padding: 0 0 0 9px;
		float: left;
	}
	
	#language li a span{
		height: 16px;
		display: block;
		padding: 7px 9px 4px 0;
		cursor: pointer;
		float: left;
	}
	
	#language li .active{background: url(images/backgrounds/langac.png) no-repeat left top;}
	#language li .active span{background: url(images/backgrounds/langac2.png) no-repeat right top;}
	
	#language li a:hover{background: url(images/backgrounds/langac.png) no-repeat left top;}
	#language li a:hover span{background: url(images/backgrounds/langac2.png) no-repeat right top;}

#slogan{
	width: 600px; /*height: 60px;   */
	top: 120px; left: 184px;
	position: absolute;
}

#slogan h1{
	font-size: 18px; /*34*/
	font-stretch: condensed;
	color: #41c7f3;
	/*color: #6AC018;*/
}
#slogan h2{
	font-weight: lighter;
	/*font-size: 16px;*/
	font-size: 18px;
	color: #a1a1a1;
	/*color: #6ec21e;*/
	
	/*margin-top: -10px;*/
}



/* Center Styles */

#center{
	width: 854px; /*height: auto;*/
	padding: 0px 21px 10px 41px;
}

	
	
	#information{
		width: 200px; height: 152px;
		top: 340px; left: 30px;
		position: absolute;
		z-index: 100;
		color: #6ec21e;
	}
	
	#information ul{
		/*list-style-position:  inside;*/
		/*list-style-type: disc;*/
		/*list-style-image: url(images2/smileys/happyfaceyellowsmall.gif);*/
	}
	
	#information ul li{
		font-size: 14px;
		color: #a1a1a1;
		height:23px;
		vertical-align: middle;
	}
	#information h2 {
		font-size: 18px;
		font-weight: normal;
		height: 15px;
		margin: 0 0 20px 0;
	}	
	
	object, embed {		
		padding: 0;
		margin: 0;
		border:none;
		z-index: -600;	
	}


#block1{
	width: 420px; 
	padding-left: 28px;
	margin: 8px 0 0 0;
	float: left;
	
}

	#block1 h2 {
		width: 300px; height: 15px;
		font-size: 18px;
		font-weight: normal;
		color: #6ec21e;
		margin: 0 0 20px 0;
		/*float: left;*/
	}
	
	#block1 p{
		width: 100%; height: auto;
		font-size: 13px;
		color: #AAB;
		margin: 0 0 20px 0;
		/*float: left;*/
	}

#block2{
	width:784px; min-height: 157px;
	/*background: url(images/backgrounds/block2.jpg) no-repeat;*/
	padding: 8px;
	border-top: solid 2px gray;
	background-color: #222;
}

	#block2 h2{
		border-top: dotted 1px gray;
		height: 20px;
		font-size: 12px;
		font-weight: normal;
		color: #41c7f3;
		margin:5px 0 10px 26px;	/*3px*/
	}
	
	#block2 p{
		columns: 4;
		-webkit-columns: 4;
		height: auto;
		font-size: 12px;
		color: #545454;
		text-align: left;
		margin: 4px 0 10px 56px;
	}

/* content styles */
div.content h1{
	width: 90%;
	font-size: 25px;
	color: #505050;
	margin: 30px 0 0 0;
	padding-left: 50px;
	float: left;	
}

div.content h4{
	width: 90%;
	font-size: 15px;
	color: #a2a2a2;
	margin: -10px 0 10px 0;
	padding-left: 50px;
	float: left;	
}

div.content{
	background: url(images/buttons/contentico.png) no-repeat 40px 45px;
	margin: 30px 0 0 0;
}

div.content h2{
	width: 100%;
	font-size: 20px;
	color: #6AC018;
	margin: 15px 0 0 30px;
	float: left;	
}




/* Footer Styles */

#footer{
	border-top: solid 2px gray;
	background-color: #444;
	width: 800px; min-height: 150px;
}
	#logo2{
		width: 97px; height: 90px;
		left: 30px; top: 27px;
		position: absolute;
	}
		
	#copytext{
	/*
		width: 340px; height: auto;
		left: 140px; top: 39px;
		position: absolute;
		*/
	}
	
	#copytext td{
		line-height: auto;
		font-size: 11px;
		color: black; /*#4AA008;*/
		padding: 4px;
	}
	
	
	
	/* Footer Menu Style */
	
	#footermenu{
		width: 320px; height: auto;
		left: 140px; top: 58px;
		position: absolute;
	}
	
	#footermenu li{
		font-size: 11px;
		padding: 0 2px 0 2px;
		color: #a8a8a8;
		float: left;
	}

	#footermenu li a{
		color: #a8a8a8;
	}
	
	#footermenu li a:hover{
		color: #868686;
	}
	
	
	
	/* Network links Style */
	
	#networklinks{
		width: 165px; height: auto;
		right: 53px; top: 35px;
		position: absolute;
	}
	
	#networklinks li{
		padding: 0 1px 0 1px;
		float: left;
	}

	#networklinks li a{
		width: 31px; height: 28px;
		display: block;
		text-indent: -9999px;
		position: relative;
		float: left;
	}
	
	#networklinks li a .label{
		height: 23px; width: 200px;
		display: none;
		font-size: 11px;
		color: #7f7f7f;
		text-align: center;
		padding: 3px 0 0 0;
		position: absolute;
		top: -27px; left: -85px;
	}
	
	#networklinks li a:hover .label{
		display: block;
	}
	
	a#digg{
		background: url(images/backgrounds/digg.gif) no-repeat;
	}
	/*
	a#digg .label{
		background: url(images/backgrounds/adddigg.gif) no-repeat center;
		text-indent: 0px;
	}
*/

	a#delicious{
		background: url(images/backgrounds/delicious.gif) no-repeat;
	}
/*	
	a#delicious .label{
		background: url(images/backgrounds/adddelicious.gif) no-repeat center;
		text-indent: 0px;	
	}
*/		
	a#stumbleupon{
		background: url(images/backgrounds/stumbleupon.gif) no-repeat;
	}
/*	
	a#stumbleupon .label{
		background: url(images/backgrounds/addstumbleupon.gif) no-repeat center;
		text-indent: 0px;
	}
*/		
	a#reddit{
		background: url(images/backgrounds/reddit.gif) no-repeat;
	}
/*	
	a#reddit .label{
		background: url(images/backgrounds/addreddit.gif) no-repeat center;
		text-indent: 0px;
	}
*/		
	a#facebook{
		background: url(images/backgrounds/facebook.gif) no-repeat;
	}
/*	
	a#facebook .label{
		background: url(images/backgrounds/addfacebook.gif) no-repeat 40px;
		text-indent: -27px;
	}
*/
	
	/* Addbookmarks*/
				
	a#addbookmark{
		width: 222px; height: 25px;
		display: block;
		background: url(images/buttons/addtobookmarks.gif) no-repeat;
		font-size: 13px;
		color: #39c8ee;
		text-align: center;
		padding: 8px 0 0 0;
		left: 467px; top: 31px;
		position: absolute;
	}
	
	
	#footerball{
		width: 26px; height: 136px;
		background: url(images/backgrounds/footerball.gif) no-repeat;
		left: -23px;bottom: 45px;
		z-index: 100;
		position: absolute;
	}



/* form success and error */

.formsuccess, .formerror {
	color:green; 
	font-weight:bold; 
	padding:20px
}

.formsuccess {
	color: #6ec21e; 
}

.formerror {
	color: orange; 
}

.formerror li {
	color: orange; 
}