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

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#818181 url(/img/header-span.gif) repeat-x;	
	color: #505050;
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration: none; font-weight: bold; color: #f4923e;}
a:hover {text-decoration:underline;}
a img {border:0;}
#news-archive a {
	color: #535353;
	font-size: 1.2em;
	line-height: normal;
	}
#news-archive a:hover {
	color: #a9a9a9;
	text-decoration: none;
	}
#right-content.contact a {
	color: #505050;
	font-weight: normal;
	}
#right-content.contact a:hover {
	text-decoration: underline;
	}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */
#footer p		{ font-size: 90%; color: #dadada; margin: 0; padding: 0; text-align: center; }
#footer-news p { color: #dadada; margin: 0; padding: 0; }
p.date			{  font-size: 80%; }
#footer-news p.date			{ color: #fff; padding-bottom: 1em; }
#newsmenu p.date		{ padding-bottom: 1em; margin: 0; color: #a9a9a9; }
p span 			{ color: #f4923e; font-weight: bold; }
.contact p, .contact h4	{ text-align: right; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
#left-content li { margin-bottom: 1em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* 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: "" "";
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  clear:both;
	color: #505050;
	}
h1 { font-size: 3em; color: #f4923e; }
h1 em { color: #767676; font-style: normal; }
#content.subpage h1 { margin: 10px 0; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height: normal; }
#footer-news h3 { color: #fff; padding: 9px 0 8px 0; }

h3.feature {
	display: block;
	height: 105px;
	width: 507px;
	margin-bottom: 15px;
	}
h3.feature span {
	display: none;
	}
h3#finance { background: url(/img/finance.jpg) no-repeat; }
h3#ventures { background: url(/img/ventures.jpg) no-repeat; }
h3#performance { background: url(/img/performance.jpg) no-repeat; }
h3#valuations { background: url(/img/valuations.jpg) no-repeat; }
h3#acquisitions { background: url(/img/acquisitions.jpg) no-repeat; }
h3#divestments { background: url(/img/divestments.jpg) no-repeat; }

h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
.std-form h4 { color: #808080; }
#footer-news h4 { color: #fff; padding: 10px 0 0 0; }
#right-content h4 { color: #f4923e; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper, #content, #footer-news, #footer {
	position:relative;
	margin:0 auto 0 auto;
	width:772px;
	text-align:left;
	background:transparent;
	line-height:1.6;
	}
#content-outer {
	background: #fff url(/img/content-span.gif) repeat-x;
	}
#content.subpage {
	padding-bottom: 10px;
	}
#header {
	height: 142px;
	position: relative;
	background: transparent url(/img/tauro-header.gif) no-repeat top right;
	}
#flash-content {
	width: 756px;
	height: 276px;
	position: relative;
	}
#flash-content .wrap {
	position: absolute;
	top: 100px;
	left: 175px;
	}
#flash-content .wrap p {
	float: left;
	padding: 7px 0 0 10px;
	}
a#flash-button {
	display: block;
	background:url(/img/get_flash_player.gif) no-repeat;
	width: 112px;
	height: 33px;
	float: left;
	}
a#flash-button span {
	display: none;
	}
#left-content {
	float:left;
	width:547px;
	}
#right-content {
	float:left;
	width: 225px;
	}
#right-content.home {
	margin-top: 25px;
	}
#right-content.home .padFix {
	height: 160px;
	background: url(/img/home-blocks.gif) no-repeat;
	}
#right-content.contact .padFix {
	margin-top: 70px;
	}
#left-content .padFix {
	padding: 0 20px;
	}
#contact-phone {
	width: 225px;
	height: 245px;
	background: url(/img/phone.jpg) no-repeat;
	}
/*--------------------------------------------------------------
 Footer styles 
-------------------------------------------------------------*/
#footer-news-outer {
	background: #848484 url(/img/footer-news-span.gif) repeat-x;
	padding-bottom: 10px;
	}
#footer-outer {
	background: url(/img/footer-span.gif) repeat-x;
	}
#footer-news .padFix {
	padding: 0 20px;
	}
#footer-news .news-col {
	width: 244px;
	float: left;
	}
#footer-news .news-col .padFix {
	padding: 0 35px 0 0;
	}
#footer-outer {
	background: url(/img/footer-span.gif) repeat-x;
	}
#footer {
	padding: 20px 0;
	}
#footer a {
	color: #dadada;
	font-weight: normal;
	}
#footer a:hover {
	text-decoration: underline;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	position:absolute;
	top:20px; left:20px;
	width:396px;	
	height:69px;
	background:transparent url(/img/tauro-logo.gif) no-repeat;
	}
#header h1 a {
	display:block;
	height:116px;
	}
#header a span {
	display:none;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 109px;
	left: 0;
	}
#top-nav li {
	float: left;
	}
#top-nav li a {
	display: block;
	height: 33px;
	}
#top-nav li a:hover {
	background-position: 0 -33px;
	}	
#top-nav li a.current {
	background-position: 0 -66px;
	}	
#home a {
	width: 94px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#corporate-profile a {
	width: 187px;
	background: url(/img/nav/corporate-profile.gif) no-repeat;
	}
#our-services a {
	width: 155px;
	background: url(/img/nav/our-services.gif) no-repeat;
	}
#news a {
	width: 99px;
	background: url(/img/nav/news.gif) no-repeat;
	}
#our-team a {
	width: 130px;
	background: url(/img/nav/our-team.gif) no-repeat;
	}
#contact a {
	width: 107px;
	background: url(/img/nav/contact.gif) no-repeat;
	}

/*--------------------------------------------------------------
 side nav styles 
-------------------------------------------------------------*/
#newsmenu {
	margin: 65px 0 0 0;
	}
#newsmenu a {
	display: block;
	color: #a9a9a9;
	}
#newsmenu a:hover {
	color: #535353;
	text-decoration: none;
	}
#newsmenu a.current {
	color: #f4923e;
	}
ul#subnav {
	list-style: none;
	margin: 65px 0 0 0;
	}
ul#subnav.news li a {
	line-height: normal;
	height: auto;
	width: auto;
	padding-bottom: 1em;
	}
#subnav li {
}
#subnav li a span {
	display: none;
	}
#subnav li a {
	color: #a9a9a9;
	display: block;
	height: 29px;
	width: 225px;
	}
#right-content #subnav li a:hover {
	background-position: -225px 0;
	color: #535353;
	text-decoration: none;
	}
#right-content #subnav li a.current {
	background-position: -450px 0;
	color: #f4923e;
	}
#subnav .acquisitions a {
	background: url(/img/subnav/acquisitions.gif) no-repeat;
	}
#subnav .divestments a {
	background: url(/img/subnav/divestments.gif) no-repeat;
	}
#subnav .finance a {
	background: url(/img/subnav/finance.gif) no-repeat;
	}
#subnav .ventures a {
	background: url(/img/subnav/ventures.gif) no-repeat;
	}
#subnav .optimisation a {
	background: url(/img/subnav/optimisation.gif) no-repeat;
	}
#subnav .valuations a {
	background: url(/img/subnav/valuations.gif) no-repeat;
	height: 49px;
	}
	
/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
#send-button {
	background: 0;
	float: right;
	}
form.std-form {
	width:490px;
	overflow:hidden;
	padding-top:6px;
}
form.std-form fieldset {
	margin:0;
	display:block;
	width:480px;
	overflow:hidden;
	border:0;
}
form.std-form legend {
	margin:0 0 12px 0;
	padding:8px 0;
	padding-bottom:0;
	color:#658180;
	font-weight:normal;
	font-size:100%;
	text-transform:capitalize;
}
form.std-form td {
	padding-bottom:6px;
}
form.std-form tr {
	vertical-align:top;
}
form.std-form label {
	display:block;
	color:#676767;
	font-size:100%;
	padding:0 0 6px 0;
}
form.std-form input, form.std-form textarea, form.std-form select {
	display:block;
	color:#bababa;
	border:1px solid #dbdbdb;
	border-top: 0;
	background: url(/img/form-top.gif) repeat-x top left;
	padding:8px;
	font-weight: bold;
	
}
form.std-form select option {
	padding:0 18px 0 0;
}
form.std-form textarea {
	font-family:Arial, sans-serif, serif;
	font-size:110%;
}
.input_text, .input_password, textarea, select {
	border-collapse:collapse;
	background:#fff url(/img/input-back-white.gif) repeat-x bottom;
	border:1px solid #a3b3bb;
	padding:3px 0;
}
form.std-form td.large input, form.std-form td.large textarea {
	width:380px;
}
form.std-form td.large {
}
form.std-form td select {
	width:auto;
}
form.std-form td.sub {
	padding:8px 0 0 23px;
}
label {
	color:#000;
	font-size:70%;
}
form.std-form fieldset input.input_check, #members-login input.input_check {
	width:auto;
}
label:hover, label.ie_hover {
	color:#666;
}
form.std-form fieldset input.ie_hover, form.std-form fieldset textarea.ie_hover, form.std-form fieldset input:hover, form.std-form fieldset textarea:hover, input.input_text:hover, textarea.input_text:hover {
	
}
/*.input_text:focus, .input_password:focus, textarea:focus,*/
form.std-form fieldset input.ie_focus, form.std-form fieldset textarea.ie_focus, form.std-form fieldset input:focus, form.std-form fieldset textarea:focus, input.input_text:focus, textarea.input_text:focus {
	
}
form.std-form input.submit, form.std-form input.submit:hover, form.std-form fieldset input.submit {
	margin:0;
	padding:0;
	border:0;
}
#error {
	border:1px solid #d0c73d;
	background:#FDFDE2;
	font-size:70%;
	padding:10px;
}
#error p {
	font-size:100%;
	color:#9c9307;
	font-weight:bold;
	margin:0;
	line-height:1.8em;
}

#contactForm table, #contactForm td, #contactForm th{
	border: none;
	}

form.std-form fieldset input.hide {
	display:none;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	border: 1px solid #F4923E;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#f00;
	background-color:#fff;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}

/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
.seperator { height: 1px; font-size: 1px; margin-bottom: 15px; background: url(/img/underline.gif) no-repeat; }
#sitescene {
	float:right;
	width: 45px;
	margin:16px 0;
	}
#sitescene a {
	display: block;
	height: 41px;
	background: url(/img/sitescene.gif) no-repeat;
	}
#sitescene a:hover {
	background-position: 0 -41px;
	}
#sitescene a span {
	display: none;
	}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #content h1, .sIFR-active #footer-news h3 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	}
.sIFR-active #content h1 {
	font-size: 34px;
	}
.sIFR-active #footer-news h3 {
	font-size: 20px;
	}