/*------------------------------------------------------------------------------------
      (C)2008 (X)HTML and CSS by KD Web
------------------------------------------------------------------------------------*/
@import url("navigation.css");

/*------------------------------------------------------------------------------------
  GENERAL
------------------------------------------------------------------------------------*/   
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;	
}
html {overflow: -moz-scrollbars-vertical;}
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
	background: #fff;
	line-height:17px;
}
sup {
	font-size: 90%;
    vertical-align: baseline;
    position: relative; 
    bottom: 0.33em;
}

select {
	border: 1px solid;
	color: #373737;
}

p {
	margin: 0 0 15px 0;
	line-height:17px;
	font-size: 11px;
}

p a {
	color: #DF0503;
}

p a:hover {
	text-decoration: none;
}

h1 {
	margin: 0 0 17px 0;
	font-weight: normal;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: normal;
	font-size: 25px;
	margin: 0 0 0px 0px;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 0 14px;
}

.red {
	color: #df0503;
}

p.red a {
	color: #df0503;
}



/*------------------------------------------------------------------------------------
  CONTAINER
------------------------------------------------------------------------------------*/   
#container { 
	width: 920px;
	margin: 16px auto;
}

/*------------------------------------------------------------------------------------
  HEADER
------------------------------------------------------------------------------------*/   
#header {
	width: 920px;
	height: 100px;
	float: left;
}
#logo {
	width: 221px;
	height: 100px;
	float: left;
	/*text-indent: -999999px;
	/*overflow: hidden;	
	/*background: url(../images/logos/livewire-public-relations.png) center top no-repeat;*/
}
#logo a {
	/*width: 221px;
	height: 100px;
	display: block;*/
}
#tel {
	width: 184px;
	height: 20px;
	float: right;
	text-indent: -999999px;
	overflow: hidden;		
	background: url(../images/misc/telephone-number.png) center top no-repeat;
}

/*------------------------------------------------------------------------------------
  TOP-CONTENT
------------------------------------------------------------------------------------*/   

#top-content {
	padding: 0 0 22px 0;
	position: relative;
}

/*------------------------------------------------------------------------------------
  BREADCRUMBS
------------------------------------------------------------------------------------*/  

#container #container-content #breadcrumbs {
	overflow: hidden;
	width: 750px;
}

#container #container-content #breadcrumbs ul {
	padding: 0 0 10px 0;
	display: block;
	width: 800px;
	margin: 0 0 0 -20px;
	overflow: hidden;
}

#container #container-content #breadcrumbs ul li {
	overflow: hidden;
	float: left;
	display: block;
	display: inline;
	font-size: 24px;
	margin: 0 11px 0 0;
	line-height: 25px;
	padding:0 0 0 20px;
	background: url(../images/icons/breadcrumbs-rightarrow.gif) left 5px no-repeat;

}

#container #container-content #breadcrumbs ul li.current {
	/*background: url(../images/icons/breadcrumbs-downarrow.gif) right 0px no-repeat;*/
	
}

#container #container-content #breadcrumbs ul li a {
	text-decoration: none;
	color: #333;
	
}

/*------------------------------------------------------------------------------------
  LEFT-COLUMN MENU
------------------------------------------------------------------------------------*/   

#container-content ul.csc-menu {
	margin: 0;
	padding: 0;
	width: 160px;
}

#container-content ul.csc-menu li {
	background: none;
	margin: 0;
	padding: 0;	
}

#container-content ul.csc-menu li a {
	color: #636363;
	text-decoration: none;
	border-bottom: 1px solid #d1d1d1;
	display: block;
	padding: 3px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container-content ul.csc-menu li a:hover {
	color: #df0503;
	font-weight: bold;
}


/*------------------------------------------------------------------------------------
  CONTAINER-CONTENT
------------------------------------------------------------------------------------*/   
#container-content {
	width: 860px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	float: left;
	position: relative; /* for the footer-content navigation */
	border: 1px solid #e4e4e4;
	padding: 23px 28px 28px;
}

#container-content ul {
	margin: 0 0 0 0px;
	line-height: 18px;
}

#container-content .services-detail ul {
	margin: 0 0 0 15px;

}


#container-content .csc-textpic ul {
	margin: 0 0 0 15px;
}

#container-content .markets-desc ul {
	margin: 0 0 0 15px;
}


#container-content ul li {
	/*padding: 0 0px 0 16px;
	background: url(../images/icons/cheque-arrow.gif) left 6px no-repeat;*/
	list-style-image:url(../images/icons/cheque-arrow.gif);
	list-style-position:outside;
}

/* TOOLS */
#tools {
	width: 916px;
	height: 49px;
	float: left;
	border: 1px solid #e4e4e4;
	background: url(../images/backgrounds/footer-content.png) center bottom repeat-x;
	position: relative;
}

#tools ul li {
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#tools ul li.print-this-page a {
	width: 102px;
	height: 27px;
	display: block;
	position: relative;
	text-indent: -999999px;
	overflow: hidden;			
	background: url(../images/buttons/print-this-page.png) center top no-repeat;	
	margin-left: 540px;	
}
#tools ul li.bookmark-this-page a {
	width: 135px;
	height: 27px;
	display: block;
	position: relative;
	text-indent: -999999px;
	overflow: hidden;			
	background: url(../images/buttons/bookmark-this-page.png) center top no-repeat;	
}
#tools ul li.send-to-a-friend a {
	width: 112px;
	height: 27px;
	display: block;
	position: relative;
	text-indent: -999999px;
	overflow: hidden;			
	background: url(../images/buttons/send-to-a-friend.png) center top no-repeat;	
}






/*------------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------------*/   
#footer {
	width: 900px;
	float: left;
	margin: 10px 0 0 5px;
}
#footer p {color: #737373;}	
#footer p a {color: #737373; text-decoration: none;}	
#footer p a:hover {text-decoration: underline;}	
.align-left {float: left;}
.align-right {float: right;}

/*------------------------------------------------------------------------------------
  SEND TO FRIEND
------------------------------------------------------------------------------------*/   
#sendTo {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #BFBFBF;
left:510px;
margin:0;
padding:25px 0 0;
position:absolute;
width:400px;
z-index:999;
bottom: 53px;
display: none;
}

#sendTo a.closeSend, #sendTo a.closeSend:visited {
background:#C2C1C1 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:right;
font-family:verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:20px;
margin-top:-25px;
padding:0px 0 0;
text-align:center;
width:76px;
text-decoration: none;
}

#sendToCenter {
padding:0 0 15px 20px;
}

#sendToCenter ul {
background:transparent none repeat scroll 0 0;
color:#878787;
float:none;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
list-style-type:none;
margin:0;
padding:0;
}

#sendToCenter ul li {
clear:left;
display: block;
width: 100%;
float: left;
}

#sendToCenter ul li label {
float:left;
padding:3px 20px 3px 0;
text-align:right;
width:75px;
}

#sendToCenter ul li input {
border:1px solid #CBCBCB;
color:#878787;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 0 00px;
padding:3px 0 3px 3px;
width:240px;
}

#sendToCenter ul li textarea {
border:1px solid #CBCBCB;
color:#878787;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-bottom:0px;
padding:3px 0 3px 3px;
width:240px;
overflow:scroll;
}

#sendToCenter form input {
margin:10px 0 0 250px;
}



/*------------------------------------------------------------------------------------
  SEND CV
------------------------------------------------------------------------------------*/   
.send-CV input, .send-CV textarea {
	border: 1px solid #999;
}

.send-CV input.cv-button {
	border: none;
}

a.apply-online {
	display: block;
	width: 102px;
	height: 27px;
	background: url(../images/buttons/apply-online.gif) no-repeat;
}

a.apply-online span {
	display: none;
}


.send-CV {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #BFBFBF;
bottom:60px;
display:none;
left:330px;
margin:0;
padding: 0;
position:absolute;
z-index:999;
}

.makeRel {
	position: relative;
	padding:30px;
	width:350px;
}

.send-CV a.closeCV, .send-CV a.closeCV:visited {
background:#C2C1C1 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-family:verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:20px;
padding:0px 0 0;
text-align:center;
width:76px;
text-decoration: none;
position: absolute;
right: 0px;
top: 0px;
}


/*------------------------------------------------------------------------------------

WATCH VIDEO

------------------------------------------------------------------------------------*/  

#video-trailer {
	width: 425px;
}

p.video-title {
	float: left;
}

a.watch-video {
	display: block;
	width:138px;
	height: 29px;
	background: url(../images/buttons/video-entry.gif) no-repeat;
	margin:13px auto 0;
	text-align:center;
}

a.watch-video span {
	display: none;
}


/*------------------------------------------------------------------------------------

CLIENTS PAGE

------------------------------------------------------------------------------------*/  

.clients_container {
	padding: 13px 0 0 0;
	border-top: 1px solid #eaeaea;
	margin: 3px 0 0 0;
}

.clients_box {
	width: 205px;
	height: 125px;
	background: url(../images/backgrounds/clients-box.gif) no-repeat;
	text-align: center;
	padding: 30px 0 0 0;
	float: left;
	margin: 0 10px 8px 0;
}

.clients_box a.read-more {
	clear:both;
	color:#FFFFFF;
	display:block;
	font-family:verdana;
	font-size:10px;
	padding:28px 0 0 20px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	background: url(../images/icons/clients-readmore-arrow.gif) no-repeat 10px 35px;
}

.clients_box a:hover {
	text-decoration: none;
	color: #DF0503;
}

.general-popup {
	display: none;
	width: 500px;
	height: 370px;
	padding: 22px;
}

.clients-image-large {
	margin: 0 0 15px 0;
}

a.client-web {
	color: #DF0503;
}

a.print-client {
	display: block;
	border: 1px solid #eeeeee;
	font-size: 11px;
	text-align: right;
	padding:2px 7px 2px 0;
	color: #777777;
	text-decoration: none;
	background: #fafafa;
}

a.print-client span {
	background: url(../images/icons/print-arrow.gif) no-repeat left;
	padding: 0 0 0 10px;
}


/*------------------------------------------------------------------------------------

AWARDS PAGE

------------------------------------------------------------------------------------*/  

#container-content ul.awards-years {
	display: block;
	/*background: url(../images/icons/awards-years-bar.gif) repeat-x 0px 0px;*/
	height: 41px;
	line-height: 41px;
	margin: 10px 0 0px 0;
	padding:0 0 0 10px;
}

#container-content ul.awards-years li {
	 float: left;
	 padding: 0;
	 background: url(../images/icons/awards-years-pipe.gif) no-repeat right;
	 text-align: center;
	 list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#container-content ul.awards-years li a {
	color: #373737;
	text-decoration: none;
}

#container-content ul.awards-years li a.activated {
	font-weight: bold;
	color: #DF0503;
	background: url(../images/icons/awards-years-active-arrow.gif) no-repeat center top;
	line-height:41px;
	display: block;
}

#container-content ul.awards-years li a:hover {
	color: #df0503;
}

.award_image {
	float: left;
}

.award_content {
	float: right;
	width: 510px;
}

.show, .hide {
	clear: both;
	padding: 0 0 45px 0;
}


/*------------------------------------------------------------------------------------

HOME PAGE TESTIMONIALS

------------------------------------------------------------------------------------*/  

#container-content ul.home-testimonial {
	color: #373737;
	margin: 0;
}

#container #container-content ul.home-testimonial li {
	padding: 0 0 300px 0;
	background: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#container-content ul.home-testimonial li .short-description {
	text-indent: 24px;
	background: url(../images/icons/open-quotes.gif) no-repeat;
	line-height: 16px;
	margin: 0 0 9px 0;
}

#container-content ul.home-testimonial li p.name {
	font-size: 11px;
	color: #818080;
	font-style: italic;
}

#container-content ul.home-testimonial li a.read-testimonial {
	color: #df0503;
	text-decoration: underline;
	padding: 0 0px 0 4px;
	/*background: url(../images/icons/close-quotes.gif) no-repeat right 1px;*/
}

#container-content ul.home-testimonial li a.read-testimonial:hover {
	text-decoration: none;
}

#rotate {
	height:120px;
	overflow:hidden;
	width:392px;
	padding:5px 0 0;
}


/*------------------------------------------------------------------------------------

TESTIMONIALS PAGE

------------------------------------------------------------------------------------*/  

#container-content ul#testimonials-main {
	color: #373737;
	margin: 0;
	border-top: 1px solid #eaeaea;
	padding: 28px 0 0 0;
}

#container-content ul#testimonials-main li {
	padding: 0 0 0 0;
	background: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.testimonial-image {
	width: 205px;
	height: 117px;
	background: url(../images/backgrounds/testimonials-box.gif) no-repeat;
	text-align: center;
	padding: 25px 0 0 0;
	float: left;
	margin: 0 29px 0 0;
}

.testimonial-details {
	float: left;
	width: 615px;
}

p.name-position {
	background: #df0503;
	color: #FFF;
	padding: 2px 0 2px 10px;
}

p.long-description {
	padding: 0 0 0 21px;
	background: url(../images/icons/open-quotes.gif) no-repeat;
}

p.long-description span.close-quotes {
	
}

p.long-description span.close-quotes img {

}

/*------------------------------------------------------------------------------------
  HISTORY PAGE
------------------------------------------------------------------------------------*/ 

p.history-year {
	padding: 0 15px 0 0;
	color: #DF0503;
	font-weight: bold;
	margin: 0 0 10px;
}

p.history-title {
	font-size: 23px;
	margin: 0 0 24px;
}



/*------------------------------------------------------------------------------------
  NEWS PAGE
------------------------------------------------------------------------------------*/ 

.tx-news-pi1 {
	border-top: 1px solid #eaeaea;
	padding: 22px 0 0 10px;
}

#container-content .news-list-image {
	float: left;
	margin: 0 0 31px 0;
}


#container-content .news-list-text {
	float: right;
	width: 650px;
	margin: 0 0 31px 0;
}

#container-content .news-list-text .red-bar {
	display: block;
	background: #df0503;
	height: 20px;
	color: #fff;
	padding: 0 14px 0 9px;
	margin: 0 0 9px 0;
}

#container-content .news-list-text .date-reference {
	float: right;
	font-size: 10px;
}

#container-content .news-list-text .client-name {
	float: left;
	font-weight: bold;
	line-height:18px;
}

#container-content .news-list-text p.headline {
	margin-bottom: 10px;
	padding: 0 50px 0 0;
}

#container-content .news-list-text p.summary {
	margin-bottom: 0px;
	padding: 0 50px 0 0;
}


#container-content .news-list-text p.client-site {
	color: #7a7a7a;
	font-size: 10px;
	float: left;
	width: 300px;
}

a.readmore-news {
	display: block;
	height: 21px;
	width: 90px;
	background: url(../images/buttons/readmore-news.gif) no-repeat;
	float: right;
}

a.readmore-news:hover {
	background-position: 0 -21px;
}

a.readmore-news em {
	display: none;
}


#container-content .news-detail-image {
	float: left;
	margin: 0 0 19px 0;
}


#container-content .news-detail-text {
	float: right;
	width: 550px;
	margin: 0 0 31px 0;
}

#container-content h1.news-heading {
	padding: 15px 0 0 0;
	width: 750px;
}

#container-content p.news-info {
	color: #DF0503;
	margin: 0;
}

#drop {
	width: 400px;
	float: right;
}

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

*html #drop p{
	right: 40px;
}

#drop select {
	font-size: 11px;
	width: 175px;
}

.go {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: #a4a4a4;
	padding: 0px 3px 0px 3px;
	margin: 0 0 0 4px;
	cursor: pointer;
}


/*------------------------------------------------------------------------------------

MARKET SECTORS

------------------------------------------------------------------------------------*/ 

#market-sectors-right {
	width: 310px;
	border: 4px solid #cecece;
	float: right;
	padding: 15px 0 15px 0;
}

#market-sectors-right ul {
	line-height:18px;
	margin: 0 20px 0px 20px;
}

#container #container-content #market-sectors-right ul li {
	background: none;
	border-bottom: 1px dotted #c4c4c4;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}


#market-sectors-right ul li a {
	color: #373737;
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 18px;
}

#market-sectors-right ul li a:hover {
	color: #df0503;
}


#market-sectors-right .active-link {
	color: #df0503;
	background: #e6e6e6 url(../images/icons/markets-arrow.gif) no-repeat left;
	font-weight: bold;
}

#market-sectors-left {
	width: 518px;
	float: left;
}

p.markets-title {
	padding: 5px 0 5px 15px;
	background: #E0E0E0 url(../images/icons/services-downarrow.gif) no-repeat scroll right top;
	font-weight: bold;
	color: #df0503;
}

#market-sectors-left .markets-desc {
	padding: 0 5px 0 5px;
}

#market-sectors-left .markets-desc img {
	float: left;
	padding: 0px 31px 15px 0;
}

.tx-marketsectors-pi1 {
	border-top: 1px solid #eaeaea;
	padding: 20px 0 0 0;
}



/*------------------------------------------------------------------------------------

NEWS GALLERY

------------------------------------------------------------------------------------*/ 

.tx-newsgallery-pi1 {
	border-top: 1px solid #eaeaea;
	padding: 27px 0 0 0;
}

.news-left {
	float: left;
}

.news-left img {
	float: left;
}

.view-images {
	clear: left;
	float: left;
}


.view-images  a{
	color: #DF0503;
}

.view-images  a:hover{
	text-decoration: none;
}

/*------------------------------------------------------------------------------------

SITEMAP

------------------------------------------------------------------------------------*/ 

#sitemap {
	margin: 0 0 40px 30px;
}


/*------------------------------------------------------------------------------------

------------------------------------------------------------------------------------*/  

.clear {
	clear: both;
}

p.history-title {
	font-size: 23px;
	margin: 0 0 24px;
}


/*------------------------------------------------------------------------------------

LEFT-COL MENU

------------------------------------------------------------------------------------*/  


#container-content ul.leftcol-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 160px
}

#container #container-content ul.leftcol-menu li {
	padding: 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px 5px 5px 7px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#container-content ul.leftcol-menu li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	text-decoration: none;
}

#container-content ul.leftcol-menu li a:hover {
	color: #df0503;
}

#container-content ul.leftcol-menu li.active a {
	color: #df0503;
	font-weight: bold;
}

/*------------------------------------------------------------------------------------
  TYPO3 STYLES
------------------------------------------------------------------------------------*/ 



div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin:0;
}

/*#container div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	padding: 0 15px 0 0;
}
*/
/*------------------------------------------------------------------------------------

------------------------------------------------------------------------------------*/  

.clear {
	clear: both;
}
