/*-----------------------------
CSS FOR: Pixelcode
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 06-10-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Helvetica Neue", "Helvetica", "Verdana", sans-serif;
	/*font-family: "Georgia", "Times New Roman", "Times", serif;*/
	text-align: center;
	background: #bf0000 url(../img/bg_red.png);
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #bf0000;
	text-decoration: none;
	border-bottom: 1px dotted #bf0000;
}

a:visited{
	color: #bf0000;
	text-decoration: none;
	border-bottom: 1px dotted #bf0000;
}

a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}

h1{
	color: #bf0000;
	font-weight: bold;
	font-size: 20px;
	margin:0;
	padding:0;
}

h2{
	color: #bf0000;
	font-weight: bold;
	font-size: 20px;
	margin:0;
	padding:0;
}

h3{
	color: #bf0000;
	font-weight: bold;
	font-size: 20px;
	margin:0;
	padding:0;
}

h4{
	color: #bf0000;
	font-weight: bold;
	font-size: 20px;
	margin:0;
	padding:0;
}

h5{
	color: #bf0000;
	font-weight: bold;
	font-size: 20px;
	margin:0;
	padding:0;
}

h6{
	color: #bf0000;
	font-weight: bold;
	font-size: 20px;
	margin:0;
	padding:0;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #bf0000;
	border-bottom: 1px dotted #bf0000;
	margin:0;
	padding:0;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #bf0000;
	border-bottom: 1px dotted #bf0000;
	margin:0;
	padding:0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
	margin:0;
	padding:0;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#masthead_wrapper{
	clear: both;
	width: 100%;
	height: 150px;
	background: #bf0000 url(../img/bg_red.png);
	margin: 0;
}

div#masthead{
	width: 960px;
	height: 150px;
	margin:0 auto;
	text-align: right;
}

div#header_wrapper{
	width: 100%;
	clear: both;
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 0;
}

div#hp_latest_work{
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

div#page_heading{
	width: 960px;
	height: 65px;
	margin: 0 auto;
}

div#outer_wrapper{
	width: 100%;
	min-height: 400px;
	padding: 0 0 20px 0;
	background: #eeefef url(../img/inner_wrapper_bg.gif) top center repeat-y;
}

div#outer_wrapper_portfolio{
	width: 100%;
	min-height: 400px;
	padding: 0 0 20px 0;
	background: #eeefef url(../img/portfolio_wrapper_bg.gif) top center repeat-y;
}

div#outer_wrapper_rfp{
	width: 100%;
	min-height: 400px;
	padding: 0 0 20px 0;
	background: #eeefef url(../img/rfp_wrapper_bg.gif) top center repeat-y;
}

div#inner_wrapper{
	width: 960px;
	margin:0 auto;
	text-align: left;
	position: relative;
}

div#nav{
	width: 202px;
	z-index: 100;
	margin: 0;
	position: absolute;
	top:0;
	left:0;
}

div#content_wrapper{
	float: right;
	width: 773px;
	z-index: 50;
}

div#hp_advert{
	width: 773px;
	height: 250px;
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	background: #eeefef;
	text-align: right;
	position: relative;
}

div#content{
	width: 510px;
	min-height: 400px;
	float: left;
	background: #f8f8f8;
}

div#sidebar{
	width: 240px;
	float: right;
}

div.sidebar_news{
	padding: 20px 0 0 0;
}

div#sidebar div.hp_news p{
	font-size: 12px;
}
div#footer{
	width: 960px;
	margin:0 auto;
	
}

div#latest_portfolio{
	width: 750px;
	float: right;
}
div#clear{
	clear: both;
}

div#social_networks{
	float: left;
	width: 180px;
	padding: 20px 0 0 0;
	margin:0;
}

div#call_to_action{
	float: left;
	width: 650px;
	padding: 15px 0 10px 0;
}

div#portfolio_content{
	float: left;
	margin: 0 0 0 24px;
	width: 580px;
	min-height: 400px;
	
}

div#portfolio_nav{
	float: right;
	width: 150px;
	padding: 10px 0 0 0;
}

div#content_rfp{
	width: 370px;
	float: left;
	min-height: 400px;
	
}

div#sidebar_rfp{
	padding: 15px 0 0 0;
	width: 370px;
	float: right;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a{
	float: left;
	text-align: left;
	width: 553px;
	height: 109px;
	display: block;
	border-bottom: none;
	background: url(../img/masthead_logo.gif) bottom right no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 40px;
}

div#masthead p{
	color: #fff;
	font-size: 14px;
	text-shadow: #bf0000 0px 1px 1px;
	
}

div#masthead p.address{
	font-size: 20px;
	padding: 20px 0 0 0;
}

div#masthead p.open_status{
	font-size: 18px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

div#masthead p.contact{
	font-size: 16px;
	padding: 10px 0 0 0;
}

div#masthead p a{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
div#nav ul{
	list-style: none;
	margin: 20px 0 0 0;
}

div#nav li a{
	display: block;
	font-size: 20px;
	border-bottom: none;
	font-weight: bold;
	color: #666;
	text-shadow: #dedede 0px 1px 1px;
	line-height: 36px;
	text-indent: 10px;
	margin: 0;
}

div#nav li a:visited{
	display: block;
	color: #666;
}

div#nav li a:hover{
	display: block;
	border-bottom: none;
	color: #eeefef;
	text-shadow: #222 0px 1px 1px;
	
	background: #666;
	margin: 0 16px 0 0;
}

div#nav li a.here{
	display: block;
	border-bottom: none;
	color: #eeefef;
	text-shadow: #bf0000 0px 1px 1px;
	background: url(../img/nav_here.png) top right no-repeat;
	margin:0;
}

div#content h2, div#content h3{
	padding: 15px 0 5px 24px;
	text-shadow: #fff 0px 1px 1px;
	
}

div#content h4, div#content h5, div#content h6{
	padding: 0 0 0 24px;
	margin:0;
	text-shadow: #fff 0px 1px 1px;
	
}

div#content p{
	font-size: 14px;
	padding: 0 0 5px 24px;
	line-height: 1.5em;
	text-shadow: #fff 0px 1px 1px;
	
}

div#content p.permalink a{
	display: block;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #666;
	border-bottom: none;
}

div#content p.date{
	display: block;
	font-size: 12px;
	margin: 0;
	color: #666;
}

div#content ul{
	margin: 0 0 5px 30px;
	list-style: square;
}
div#content li{
	margin: 0 0 0 24px;
	font-size: 14px;
	line-height: 1.5em;
}
div#content ul#service_list{
	margin: 0 0 0 24px;
	list-style: none;
}

div#content ul#service_list li{
	clear: both;
	margin: 0 0 20px 0;
}

div#content a.service_list_links{
	display: block;
	height: 100px;
	border-bottom: none;
	color: #666;
	background: #f8f8f8;
}

div#content a.service_list_links:visited{
	display: block;
	height: 100px;
	border-bottom: none;
	color: #666;
	background: #f8f8f8;
}

div#content a.service_list_links:hover{
	display: block;
	height: 100px;
	border-bottom: none;
	background: #eee;
	color: #bf0000;
}

div#content a.service_list_links span.service_info{
	display: block;
	width: 310px;
	font-size: 18px;
	padding: 0;
	font-weight: bold;
	background: transparent;
	
}

div#content a.service_list_links span.highlight{
	background: transparent;
	color: #bf0000;
}
div#content a.service_list_links span.info_left{
float: left;
padding: 10px 0 0 10px;
background: transparent;

}
div#content a.service_list_links span.info_right{
float: right;
padding: 10px 0 10px 0;
background: transparent;

}
div#content a.service_list_links img.img_right{
	display: block;
	float: right;
	margin: 0;
}

div#content a.service_list_links img.img_left{
	display: block;
	float: left;
	margin: 0;
}

div#content span.more_info{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

div#content span.more_info a.other_services_links{
	padding: 2px 3px;
	border-bottom: none;
	background: none;
	color: #bf0000;
}

div#content span.more_info a.other_services_links:visited{
	padding: 2px 3px;
	border-bottom: none;
	background: none;
	color: #bf0000;
}

div#content span.more_info a.other_services_links:hover{
	padding: 2px 3px;
	border-bottom: none;
	background: #bf0000;
	color: #fff;
}

div#sidebar p{
	font-size: 14px;
	padding: 0 0 5px 15px;
	line-height: 1.5em;
}

div#sidebar ul{
	margin: 0 0 5px 0;
}
div#sidebar li{
	margin: 0 0 0 15px;
	font-size: 14px;
	line-height: 1.5em;
}
div#sidebar h5{
	font-size: 20px;
	color: #bf0000;
	text-shadow: #ddd 0px 1px 1px;
	
	padding: 15px 0 15px 15px;
}

div#sidebar h6{
	font-size: 16px;
	color: #bf0000;
	text-shadow: #dedede 0px 1px 1px;
	
	padding: 0 0 5px 15px;
}

div#sidebar p.date{
	padding: 0 0 5px 15px;
	font-size: 10px;
	line-height: 1.5em;
}
/*div#sidebar p{
	padding: 0 0 5px 15px;
	font-size: 10px;
	line-height: 1.5em;
}*/

div#hp_latest_work span#latest_work a{
	float: left;
	width: 192px;
	height: 36px;
	background: #e0e0e0 url(../img/latest_work_bg.png) center right no-repeat;
	color: #666;
	text-shadow: #eee 0px 1px 1px;
	text-align: left;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	margin: 40px 0 0 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

div#hp_latest_work span#latest_work a:visited{
	background: #e0e0e0 url(../img/latest_work_bg.png) center right no-repeat;
	color: #666;
}

div#hp_latest_work span#latest_work a:hover{
	background: #8d8d8d url(../img/latest_work_bg.png) center right no-repeat;
	color: #fff;
	text-shadow: #222 0px 1px 1px;
	
}

div#latest_portfolio  a{
	display: block;
	float: left;
	margin:15px 0 0 20px;
	padding:0;
	border-bottom: none;
	border: 4px solid #ddd;
	height: 85px;
}

div#latest_portfolio  a:visited{
	border-bottom: none;
	border: 4px solid #ddd;
}

div#latest_portfolio  a:hover{
	border-bottom: none;
	border: 4px solid #666;
}

ul#full_news_list li{
	font-size: 12px;
}

div#contactform p.contactmessage{
	display: block;
	margin: 10px 0 10px 20px;
	padding: 2px 4px;
	background: #bf0000;
	color: #fff;
	font-weight: bold;
}

div#contactform p{
	margin: 10px 0 0 0;
}

div#contactform span.required, div#sidebar_rfp span.required{
	padding: 2px;
	background: #bf0000;
	color: #fff;
	margin: 0 10px;
	font-size: 10px;
	letter-spacing: 1px;
}
div#contactform span.highlight{
	font-weight: bold;
}

div#contactform input.contact-single{
	width: 470px;
	margin: 5px 0 5px 24px;
	height: 22px;
	font-size: 16px;
	color: #bf0000;
	border: 2px solid #ddd;
	background: #fff;
	
}

div#contactform textarea.contact-text{
	width: 470px;
	height: 100px;
	margin: 5px 0 5px 24px;
	font-size: 16px;
	color: #bf0000;
	border: 2px solid #ddd;
	background: #fff;
}

ul#slide-images{
	width: 750px;
	height: 250px;
	clear: both;
	margin: 0 0 0 20px;
	position: relative;
}

ul#slide-images img{
	top:0;
	left:0;
}

ul#slide-images span.slide_title{
	position: absolute;
	top:0;
	left:0;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: #bf0000 0px 1px 1px;
	
	background: url(../img/slide_title_bg.png);
}

ul#slide-images a{
	border-bottom: none;
	color: #f8f8f8;
}

ul#slide-images a:visited{
	border-bottom: none;
	color: #f8f8f8;
}

ul#slide-images a:hover{
	border-bottom: none;
	color: #fff;
}

div#call_to_action a{
	height: 60px;
	padding: 10px 100px 10px 10px;
	display: block;
	clear: both;
	margin: 0 0 0 10px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-shadow: #bf0000 0px 1px 1px;
	text-align: left;
	font-weight: bold;
	border-bottom: none;
	background: url(../img/call_to_action_bg.png) -700px 0 no-repeat;
	
}

div#call_to_action a:visited{
	display: block;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
	background: url(../img/call_to_action_bg.png) -700px 0 no-repeat;
	
}

div#call_to_action a:hover{
	display: block;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
	background: url(../img/call_to_action_bg.png) -60px 0 no-repeat;
}

div#social_networks a{
	padding:0;
	display: block;
	width: 180px;
	clear: both;
	margin: 0;
	font-size: 16px;
	color: #d5888f;
	text-shadow: #bf0000 0px 1px 1px;
	
	text-align: left;
	font-weight: bold;
	border-bottom: none;
}

div#social_networks a:visited{
	display: block;
	color: #d5888f;
	font-weight: bold;
	border-bottom: none;
}

div#social_networks a:hover{
	display: block;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
	text-decoration: underline;
}

div#social_networks span.title{
	display: block;
	float: right;
	width: 110px;
	line-height: 50px;
}

div#social_networks span.icon{
	display: block;
	float: left;
	width: 50px;
}

div#footer p.copyright{
	font-size: 10px;
	color: #d5888f;
	text-shadow: #bf0000 0px 1px 1px;
	
	display: block;
	clear: both;
	margin: 20px 0 10px 200px;
	text-align: left;
}

h3.portfolio_title{
	padding: 15px 0 5px 24px;
}

ul#portfolio_list{
	margin: 20px 0 20px 24px;
}

ul#portfolio_list li{
	float: left;
	width: 224px;
	height: 150px;
	margin: 0 24px 0 0;
}

ul#portfolio_list a{
	display: block;
	border-bottom: none;
	background: #f8f8f8;
}

ul#portfolio_list a:visited{
	display: block;
	border-bottom: none;
	background: #f8f8f8;
	
}

ul#portfolio_list a:hover{
	display: block;
	border-bottom: none;
	background: #eee;
}



ul#portfolio_list li a img{
	border: 2px solid #ccc;
}

ul#portfolio_list li a:visited img{
	border: 2px solid #ccc;
}

ul#portfolio_list li a:hover img{
	border: 2px solid #666;
}

ul#portfolio_list a span.portfolio-list-header{
	display: block;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 2px 4px 2px;
}

span.launch-date{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding: 0 0 0 20px;
}
div#portfolio_content p.portfolio_end_details{
	display: block;
	clear: both;
	padding-top: 10px;
}
img.portfolio_img{
	margin: 10px 0;
}

div#portfolio_nav ul{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
div#portfolio_nav li{
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

div#portfolio_nav a{
	display: block;
	color: #666;
	border-bottom: none;
	padding: 5px;
	
}

div#portfolio_nav a:visited{
	display: block;
	color: #666;
	border-bottom: none;
}

div#portfolio_nav a:hover{
	display: block;
	color: #fff;
	background: #666;
	border-bottom: none;
}

div#portfolio_nav a.here{
	display: block;
	color: #fff;
	background: #bf0000;
	border-bottom: none;
}

div#portfolio_content p{
	font-size: 14px;
	line-height:1.5em;
	padding: 0 0 5px 0;
}

div#content_rfp h3{
	padding: 15px 0 5px 24px;
}

div#content_rfp p{
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 5px 24px;
}

div#sidebar_rfp p{
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 5px 8px;
}

div#sidebar_rfp input.reqest-single{
	width: 340px;
	height: 20px;
	font-size: 14px;
	border: 2px solid #ddd;
	background: #f8f8f8;
}

div#sidebar_rfp p.deadlink{
	display: block;
	padding: 2px 5px;
	background: #eee;
	color: #666;
	width: 140px;
	margin: 0 0 5px 8px;
}

div#sidebar_rfp a.reqest-link{
	display: block;
	float: left;
	padding: 2px 5px;
	background: #bf0000;
	color: #f8f8f8;
	width: 140px;
	font-size: 14px;
	border-bottom: none;
	margin-right: 10px;
}

div#sidebar_rfp a.reqest-link-done{
	display: block;
	float: left;
	padding: 2px 5px;
	background: #aaa;
	color: #f8f8f8;
	width: 140px;
	font-size: 14px;
	border-bottom: none;
	margin-right: 10px;
}

div#sidebar_rfp button#cancel{
	display: block;
	border: none;
	padding: 2px 5px;
	background: #666;
	color: #f8f8f8;
	width: 150px;
	font-size: 14px;
	text-align: left;
	height: 25px;
}

div#sidebar_rfp button.proceed{
	display: block;
	border: none;
	padding: 2px 5px;
	margin: 10px 0 0 0;
	background: #666;
	color: #f8f8f8;
	width: 150px;
	font-size: 14px;
	text-align: left;
	height: 25px;
}

textarea.req-text{
	width: 340px;
	height: 100px;
	font-size: 14px;
	border: 2px solid #ddd;
	background: #f8f8f8;
}

div#sidebar_rfp div.past p{
	color: #aaa;
	line-height: 1.5em;
	padding:0 0 0 8px;
}

div#sidebar_rfp p.first{
	clear: both;
	padding: 5px 0 5px 8px;
}

div.req-opt{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 5px 8px;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
strong{
font-weight: bold;
}

.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{color: #bf0000;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

a.primary{
	padding: 2px 4px;
	background: transparent;
	color: #bf0000;
	border-bottom: none;
}

a.primary:visited{
	padding: 2px 4px;
	background: transparent;
	color: #bf0000;
	border-bottom: none;
}

a.primary:hover{
	padding: 2px 4px;
	background: #bf0000;
	color: #fff;
	border-bottom: none;
}

a.no_underline{
	border-bottom: none;
}
/* ----------------------------------------------- MODULAR STYLES --------------------------------------------*/
/*	I M A G E S  and  C A P T I O N S */

.pic p, .caption {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	margin: 4px 0 10px;
	}

/* P L A C E M E N T */
.left {float: left; margin-right: 20px;}
.right {float: right; margin-left: 20px;}
.right.inset {margin: 0 120px 0 20px;} /* img floated right within text */
.left.inset {margin-left: 230px;} /* img floated left within text */
.move_in{margin-left: 110px;}
/* S I Z E */
.one {width: 100px;}
.two {width: 210px;}
.three {width: 320px;}
.four {width: 430px;}
.five {width: 540px;}
.six {width: 650px;}
.seven {width: 760px;}

/* A D D I T I O N S */
.frame {border: 1px solid #ddd;}
.solo {margin-bottom: 20px;}

/* IMAGES */
.centre{
	display: block;
	margin:0 auto;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}
