/* - - - - - - - - - - - - - - - - - - - - -

Title: White Coat
Author: Diego A. Peralta (www.bahiastudio.net)
URL: www.whitecoat.co.uk

Description: Stylesheet of the White Coat Website.

Created: 07/07/2008
Modified: 10/07/2008

- - - - - - - - - - - - - - - - - - - - - */

/* ----- RESET ----- */

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;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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: "" "";
}

/* ----- CSS ----- */

body {
	background-color: #000000;
	color: #929497;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

a {
	color: #929497;
	text-decoration: none;
}

h2 {
	color: #dce11e;
	font-size: 18px;
}

h3 {
	color: #dce11e;
	font-size: 17px;
	text-transform: uppercase;
}

h3 a {
	color: #dce11e;
}

p, ul, li {
	margin-bottom: 1em;
}

input {
	border: 0;
	background: #333333;
	color: #fafafa;
	padding: 3px;
}

small {
	font-size: 10px;
	color: #999999;
	letter-spacing: -0.01em;
	display: block;
	margin-bottom: 14px;
}


/* ----- LAYOUT ----- */

#wrapper {
	width: 100%;
}

#main {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 142px;
	background: url('../img/bg_header.jpg') no-repeat left top;
	overflow: hidden;
}

#conteiner {
	background: url('../img/bg_conteiner.jpg') no-repeat right bottom;
	overflow: hidden;
	min-height: 486px;
	height: 486px;
	height: auto !important;
	padding: 2px 0px 16px 14px;
}

#content {
	width: 856px;
	float: left;
	margin-bottom: 50px;
}

#sidebar {
	width: 337px;
	float: left;
}

#footer {
	font-size: 11px;
	margin: 11px 0px 180px 0px;
}

/* ----- LOGO ----- */

#logo {
	text-indent: -9999px;
}


#logo h1 a {
	display: block;
	background: url('../img/logo.jpg') no-repeat left top;
	width: 195px;
	height: 115px;
	margin-left: 108px;
	float: left;
}

/* ----- NAVBAR ----- */

#navbar {
	float: left;
}

#navbar ul {
	margin: 0px 0px 0px 30px;
}

#navbar ul li {
	display: inline;
	padding: 0px 24px 0px 0px;
}

#navbar ul li a {
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 11px;
}

#navbar ul li a:hover {
	color: #ffffff;
}

#navbar ul li.current a {
	color: #ffffff;
}

/* ----- SIDEBAR ----- */

#sidebar h3 {
	border-bottom: 1px solid #999999;
	margin-bottom: 4px;
}

#sidebar h3 span {
	float: left;
	margin: -12px 0px 0px 306px;
}

#sidebar h3 a {
	display: block;
	text-indent: -9999px;
	height: 5px;
	float: left;
}

#sidebar h3 a.arrow_left {
	background: url('../img/arrow_left.gif') no-repeat left top;
	width: 3px;
		padding: 0px 10px;
}

#sidebar h3 a.arrow_right {
	background: url('../img/arrow_right.gif') no-repeat left top;
	width: 3px;
}

#sidebar ul li {
	position: relative;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	width: 337px;
	height: 43px;
	background: url('../img/bg_sidebar_items.jpg') no-repeat left top;
}

#sidebar ul li a {
	font-size: 14px;
	color: #ffffff;
	margin: 0px 12px;
	
}

#sidebar ul li a:hover {
	color: #dce11e;
}

#sidebar ul li span {
	color: #999999;
	padding: 0px 12px;
	margin-top: -3px;
	font-size: 10px;
	display: block;
}

span.green_arrow a {
	position: absolute;
	top: 0;
	right: -12px;
	display: block;
	text-indent: -9999px;
	background: url('../img/green_arrow.gif') no-repeat left top;
	width: 36px;
	height: 49px;
}

/* ----- FOOTER ----- */

#footer ul li {
	display: inline;
	padding: 0px 3px 0px 0px;
}

#footer ul li a {
	text-transform: lowercase;
	padding: 0px 3px 0px 0px;
}

#footer a:hover {
	color: #ffffff;
}

#options {
	float: left;
	margin: 0px 30px 0px 0px;
}

#options h3 a {
	width: 189px;
	height: 9px;
	background: url('../img/bg_toggle.jpg') no-repeat left top;
	display: block;
	padding: 3px 0px 11px 7px;
	font-size: 14px;
}

#options h3 a.toggle_over {
	width: 189px;
	height: 9px;
	background: url('../img/bg_toggle.jpg') no-repeat left bottom;
	display: block;
	padding: 3px 0px 11px 7px;
	font-size: 14px;
}

#options div {
	margin: 0px 0px 4px 0px;
}

#options form {
	background: #1a1a1a;
	max-width: 190px;
	padding: 0px 0px 0px 6px;
	overflow: hidden;
}

#options div#subscribe form input#email {
	float: left;
	width: 142px;
	margin: 6px;
	
}

#options div#subscribe form input#submit_subscribe {
	background: #333333 url('../img/submit.gif') no-repeat left 50%;
	width: 22px;
	height: 34px;
	float: right;
	margin-left: 8px;
}

#options div#client_access form input#submit_login {
	background: #333333 url('../img/submit.gif') no-repeat left 50%;
	width: 22px;
	height: 62px;
	float: right;
	margin: -34px 0px 0px 8px;
}

#options div#client_access form input#client_username {
	float: left;
	margin: 6px 0px 6px 6px;
	width: 148px;
	
}

#options div#client_access form input#client_password {
	float: left;
	margin: 0px 0px 6px 6px;
	width: 148px;
	
}

#footernav {
	width: 700px;
	float: left;
	line-height: 0.3em;
	margin: 8px 0px 0px 0px;
}

/* ----- HOME ----- */

#home {
	width: 468px;
	height: 339px;
	background: url('../img/bg_home.jpg') no-repeat left top;
	float: left;
	margin-right: 28px;
}

#news {
	width: 486px;
	float: left;
	margin-right: 10px;
}

#news h2 a {
	color: #dce11e;
}

#news h2  a:hover {
	color: #fafafa;
}


#news p {
	color: #fefefe;
	line-height: 1.8em;
	padding-bottom: 1.2em;
	font-size: 13px;
	background: url('../img/opacity.png') left top;
}

/* ----- CONTACT ----- */

#contact h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 17px;
}

#contact p {
	color: #ffffff;
	font-size: 14px;
}

#contact a {
	color: #dce11e;
}

/* ----- ABOUT ----- */

#about div { 
	margin-bottom: 1em;
}

#about div#why {
	display: block;
	min-height: 100px;
	height: 100px;
	height: auto !important;
	margin-left: 65px;
	margin-bottom: 1em;
}

#about div#why p {
	color: #dce11e;
}

#about div#how {
	display: block;
	min-height: 100px;
	height: 100px;
	height: auto !important;
	margin-left: 65px;
	margin-bottom: 1em;
}

#about div#how h3, #about div#who h3, #about div#how_much h3  {
	color: #929497;
}

#about div#who {
	display: block;
	min-height: 55px;
	height: 55px;
	height: auto !important;
	margin-left: 65px;
	margin-bottom: 1em;
}

#about div#how_much {
	display: block;
	min-height: 40px;
	height: 40px;
	height: auto !important;
	margin-left: 65px;
	margin-bottom: 1em;
}

#about h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
}

#about div h3 {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: normal;
	padding: 6px 0px;
	text-transform: none;
}

#about div span {
  background: #ffffff;
}

#about div span {
	width: 580px;
	float: left;
	display: block;
	margin-left: 18px;
	background: url('../img/opacity.png') left top;
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	position: relative;
	color: #ffffff;
}

#about p {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #ffffff;
	font-size: 13px;
}

#about a.see_more {
	display: block;
	text-indent: -9999px;
	background: url('../img/do_you_want_to_know_more.jpg') no-repeat left top;
	width: 211px;
	height: 21px;
	margin: 0px 190px;
}

/* ----- CAPTION----- */

#caption {
	color: #ffffff;
	font-size: 13px;
	background: url('../img/opacity_62.png') left top;
	padding: 10px 10px 5px 10px;
	line-height: 1.6em;
	width: 324px;
	float: left;
}

#caption  h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
	text-transform: uppercase;
	line-height: 0.9em;
}

#caption p {
	padding: 0px 10px;
}

#caption  h3 {
	font-size: 14px;
	text-transform: none;
}

#caption #send_video {
	margin: 30px 0px 0px 10px;
	position: relative;
}

#send_video small {
	font-size: 10px;
	font-weight: normal;
}

#caption  input {
	height: 20px;
	padding: 0px 4px;
	width: 266px;
}

#caption  input#submit {
	background: url('../img/submit_2.gif') no-repeat left top;
	width: 35px;
	height: 20px;
	padding: 3px 0px;
	position: absolute;
	top: 20px;
	left: 278px;
}

/* ----- FTP ----- */

#ftp h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	position: relative;
}

#ftp h2 a {
	font-size: 11px;
	color: #dce11e;
	float: right;
	position: absolute;
	right: 0;
	top: 3px;
}

#ftp ul {
	margin: 0;
	padding: 0;
}

#ftp ul li {
	margin: 0;
	padding: 0;
}

#ftp ul li {
	background: #0b0b0b url('../img/toggle_ftp.gif') no-repeat 1% top;
	color: #ffffff;
	height: 22px;
	padding: 6px 10px 0px 25px;
	margin-bottom: 3px;
	display: block;
	font-size: 14px;
}

#ftp ul li a {
	color: #ffffff;
}

#ftp ul li.expandable {
	background: #0b0b0b url('../img/toggle_ftp.gif') no-repeat 1% top;
}

#ftp ul li.no_expandable {
	background: #0b0b0b url('../img/toggle_ftp.gif') no-repeat 1% bottom;
}

#ftp ul.sub_directory {
	margin: 6px 0px 0px 35px;
	width: 796px;
}

#ftp ul.sub_directory li {
	background-color: #0b0b0b;
}

#ftp ul.sub_directory_2 {
	margin: 6px 0px 0px 35px;
	width: 736px;
}

#ftp ul.sub_directory_2 li {
	background-color: #0b0b0b;
}

#ftp ul li.file_1 {
	background: #0b0b0b url('../img/file_1.gif') no-repeat 1% 50%;
}

#ftp ul li.file_2 {
	background: #0b0b0b url('../img/file_2.gif') no-repeat 1% 50%;
}

#ftp ul li.file_3 {
	background: #0b0b0b url('../img/file_3.gif') no-repeat 1% 50%;
}

#slide {
	display: none;
}

#slide2 {
	display: none;
}

#upload {
	width: 469px;
	margin-top: 240px;
}

#upload form {
	padding: 8px 10px 14px 10px;
	background: url('../img/upload_opacity.png') left top;
	overflow: auto;
}

#upload h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	width: 459px;
}

#upload input#filename {
	background: #333333;
	padding: 2px 9px;
	width: 330px;
	height: 18px;
	margin-bottom: 1px;
	font-size: 14px;
}

#upload input#browse, input#upload_b {
	background: #222222;
	color: #dce11e;
	text-transform: uppercase;
	width: 98px;
	height: 22px;
	font-size: 13px;
}

#upload input#upload_b {
	float: right;
	margin-top: 2px;
}

/* ----- PARTNERSHIPS ----- */

#partnership h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
}

#partnership p {
	color: #ffffff;
	width: 632px;
	margin-left: 204px;
	font-size: 13px;
	background-color: #070707;
	padding: 8px 10px 8px 10px;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.img_alignright {
	float: right;
	margin-right: 20px;
}

.big {
	font-size: 14px;
}

.clear {
	clear: both;
}

/* ----- LOGIN FAILED ----- */


#loginfailed  div { 
	margin-bottom: 1em;
}

#loginfailed div#infopage {
	display: block;
	min-height: 100px;
	height: 100px;
	height: auto !important;
	margin-left: 210px;
}

#loginfailed h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 0.2em;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
}

#loginfailed div span {
	width: 608px;
	float: left;
	display: block;
	margin-left: 18px;
	/*background: url('../img/opacity.png') left top;*/
	background-color:#070707;	
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	position: relative;
	color: #ffffff;
}

#loginfailed p {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
}