/*------------------------------------------------------------------
[Table of contents]

1. Body + reset general tags
2. Links
3. Containers #site
4. Header / #headerCon
5. Navigation / #navigationCon
6. Left column / #leftColumn
7. Right column / #rightColumn
8. Content / #contentCon
9. Boxes / .box
10. Footer / #footerCon

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[ 1. Body + reset general tags ]
------------------------------------------------------------------*/

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background: url(../gfx/backgrounds/body-bg.gif) #1b1433;
	font-size:11px;
	line-height:1.5em;
	color:#414141;
	font-family:Verdana, Helvetica, Sans-Serif;
}

img {
	border:none;
	vertical-align:bottom;
}

form {
	display:inline;
}


h1 {
	margin:0 0 10px 0;
	color:#d92665;
	font-size:1.4em;
	font-weight:bold;
	text-transform: uppercase;
}

h2 {
	margin:0 0 10px 0;
	color:#d92665;
	font-size:1.4em;
	text-transform: uppercase;
}


h3 {
	margin:0;
	color:#174c74;
	font-size:1.1em;
}

p {
	margin:8px 0 15px 0;
	padding:0;
}

/*------------------------------------------------------------------
[ 2. Links ]
------------------------------------------------------------------*/

a {
	color:#d92665;
	text-decoration:underline;
}
a:visited {
	color:#a61e4d;
}
a:hover {
	text-decoration:none;
}

a.bttn {
	float:right;
	display:inline;
	margin-top:20px;
	clear:both;
}

/*------------------------------------------------------------------
[ 3. Containers ]
------------------------------------------------------------------*/


div#outerCon {
	width:100%;
	height:auto;
}

div#innerCon {
	width:100%;
	margin:0 auto 0 auto;
	background:url(../gfx/backgrounds/innercon-bg-cirkels.png) bottom center no-repeat #efeadc;
}

div#centerCon {
	width:960px;
	margin:0 auto 0 auto;
	background:url(../gfx/backgrounds/centercon-bg.gif) bottom center #fff;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

/*------------------------------------------------------------------
[ 4. Header ]
------------------------------------------------------------------*/

div#headerCon {
	width:960px;
	margin:0 auto 0 auto;
	height:93px;
}
div#headerCon a {
	display:inline-block;
	float:left;
	margin-top:22px;
}

div#headerCon span {
	display:none;
}

div#headerCon div {
	margin-left:240px;
	padding:35px 0 0 0;
}

/*------------------------------------------------------------------
[ 5. Navigation ]
------------------------------------------------------------------*/

div#navigation ul.level-0 {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	width:180px;
	background: url(../gfx/nav-li-border.gif) left top no-repeat;
}

div#navigation ul.level-0 li {
	padding: 0 0 1px 0;
	background: url(../gfx/nav-li-border.gif) left bottom no-repeat;
}

div#navigation ul.level-0 li a {
	display:block;
	padding:5px 0 6px 25px;
	color:#fff;
	font-size:1.3em;
	text-decoration:none;	
	font-family:Tahoma, Helvetica, Sans-Serif;
	background: url(../gfx/icons/nav-arrow-out.gif) 8px center no-repeat;
}
div#navigation ul.level-0 li.active {
	background: url(../gfx/nav-li-border-active.gif) left bottom no-repeat #7cb7d1;
}
div#navigation ul.level-0 li a:hover { 
	color:#053254;
	background: url(../gfx/icons/nav-arrow-over.gif) 8px center no-repeat #7cb7d1;
}
div#navigation ul.level-0 li.active a { 
	color:#053254;
	background: url(../gfx/icons/nav-arrow-active.gif) 8px center no-repeat #7cb7d1;
}

div#navigation ul.level-0 ul.level-1 {
	display:none;
	list-style:none;
	margin:0 0 0px 10px;
	padding:0;
}
div#navigation ul.level-0 li.active ul.level-1 {
	display:block;
}
div#navigation ul.level-0 ul.level-1 li {
	line-height:1.0em;
	background:none;
}
div#navigation ul.level-0 ul.level-1 li a {
	color:#000;
	font-size:0.9em;
	text-decoration:none;
	padding:5px 0 7px 12px;
	background: url(../gfx/icons/subnav-square-out.gif) 0px 9px no-repeat;
}
div#navigation ul.level-0 ul.level-1 li a:hover,
div#navigation ul.level-0 ul.level-1 li.active a {
	color:#fff;
	background: url(../gfx/icons/subnav-square-over.gif) 0px 9px no-repeat;
}


/* page subnav */
div.greycol ul#pagesubnav {
	width:140px;
	list-style:none;
	margin:0 0 0 19px;
	padding:0;
}

div.greycol ul#pagesubnav li {
	background: url(../gfx/pagesubnav-li-border.gif) center bottom no-repeat #e2e7e9;
}
div.greycol ul#pagesubnav li a {
	display:block;
	padding:6px 0px 7px 0px;
	color:#3d3d3d;
	font-size:1.0em;
	text-decoration:none;
}
div.greycol ul#pagesubnav li a:hover {
	color:#d92665;
}
div.greycol ul#pagesubnav li.active a {
	color:#a61e4d;
}


/*------------------------------------------------------------------
[ 6. Left Column ]
------------------------------------------------------------------*/

div#leftCol {
	float:left;
	display:inline;
	width:218px;
	padding:30px 0 50px 0;
	background:#4498bd;
	border-left:1px solid #dbdbdb;
}

div#searchForm {
	width:180px;
	margin:30px 0 0 20px;
	border:1px solid #355765;
}

div#searchForm p {
    margin: 0;
    padding: 0;
}

div#leftCol label {
	margin:0;
	padding:0;
}

div#leftCol input {
	width:149px;
	border:1px solid #fff;
	padding:1px 5px 3px 5px;
	color:#4498bd;
	font-size:0.9em;
	background:url(../gfx/backgrounds/input-bg.gif) repeat-x;
}

div#leftCol button#search {
	position:absolute;
	width:19px;
	height:19px;
	margin:0;
	#margin-top:1px;
	padding:0;
	background:url(../gfx/search-submit-out.gif) no-repeat #c5c5c5;
	border-top:1px solid #fff;
	border-right:1px solid #dae0e3;
	border-bottom:1px solid #fff;
	cursor:pointer;
}
div#leftCol button#search:hover {
	background:url(../gfx/search-submit-over.gif) no-repeat #c5c5c5;
}
div#leftCol button#search span {
	display:none;
}

/*------------------------------------------------------------------
[ 7. Rightcolumn ]
------------------------------------------------------------------*/

div#rightCol {
	margin-left:220px;
	padding:0 22px 90px 18px;
	background: url(../gfx/backgrounds/rightcol-crosshairs-bg.gif) left bottom no-repeat #fff;
}

div#breadcrumb {
	height:18px;
	min-height:31px;
	padding: 8px 0 5px 0;
	text-align:right;
	font-size:0.9em;
	color:#015590;
	border-bottom:1px dashed #d7d9dd;
}
div#breadcrumb a,
div#breadcrumb span {
	color:#9a9fa2;
}
div#breadcrumb a:hover {
	text-decoration:none;
}

/*------------------------------------------------------------------
[ 8. Content ]
------------------------------------------------------------------*/

div#featuredItem {
	margin:10px 0 26px 0;
	background: url(../gfx/backgrounds/featuredintro-bg.gif) repeat-y;
}

div#featuredIntro {
	float:left;
	display:inline;
	width:240px;
	background-color:#eee8e2;
}
div#featuredIntro div {
	padding:13px;
}
div#featuredIntro div a {
	font-weight:bold;
}
div#featuredVisual {
	margin:0;
	padding:0;
	height:223px;
	min-height:223px;
}

/*-- grid home --*/
div.grid_home {
	width:700px;
	margin:10px 0 0 0;
}
div.grid_home h2 img {
	padding:0 5px 0 0;
	background:#fff;
}
div.grid_home div.grid_2 {
	float:left;
	display:inline;
	width:460px;
	margin-right:20px;
	background:url(../gfx/grid-home-border.gif)  left 9px repeat-x;
}
div.grid_home div.grid_1 {
	float:left;
	display:inline;
	width:220px;
	margin:0;
	background:url(../gfx/grid-home-border.gif)  left 9px repeat-x;
}

/*-- 2-cols --*/
div.grid_2_col {
	margin:10px 0 0 0;
}

div.grid_2_col div.midcol {
	float:left;
	display:inline;
	width:480px;
	padding:10px 0 0 0;
}

/*-- 3-cols --*/
div.grid_3_col {
	margin:10px 0 0 0;
	background: url(../gfx/backgrounds/grid_3_col-bg) repeat-y #fff;
	zoom:1;
}

div.grid_3_col div.greycol {
	float:left;
	display:inline;
	width:180px;
	padding:10px 0 100px 0;
	background:#e2e7e9;
}

div.grid_3_col div.midcol {
	float:left;
	display:inline;
	width:290px;
	margin-left:20px;
	padding:10px 0 0 0;
}

/*-- shared col --*/
div.imgcol {
	width:200px;
	margin-left:500px;
}





/*------------------------------------------------------------------
[ 9. Boxes ]
------------------------------------------------------------------*/


ul.itemlist {
	list-style:none;
	margin:0;
	padding:0;
}
ul.itemlist li {
	margin-bottom:15px;
	clear:both;
	zoom:1;
	overflow:hidden;
}
ul.itemlist li h3 {
	margin-top:-3px;
}
ul.itemlist li p{
	padding:0;
	margin:0;
}

ul.projects li img {
	float:left;
	display:inline-block;
	width:120px;
}
ul.projects li div {
	margin:0 0 0 140px;
}


ul.downloads {
	list-style:none;
	margin:0;
	padding:0;
	background: url(../gfx/downloads-li-border.gif) left top repeat-x;
}	

ul.downloads li {
	background: url(../gfx/downloads-li-border.gif) left bottom repeat-x;
}
ul.downloads li a {
	display:block;
	margin:0;
	padding:6px 30px 7px 10px;
	color:#3477a6;
	font-size:1.0em;
	text-decoration:none;
	background: url(../gfx/icons/downloads-icon-out.gif) right center no-repeat;
}
ul.downloads li a:visited {
	background: url(../gfx/icons/downloads-icon-visited.gif) right center no-repeat;
}
ul.downloads li a:hover {
	color:#d92665;
	background: url(../gfx/icons/downloads-icon-over.gif) right center no-repeat;
}


ul.visuals {
	list-style:none;
	margin:0;
	padding:45px 0 0 0;
}
ul.visuals li {
	margin-bottom:30px;
}
ul.visuals li img {
	margin-bottom:5px;
}
ul.visuals li span {
	display:block;
	font-size:0.9em;
	color:#4498bd;
}


div.clearer {
	clear:both;
	font-size:0;
	line-height:0;
	height:0px;
}

/*------------------------------------------------------------------
[ 10. Footer ]
------------------------------------------------------------------*/

div#footerCon {
	height:275px;
	background:url(../gfx/backgrounds/footer-bg.png)top center no-repeat;
}

div#footerInnerCon {
	width:960px;
	margin:0 auto 0 auto;
}

div#footerCon div#left {
	float:left;
	display:inline;
	width:560px;
	color:#fff;
	line-height:39px;
	font-family:Arial, Helvetica, Sans-Serif;
}
div#footerCon div em {
	padding:0 15px 0 15px;
	font-style:normal;
	font-size:0.9em;
}

div#footerCon div#right {
	#display:inline;
	padding: 0 15px 0 15px;
	color:#fff;
	line-height:39px;
	text-align:right;
}
div#footerCon div#right a {
	font-style:normal;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}

