/*
----------------------------------------------------------------------------------------------
MyNURICHE
Stylesheet:  host.css
Author:   Michel Ferreira
Version:  22 January 2009
Revision: 22 January 2009
---------------------------------------------------------------------------------------------- */
body {
	background-color: #EDDE8B;
	background-image: url(../images/host-enter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: 13px/ 1.6em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #303232;
	}
 
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	padding: 0 0 0 0px;	
	margin-bottom: 0.5em;
	color: #303232;
}

.berry {
	color: #6F003C;
	}

.ltgreen {
	color: #73B537;
}

.pink {
	color: #C00059;
}

.green {
	color: #367B2A;
}

.yellow {
	color: #ECDB89;
}

.bigger {
	font-size: 15px;
}

h2 {
	font-size:46px;
	margin-bottom:12px;
}

h3 {
	font-size:20px;
	font-style:italic;
	margin:0px;
}


#host-enter-content {
	background-image: url(../images/host-enter-main-img.png);
	background-repeat: no-repeat;
	height: 427px;
	width: 860px;
	margin: 0 auto;
}



#container{
	margin: 0 auto;
	width: 960px
}

.distributor-splash {
	width:400px;
	float:left;
	margin-left:270px;
	margin-top:160px;
}

p.disclaimer {
	color:#705B00;
	font-size:11px;
	display:block;
	width:600px;
	margin-left:80px;
}

p.disclaimer a:link, p.discalimer a:visited {
	color:#705B00;
	font-size:11px;
	text-decoration:underline;
}

p.disclaimer a:hover, p.discalimer a:active {
	color:#705B00;
	font-size:11px;
	text-decoration:none;
}


/* REUSABLE STYLES
-------------------------------------------------------------------------------------------------*/
.holder {
	width: 960px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}


