@CHARSET "UTF-8";

#body {
}

img{
	border: none;
}
#page_wrapper{
	width: 982px; 
	/* border: solid 1px green; */
	margin: 0 auto; 
	position: relative;
	height: 100%;
}

#pagehead{
	display: block;
	margin-left:auto;
	margin-right: auto;
}

.left{
	width:50%;
	margin:0px;
	padding:0px;
	display: block;
	float: left;
}
.right{
	width:50%;
	margin:0px;
	padding:0px;
	display: block;
	float: left;
}

#textLogo{
	display: block;
	background-image:url('/assets/images/home/textLogo.png');
	height: 62px;
	width: 229px;
	margin-left:auto;
	margin-right: auto;
}

#thumbs {
	margin-top: 10px;
	display:block;
	height: 194px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#foot{
	display: block;
	background-image:url('/assets/images/home/footer.png');
	height: 68px;
	width: 884px;
	margin-left:auto;
	margin-right: auto;
}

#mainbody{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image:url('/assets/images/home/blurb.png');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
	position: relative;
	height: 700px;
}

.hibubble {
	z-index:3;
	background-image:url('/assets/images/home/hibubble.png');
	width:189px;
	height:193px;
	display:block;
	position:relative;	
}

.emailbox {
	z-index:2;
	background-image:url('/assets/images/home/emailbox.png');
	background-repeat: no-repeat;
	background-position: top center;
	width:325px;
	height:384px;
	display:block;	
	position:relative;
	top: -90px;
	left: 135px;
}

.form {
	padding-top: 138px;
	padding-left: 90px;
}

input.invisibox {
	width:200px;
 	border:none;
 	background:none;
	height:30px;
 	padding: 2px 7px 0px 7px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:15px;
 	margin-bottom: 10px;
}

textarea.invisibox {
	width:220px;
 	border:none;
	height:100px;
	background:none;
 	padding: 2px 7px 0px 7px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:15px;
 	margin-bottom: 0px;
 	line-height: 200%;
}
input.suscribebox {
	width:210px;
 	border:none;/*
 	background:none;*/
	height:20px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:15px;
 	display: block;
 	position: relative;
 	left: 105px;
 	bottom: 30px;
}
/*
.tbc {
	position:relative;
	right:0px;
}*/

.sbtn {
	margin-left: 5px;
}

.suscribetb {
	width:330px;
	height:59px;
	background-image:url('/assets/images/home/suscribetb.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
}

.newsletter {
	background-image:url('/assets/images/home/receivenews.png');
	background-repeat: no-repeat;
	background-position: center left;
	height: 59px;
	width: 320px;
	padding-left: 210px;
	padding-top: 20px;
	position:relative;
	top:-30px;
	left:250px;
}

.network {
	background-image:url('/assets/images/home/networktxt.png');
	background-repeat: no-repeat;
	background-position: center left;
	height: 50px;
	width: 320px;
	padding-left: 205px;
	position:relative;
	top:-20px;
	left:130px;
}

.tweetsbubble {
	width: 446px;
	height: 514px;
	background-image: url('/assets/images/home/tweets.png');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 3;
	position: relative;
	top: 80px;
}

.news_message {
	position: relative;
	top: -12px;
	right: -50px;
	text-align: center;
}

.ffail {
	/*border: 1px solid #FF0000;
	background-color: #FFB1B1;*/
	text-align: center;
	color: #FF0000;
}

.fsuccess {
	/*border: 1px solid #FF0000;
	background-color: #FFB1B1;*/
	text-align: center;
	color: #05B328;
}

.sthumb {
}