/* General */

body {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #034b95;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #034b95;
}

h2 {
	font-size: 14px;
	color: #034b95;
}

h3 {
	font-size: 13px;
	color: #666;
}

h4 {
	font-size: 12px;
	color: #034b95;
}

h5 {
	font-size: 11px;
	color: #666;
}

div#page-text h1,
div#page-text h2,
div#page-text h3,
div#page-text h4,
div#page-text h5,
div#page-text h6 {
	padding-left: 15px;
}

p {
	margin: 0;
	padding: 15px;
	line-height: 1.8em;
	color: #666;
}

p.intro {
	font-weight: bold;
}

address {
	padding: 15px;
	line-height: 1.3em;
	font-style: normal;
	color: #6893bf;
}

address.contact {
	float: right;
	padding: 15px;
	color: #666;
}

address span {
	padding-right: 10px;
}

form {
	float: left;
	margin: 0 15px;
}

form dt { 
	float: left;
	width: 125px;
	padding-top: 10px;
	min-height: 1px; /* Required to give layout to empty elements */
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

form dd {
	margin-left: 110px;
	padding-top: 10px;
}

form dd img {
	position: relative;
	top: 3px;
}

input[type=text],
textarea {
	padding: 2px;
	background: url(../img/input_bg.jpg) no-repeat;
	border: 1px solid #bbb;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

form .small { width: 100px; }
form .medium { width: 200px; }
form .large { width: 300px; }
form .extra-large { width: 400px; }


/* Wrapper */

div#wrapper {
	margin: 0 auto;
	width: 940px;
}


/* Masthead */

div#language {
	position: relative;
	float: right;
	left: 0px;
	top:-25px;
	margin-right: 10px;
}

div#masthead {
	height: 146px;
	border-top: 35px solid #e2e2e2;
	border-bottom: 8px solid #e2e2e2;
}

div#masthead h1 {
	float: left;
	margin: 0;
	padding: 0;
}

div#masthead h1 a.imtech {
	display: block;
	width: 211px;
	height: 95px;
	background: url(../img/imtech.jpg) no-repeat;
	text-indent: -9999px;
	margin-left:15px;
	margin-right:30px;
}
div#masthead h1 a.host {
	display: block;
	width: 171px;
	height: 95px;
	background: url(../img/host.jpg) no-repeat;
	text-indent: -9999px;
}

div#masthead p#tagline {
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 95px;
	color: #999;
}


/* Navigation */

ul#navigation {
	position: relative;
	margin: 0;
	padding: 0 20px;
	height: 50px;
	list-style-type: none;
	background: url(../img/nav_bg.jpg) repeat-x;
	clear: both;
	z-index: 10;
}

ul#navigation li {
	float: left;
	margin: 20px 1px 0 0;
	padding-top: 3px;
}

ul#navigation li:hover,
ul#navigation li.selected,
ul#navigation li.sfhover {
	padding: 0;
	border-top: 3px solid #034b95;
}

ul#navigation li a {
	display: block;
	padding: 0 11px;
	font: bold 11px Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 28px;
	color: #666;
}

ul#navigation li:hover a,
ul#navigation li.selected a,
ul#navigation li.sfhover a {
	padding: 0 10px;
	background: url(../img/nav_item_bg.jpg) repeat-x;
	border-right: 1px solid white;
	border-left: 1px solid white;
	color: #333;
}


/* Subnav */

ul#navigation li ul.subnav {
	position: absolute;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 40px;
	background-color: #e2e2e2;
	list-style-type: none;
	z-index: 11;
}

ul#navigation li:hover ul.subnav,
ul#navigation li.sfhover ul.subnav {
	display: block;
	z-index: 12;
}

ul#navigation li.selected ul.subnav {
	display: block;
	z-index: 11;
}

ul#navigation li ul.subnav li {
	margin: 0;
	padding: 0;
}

ul#navigation li ul.subnav li {
	padding: 0;
	border: 0;
}

ul#navigation li ul.subnav li a {
	padding: 0 15px;
	text-transform: none;
	line-height: 40px;
	color: #666;
}

ul#navigation li ul.subnav li a:hover,
ul#navigation li ul.subnav li.selected a {
	color: #034b95;
}

ul#navigation li ul.subnav li a {
	background: none;
	border: 0;
}


/* Visual */

div#slideshow-container {
	position: relative;
	height: 300px;
	overflow: hidden;
}

div#slideshow-container.page {
	height: 206px;
}

div#slideshow-container img {
	position: absolute;
	top: 0;
}

div#slideshow-container div#title-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#slideshow-container h1 {
	position: absolute;
	margin: 0 0 0 15px;
	padding: 0;
	bottom: 16px;
	color: black;
}

div#gallery h1,
div#slideshow-container.page h1 {
	color: #034b95;
}


/* Content */

div.content-block {
	margin: 5px 0;
	border: 1px solid #dcdcdc;
}

div.content-block h2 {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 4px solid #dcdcdc;
}

div.content-block.home-text {
	float: left;
	width: 533px;
	height: 151px;
}


/* Breadcrumbs */

div#content ol#breadcrumbs {
	margin: 0;
	padding: 15px 0 8px 15px;
	height: 13px;
	border-bottom: 1px solid #dcdcdc;
	list-style-type: none;
	font-size: 10px;
}

div#content ol#breadcrumbs li {
	float: left;
	padding-right: 3px;
}

div#content ol#breadcrumbs li a:link,
div#content ol#breadcrumbs li a:visited {
	color: #666;
}

div#content ol#breadcrumbs li a:hover,
div#content ol#breadcrumbs li a:active {
	color: #034b95;
}


/* Thumbs */

div#content div#page-text {
	float: left;
	width: 740px;
}

div#content div#thumbs {
	float: right;
	padding-top: 15px;
	width: 200px;
}

div#content div#thumbs a img {
	display: block;
	margin-bottom: 15px;
}

div#content div#thumbs a img.zoom {
	margin-top: -40px;
	margin-left: 175px;
}


/* Carousel */

div.content-block.ref-scroller {
	position: relative;
	float: right;
	width: 398px;
	height: 151px;
	overflow: hidden;
}

div.content-block.ref-scroller p {
	padding-bottom: 5px;
}

div.content-block.ref-scroller p img {
	float: right;
	margin-left: 15px;
	width: 120px;
	height: 84px;
}

div.content-block.ref-scroller a {
	padding-left: 15px;
	font-weight: bold;
}

div.content-block.ref-scroller a span.arrow {
	font-size: 9px;
}

div.content-block.ref-scroller ul#carousel-controls {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 15px;
	right: 5px;
	list-style-type: none;
}

div.content-block.ref-scroller ul#carousel-controls li {
	float: left;
}

div.content-block.ref-scroller ul#carousel-controls li a.prev {
	display: block;
	padding: 5px;
	width: 8px;
	height: 9px;
	background: url(../img/arrow_left.gif) no-repeat;
	text-indent: -9999px;
}

div.content-block.ref-scroller ul#carousel-controls li a.prev:hover {
	background: url(../img/arrow_left_hover.gif) no-repeat;
}

div.content-block.ref-scroller ul#carousel-controls li a.next {
	display: block;
	padding: 5px;
	width: 8px;
	height: 9px;
	background: url(../img/arrow_right.gif) no-repeat;
	text-indent: -9999px;
}

div.content-block.ref-scroller ul#carousel-controls li a.next:hover {
	background: url(../img/arrow_right_hover.gif) no-repeat;
}

div.content-block.ref-scroller div#scroller {
	width: 398px;
	height: 149px;
	overflow: hidden;
}

div.content-block.ref-scroller div#slides {
	width: 1200px;
}

div.content-block.ref-scroller div.slide {
	float: left;
	width: 398px;
	height: 149px;
}


/* Ref-menu */

div#content ul#ref-menu {
	float: left;
	margin: 60px 30px 60px 0;
	padding: 0;
	width: 235px;
	list-style-type: none;
}

div#content ul#ref-menu li {
	border-bottom: 1px solid white; /* Prevents the IE6 white-space bug by not setting it to 'li a' */
}

div#content ul#ref-menu li a {
	display: block;
	padding: 8px 10px;
	background-color: #e2e2e2;
	border-right: 5px solid #ccc;
	text-decoration: none;
	font: bold 12px Tahoma, Helvetica, sans-serif;
	color: #666;
}

div#content ul#ref-menu li a:hover,
div#content ul#ref-menu li.selected a {
	background-color: white;
	border-color: #034b95;
	color: #034b95;
}


/* Gallery */

div#gallery {
	float: left;
	margin: 26px 0;
	width: 675px;
}

div#gallery h1 {
	margin: 0 0 15px 0;
	padding: 0;
}

div#gallery img {
	border-bottom: 5px solid #034b95;
}

div#gallery p {
	padding: 15px 0;
	width: 520px;
}

div#ref-photo {
	float: left;
}


/* Ref thumbs */

div#gallery div#ref-thumbs {
	float: right;
	margin-top: 34px;
	width: 125px;
}

div#gallery div#ref-thumbs a img {
	display: block;
	margin-bottom: 7px;
	border-right: 5px solid #ccc;
	border-bottom: 0;
}

div#gallery div#ref-thumbs a:hover img,
div#gallery div#ref-thumbs a.selected img {
	border-right: 5px solid #034b95;
}

div#gallery div#ref-thumbs a img.show,
div#gallery div#ref-thumbs a:hover img.show,
div#gallery div#ref-thumbs a.selected img.show {
	margin-top: -32px;
	margin-left: 1px;
	border: 0;
}


/* Footer */

div#footer {
	height: 110px;
	background-color: #034b95;
	font-size: 10px;
	clear: both;
}

div#footer address {
	float: left;
}

div#footer a {
	font-weight: normal;
}

div#footer a:link,
div#footer a:visited {
	color: #6893bf;
}

div#footer a:hover,
div#footer a:active {
	color: #9ab7d5;
}

div#footer ul {
	float: right;
	margin: 0;
	padding: 15px 10px;
	list-style-type: none;
}

div#footer ul li {
	float: left;
	padding: 0 5px;
}

/* YT video pagina */
div.video {
	float:left;
	padding:10px;
	width: 430px;
	margin: 10px;
	overflow: hidden;
}

div.video img{
	float:left;
	margin-right:20px;
}

div.video h2{
	margin:0px;
	margin-left: 10px;
}

div.video p{
	float:left;
	padding:0px;
}