

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

html
{
	height:100%;
	margin-bottom:1px;
}

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	color:#222;
}

/*Start initialise*/
.hide { display: none; }

span.hide
{
	display:none!important;
}

.clearfix,clear { clear: both; }

.clearfix:after ,
.clear:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body,
form,
div,
ul,
ol,
p,
a,
li,
h1,
h2,
h3,
h4,
img,
input,
span
{
    margin: 0px;	
	padding: 0px;
}
	
a 
{ 
    color: #000; 
    text-decoration: underline;
}

a:hover
{
	color: #EA0437;
	text-decoration:none;
}

input.textbox
{
    color: #E45D0F; 
    font-size: 90%;    
    border: solid 1px #ccc;    
    padding: 2px 5px 2px 5px;
}

input.imagebutton
{
    margin: 0px 0px 0px 4px;
}

img { border: none; }

ul { list-style-type: none; }

#body .first
{
    margin-left: 0px;
}
/*End initialise*/

#feedback
{
	padding:10px;
	border:1px solid #CBD0D4;
	margin:15px 0;
}

.feedback-red,
.form-error
{
	border:1px solid #FBC2C4!important;
	color:#8a1f11!important;
	background-color:#FBE3E4;
}
	
.content #feedback ul 
{
	list-style-type:disc;
	padding:0 0 0 20px;
}

.content #feedback ul li
{
	background:none;
	margin:0;
	padding:0;
}
	

/*Start Main Containers*/
#mastercontainer
{
    width: 934px;          
    margin:0 auto;
}

.header
{
	position:relative;
}

.header #homelink
{
	position:absolute;
	top:0;
	left:0;
	width:934px;
	height:130px;
}

h1#top-header
{
	margin:0;
	padding:130px 0 0 0;
    overflow: hidden;
    background-image: url(images/banner.gif);
    background-repeat: no-repeat;    
    height: 0px !important;
    height /**/:130px;	
}

#menubar
{		
	width: 125px;
	float: left;
	padding: 36px 20px 0 20px;
}

#landing #menubar
{		
	width: 635px;
	float: left;
	

}

.contentcontainer
{
	float:left;
	padding-bottom:60px;
	width: 934px;	
}
.content
{
	margin-left: 10px;	
	float: left;
	margin-top: 23px;
	width: 450px;

}

div#quote
{
	width:210px;
	float:left;
	display:inline;
	margin-left:40px;
	margin-top:78px;
	position:relative;
	background-color:#fff;

}

div#quote-carousel
{
	position:relative;
	width:210px;
	display:block;
}


div#quote-carousel .slide
{
/*	position:absolute;*/
	background-color:#fff;
}

div#quote-carousel .slide .quote-text
{
	font-size:1.3em;
	background-color:#fff;
}

div#quote-carousel .slide .quote-name
{
	font-size:0.9em;
}

div#quote-carousel .slide .quote-position
{
	font-size:0.85em;
	color:#EA0437;
}


/*End Main Containers*/

/*Start Menu*/

.menu1
{
	margin: 0px 0 0 0;
	font-size:1.1em;
}

.menu2
{
	font-size: 0.9em;	
	padding:4px 0 0 0;	
}

.menu1 li
{
	padding-bottom: 9px;
	
}

.menu1 li.selected
{
	padding-bottom:3px;
}

.menu1 li span
{
	display: block;
}

.menu1 .menu2 li
{
	background: url(images/bullet_menu.gif) no-repeat left 0.6em;
	margin-left: 10px;
	padding: 0px 0 4px 8px;
	
}

.menu1 a
{
	text-decoration:none;
}

/*End Menu*/

/*Start Header Tags*/
.content h1
{
	font-weight: normal;
	color: #EA0437;
	font-size: 120%;
	margin-bottom: 57px;
}
.content h1 span
{
	display: none;
}

.content h2
{
	font-size: 2.4em;
	font-weight:normal;
	color:#ea0437;
	margin:3px 0 0 0;
	padding:0 0 13px 0;
}

/*End Header Tags*/

/*Start Content*/
p .name
{
	font-weight: bold;
}
p.intro
{
	color: #EA0437;
	font-size:1.3em;
	margin-bottom:21px;
}
span.intro
{
	color: #EA0437;
}
#landing p#intro
{
	margin-bottom: 1.3em;
	color: #333;
	font-size: 135%;
	line-height: 125%;
	margin-top: 30px;	
	letter-spacing:-0.05em;

}
#landing p
{
	margin-left: 18px;
	font-size: 90%;	
}
.content ul
{
	
}
.content ul li
{
	background: url(images/bullet.gif) no-repeat left 0.5em;	
	padding-left: 20px;
	margin-bottom: 1.3em;
}
.content span.highlight
{
	color: #EA0437;
}
.name,
.position
{
	font-size: 100%;
}
.name
{
	font-weight: normal;
}
.position
{
	color: #EA0437;	
	display: block;
	margin-bottom: 8px;
}
.peoplelinks
{
	clear: both;	
}
.personlink
{	
	width: 120px;
	float: left;
	font-size: 60%;	
}
.favplace .person .image
{
	width: 150px;
}
.person
{
	font-size: 80%;	
}
.person .image, .person .image08
{
	float: left;
	width: 105px;
	font-size: 70%;
	margin-top: 10px;
}
.person.mipim .image
{
	width: 73px;
}
.person.mipim .image08
{
	width: 160px;
}

.person .bighair img
{
	margin-left: -20px;
}
.favplace .person .text
{
	width: 300px;
}
.person .text, .person .text08
{
	float: left;
	padding-bottom: 20px;
	width: 340px;	
}


.person.mipim .text
{
	width: 370px;
}
.person.mipim .text08
{
	width: 285px;
}
.person.mipim .text08 a{
	color:#EA0437;
	padding-top:5px;
	line-height:2.5em;
}

.person .name
{
	font-size: 115%;
	color: #EA0437;
	display: block;
}

.person .image{
	float:right;
	text-align:right;
}

.favplace .person .name
{	
	color: #000;
	font-size: 115%;	
}
.favplace .person .company
{	
	color: #EA0437;
	font-size: 115%;
	display: block;
	margin-top: -5px;
}
.person a.listen,
.person a.download
{	
	padding-left: 18px;
	font-size: 75%;
	margin-top: 5px;
	display: block;
	float: left;
	width: 161px;	
}

.person a.listen
{
	background: url(images/icon_listen.gif) no-repeat left 0.4em;
}
.person a.download
{
	background: url(images/icon_download.gif) no-repeat left 0.3em;
}
.small
{
	font-size: 60%;
}
.contacts,
.address
{
	float: left;	
}
.address
{
	margin-right: 75px;
}
/*End Content*/
.filecontainer
{
	font-size: 85%;
}
.fileicon
{
	float: left;
	margin-top: 5px;
	margin-right: 17px;
}
.filetext
{
	font-size: 110%
}

.question
{
	color: #EA0437;
	display: block;
}
.answer
{
	display: block;
	margin-bottom: 1.3em;
	
}
.question,
.answer
{
	font-size: 80%;
	font-family: Baskerville, Times New Roman;
	line-height: 140%;
}
.back
{
	font-size: 65%;
	float: right;
	margin-top: -40px;
	margin-right: 20px;
}
.underline
{
	text-decoration: underline;
}

.contacts a
{
	color: #ea0437;
	font-size:0.85em;
	text-decoration:none;
}

.newslink
{
	display:block;
	color: #ea0437;
	font-size:0.85em;
	margin:8px 0px;
}

div.clientlogo
{
	float:left;
}

div.clientlogo img
{
	padding:30px 0px;
}

div.clienttext h2
{
	font-size:1.1em;
	font-style:italic;
	padding-bottom:8px;
}

div.clienttext
{
	float:left;
	margin-left:10px;
	padding-bottom:30px;
	width:295px;
	font-size:0.7em;
}

div.newsitem div.newsdesc
{
	font-size:0.8em;
	padding-bottom:20px;
}

div.newsitem div.title a,div.newsitem div.title
{
	color:#ea0437;
}

div.newsitem div.title
{
	margin-bottom:8px;
}

div.newsimage
{
	float:left;
}



div#newstext
{
	font-size:0.85em;
}

div.newsimage img
{
	padding:0px 10px 5px 0px;
}

div.newsdate
{
	font-size:0.75em;
	color:#666;
}

.content h3
{
	color:#EA0437;
	margin:10px 0;
}


.case-main h3
{
	font-weight:normal;
	font-size:1.5em;
	margin:10px 0;
	color:#000;
}

.case-intro
{
	padding:10px 0;
	background-image:url(images/bg-dotted-border.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.case-intro a
{
	color:#EA0437;
}

.team-name
{
	display:block;
	color:#EA0437;
	padding:0 0 8px 0;
}

table.team-table td
{
	padding:0 15px 37px 0 ;
}

table.formtable
{
	margin-top:40px;
}

table.formtable td
{
	padding:5px;
	vertical-align:middle;
}

table.formtable td input.button
{
	border:1px solid #000;
	background-color:#fff;
	padding:5px 10px;
	overflow: visible;
}

table.formtable td input.text,
table.formtable textarea
{
	width:285px;
	color:#666;
	font-family:Arial,Sans-serif;
}

table.formtable textarea{font-size:0.9em;}

#footer-contact
{
	font-size:0.8em;
	color:#666;
	padding:0px 0 20px 175px;
}

