/*******************************************************************************
Title:	 Stylesheet for abilitynet.ch
Media:   Screen
Author:	 abilitynet GmbH
Created: 04.02.2010
Update:  22.01.2011
*******************************************************************************/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

body {
	font:small "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	color:#8b8989;
	font-size:12px;
	background-color:#eef1f2;
	text-align:center;
}

a {
	text-decoration:none;
}

a:focus {
	outline:none;
}

h1 {
	font-size:16px;
	margin:0 0 10px 0;
}

h2 {
	font-size:14px;
	margin:10px 0 10px 0;
}

h3 {
	font-size:12px;
	margin:10px 0 0 0;
}

a img {
	border:0;
}

table {
	font-size:12px;
}

table p.bodytext {
	margin:0;
	padding:0;
}

hr {
	height:1px;
	border:none;
}


/**********************************************************
                  Typography
***********************************************************/



@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'MyriadProSemibold';
    src: url('myriadpro/myriadpro-semibold-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'MyriadProSemibold';
    src: url(//:) format('no404'), url('myriadpro/myriadpro-semibold-webfont.woff') format('woff'), url('myriadpro/myriadpro-semibold-webfont.ttf') format('truetype'), url('myriadpro/myriadpro-semibold-webfont.svg#webfontj3ezFylR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'MyriadProRegular';
    src: url('myriadpro/myriadpro-regular-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'MyriadProRegular';
    src: url(//:) format('no404'), url('myriadpro/myriadpro-regular-webfont.woff') format('woff'), url('myriadpro/myriadpro-regular-webfont.ttf') format('truetype'), url('myriadpro/myriadpro-regular-webfont.svg#webfontlUzY9EqL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'MyriadProLight';
    src: url('myriadpro/myriadpro-light-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'MyriadProLight';
    src: url(//:) format('no404'), url('myriadpro/myriadpro-light-webfont.woff') format('woff'), url('myriadpro/myriadpro-light-webfont.ttf') format('truetype'), url('myriadpro/myriadpro-light-webfont.svg#webfontCWzKOcfd') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**********************************************************
				  Top Nav
***********************************************************/

#top_nav {
	position:relative;
	margin:0 auto;
	padding:5px 20px;
	text-align:left;
	width:955px;
	text-align:right;
	font-size:12px;
}

#top_nav a {
	color:#6f8fa0;
}

#top_nav a:hover {
	text-decoration:underline;
}

#top_nav ul {
	list-style:none;
	margin:0 0 0 20px;
}

#top_nav ul, #top_nav li {
	display:inline;
}

#top_nav ul li.current a {
	font-weight:bold;
	text-decoration:underline;
}


/**************************************************************
				  Language Navigation
**************************************************************/

#top_nav  #lang_nav{display:none;}
#lang_nav li {
	display:inline;
}

#lang_nav li {
	padding:0 4px;
}

#lang_nav li a:hover, #lang_nav li a.current {
	text-decoration:underline;
}


/**********************************************************
				  Wrapper
***********************************************************/

#wrapper{
	position:relative;
	margin:24px auto 0 auto;
	text-align:left;
	padding:0 30px 0 50px;
	width:915px;
	min-height:580px;
    background: url(../images/wrapper_bg.png) repeat-y #fff;
}

#wrapper-shadow-l {
    background: url(../images/wrapper_shadow.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width:15px;
}

#wrapper-shadow-r {
    background: url(../images/wrapper_shadow.png) right 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 600px;
    width:15px;
}


/**********************************************************
				  Header
***********************************************************/

#header {
	position:relative;
	height:100px;
	background:url(../images/abilitynet_logo.png) 0 27px no-repeat;
    font-family: 'MyriadProLight', "Trebuchet MS", Arial;
}

#header h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:220px;
}

#header h1 a {
	display:block;
	height:100px;
	text-decoration:none;
}


/**********************************************************
				  Header Nav
***********************************************************/

#header-nav-start {
    position: absolute;
    top:0;
    left:297px;
    width:33px;
    height:33px;
    background: url(../images/header_nav_start.png) no-repeat #eef1f2;
}

#header-nav {
	position:absolute;
	top:0;
    left:330px;
	list-style:none;
	width:515px;
	background-color:#eef1f2;
    padding:5px 0;
    font-size:18px;
}

#header-nav, #header-nav li {
	display:inline;
}

#header-nav li a {
	display:block;
	float:left;
	color:#597484;
	padding:1px 8px 1px 8px;
    text-transform:lowercase;
    /*background: url('../images/dot.png') no-repeat right 15px;*/
}

#header-nav li a:hover, #header-nav li.current a {
	background-color:#597484;
    color:#fff;
}

/*
#header-nav li a.first {
  background:url(../images/header_nav_first.png) no-repeat #b6c7d4;
  padding-left:25px;
}

#header-nav li a.first:hover, #header-nav li.current a.first {
  background:url(../images/header_nav_first.png) no-repeat #6f8fa0;
}
*/


#header-nav-right {
    position:absolute;
    top:0;
    right:-15px;
    list-style:none;
    width:110px;
    background-color:#eef1f2;
    text-align: right;
    padding:5px 0;
    font-size:18px;
}

#header-nav-right, #header-nav-right li {
    display:inline;
}

#header-nav-right li a {
    display:block;
    color:#597484;
    padding:2px 8px 0px 8px;
    text-transform:lowercase;
}

#header-nav-right li a:hover, #header-nav-right li.current a {
    background-color:#597484;
    color:#fff;
}


#intro {
    position: absolute;
    top:83px;
    right:245px;
    font-size: 14px;
    color:#597484;
}


/**********************************************************
				  Drop Box
***********************************************************/

#drop_box {
	position:absolute;
	bottom:0;
	right:0;
	width:245px;
	text-align:right;
}

#drop_box_trigger {
	display:block;
	background:url(../images/dropbox_bg.png) no-repeat #8fb1bb;
	color:#fff;
	padding:2px 5px 0 5px;
    font-size: 14px;
}

#drop_box_content {
	position:absolute;
	top:20px;
	right:0;
	background:#8fb1bb;
	color:#fff;
	width:225px;
	height:392px;
	z-index:1;
}

#drop_box_content div {
	padding:5px 18px 20px 18px;
	text-align:left;
	z-index:2;
	min-height:300px;
}

#drop_box_content h2 {
	font-size:14px;
	margin:15px 0 5px 0;
}

#drop_box_content a {
	color:#fff;
}

#drop_box_content a:hover {
	text-decoration:underline;
}

#drop_box_content p {
	color:#586f7d;
	padding:0 0 10px 22px;
}

#drop_box_content p a {
	color:#586f7d;
}

#drop_box_content .csc-default {
	padding:0;
	margin:0;
}


/**********************************************************
				  Page Title
***********************************************************/

#page_title {
	margin:50px 0 0 0;
}

#page_title h1 {
	font-size:50px;
	font-weight:bold;
	margin:0 0 2px 0;
    font-family: 'MyriadProRegular', "Trebuchet MS", Arial;
}

#page_title a {
	color:#8B8989;
}

#home_link {
	position:absolute;
	top:106px;
	left:40px;
	color:#e1e1e1;
}

#home_link a {
	color:#e1e1e1;
	font-size:17px;
}

#home_link a:hover {
	color:#8B8989;
}


/**********************************************************
				  Container
***********************************************************/

#container {
	padding:0 0 20px 0;
	background:#fff;
}


/**********************************************************
				  Nav
***********************************************************/

#nav {
	position:relative;
	width:185px;
	padding:1px 25px 0 0;
	float:left;
}

#nav ul {
	list-style:none;
	font-size:17px;
}

#nav ul, #nav li {
	display:inline;
}

#nav ul li a {
	color:#aaaaaa;
	font-weight:bold;
	display:block;
}

#nav ul li a:hover, #nav ul li a.current {
/*	color:#d4d4d4;*/
}

/* Subnav Level 1 */

#nav ul li ul li a {
	font-size:12px;
	padding:0 0 0 35px;
}

#nav ul li ul li a, #nav ul li.current ul li a {
	/*color:#aaaaaa;*/
}
/*
#nav ul li ul li a {
	color:#aaaaaa;
}
*/
#nav ul li ul li a:hover, #nav ul li ul li a.current {
	text-decoration:underline;
}

/* Subnav Level 2 */

#nav ul li ul li ul li a {
	font-size:12px;
	padding:0 0 0 55px;
}

#nav ul li ul li ul li a:hover, #nav ul li ul li ul li a.current {
	text-decoration:underline;
}


/**********************************************************
				  Subnav
***********************************************************/

#nav ul.subnav {
	display:block;
	padding:1px 0 0 0;
}

#nav ul.subnav a {
	font-size:12px;
	padding:0 0 0 40px;
}

#nav ul.subnav a.current {
	text-decoration:underline;
}

#nav hr {
	margin:17px 0 0 0;
	padding:0 0 7px 0;
	border-top:1px dashed #8b8989;
}


/**********************************************************
				  Content
***********************************************************/

#content_fp, #content_left, #content_wide {
	position:relative;
	width:600px;
	float:left;
}

#content_left {
	width:410px;
}

#content_wide {
	width:705px;
	float:right;
}


#content_bottom {
	clear:both;
	padding:20px 0 0 0;
}

.content p {
	margin:0 0 10px 0;
	line-height:1.5;
}

.content a {
	color:#658494;
}

.content a:hover {
	text-decoration:underline;
}

.content h1 {
	font-size:25px;
    font-family: 'MyriadProRegular', "Trebuchet MS", Arial;
}

.content h1 span {
	color:#6f8fa0;
}

.content h2 {
	font-size:16px;
}

.content h3 {
	font-size:14px;
}

.content ul {
	margin:0 0 15px 40px;
	list-style-image:url(../images/bullet_point.png);
}

.content hr {
	padding:10px 0 0 0;
	border-top:1px dashed #8b8989;
}

.csc-textpic-caption {
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    padding:6px 0 0 2px;
}


/**********************************************************
                  Content Right
***********************************************************/

#content_right_fp, #content_right {
    position:relative;
    width:285px;
    float:right;
}

#content_right_fp {
    text-align:right;
    color:#6f8fa0;
    position: relative;
}

#content_right_fp a:hover {
    text-decoration:underline;
}


#content_right_fp img {
    /*padding:0 0 11px 16px;
    cursor: pointer;*/
}


/**********************************************************
				  What we do
***********************************************************/

.whatwedo {
	list-style:none;
	font-size:56px;
	font-weight:bold;
	margin:0px 0 0 0;
}

.whatwedo a {
	display:block;
	color:#aaaaaa;
	height:54px;
    font-family: 'MyriadProSemibold', "Trebuchet MS", Arial;
}

#nav ul li a {
    font-family: 'MyriadProSemibold', "Trebuchet MS", Arial;
}

#nav ul li a.current {
    font-family: 'MyriadProRegular', "Trebuchet MS", Arial;
}

#nav ul li.item1 a:hover,
#nav ul li.item1 a.current,
#nav ul li.item1 ul li a,
#nav ul li.item1 ul li a.current,
.whatwedo li.item1 a:hover {
	color:#e28234;
}

#nav ul li.item2 a:hover,
#nav ul li.item2 a.current,
#nav ul li.item2 ul li a,
#nav ul li.item2 ul li a.current,
.whatwedo li.item2 a:hover{
	color:#6f8fa0;
}

#nav ul li.item3 a:hover,
#nav ul li.item3 a.current,
#nav ul li.item3 ul li a,
#nav ul li.item3 ul li a.current,
.whatwedo li.item3 a:hover {
	color:#9cab14;
}
/*
#nav ul li.item3 ul li a,
#nav ul li.item3 ul li a.current {
	color:#aaa;
}
*/
#nav ul li.item4 a:hover,
#nav ul li.item4 a.current,
#nav ul li.item4 ul li a,
#nav ul li.item4 ul li a.current,
.whatwedo li.item4 a:hover {
	color:#9bbec7;
}

#nav ul li.item5 a:hover,
#nav ul li.item5 a.current,
#nav ul li.item5 ul li a,
#nav ul li.item5 ul li a.current,
.whatwedo li.item5 a:hover {
	color:#895781;
}

#nav ul li.item6 a:hover,
#nav ul li.item6 a.current,
#nav ul li.item6 ul li a,
#nav ul li.item6 ul li a.current,
.whatwedo li.item6 a:hover {
	color:#a14a49;
}


/**********************************************************
				  Footer
***********************************************************/

#footer {
	position:relative;
	margin:14px auto 0 auto;
	text-align:left;
	padding:14px 30px 10px 50px;
	width:915px;
	font-size:11px;
	color:#8b8989;
}

#footer p {
	clear:both;
	padding:10px 0 0 0;
}


#footer-sitemap {

}

#footer-sitemap ul {

}

#footer-sitemap li {
	display:inline;
	list-style:none;
	float:left;
	border-bottom:1px dashed #8b8989;
	width:145px;
	margin:0 8px 0 0;
	padding:5px 0 18px 0;
	font-size:12px;
}

#footer-sitemap li.item1 {
	border-top:2px solid #dfbb9f;
}

#footer-sitemap li.item2 {
	border-top:2px solid #c0ced7;
}

#footer-sitemap li.item3 {
	border-top:2px solid #bac682;
}

#footer-sitemap li.item4 {
	border-top:2px solid #d7e3e7;
}

#footer-sitemap li.item5 {
	border-top:2px solid #c1b4c7;
}

#footer-sitemap li.item6 {
	border-top:2px solid #637f90;
}

#footer-sitemap li.item6 li.first {
    background:url(../images/envelope.png) 0 3px no-repeat;
    padding-left:20px;
}

#footer-sitemap li.item6 li.second {
    background:url(../images/phone.png) 0 3px no-repeat;
    padding-left:20px;
}

#footer-sitemap li.item6 li.third {
    background:url(../images/fax.png) 0 3px no-repeat;
    padding-left:20px;
}

#footer-sitemap li.last {
	margin:0;
}

#footer-sitemap a {
	/*color:#727171;*/
	color:#6a6f75;
	font-weight:bold;
	display:block;
}

#footer-sitemap a:hover {
	text-decoration:underline;
}

#footer-sitemap li ul {
	padding:5px 0 0 0;
	margin:0;
}

#footer-sitemap li ul li {
  float:none;
	border:none;
	width:auto;
	margin:0;
	padding:0;
	display:block;
}

#footer-sitemap li ul li a, #footer-sitemap li ul li {
	font-weight:normal;
	font-size:11px;
    color:#6A6F75;
}


/**********************************************************
				  Copyright
***********************************************************/

#copyright {
	position:relative;
	margin:8px auto 10px auto;
	text-align:right;
	width:955px;
	font-size:10px;
	color:#6f8fa0;
}

#copyright a {
	color:#6f8fa0;
}

#copyright a:hover {
	text-decoration:underline;
}

/**********************************************************
				  Footer Info
***********************************************************/

#footer-info {
	position:relative;
	margin:8px auto 10px auto;
	padding: 0 30px 15px 50px;
	width:915px;
	font-size:10px;
	color:#6f8fa0;
}

#footer-info .left {
	float:left;
}

#footer-info .right {
	float:right;
}

#footer-info a {
	color:#6f8fa0;
}

#footer-info a:hover {
	text-decoration:underline;
}


/**********************************************************
				  Hosting Tables
***********************************************************/

.tbl_hosting {
	width:100%;
	border-collapse:collapse;
}

.tbl_hosting th {
	background:#e1ebee;
	color:#555454;
	padding:3px;
}

.tbl_hosting td {
	width:50%;
}

.tbl_hosting th, .tbl_hosting td {
	vertical-align:top;
}

.tbl_hosting tr.odd td {
	background:#F5F5F5;
}


/**********************************************************
				  References (Flex Content)
***********************************************************/

.reference_container {
	padding:20px 0;
	border-bottom:1px dashed #8b8989;
}

.reference_container div {
	padding:0;
	margin:0;
}

.reference_container table td {
	vertical-align:top;
}

.reference_container h2 {
	margin-top:0;
}

.reference_container_left a {
	padding:0 30px 0 0;
}

.reference_container_left img {
	border:1px solid #ccc;
}


/**************************************************************
			   Login
***************************************************************/

.tx-felogin-pi1 fieldset {
	padding:10px;
}
/*
.tx-felogin-pi1 div {
	padding:5px 0 0 0;
}
*/
.tx-felogin-pi1 .logout_form a {
	text-align:right;
	display:block;
}


/**********************************************************
				  Misc
***********************************************************/

.clearer {
	clear:both;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.hidden {
	display:none;
}

.error {
	color:#ff0000;
}




/* start */
#header-nav, #header-nav-start, #header-nav-right, #intro, #drop_box {
    display:none;
}

.invisible a {
    color:#fff;
}


/**********************************************************
                  Forms
***********************************************************/

.row {
    margin-bottom:10px;
}

input.submit, input[type="submit"] {
    border:1px solid #ccc;
    width:auto;
    display:inline;
    clear:both;
}

.submit, input[type="submit"] {
    border:1px solid #ccc;
    width:auto;
    display:inline;
    clear:both;
}

input[type="text"]:focus, textarea:focus {
    background-color:#D5DFEB;
}

input, textarea {
    padding:5px;
}

label {
    display:block;
    float:left;
    width:100px;
}

input[type="text"], input[type="password"], textarea {
    display:block;
    width:274px;
    float:left;
    border:1px solid #dedede;
    font:small "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}

.clear {
    clear:both;
}
