/*----------------------------------------
Site Name: whive
Date Created: 12-2009 
----------------------------------------*/
/* Elements
----------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #fffceb;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#413e3d;
}

/* Header
----------------------------------------*/
#header {
	float: left;
	width: 100%;
	height: 100px;;
	background-color:#fde25f;
	padding-top: 5px;
}
#searchbox{
	position:absolute;
	top:0px;
	right:5px;
	overflow:hidden;
	padding-top:5px;
	padding-left:35px;
	height:42px;
	width:308px;
	background-image:url(images/searchbox.gif);
	background-repeat:no-repeat;

}
#logo
{
	width:100px;
	padding-top:15px;
	padding-left: 20px;


}
#Go_btn
{
	position:absolute;
	width:30px;
	height:20px;
	left:230px;
	top:10px;
}

/* Body
----------------------------------------*/

#main{
	float: left;
	width: 100%;
	height: 399px;
	background-image:url(images/bg_grad.jpg);
		/*background-repeat:repeat-x;*/
	}

#column1{
	float:left;
	width:400px;
	height:390px;
	padding-top:20px;
	padding-left:60px;
	padding-right: 0px;
}
#column2{
	float:left;
	width:545px;
	height:390px;
}
#columntxt{
	width:290px;
	height:150px;
	position:absolute;
	left:325px;
	top:202px;
	line-height:20px;
}


#welcometxt
{
	background-image:url(images/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:437px;
	font-family:Arial, Helvetica, sans-serif;color:#aa9410; font-size:24px; font-weight:bold;	
}
#email
{
	border:1px solid #fde25f;
	width:-4px;
	height:75px;
	position:absolute;
	margin-top:25px;
	left: 671px;
	top: 99px;
	padding-left:3px;
}
#loginbxup
{
	width:370px;
	height:40px;
}
#loginbxdn
{
	padding-top:5px;
	padding-left:40px;
	width:350px;
}
#signup
{
	width:395px;
	height:66px;
	position:absolute;
	margin-top:120px;
	left: 671px;
	top: 81px;
}
#formtxt
{
	width:331px;
	height:66px;
	position:absolute;
	margin-top:120px;
	left: 670px;
	top: 147px;
	line-height:27px;
	text-align:right;
}
#signupbtn
{
	width:56px;
	height:22px;
	float:left;
	padding-left:136px;
}
#container {
	width: 100%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
a:link, a:visited, a:hover {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000; text-decoration:none;}
a:hover {text-decoration: underline;color: #8d1642;}

.input {
	width:150px;
	border: 1px solid #aa9410;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #413e3d;
	height: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* Footer
----------------------------------------*/
.footer {
	height: 10px;
	width: 100%;
	float: left;
	padding-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #413e3d;
	font-size: 11px;
	background-image:url(images/ftrbrk.gif);
	background-repeat:repeat-x;
	background-position: center 10px;
	
}
