/* CSS Document */

* {
    margin: 0;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

body 
{
	height: 100%;
	text-align: center;
	background-image: url(../images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#home{
	background-image: url(../images/bg_01.png);
	background-repeat: repeat-x;
	text-align:center;	
}

img{
	border:none;
}

#wrapper {
	width: 960px;
	max-width:960px;
	min-height: 100%;
	margin:0 auto;
}

#top{
	width:960px;
	height:85px;
	background:url(../images/logo.png) no-repeat left top;
}

#top-left{
	float:left;
	width:580px;
	height:85px;
}

#top-right{
	float:right;
	width:380px;
	height:85px;
}

#links{
	margin:56px 0 0 215px;
	display:block;
	width:570px;
	text-align:left;
}

.top-links{
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	float:left; 
	padding-right:20px;
	font-weight:bold;
	text-decoration:none;
}

a{
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	float:left; 
	padding-right:20px;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#92b93e;
}

#loginZ{
	float:right;
	margin:0 0;
}

#banner{
	width:960px;
	height:375px;
	padding:15px 0 0 0;
	background-image: url(../images/banner.png);
	background-position: 0 15px;
	background-repeat:no-repeat;
}

#bannertext1{
	font-family:Tahoma;
	color:#222222;
	font-size:23px;
	font-weight:bold;
	margin-top:275px;
}
#bannertext2{
	font-family:Tahoma;
	color:#222222;
	font-size:20px;
}

#signuprow{
	width:960px;
	height:95px;
	background-image: url(../images/frog_08.png);
	background-repeat:no-repeat;
	background-position:top right;
}

#signupbutt{
	float:right;
	margin:0 330px 0 0; 
	padding:10px 0;
	width:270px;
	height:70px;
}

#content{
	width:960px;
	height:165px;
	clear:both;
}

.content2{
	width:960px;
	height: auto;
	clear:both;
}

.content3{
	width:960px;
	height: 180px;
	padding:100px 0 30px 0;
	clear:both;
}

.coloumn{
	float:left;
	width:320px;
	height:auto;
	text-align:left;
}

.inn-coloumn{
	width:285px;
	height:auto;	
	text-align: left;
	font-family: Tahoma;
	color: #000000;
	font-size:14px;
	line-height:20px;
}

.inn-coloumn2{
	width:300px;
	height:auto;	
	text-align: left;
	font-family: Arial;
	color: #000000;
	font-size:14px;
	line-height:20px;
	padding-top:15px;
}

.heading{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}

.heading2{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	line-height:40px;
}



/*   footer  */

#zovue_footer {bottom:0px; left:0px; width:100%; height: 127px; position:relative;}

a.footer_link:link {color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 11px; font-weight: bold; }
a.footer_link {color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 11px; font-weight: bold; }
a.footer_link:visited {color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 11px; font-weight: bold; }
a.footer_link:hover {text-decoration: none ; color: #76dd30; font-family: Verdana; font-size: 11px; font-weight: bold; }

#footer_table td {
	text-align: left;
	padding: 1px;
}

.footer_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -127px;
}
.footer_style, .push {
    height: 127px;
}

#loginBoxWrapper{position:absolute;top:8px;right:15px;display:none;overflow:hidden; text-align:left;}
#loginBox{z-index:10;background:#3b6ea3;padding:25px;-moz-border-radius:6px;-webkit-border-radius:6px;}
#loginBox #title{color:#FFF;font-size:16px;padding-bottom:12px;}
#loginBox #message{line-height:15px;padding-bottom:10px; color:#FFFFFF;font-family:Arial; font-size:15px;}
#loginBox #login_title,#loginBox #password_title{color:#d9f0a2; font-family:Arial; font-size:14px;}
#loginBox #login_messages,#loginBox #password_messages{margin:10px 0;font-weight:700; line-height:30px;}
#loginBox input{width:200px;  float:left; }
#loginBox{width:220px; float:left;}
#loginBox a{background:transparent;padding:0!important;margin:0;color:#FFF!important;}