@import url('core.css');

body {
	background: #433f39 url(../images/core/bg.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}




/********************************************
        HEADER
********************************************/
#header {
	position: relative;
	height: 134px;
}

#header img {
	position: absolute;
	left: 0; bottom: 32px;
}

#header p {
	position: absolute;
	right: 0; bottom: 28px;
	line-height: 22px;
	font-size: 22px;
	color: #fff;
}



/********************************************
        BANNER
********************************************/
#banner {
	position: relative;
	height: 350px;
	background: url(../images/core/bg-banner.jpg) no-repeat;
	margin-bottom: 20px;
}

#banner p {
	position: absolute;
	left: 50px; top: 200px;
	width: 240px;
	font-size: 16px;
	line-height: 18px;
	color: #d1c9be;
}

#banner #free {
	position: absolute;
	right: -7px; top: -7px;
}

#banner form {
	position: absolute;
	right: 40px; top: 30px;
	width: 219px;
}

#banner form h2 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 25px;
	width: 190px;
}

#banner form li {
	margin-bottom: 15px;
}

#banner form input {
	width: 199px;
	padding: 9px 10px 10px 10px;
	background: url(../images/core/bg-input.gif) no-repeat;
	/*height: 25px;
	line-height: 33px;*/
	border: 0;
	font-weight: bold !important;
	color: #000 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#banner form input.error {
	background: url(../images/core/bg-input-error.gif) no-repeat;
}

#banner form label {
	display: block;
	font-weight: bold;
	color: #fff;
}

#banner form label.error { display: none !important; }

#banner form .button input {
	width: 115px;
	height: 40px;
	background: none;
	padding: 0;
	float: right;
}

#banner form .button img {
	float: right;
}

.loader { display: none; }




/********************************************
        CONTENT
********************************************/
#content {
	background: #fff url(../images/core/bg-content-top.gif) no-repeat;
	padding: 40px 0;
}	


/* PRIMARY */

#primary {
	width: 580px;
	padding-left: 40px;
}

#primary h1 {
	font-size: 26px;
	color: #ee8321;
	font-weight: normal;
}

#primary h2 {
	font-size: 20px;
	color: #433f39;
	font-weight: normal;
}

#primary ul#social {
	list-style: none; 
	margin: 0;
}

#primary ul#social li {
	float: left;
	display: inline;
	margin-right: 5px;
}

#primary ul.ticks {
	list-style: none;
	margin-left: 15px;
}

#primary ul.ticks li {
	background: url(../images/core/icon-tick.png) 0 2px no-repeat;
	padding-left: 25px;
	font-weight: bold;
}


/* SECONDARY */

#secondary {
	float: right;
	width: 280px;
	padding-right: 20px;
}



/********************************************
        TESTIMONIALS
********************************************/
#testimonials {
	background: url(../images/core/bg-content-bottom.gif) no-repeat;
	padding: 30px 0;
	color: #d1c9be;
}

#testimonials a { color: #d1c9be; text-decoration: none; }
#testimonials a:hover { text-decoration: underline; }

#testimonials li {
	float: left;
	display: inline;
	height: 180px;
	padding: 10px 20px;
	width: 275px;
	background: url(../images/core/bg-testimonials.gif) repeat-y;
}

#testimonials li.first {
	background: none;
}


#testimonials p {
	margin-bottom: 20px; 
}


#testimonials strong {
	color: #ded7cd;
}



/********************************************
        FOOTER
********************************************/
#footer {
	color: #938a7e;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 20px;
}

#footer strong { color: #d1c9be; }

#footer img { margin-top: 10px; }




















