﻿
/* join us front page */

    .welcome {
	background:transparent url(home_bg.jpg) no-repeat; 
	height: 392px;
	margin-bottom:5px;
	padding:15px 25px 0px 25px;
}

	.welcome h1 {
	color:white; 
	font-weight:100;
	font-size:20px;
	margin-bottom:20px;
}

	.welcome div.leftside {
	float:left;
	padding-bottom:0px;
	margin-top:-10px;
	width:325px; 
}

	.welcome div.leftside p {
	margin-left:25px;
	}


	.welcome div.leftside h3 {
	margin-left:10px;
	padding-bottom:5px;
	font-size:12px;
	color:#990000;
	width:auto; 
}

	.welcome div.rightside {
	float:left;
	padding-bottom:0px;
	width:325px;
	margin-top:-10px;
	}
	
	.welcome div.rightside p {
	margin-left:25px;
	}


	.welcome div.rightside h3 {
	margin-left:10px;
	padding-bottom:5px;
	font-size:12px;
	color:#990000;
	width:auto; 
	}
	
	.welcome div.welcomedesc {
	width:680px;
	padding:5px 0 10px 0;
	color:navy;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-15px;
	}
	
	.welcome div.joinbuttonwrap { 
	width:600px;
	margin-left;
	margin-right;
	} 
	
	.welcome div.subtext {
	width: auto;
	padding:4px 0 10px 0; 
	font-size:14px;
	color:green;
	margin:0 auto;
}




		.reg-friends{
			background:url(icons/friends.png) no-repeat 4px 0px;
			display:block;
			margin-top:-5px;
			padding-bottom:5px;
		}

		.reg-favorites{
			background:url(icons/favorites.png) no-repeat 4px 4px;
			display:block;
			margin-top:-5px;
			padding-bottom:5px;
			
		}
 
		.reg-albums{
			background:url(icons/album.png) no-repeat 2px 4px;
			display:block;	
			margin-top:-5px;
			padding-bottom:5px;
			
		}

		.reg-audio{
			background:url(icons/audio.png) no-repeat 2px 4px;
			display:block;
			margin-top:-5px;
			padding-bottom:5px;
			
		}

		.reg-videos{
			background:url(icons/film.png) no-repeat 2px 4px;
			display:block;
			margin-top:-5px;
			padding-bottom:5px;
			
		}
		
			.reg-world{
			background:url(icons/world_go.png) no-repeat 2px 4px;
			display:block;	
			margin-top:-5px;
			padding-bottom:5px;
					
		}
		
		.reg-chat{
			background:url(icons/comments.png) no-repeat 4px 0px;
			display:block;
			margin-top:-5px;
			padding-bottom:5px;
			
			}


		.reg-blogs{
			background:url(icons/blogs.png) no-repeat 2px 4px;
			display:block;
			text-align:left;
			margin-top:-5px;
			padding-bottom:5px;
			
			
		}
		
		.join_button_polish {
			display: block;
			background: url(home_button_account_open_polish.png) no-repeat;
			width: 600px;
			height: 42px;
			text-decoration: none !important;}
		
		.join_button_polish:hover {
			background: url(home_button_account_open_polish_hover.png) no-repeat;
		}
		
		.join_button_english {
			display: block;
			background: url(home_button_account_open_english.png) no-repeat;
			width: 600px;
			height: 42px;
			text-decoration: none !important;}
		
		.join_button_english:hover {
			background: url(home_button_account_open_english_hover.png) no-repeat;
		}


