/* CSS style */
*{
	margin:0;
	padding:0;
	border:0;
}

html, body{
	height:100%;
	width: 100%;
	/*font-family: Times New Roman, Times, Geneva;*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-style: italic;
}
	a{
		position:relative;
		text-decoration:none;
		color:#FFF;
	}
	a:link{}
	a:hover{
		border-bottom:1px solid #FFF;
	}
	a:visited{}
	a:active{
		border-bottom:1px solid #FFF;	
	}

	/**/
.about_link{
	position: relative;
	left: 560px;
	top: -280px;
	padding-top: 5px;
	width: 150px;
	color: #FF7310;
	font-weight: 900;
	font-size: 11px;
	}
	
	a.about_link:link{}
	a.about_link:hover{
		border-bottom:1px solid #FF7310;
	}
	a.about_link:visited{}
	a.about_link:active{
		border-bottom:1px solid #FF7310;
	}
	/**/
h1{
	font-size: 45px;
	text-align: center;
	color: #ffffff;
	padding-top: 15px;
}

/* CSS for Main Page */
.main{
	position:relative;
	top: 10px;
	height: 674px;
	width: 100%;
	background:url(../img/new/home-bg.jpg) center no-repeat;
}

	/* CSS for Header */
	.header{
		position:relative;
		width:850px;
		height: 674px;
		margin:0 auto;
		/*background-color: red;*/
	}
		.logo{
			position:absolute;
			left:20px;
			top:10px;
			display:block;
			width:123px;
			height:126px;
			background:url(../img/new/logo.png) no-repeat;
		}

	.login-div{
	position: relative;
	left: 430px;
	top: 30px;
	width: 420px;
	height: 150px;
	font-weight: 900;
	}

		.login-div input{
		text-align: center;
		font-size: 15px;
		font-style: italic;
		font-weight: 900;
		font-family: Times New Roman, Times, Geneva;
		}
			
		.login-div input.field{
		border: solid 1px #B4B4B4;
		height: 25px;
		width: 150px;
		color: #C6C6C6;
		}
		
		.login-div input.butt{
		height: 27px;
		width: 100px;
		position: relative;
		top: 3px;
		background-color: #1E3756;
		color: #ffffff;
		}

	.headerMenu{
	position: relative;
	left: 230px;
	top: 30px;
	width: 630px;
	height: 150px;
	font-weight: 900;
	}
	
		.headerMenu table{
		width: 100%;
		}
		
			.headerMenu table td{
			border-style: none;
			padding-right: 15px;
			text-align: center;
			}

	
.more{
color: #ffffff;
margin-top: 20px;
font-size: 17px;
}

	.more span{
	padding-left: 10px;
	padding-right: 10px;
	}

.benefits{
position: relative;
background-color: #ffffff;
width: 200px;
height: 200px;
color: #4A78B4;
border: solid 1px #B9B9B9;
}

	.benefits h3{
	text-align: center;
	font-size: 20px;
	margin: 10px;
	}
	
	.benefits li{
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 14px;
	}
	
	.benefits#for_guest{
	top: 30px;
	left: 20px;
	}
	
	.benefits#for_blogger{
	top: -173px;
	left: 300px;
	}

.orange-button-new{
position: relative;
width: 292px;
height: 47px;
background:url(../img/new/orange-button.png) left no-repeat;
}

	.orange-button-new p{
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding-top: 10px;
	cursor: pointer;
	}

.orange-button-new#sign-up{
top: -300px;
left: 550px;
}

#banner-featured
{
position: absolute;
top: 510px;
left: 20px;
width: 500px;
height: 81px;
}

	#banner-featured span
	{
	position: relative;
	top: -30px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	}
	
	#banner-featured a:active, #banner-featured a:hover{
	border-bottom-style: none;
	}

p.video-menu
{
position: relative;
top: -380px;
left: 570px;
width: 200px;
font-size: 15px;
}

	p.video-menu cite
	{
	display: block;
	padding: 0px 0px;
	font-weight: 900;
	margin-left: 30px;
	margin-bottom: 10px;
	}
	
	p.video-menu span
	{
	display: block;
	height: 27px;
	margin: 5px 0px;
	padding-left: 40px;
	padding-top: 5px;
	background: url(../img/new/film004.gif) left top no-repeat;	
	}

/* CSS for Footer */			
.footer{
	margin:-40px 0 0 0;
	height:48px;
}
	.footerMenu{
		height:25px;

	}
		.footerMenu div{
			width:800px;
			margin:0 auto;
			padding:5px 0 0 0;
			text-align: left;
			font-size: 18px;
		}
		.footerMenu a{
			color: #5A80AB !important;
			margin:0 15px;
		}
		.footerMenu a:hover{
			color:#5A80AB !important;
			border-bottom:1px solid #5A80AB !important;
		}
	.copyrights{
		position: relative;
		top: 50px;
		margin: 0px auto 0 auto;
		padding-left: 20px;
		width: 800px;
		color: #597EAA;
		text-align: left;
		font-style: normal;
		font-size: 11px;
		font-weight: 900;
	}	