/*----------------------------------------------
	GLOBAL.CSS
	Author:		Engage Interactive
	Requires:	reset.css
	Colours:	#383d41 - Grey
				#ed6b31 - Orange
----------------------------------------------*/

@import url(reset.css);


/*-------------------------------
	GENERIC STYLES
-------------------------------*/

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #404548;
	background: #7b7d7a;
	text-align: center;
	padding-bottom:20px;
}

p {
	font: 12px/18px;
	margin-bottom:1.4em;
}
		
a{
	color:#ed6b31;
	text-decoration: none;
}

a:hover{ 
	text-decoration: underline;
}

input, button {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	font-style:italic;
	border:none;
	padding:3px 5px;
}

button {
	cursor:pointer;
}

.shadow {
	 -moz-box-shadow: 0 0 6px #2b2e30;
	 -webkit-box-shadow: 0 0 6px #2b2e30;
	 box-shadow: 0 0 6px #2b2e30;
}

/*---------------------
	<A> TAGS STYLED AS PRESS BUTTONS - GREY ON WHITE
*/

p.button a {
	float:right;
	background:#383d41;
	padding:3px 6px;
	display:block;
	width:80px;
	text-align:center;
}

p.button a:hover {
	background:#ed6b31;
	color:#383d41;
	text-decoration:none;
}

div#main p a:hover { 
	border-bottom:1px dotted #ed6b31;
	text-decoration: none;
}

/*-------------------------------
	HEADINGS
-------------------------------*/

h1 {
	float:left;
	width:327px;
	height:111px;
}

h1 a {
	display: block;
	width: 327px;
	height: 111px;
	text-indent: -5000px;
	background: url(/assets/images/template/logo.gif) no-repeat;
}

h2 {
	font-size:22px;
	font-weight:bold;
	color:#ed6b31;
}

h3 {
	font-size: 22px;
	font-weight:bold;
	color:#7b7d7a;
}

#main h3 {
	margin-bottom:20px;
	
}

#sidebar h3 {
	color:#ed6b31;
}

h4 {
	font-size:14px;
	color:#ed6b31;
	font-weight:bold;
	border-bottom:1px solid #757678;
	padding-bottom:7px;
	margin-bottom:7px;
}

#main h4 {
	border-bottom:none;
	padding-bottom:0;
}


/*-------------------------------
	PRIMARY CONTENT AREAS
-------------------------------*/

#wrapper{
	width:958px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#header {
	position:relative;
	width:958px;
	height:111px;
}

#content {
	float:left;
	width:584px;
}

#main {
	width:540px;
	border:1px solid #dfe0e0; 
	padding:22px;
	background:#f5f5f5;
	overflow:auto;
}

#sidebar {
	float:right;
	width:350px;
}

/*---------------------
	MAIN CONTENT AREA
*/

#main ul {
	margin-bottom:15px;
}

#main ul li {
	padding:0 0 0 12px;
	margin:6px 0;
	background:url(/assets/images/template/bullet.gif) 0 4px no-repeat;
}

#main p.bullet {
	padding:0 0 0 10px;
	background:url(/assets/images/template/bullet.gif) 0 4px no-repeat;
}

#main p.highlight {
	overflow:hidden;
	padding:13px;
	background:#e5e5e5;
}

/*-------------------------------
	SECONDARY CONTENT AREAS
-------------------------------*/

/*---------------------
	LOGIN BOX
*/

#login, #loggedin {
	right:0;
	top:0;
	position:absolute;
	width:306px;
	padding:15px 0 15px 160px;
	background:#707672 url(/assets/images/template/login_back.gif) 15px 15px no-repeat;
}

#login label {
	display:none;
}

#login input {
	width:105px;
	margin-right:3px;
}

#login button, #sidebar button {
	background:#4b4f50;
	font-weight:bold;
	font-style:normal;
	color:#ed6b31;
}

#login button:hover, #sidebar button:hover {
	background:#ed6b31;
	color:#383d41;
}

/*---------------------
	LOGGED IN BOX
*/

#loggedin {
	width:355px;
	padding:0 0 0 111px;
	height:53px;
}

#loggedin p {
	margin:10px 0 0 0;
	color:#FFF;
	font-size:11px;
	background:#707672;
	width:170px;
}

#loggedin p em{
	color:#999;
}

/*-------------------------------
	SIDE PANELS
-------------------------------*/

.panel {
	with:310px;
	padding:16px 20px 13px 20px;
	margin-bottom:12px;
	background:#5d6162;
	color:#FFF;
}


/*---------------------
	BECOME A VIP MEMBER
*/

.vip {

}

.vip_badge {
	position:absolute;
	left:50%;
	margin-left:400px;
	top:155px;
	right:15px;
	display:block;
	width:66px;
	height:66px;
}

.vip_badge a {
	text-indent:-5000px;
	display:block;
	width:66px;
	height:66px;
	background:url(/assets/images/template/vip_badge.png);
}

.vip ul li {
	border-top:1px solid #6e7172;
	padding:5px 0 5px 10px;
	background:url(/assets/images/template/bullet.gif) 0 8px no-repeat;
}

.vip p {
	margin:0 0 5px 0;
}

.vip p.subscribe {
	margin:5px 0 0 0;
}

.vip p.subscribe a {
	display:block;
	text-align:center;
	width:100px;
	background:#4b4f52;
	padding:7px;
	font-weight:bold;
}

.vip p.subscribe a:hover {
	color:#383d41;
	background:#ed6b31;
	text-decoration:none;

}

/*---------------------
	NEWSLETTER SIGN-UP
*/

.newsletter label {
	float:left;
	display:block;
	width:90px;
	padding-top:3px;
}

.newsletter input {
	width:150px;
}

.newsletter .field {
	width:310px;
	overflow:hidden;
	margin-top:3px;
}

.newsletter h4 {
	padding-left:26px;
	background:url(/assets/images/template/icon_newsletter.gif) 0 1px no-repeat;
	border-bottom:none;
	margin-bottom:0;
}

/*---------------------
	LATEST NEWS
*/

.latest h4 {
	padding-left:26px;
	background:url(/assets/images/template/icon_news.gif) 0 1px no-repeat;
}

.latest dt {
	clear:both;
	float:left;
	margin:0 5px 5px 0;
	width:55px;
	background:#535758;
}
.latest dd {
	margin:0 5px 5px 0;
}
.latest dd a {
	color:#fff;	
}

/*---------------------
	TWITTER
*/

.twitter {
	padding:10px 20px;
	
}

.twitter h5 {
	padding:3px 0 3px 33px;
	background:url(/assets/images/template/icon_twitter.gif) 0 0 no-repeat;
}

.twitter h5 a {
	color:#FFF;
}

/*---------------------
	BLOG
*/

.blog {
	padding:10px 20px;
	margin-bottom:0;
}

.blog h5 {
	padding:3px 0 3px 33px;
	background:url(/assets/images/template/icon_blog.gif) 0 0 no-repeat;
}

.blog h5 a {
	color:#FFF;
}
/*---------------------
	PETITION
*/

.talking {
	padding:10px 20px;
	margin-bottom:10px;

}

.talking h5 {
	padding:5px 0 5px 80px;
	background:url(/assets/images/template/icon_petition_v2.gif) 0 0 no-repeat;
}

.talking a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #ed6b31;
}
/*---------------------
	PDF & MP3
*/
a.pdf
	{
	margin-top:10px;
	display:block;
	padding:3px 0 3px 25px;
	background:url(/assets/images/template/icon_pdf.gif) 0 0 no-repeat;
}
a.pdf:hover
	{
	text-decoration:none;
}


a.mp3
	{
	margin-top:10px;
	display:block;
	padding:3px 0 3px 25px;
	background:url(/assets/images/template/icon_mp3.gif) 0 0 no-repeat;
}
a.mp3:hover
	{
	text-decoration:none;
}

/*---------------------
	VIMEO EMBED
*/

.vimeo {
	padding: 0;
}

.vimeo object,
.vimeo embed {
	display: block;
}

/*---------------------
	NEWSLETTER SIGNUP
*/

.side_signup {
	background: #ed6b31 url(/assets/images/template/icon_newsletter_white.gif) 20px 20px no-repeat;
}

.side_signup h4 {
	margin: 0;
	padding-left: 30px;
	color: #fff;
	font-size: 19px;
	border: none;
}

.side_signup form {
	padding-left: 31px;
	padding-bottom: 1px;
}

.side_signup input,
.side_signup button {
	float: left;
	display: block;
	margin: 3px 0;
}

#s_first_name,
#s_last_name { 
	width: 122px	
}

#s_email {
	width: 184px	
}

#s_first_name,
#s_email {
	margin-right: 6px;
}

#sidebar .side_signup button {
	color: #fff;
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}
#sidebar .side_signup button:hover {
	background-color: #7b7d7a;
}

/*---------------------
	MONEY BACK 
*/

.moneyback {
	height: 100px;
	padding: 0;
	background-image: url(/assets/images/template/moneyback.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.moneyback h4 {
	border: none;
	padding: 12px 20px 0 118px;
	font-size: 16px;
	line-height: 1.2em;
}


/*-------------------------------
	FOOTER
-------------------------------*/

#footer {
	width:958px;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	border-top:1px solid #ed6b31;
	padding:10px 0 0 0;
	margin-top:12px;
	text-align:left;
	color:#FFF;
	font-size:11px;
	background:url(/assets/images/template/footer_back.gif) 0 10px no-repeat;
}

#footer p {
	position: absolute;
	top: 10px;
	right: 0;
}

#footer p,
#footer a {
	color: #ed6b31;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}


/*-------------------------------
	NAVIGATION
-------------------------------*/

#nav {
	float:right;
	margin-top:65px;
	width:466px;
	background:#42464a url(/assets/images/template/navigation.gif) left top no-repeat;
	height:34px;
	position:relative;
}

#nav li{
	display: block;
	float: left;
}

#nav li a {
	display: block;
	height:34px;
	text-indent:-9999px;
}

#nav li a:hover,
#nav li a.on{
	background-image: url(/assets/images/template/navigation.gif);
}

#nav li.home a{
	width:71px;
	background-position:-0px -34px;
}

#nav li.products a{
	width:81px;
	background-position:-71px -34px;
}

#nav li.clients a{
	width:66px;
	background-position:-152px -34px;
}

#nav li.people a{
	width:65px;
	background-position:-218px -34px;
}

#nav li.news a{
	width:58px;
	background-position:-283px -34px;
}

#nav li.contact a{
	width:73px;
	background-position:-341px -34px;
}

#nav li.vip a{
	width:52px;
	background-position:-414px -34px;
}

/*---------------------
	SUBNAV
*/

#nav li ul {
	display:none;
	position:absolute;
	top:34px;
	left:71px;
	background:#484c50;
	border-left:1px solid #323538;
	border-right:1px solid #323538;
	border-top:1px solid #323538;
}

#nav li ul li {
	float:none;
}

#nav li.products ul li a {
	display: block;
	height:auto;
	text-indent:0;
	width:220px;
	padding:8px 10px;
	color:#FFF;
	border-bottom:1px solid #323538;
}

#nav li ul li a:hover,
#nav li ul li a.on{
	background:#646769;
	text-decoration:none;
	color:#ed6b31;
}
#main img.article
{
	margin:15px 0 15px;
}
p.newsletter_subline
	{
	margin:-6px 0 0 27px;
	}
p.newsletter_subline a
{
	color:#fff;
}