@import url(common.css);
@import url(forms.css);


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}  

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidden {position:absolute; width:200px; left:-9999px;}

p.not_registered a { text-decoration: underline!important; }
p.not_registered{ font-size: 1.2em; }
div.form-step-details a { text-decoration: underline!important; }
p.registration_organisation a { text-decoration: underline!important; }
p.step_guide { margin-left:30px !important; width:480px; text-decoration: underline!important; padding:5px; color:#ffffff; background-color:/*#EBEBEB*/#2EA5B1; border:1px solid #505050;  }
h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #000;
}

h1.content_blue
{
	color: #2ea5b1;
	font-size: 24px;
}
h1.content_blue.alt
{
	display:inline;
	background:transparent;
}


h2.content_blue
{
	color: #2ea5b1;
	font-size: 14px;
}

h3.content_grey
{
	color: #333;
	font-size: 12px;
}

#left-content h1 {
	margin: 20px 0;
}

#left-content h3.alt {
	margin: 40px 0 10px!important;
	font-size:13px!important;
	background:#fff;
/*	color:#000;*/
}

#left-content h1.no-margin {
	margin: 0 0 20px;
}


h2 {
	font-size: 14px;
	color: #000;
	margin: 25px 0 5px 0;
}

h5 {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

#main-content p.intro {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}



#main-content p {
	margin: 0 0 15px 0;
	line-height: 18px;
}



.right-col-img img {
	margin: 0 0 7px 0;
}

.top-img {
	margin: 20px 0 0 0;
}

#main-content a { color:#333333; text-decoration:none; }
#main-content a:hover { color:#333333; text-decoration:none; }


#main-content #left-content a { color:#333333; text-decoration:underline!important; }
#main-content #left-content a:hover { color:#333333; text-decoration:!important; }

#main-content p.intro { margin:0 0 10px;}

#main-content ul {
	margin: 10px 20px 20px;
	list-style-type: disc;
}


#main-content li {
	margin: 0 0 8px 0;
}


#main-content ol { margin-left:20px; }
#main-content li { line-height:18px; }
#main-content ol li strong { display:block;}


#main-content .blog-entry h3 a ,
#main-content h2 a { color: #000; }
#main-content .blog-entry h3 a:hover,
#main-content h2 a:hover  { text-decoration:none;}
	
	
a.comments {
	font-weight: bold;
	color: #999;
	font-size: 13px;
}

/* back to top  */

a.top { background:url(/assets/images/template/arrows/top.gif) 0 2px no-repeat; padding-left:14px;}


/* tool tip */ 

#tooltip {
	position: absolute;
	z-index: 3000;
	color:#000;
	border: 1px solid #333;
	background-color: #333;
	padding: 10px;
	opacity: 0.9;
	width:200px;
	
}
#tooltip div { font-weight:normal; margin: 0;  }
#tooltip h3 {font-size:12px; color:#fcb017; }
#tooltip p { font-size:11px; color:#fff;  font-weight:normal; margin-top:5px; font-style:italic; }
#tooltip.input_tooltip { 
	width:250px; 
	}


.alt {
	background-color: #efefef;
}


/* user messages*/
.user-message { margin:0; padding:10px; background:#ffffcc; border-bottom:1px #ccc dashed; border-top:1px #ccc dashed; }
.user-message p { color:red; margin:0!important; padding:0; }


hr 
{ 
		width: 700px;
		height: 1px; 
		background-color: #c9c9c9;
		border-color: #c9c9c9;
		margin: 20px 20px 20px 20px;
		clear: both;
}

body#home hr{ height: 0px; background-color: #FFF; border-color: #FFF; }

hr.thick_dark
{ 
		width: 100%;
		height: 1px; 
		background-color: #666!important;
		border: 2px solid #666!important;
		margin: 20px 0px 0px 0px;
		clear: both;
}

hr.thin_dark
{ 
		width: 100%;
		background-color: #828385!important;
		border: 1px solid #828385!important;
		margin: 20px 0px 20px 0px;
		clear: both;
}

/* Opera Fixes */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#content{padding: 0 0 0 0;}
	#banner{margin: 0;}
	#main-content{padding: 20px 0 0 0;}
}

input[type="hidden"]
{
	display: none!important;
}

/****************************************/
/*										*/
/*										*/
/*			Page construction			*/
/*										*/
/*										*/
/****************************************/


#page{
  width:890px;
  margin:0 auto;
  text-align:left;
}  
#inner-page{
  clear:left;
  background-color:#fff;
  padding:0 20px 0 20px;
  overflow:hidden /* IE6 ? */;
}

#main-content {
	/*width: 850px;*/
	width: 950px;
	font-size: 12px;
	color: #333;
	margin-top: 0px !important;
	/*border: 1px solid #000;*/
}

#right-content {
	/*width: 180px;*/
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
}

#left-content {
	float: left;
	/*width: 650px;*/
	width: 750px;
	margin: 0 0 0 0;
	/*color:#000;*/
}


/****************************************/
/*										*/
/*										*/
/*			Header and nav				*/
/*										*/
/*										*/
/****************************************/

div#top-menu
{
	height: 36px;
	width: 100%;
	display: block;
	float: left;	
}

div#header
{
	height: 100px;
	padding-top: 20px;
	width: 100%;
	display: block;
	float: left;
}

img#trf_logo{ margin-top: 30px; margin-left: 30px; }

div.head_strapline
{
	float: left;
	width: 600px;
	display: block;
}

h1.head a { font-size: 24px; color: #5d6165; text-decoration: none; }
h1.head{ margin: 25px 0 3px 10px!important; }



h2.head a { color: #2ea5b1; font-size: 14px; font-style: italic; text-decoration: none; }
h2.head{ margin: 0 0 0 50px!important; }

#main-content h1.content_blue { display:block; margin-bottom:10px; }


/****************************************/
/*										*/
/*										*/
/*			KEY STATMENTS				*/
/*										*/
/*										*/
/****************************************/

ul.key_statement
{
	list-style: none!important;
	list-style-type: none!important;
	padding: 0 0 0 2px!important;
	margin: 0 0 0 0!important;
	border-top: 3px solid #333333;
	width: 178px;
	float: right; 
}

ul.key_statement li{ width: 176px; height: 110px; border-bottom: 1px solid #333333; padding: 0!important; }



/****************************************/
/*										*/
/*										*/
/*				HOME					*/
/*										*/
/*										*/
/****************************************/


#case_study
{
	background-image: url('/assets/images/home_featured_background.gif');
	background-repeat: no-repeat;
	width: 196px;
	height: 248px;
	float: left;
	margin: 20px 0px 20px 40px;
}

#case_study h1{  margin: 10px 10px 0px 10px; color: #d3006a; font-size: 24px; }
#case_study p{ margin: 10px 10px 0px 10px; color: #333333; height: 80px; max-height: 80px; }
#case_study p a{  color: #3f3f3f!important; text-decoration: underline; }

#home div.home-top-col-1 {
float:left;
margin-left:20px;
width:560px;
}

#home div.home-top-col-1 p {
	color: #323232;
	font-size: 1.2em;
	width: 500px;
	margin: 0px 0px 5px 0px;
}

#home div.home-top-col-1 h1.body {
	color: #b2d32c;
	font-size: 44px;
	margin: 10px 0px;
}

#home div.home-top-col-1 img.home-arrow {
	float:right;
	margin-top:-50px;
	margin-right:10px;
}

#home div.home-top-col-2 {
	float: left;
	width: 365px;
}

#home div.home-top-col-2 div.inner-panel {
	width: 300px; height: 208px;
	padding: 20px;
	background-color: #02a5b6;
	margin: 0px 0px 20px 15px;
}

#home div.home-top-col-2 div.inner-panel p.body {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #fff;
}

#home div.home-top-col-2 div.inner-panel div.inner-panel-bot-left {
	width: 145px;
	float: left;
}

#home div.home-top-col-2 div.inner-panel div.inner-panel-bot-right {
	width: 155px;
	float: left;
}

#home div.home-top-col-2 div.inner-panel div.inner-panel-bot-right p.right {
	font-size: 16px;
	color: #b1e2e7;
	margin: 0; padding: 0px 0px 10px 0px;
	float: left;
}

ul.application
{
	list-style: none !important;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0px !important;
}

ul.application li
{
	display: block;
	float: left;
	border-left: 1px solid #666666;
	width: 114px;
	height: 200px;
	padding: 0 !important;
	margin: 0px !important;
	background: none !important;
}

ul.application li.first { border-left: 0px solid white; }
ul.application li.last { width: 470px; float:left; }
ul.application li.last div.leftc { float:left; width:290px; }
ul.application li.last div.leftc p { padding:75px 0px 0px 65px; }
ul.application li.last div.leftc p span { display:block; width:180px; padding-top:5px; font-size: 17px; font-weight:bold; color:#8b8c8d; }
ul.application li.last div.rightc { float:left; width: 180px;}
ul.application li.last div.rightc img { padding:35px 0px 0px 0px;}


/****************************************/
/*										*/
/*										*/
/*				REGISTRATION			*/
/*										*/
/*										*/
/****************************************/


div#organisations-search
{
	width: 282px;
	height: 87px;
	padding: 10px 20px 0px 20px;
	margin-left: 30px;
	background-image: url('/assets/images/registration_home_organanisation_background.gif');
	background-repeat: no-repeat;
	float: left;	
}

div#organisations-search input
{
	border: 1px solid #3f3f3f!important;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	width: 260px;
	font-size: 12px;
}

input#organisation_search
{
	width: 60px!important;
	height: 20px!important;
	border: 0px solid #787f7b!important;
	background-color: #8C9694!important;
	padding: 0px!important;
	margin-top: 7px!important;
	float: right;
}

div#org_or
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
	margin-left: 45px;
	width: 20px;
	height: 20px;
	float: left;
}

div#organisations-browse
{
	width: 300px;
	height: 87px;
	padding: 11px 20px 0px 11px;
	margin-right: 50px;
	background-image: url('/assets/images/registration_home_organanisation_background.gif');
	background-repeat: no-repeat;
	float: right;
}

div#organisations-browse h1, div#login h1, div#forgotten_pass h1, div#organisations-search h1{ font-weight: normal; color: #3f3f3f; font-size: 16px; margin-bottom: 10px!important; }

ul.organisations-browse
{ 
	list-style: none!important;
	list-style-type: none!important;
	text-align: center;	
	padding: 0!important;
	margin: 0!important;
}

ul.organisations-browse li
{ 
	
	padding: 1px 0 0 0!important;
	display: block;
	float: left;
	width: 20px;
	height: 19px;
	font-weight: bold;
	font-size: 13px;
	background-color: #2ea5b1;
	margin: 3px 3px 0 0!important;
}

ul.organisations-browse li.end_letter{ clear: left; }

ul.organisations-browse li a
{
	color: #FFF!important;
	text-decoration: none;
}

.registration_organisation, .registration_self{  margin-left: 30px!important; }

#img_sooa{ float: left; margin-right: 10px; margin-top: 18px; }
#h2_sooa{ float: left; width: 500px; margin-top: 20px; }

input#continue_org_select
{
	width: 85px;
	height: 22px;
	background-color: #2ea5b1;
	padding: 0px!important;
	margin: 0 50px 15px 0;
	float: right;
}

p.not_registered{ width: 400px; float: left; }

p.not_registered a
{
	color: #3f3f3f!important;
	text-decoration: underline;
}

div#organisations-list
{
	padding: 0 !important;
	margin: 10px 0 20px 50px !important;
	width: 80% !important;
	height: auto !important;
}

div#organisations-list label
{ 
	font-size: 13px !important;
	margin: 0 0 0 10px !important;
	height: 20px !important;
	color: #3f3f3f !important;
	display:inline !important;
	position:relative !important;
}

div#organisations-list input
{ 
	height: 20px !important;
	display:inline !important;
	position:relative !important;
}


/****************************************/
/*										*/
/*										*/
/*				LOGIN					*/
/*										*/
/*										*/
/****************************************/


hr.user_login_bar{ margin: 30px 0 30px 0!important; }

div#login
{
	width: 312px;
	height: 120px;
	padding: 10px 20px 0px 20px;
	margin-left: 30px;
	background-image: url('/assets/images/login_box_background.gif');
	background-repeat: no-repeat;
	float: left;
}

div#forgotten_pass
{
	width: 312px;
	height: 120px;
	padding: 10px 20px 0px 20px;
	margin-right: 30px;
	background-image: url('/assets/images/login_box_background.gif');
	background-repeat: no-repeat;
	float: right;	
}


div#forgotten_pass input[type="text"], div#login input[type="text"], div#login input[type="password"]
{
	border: 1px solid #3f3f3f;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	font-size: 12px;
	margin: 10px 0 4px 0!important;
}

div#forgotten_pass label, div#login label
{
	display: inline;
	float: left;
	margin: 10px 10px 4px 0!important;
	text-align: right;
	width: 75px;
}

input#USERS_password
{
	width: 100px!important;
}

div#login input#USERS_password, div#login input#USERS_email, div#forgotten_pass input#USERS_email
{
	float: left;
}

div#login_or
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 40px;
	margin-left: 28px;
	width: 20px;
	height: 20px;
	float: left;
}

input#login, input#submit
{
	width: 85px;
	height: 22px;
	background-color: #8C968C;
	padding: 0px!important;
	margin: 11px 5px 0 0!important;
	float: right;
}

p.registration_self a
{
	color: #333333!important;
	text-decoration: underline!important;
}

p.response{ margin: 10px 0 0 50px!important; }

ul.errors_reposnse
{
	list-style: none!important;
	list-style-type: none!important;
	padding: 0 0 0 70px!important;
	margin: 5px 0 30px 0!important;
}

h3.error_response
{
	font-style: italic;
	margin: 15px 0 0 50px!important;
}

div.user-message{   margin:10px 0; }

h2.extra_top_margin{ margin-top: 30px!important; }



/****************************************/
/*										*/
/*										*/
/*				LOGIN					*/
/*										*/
/*										*/
/****************************************/



fieldset.grey_box 
{ 
	width: 590px;
	padding: 30px 30px 30px 30px!important;
	margin: 30px 100px 30px 100px!important;
	background: #EFEFEF url(/assets/images/large_fieldset_background.gif) 0 0px no-repeat;
}



/****************************************/
/*										*/
/*										*/
/*			REGISTER FORM				*/
/*										*/
/*										*/
/****************************************/



.pix_12{ font-size: 12px;  }

.pix_14{ font-size: 14px; }




/****************************************/
/*										*/
/*										*/
/*				FORM LAYOUT				*/
/*										*/
/*										*/
/****************************************/

fieldset.registration
{
	margin: 0 40px 0 40px!important;
}

fieldset.registration label { font-weight:bold;  line-height:1.2em; } 
fieldset.registration label.checkbox, fieldset.registration label.radio { font-weight:normal; } 

/*
fieldset.registration label.checkbox,
fieldset.registration label.radio,
fieldset.registration input.checkbox,
fieldset.registration input.radio { float:left; clear:right;  margin-right:15px;}
*/

fieldset.registration label span { color:red; }
fieldset.registration label span.blue { color: #333;
font-style:italic; }

fieldset.registration label em.self_declaration, fieldset.registration label em.information_of_charges, fieldset.registration label em.larger  {
	font-size: 12px !important;
}

/* right */

label.right, select.right, textarea.right, input[type="text"].right, input[type="password"].right
{
	float: right;
	margin-bottom: 6px!important;
}

/* left */

label.left, select.left, textarea.left, input[type="text"].left, input[type="password"].left
{
	float: left;
	margin-bottom: 3px!important;
}

/* third_width */

label.third_width
{
	
}

select.third_width
{
	
}

textarea.third_width
{
	
}

input[type="text"].third_width, input[type="password"].third_width
{
	
}

/* half_width */

label.half_width
{
	width: 140px!important;
	display: block;
	margin-right: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;	
	height: 14px;
	padding-top: 3px!important;
}

select.half_width
{
	width: 222px;
	height: 20px;
	display: block;
	border: solid 1px #9b9b9b;
}

textarea.half_width
{
	width: 210px;
	display: block;
	height: 80px;
	border: solid 1px #9b9b9b;
	padding: 5px;
}

input[type="text"].half_width, input[type="password"].half_width
{
	width: 210px;
	height: 18px;
	display: block;
	border: solid 1px #9b9b9b;
	padding: 2px 5px 0px 5px!important;
}

/* full_width */

label.full_width
{
	width: 140px!important;
	display: block;
	margin-right: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	height: 14px;
	padding-top: 3px!important;
}

select.full_width
{
	width: 222px;
	height: 20px;
	display: block;
	border: solid 1px #9b9b9b;
}

textarea.full_width
{
	width: 605px;
	display: block;
	height: 80px;
	border: solid 1px #9b9b9b;
	padding: 5px;
}

input[type="text"].full_width, input[type="password"].full_width
{
	width: 605px;
	height: 18px;
	display: block;
	border: solid 1px #9b9b9b;
	padding: 2px 5px 0px 5px!important;
}


input#registration_previous
{
	width: 82px;
	height: 22px;
	background-color: #787f7b;
	padding: 0px!important;
	margin: 0 5px  20px 0!important;
	float: right;
}


input#registration_next
{
	width: 59px;
	height: 22px;
	background-color: #2ea5b1;
	padding: 0px!important;
	margin: 0 40px 20px 0!important;
	float: right;
}

label.spacey_label{ height: 25px; }

label.spacer_label{ height: 35px; }

label.very_spacey_label{ height: 45px; }

label.super_spacey_label{ height: 110px; }



fieldset.submit-buttons { float:right; }
fieldset.submit-buttons input { float:left; margin-left:10px; }
fieldset.submit-buttons a {float:left; }
label.two_column{ float: left; width: 350px; clear: none!important; padding-right: 20px; }

input#registration_previous
{
	width: 82px;
	height: 22px;
	background-color: #787f7b;
	padding: 0px!important;
	margin: 0 5px  20px 0!important;
	float: right;
}


input#registration_next
{
	width: 59px;
	height: 22px;
	background-color: #2ea5b1;
	padding: 0px!important;
	margin: 0 40px 20px 0!important;
	float: right;
}

input#registration_next
{
	width: 59px;
	height: 22px;
	background-color: #2ea5b1;
	padding: 0px!important;
	margin: 0 40px 20px 0!important;
	float: right;
}

label.full_width span.holderWrap, label.half_width span.holderWrap
{
	margin-bottom: 20px;
}

label.org_address span.holderWrap
{
	margin-bottom: 50px;
}

label.org_address_new span.holderWrap
{
	margin-bottom: 20px;
}

label.very_spacey_label span.holderWrap, div.step_6 span.holderWrap { margin-bottom: 30px!important; }

label.org_address, label.org_address_new
{
	margin-bottom: 10px!important;
	width: 550px;
}

/* FORM ERRORS */

#main-content textarea.error, #main-content input.error, #main-content select.error {
	background:#FFFFCC; border-color:red;
}
#main-content  .user-message  ul { color:red; margin:0 0 0 10px; padding:0; list-style-position:inside; }
#main-content  .user-message  ul li { margin:0; list-style:none; padding-left:24px; background:transparent url(/assets/images/arrow_red.gif) 0 0 no-repeat ; }
.user-message p.error ,.user-message p.notify{ background:#ffc url(/assets/images/arrow_red.gif) 10px 0 no-repeat ; padding-left:33px; }
.user-message p.error.no-bg { background-image:none; padding-left:10px; }
.user-message {  padding-left:0; }

/****************************************/
/*										*/  
/*										*/
/*				HELP BLOCKS				*/
/*										*/
/*										*/
/****************************************/


#main-content div.help { font-size:1.1em !important; /*margin:0 30px;*/ }
#main-content div.help p { margin:0; padding:0; line-height:1.2em; }
#main-content div.help li { margin:0 0 5px; padding:0;  }
#main-content div.help h3.trigger { background:#02b2c0 url(/assets/images/arrow_blue_open.gif) 830px 3px no-repeat; }
#main-content div.help h3.trigger.active { background:#8a918e url(/assets/images/arrow_grey_close.gif) 830px 3px no-repeat; }
#main-content div.help h3 a { font-size:0.8em; display:block; color:#fff; padding:5px;  margin:5px 0 0; }
#main-content div.help .toggle_container { margin: 0; padding:10px; background:#ebebeb; }
 

/****************************************/
/*										*/  
/*										*/
/*				PROFILE					*/
/*										*/
/*										*/
/****************************************/


dl.grey_box
{ 
	width: 590px;
	padding: 30px 30px 30px 30px!important;
	margin: 30px 100px 30px 100px!important;
	background: #EFEFEF url(/assets/images/large_fieldset_background.gif) 0 0px no-repeat;
	min-height: 140px;
	font-size: 13px;
}

dl.org_address dt
{
	width: 175px;
	margin-right: 16px;
	margin-bottom: 2px;
	font-weight: bold;
	display: block;
	float: left;
	min-height: 20px;
}

dl.org_address dd
{
	width: 380px;
	margin-right: 10px;
	margin-bottom: 2px;
	display: block;
	float: left;
	min-height: 20px;
}

dl.grey_box dt.end, dl.grey_box dd.end
{
	clear: both;
	height: 10px;
	display: block;
	float: left;
	margin-bottom: 1px;
	width: 100%;
}


dl.org_address dt.address, dl.org_address dd.address{ min-height: 60px; }


fieldset.profile{ margin: 20px 30px 20px 30px!important;}

input.profile_full_width{ width: 628px!important; }

.readonly { background:#ccc; }

input#update_profile
{
	width: 147px;
	height: 22px;
	background-color: #2ea5b1;
	padding: 0px!important;
	margin: 0 0px 0px 0!important;
	float: right;
}

table.products
{
	width: 800px;
	margin: 0 30px 0 30px;
}

table.products thead
{
	background-color:#EBEBEB;
	border-bottom: 1px solid #7B7C7E;
	height: 20px;
}

table.products thead tr th
{
	padding: 10px 10px 10px 10px!important;
	height: 15px;
	background-color:#EBEBEB;
}

table.products tbody tr td
{
	height: 25px;
	vertical-align: middle;
	padding: 5px 0 0 10px;
}

img.product_edit
{
	height:20px;
	width: 50px;
	margin-top: 2px;
}

img.product_delete
{
	height:20px;	
	width: 65px;
	margin-top: 2px;
}

span.flir-span{ text-indent: -1000px; }
/***************************************
Site view
*****************************************/
div.help_head {   }
div.help_head h2 { margin:0px; }
div.set .left {
	width:240px;
	float:left;
	margin:5px;
	border:1px solid #000000;
}
div.set .right{
	float:left;
	margin:5px;
	border:1px solid #000000;
}
hr.thin_help
{ 
		width: 700px; 
		height: 1px; 
		background-color: #c9c9c9;
		border-color: #c9c9c9;
		margin: 20px 0px 20px 0px;
		clear: both;
}
		
p.review_content  { font-size:12px; margin-left:30px !important; }
ul.review_content , li.review_content { margin-left:40px !important; font-size:12px; }
#main-content div.step_back a {  width:100px;  margin-left:40px !important; font-size:12px; color:#ffffff; padding:5px; background-color:#2EA5B1;  }
p.download-text { width:300px; float:left; padding:10px; }
p.download-text-summary{ width:400px; padding:10px; }
p.download-text-summary ul li { margin-left:30px; !important; }
p.download-text-summary a.buttonstyle { width:300px; height:30px; border:1px solid #EBEBEB; background-color:#2EA5B1; padding:10px; color:#ffffff !important; }
img.logo-main-display { margin:45px 5px 5px 15px; }
ul.download-logos { list-style-type:none; margin-left:20px; }
ul.download-logos li {  list-style-type:none; float:left; padding-right:20px;}
ul.download-logos li img { width:215px; padding:10px 10px 10px 0px; }