body{
	background:#4f5050 url(../img/tile.gif) 0 0 repeat-x;
}
/* ### header ### */
#header img{
	margin: 15px 0 0 0;
}
#header ul{
	margin: 20px 0 0 0;
	float: right;
	list-style-type: none;
}
#header ul a{
	color: white;
	text-decoration: none;
}
#header ul a:hover{
	text-decoration: underline;
}
#header ul li{
	float: left;
	padding: 5px 10px;
}
#header ul li.hi{
	background-color: #940101;
}
.container_12{
	/*  background: 93px 100px no-repeat; */
}
/* ### hompeage middle section ### */
h1{
	font-size: 4.8em;
	color: white;
	margin: 1px 0 0 0;
	line-height: 1.15em;
}
.hpText {
	background: #white;
	opacity:0.70;
	filter:alpha(opacity=70);
	height:1%;
	color: white;
	margin: 20px 0 20px 0;
	position: relative; 
	left: 10px;
	top: 5px;
}
.hpText p{
	margin: 15px 20px;
}


/* ### change this to fix button opacity ### */
.hpText p.first{
	height: 130px;
}
img.download{
	float: right;
	position: relative;
	top: -193px;
	right: 33px;
	margin-bottom: -50px;
}
/* ### end change this ### */


/* ### hompeage benefits box ### */
.benefits{
	background-color: white;
	padding-bottom: 20px;
}
.benefits a{
	color: #940101;
}
.benefits a:hover{
	text-decoration: none;
}
.benefits h2{
	margin: 20px 20px 0 20px;
	border-bottom: 1px solid #e5e5e5;
}
.benefits h3, .inner h3{
	font-size: 1em;
	margin: 0;
	color: #940101;
}
.benefits p{
	font-size: .8em;
	margin: 0;
}
.benefits .box{
	float: left;
	margin: 20px 10px 0 20px;
	width: 370px;
	padding-left: 55px;
}
.benefits .one{
	background: url(../img/icon_01.gif) 3px 6px no-repeat;
}
.benefits .best{
	background: url(../img/icon_04.gif) 10px 8px no-repeat;
}
.benefits .privacy{
	background: url(../img/icon_02.gif) 14px 6px no-repeat;
}
.benefits .domain{
	background: url(../img/icon_05.gif) 0 6px no-repeat;
}
.benefits .cross{
	background: url(../img/icon_03.gif) 0 12px no-repeat;
}
.benefits .free{
	background: url(../img/icon_06.gif) 0 6px no-repeat;
}
/* ### inner content ### */
.innerHeader{
	background-color: white;	
	margin: 80px 0 0 10px;
}
.inner{
	background-color: white;
	float: left;
	margin-right: -10px;
	width: 465px!important;
}
.inner a{
	color: #940101;
}
.inner a:hover{
	text-decoration: none;
}
.innerHeader h1{
	font-size: 1.8em;
	color: black;
	margin: 20px 20px 10px 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.inner p, .inner ul, .inner ol, .inner dl, .inner table{
	margin: 0 10px 20px 10px;
	padding: 0;
}
.inner h3{
	font-size: 1em;
	margin: 0 0 5px 10px;
	color: #940101;
}
.inner h4{
	font-size: .9em;
	margin: 0 0 5px 10px;
	color: #940101;
	font-weight: normal;
}
/* ### small download button ### */
.smlDownload{
	background: black url(../img/download_inner_top.gif) 0 0 no-repeat;
	width: 438px;
	text-align: center;
	margin: 5px 0 0 10px;
}
* html .smlDownload{
	background-image: none;
}
.smlDownload p{
	color: white;
	padding: 10px 0;
	margin: 0;
}
.smlBottom{
	background: black url(../img/download_inner_bot.gif) 0 0 no-repeat;
	width: 438px;
	height: 4px;
	margin: 0 0 20px 10px;
}
* html .smlBottom{
	background-image: none;
}

/* ### footer ### */
#footer{
	color: #b7b7b7;
	margin-top: 20px;
}
#footer a{
	color: white;
}
#footer a:hover{
	text-decoration: none;
}

.errors {color:red;}
