/* @override http://neurostream.fn.mac/css/home.css */

html {
	background: #e6f6fb url(/img/bg/bg-html.png) 0 0 repeat-x;
	}

body {
	background: transparent url(/img/home/bg-home-left.png) 0 0 repeat-x;
	}

#right {
	background: transparent url(/img/home/bg-home-right.png) 0 0 repeat-x;
	display: block;
	height: 100%;
	position: absolute;
	top: 0px; left: 50%;
	width: 50%;
	z-index: 0;
	}

#page, #main {
	background: none;
	padding: 0;
	}
#content {
	margin: 0;
	}

#intro {
	background: transparent url(/img/home/visual.jpg) 0 0 no-repeat;
	color: #FFF;
	height: 400px;
	margin: 0 25px;
	overflow: visible;
	position: relative;
	}
#intro h1 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.1;
	position: absolute;
	text-shadow: 1px 1px 2px #000;
	text-transform: none;
	top: 242px; left: 26px;
	}
#intro p {
	background: #00adee;
	font-size: 1.1em;
	line-height: 1.1;
	padding: 6px 26px;
	position: absolute;
	top: 309px; left: 0;
	width: 740px;
	}


#links {
	overflow: hidden;
	width: 960px;
	}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#links li {
	display: inline;
	float: left;
	margin: 30px 0 0 45px;
	padding: 0;
	width: 350px;
	}
#links li a {
	border: none;
	color: #00adee;
	display: block;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 0 0 0 110px;
	height: 100px;
	text-transform: uppercase;
	}
#links li a strong {
	color: #000;
	display: block;
	font-size:.75em;
	margin: 30px 0 0;
	}
#b_patients {
	background: transparent url(/img/foot.jpg) 0 0 no-repeat;
	}
#b_professionals {
	background: transparent url(/img/doctor.jpg) 0 0 no-repeat;
	}

@media print {

html, body, #right {
	background: none;
	}
#intro {
	background: none;
	color: #000;
	height: auto;
	margin: 0;
	}
#intro h1 {
	color: #000;
	position: relative;
	text-shadow: none;
	top: 0; left: 0;
	}
#intro p {
	background: none;
	padding: 0;
	position: relative;
	top: 0; left: 0;
	width: auto;
	}

#links {
	width: auto;
	}
#links li {
	display: block;
	float: none;
	margin: 0;
	width: auto;
	}

}


