@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Actor', Arial, Helvetica, sans-serif;
	}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	position:relative;
	z-index:500;
	}
	
#nav li.top {
	display:block;
	float:left;
	height:50px;
	width:96px;
	}
	
#nav li a.top_link {
	display:block;
	float:left;
	height:50px;
	line-height:33px;
	color:#B0B0B0;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	}
	
#nav li a.top_link span {
	float:left;
	display:block;
	padding:8px 0 0 0;
	height:40px;
	width:96px;
	text-align:center;
	}
	
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:50px;
	background: url(../images/arrow.gif) no-repeat 86px 22px;
	}

#nav li:hover a.top_link {
	color:#ff00c7;
	}
	
#nav li:hover a.top_link span {
	}
	
#nav li:hover a.top_link span.down {
	background:url(../images/arrow_over.gif) no-repeat 86px 22px;
	}

/* Default list styling */

#nav li:hover {
	position:relative; z-index:200;
	}

#nav li:hover ul.sub {
	left:1px;
	top:50px;
	background: #e8e8e8;
	white-space:nowrap;
	width:140px;
	height:auto;
	z-index:300;
	border:1px solid #e8e8e8;
	}
	
#nav li:hover ul.sub li {
	display:block;
	height:38px;
	position:relative;
	float:left;
	width:140px;
	font-weight:bold;
	font-size:14px;
	}
	
#nav li:hover ul.sub li a {
	display:block;
	width:130px;
	line-height:18px;
	text-indent:5px;
	color:#B0B0B0;
	text-decoration:none;
	padding:10px 0 10px 10px;
	}
	
#nav li:hover ul.sub li a:hover  {
	background:#484848;
	color:#ff00c7;
	}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
	left:90px;
	top:-4px;
	background: #bbd37e;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
	}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}

/* CONTENT STYLES */

h2 {
	font-size:20px;
	margin:20px 0;
	color:#191919;
	}

.quote_holder  {
	padding:20px;
	background:url(../images/66.png) no-repeat 0 0;
	font-size:14px;
	line-height:18px;
	font-style:italic;
	}
	
blockquote, q {background: url(../images/99.png) no-repeat bottom right; padding-bottom:10px;}

.col2 p {
	margin-bottom:10px;
	font-size:14px;
	line-height:18px;
	}

.col2 p a {
	font-size:14px;
	color:#ff00c7;
	text-decoration:none;
	}

.col2 p a:hover {
	text-decoration:underline;
	}

.col3 ul li {
	width:100px;
	height:50px;
	}

.col3 ul li a {
	width:100px;
	height:40px;
	display:block;
	padding:10px 0 0 50px;
	text-decoration:none;
	color:#ccc;
	font-weight:bold;
	}

.col3 ul li.twitter a {
	background:url(../images/twitter.jpg) no-repeat 0 0px;
	}

.col3 ul li.facebook a {
	background:url(../images/facebook.jpg) no-repeat 0 0;
	}

.col3 ul li.linkedin a {
	background:url(../images/linkedin.jpg) no-repeat 0 0;
	}

.col3 ul li.skype a {
	background:url(../images/skype.jpg) no-repeat 0 0;
	}

.col3 ul li a:hover {
	background-position:0 -50px;
	color:#bbb;
	}

/* FOOTER STYLES */

#footer p {
	font-size:12px;
	text-align:right;
	}

#footer_left ul {
	height:20px;
	}

#footer_left ul li {
	float:left;
	font-size:12px;
	}

#footer_left ul li a {
	color:#191919;
	padding:5px;
	}

#footer_left ul li a:hover {
	color:#ff00c7;
	text-decoration:none;
	}

	

/* HOME PAGE STYLES */
#home_header h1 {
	width:360px;
	font-size:28px;
	color:#fff;
	padding:20px 0 0 30px;
	margin-bottom:10px;
	}

#home_header p {
	width:360px;
	padding:0 0 0 30px;
	margin-bottom:10px;
	line-height:19px;
	color:#ff00c7;
	}

#home_header p a {
	color:#ffffff;
	text-decoration:none;
	}

#home_header p a:hover {
	color:#ff00c7;
	}

#home_header span.bold {
	color:#ff00c7;
	font-weight:bold;
	}

#home_hooks h1 {
	text-align:center;
	border-bottom:2px solid #ffffff;
	border-top:2px solid #ffffff;
	margin:20px 150px 5px 150px;
	padding:10px;
	font-size:18px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:normal;
	}
	
#home_hooks h1 a {
	color:#fff;
	text-decoration:none;
}

#home_hooks ul ol h2 {
	color:#191919;
	font-size:20px;
	line-height:20px;
	margin:15px 0 10px 0;
	text-align:center;
	font-weight:normal;
	}

#home_hooks ul ol p {
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	}

#home_content_l h3 {
	font-size:20px;
	margin:0 0 10px 0;
	color:#ff00c7;
	}

#home_content_l p {
	font-size:16px;
	color:#191919;
	line-height:18px;
	margin:0 70px 20px 20px;
	}

ul.solcial-links {
	border-left:1px solid #cccccc;
	padding:10px 0 10px 20px;
	margin-top:10px;
	
	}

ul.solcial-links li {
	color:#191919;
	font-size:14px;
	line-height:18px;
	}

ul.solcial-links li a {
	color:#ff00c7;
	font-weight:bold;
	text-decoration:none;
	}

ul.solcial-links li a:hover {
	text-decoration:underline;
	}

/* INSIDE CONTENT STYLES */
#inside_content p a {
	color:#ff00c7;
	text-decoration:none;
	}

#inside_content p a:hover {
	border-bottom:2px solid #ff00c7;
	padding-bottom:1px;
	}

#content_l h2 {
	margin:40px 0 40px 70px;
	font-size:24px;
	}

#content_l h3 {
	margin:10px 0 10px 70px;
	font-size:18px;
	}

#content_l p {
	margin-left:70px;
	margin-bottom:20px;
	font-size:14px;
	line-height:18px;
	}

#content_l p.pushed_left {
	margin:0 0 20px 0;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	font-style:italic;
	}

#content_l ul, #content_r ul {
	margin:0 0 20px 70px;
	list-style:outside;
	line-height:24px;
	font-size:14px;
	}

#content_l ul li a, #content_r ul li a {
	color:#ff00c7;
	text-decoration:none;
	}

#content_l ul li a:hover, #content_r ul li a:hover {
	border-bottom:1px solid #ff00c7;
	}

#content_quote {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:20px 0 20px 0; 
	background: url(../images/66.png) no-repeat 10px 10px;
	font-style:italic;
	color:#ff00c7;
	}

#content_l p.content_testimonial {
	font-size:18px;
	line-height:24px;
	} 

.content_testimonial {
	margin:0;
	background:url(../images/99.png) no-repeat right bottom;
	padding:0 40px 10px 0;
	}

.content_name {
	margin:-20px 0 0 0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	display:block;
	color:#ff00c7;
	font-style:normal;
	}

#content_l p.back_link {
	padding:30px 0;
	}

#content_r h2 {
	text-align:right;
	margin:40px 70px 40px 0;
	font-size:24px;
	color:#CCCCCC;
	}

#content_r .credits {
	width:150px;
	margin:0 0 20px 20px;
	float:left;
	}
	
#content_r .credits h3 {
	text-transform:uppercase;
	margin-bottom:5px;
	}

#content_r .credits p {
	font-size:14px;
	line-height:18px;
	}

#questions h3 {
	font-size:18px;
	margin:10px 0 10px 10px;
	}
	
#questions h3 a {
	font-size:18px;
	text-decoration:none;
	color:#ff00c7;
	}

#questions h3 a:hover {
	border-bottom:4px solid #ff00c7;
	}

#questions p {
	font-size:14px;
	line-height:18px;
	margin:0 0 20px 10px;
	}

.back_link a {
	font-size:18px;
	}

#call_to_action p {
	font-size:28px;
	padding:40px 0 40px 70px;
	}

#call_to_action p a {
	font-weight:bold;
	}

#call_to_action p a:hover {
	border-bottom:4px solid #ff00c7;
	}

/* PORTFOLIO STYLES */
a.to_top {
	font-size:12px;
	text-decoration:none;
	color:#ff00c7;
	margin-left:920px;
	}

a:hover.to_top {
	border-bottom:1px solid #ff00c7;
	}

#portfolio_header h2 {
	font-size:24px;
	margin:40px 0 40px 70px;
	float:left;
	}

#portfolio_header p.hire_us {
	font-size:20px;
	margin:40px 0 40px 0;
	float:right;
	}

#portfolio_l h2 {
	font-size:24px;
	margin:40px 0 40px 70px;
	}

#portfolio_l ul li {
	font-size:14px;
	line-height:18px;
	}

#portfolio_l ul li a {
	font-size:14px;
	line-height:18px;
	color:#ff00c7;
	text-decoration:none;
	}

#portfolio_l ul li a:hover {
	border-bottom:1px solid #ff00c7;
	}

#portfolio_l h3 {
	margin:20px 0 20px 70px;
	font-size:18px;
	}

#portfolio_r h3 {
	margin:20px 0 20px 0;
	font-size:18px;
	}

#portfolio_l p {
	margin-left:70px;
	margin-bottom:20px;
	font-size:14px;
	line-height:18px;
	}

#portfolio_l ul {
	margin-left:70px;
	}

#all_projects h3 {
	margin:40px 0 20px 70px;
	font-size:18px;
	}

#all_projects ul li p {
	margin:10px 0 10px 70px;
	width:400px;
	font-size:14px;
	line-height:18px;
	}

/* CAMPAIGN STYLES */
#campaign_header h1 {
	width:360px;
	font-size:28px;
	color:#fff;
	padding:20px 0 0 30px;
	margin-bottom:10px;
	}

#campaign_header p {
	width:360px;
	padding:0 0 0 30px;
	margin-bottom:10px;
	line-height:19px;
	}

#campaign_header span.bold {
	color:#ff00c7;
	font-weight:bold;
	}

#campaign_header a {
	background:url(../images/campaign_header_btn.png) no-repeat 0 0px;
	height:60px;
	display:block;
	margin:0 0 5px 20px;
	color:#191919;
	line-height:60px;
	text-decoration:none;
	padding-left:15px;
	width:375px;
	font-size:16px;
	}

#campaign_header a:hover {
	background:url(../images/campaign_header_btn.png) no-repeat 0 -60px;
	color:#fff;
	}

#slides {
	position:absolute;
	right:0;
	top:100px;
	}

#campaign_hooks ul li h2 {
	color:#ff00c7;
	font-size:20px;
	line-height:20px;
	margin:15px 0 10px 0;
	text-align:center;
	font-weight:normal;
	}

#campaign_hooks ul li p {
	color:#b0b0b0;
	font-size:12px;
	line-height:14px;
	}

#campaign_content_l h3 {
	font-size:20px;
	margin:0 0 10px 0;
	color:#ff00c7;
	}

#campaign_content_l p {
	font-size:16px;
	color:#191919;
	line-height:18px;
	margin:0 70px 20px 20px;
	}

.pink {
	color:#ff00c7;
	}

/* AREA STYLES */

.dark_link {
	color:#191919;
	font-weight:bold;
	}
	

/* CONTACT US PAGE STYLES */
#contact_form .echo { /* THANKYOU PAGE */
	color:#ff00c7;
	font-weight:bold;
	font-size:14px;
}

#contact_form {
	margin-bottom:40px;
}

#contact_form div {
	clear:both;
	height:30px;
	padding:10px 0
}

#contact_form label {
	float:left;
	margin-right:5px;
	font-size:12px;
	line-height:28px;
	height:28px;
	text-align:right;
	width:140px;
}

#contact_form .field {
	width:240px;
	border:1px solid #222222;
	padding:4px;
	float:right;
	color:#cccccc;
	height:18px;
	line-height:18px;
	color:#222222;
}

#contact_form textarea {
	width:240px;
	border:1px solid #222222;
	padding:4px;
	float:right;
	color:#cccccc;
	height:18px;
	line-height:18px;
	color:#222222;
	min-height:150px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contact_form .submit_btn {
	width:150px;
	margin:auto;
	background:#ff00c7;
	color:#ffffff;
	border:none;
	padding:10px;
	line-height:30px;
	font-size:16px;
	text-transform:uppercase;
	margin-left:160px;
	cursor:pointer;
}

#contact_form .submit_btn {
}

#questions p.pushed_left {
	margin-left:70px;
}
