/*----->>> IMPORT RESET.CSS <<<-----*/ 
@import url("reset.css"); 
/*@import url("scratch.css"); */
 
/*----->>> GLOBAL SETTINGS <<<-----*/ 
html, body{
	height:100%;
}
body {
	font-size: 62.5%; /*1.0em --> 10px*/
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
}
#container
{
	font-size:1.2em;	
}

/*----->>> HEADINGS <<<-----*/ 
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	margin:0 0 25px 0;
	font-size:1.5em;/*child pixels / parent pixels = child ems --> 18px/12px*/
	color:#fff;
}
h2 {
	margin:0 0 20px 0;
	font-size:1.33em;/*16px/12px*/
}
h3 {
	margin:0 0 8px 0;
	font-size:1.08em;/*13px/12*/
	font-weight:bold;
}

/*----->>> LINKS <<<-----*/ 
a,
a:link,
a:visited {
	color:#4b4b4b;
}
a:hover {
	text-decoration:underline;
	color;#636363;
}

/*----->>> COMMON FORMATTING <<<-----*/ 
p {
	margin:0 0 8px 0;
} 
/*----->>> GLOBAL CLASSES <<<-----*/ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear:both; 
}
.float-left {
	float:left; 
}
.float-right {
	float:right; 
} 
.text-left { 
	text-align:left; 
}
.text-right { 
	text-align:right;
}
.text-center { 
	text-align:center; 
}
.text-justify  { 
	text-align:justify; 
}
.underline { 
	border-bottom:1px solid; 
}
.img-left { 
	float:left;margin:4px 10px 4px 0; 
}
.img-right { 
	float:right;margin:4px 0 4px 10px; 
}
.nopadding { 
	padding:0; 
}
.nomargin {
	margin:0;
}
.color-green{
	color:#8cc63f;
}
#header_wrap{
	height:204px;
	background:#191919 url(../images/bg-header.jpg) no-repeat scroll 50% 0;
}
#header{
	width:960px; 
	margin:0 auto;
	height:204px;
	position:relative;
}
#box-logo{
	height:204px;
}
#intro{
	width:620px;
}
#intro p{
	color:#6b6b6b;
	padding:65px 0 0 0;
	line-height:28px;
	font-size:1.583em;/*19/12*/
}
#intro a,#intro a:active{
	color:#8cc63f;
	text-decoration:none;
}
#intro a:hover,#intro a:visited{	
	color:#517525;	
}
#content_wrap{
	background: #344c18 url(../images/bg-content.jpg) repeat-y 50% 0;
	min-height:650px;
	height:650px;
}
#content{
	background: url(../images/content-center.jpg) no-repeat top center;
	height:650px;
	width:960px;
	margin:0 auto;
	position:relative;
}
#box-notify{
	padding:257px 0 0 274px;
	position:relative;	
}
#email {
	background: url(../images/bg-input.jpg) no-repeat top left;	
	color:#838383;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.7em;
	margin-right:6px;	
	vertical-align:middle;
	width:260px;
	height:25px;/*51-26*/
	padding:13px 10px;
	border:none;
}
#email:focus{
	background: url(../images/bg-input-focus.jpg) no-repeat top left;	
}
button {
	background: url(../images/bg-btn.jpg) no-repeat left top;
	height:53px;
	width:152px;
	border:none;
	vertical-align:middle;
	cursor:pointer;
}
button:hover {
	background: url(../images/bg-btn-hover.jpg) no-repeat left top;
}
label.info,label.error, #twitter p {
	display:block;
	margin-top:1em;
	color:#6e9b35;
	font-size:1.333em;/*16/12*/
}
#twitter p
{	
	position:absolute;
	left:780px;
	top:580px;
	color:#9dbb75;
	width:130px;
	text-align:center;
}
#twitter p a
{
	color:#fff;
}
.error {
	color:#E9242E;
}

#footer_wrap{
	background: #344c18 url(../images/bg-footer.jpg) no-repeat scroll 50% 0;
	height:257px;
}
#footer{
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:center;
	color:#9dbb75;
	font-size:1.333em;/*16/12*/
}

label.error {color:white;}

#message h2						{ color:white;font-size:1.9em;padding:0;margin:0 0 10px 0;}
#message p						{ margin:6px 0px;font-size:1.5em;color:#8cc63f;width:450px;line-height:22px;}
