/* --------------------------------------------------
@project		Canisma
@file			styles/styles.css
@date		02.10.2010
@version		0.1
@author		Günther Klebinger
@function		css styles
-------------------------------------------------- */

/* Fonts */
@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('../fonts/CartoGothicStd-Book.eot');
	src: local('CartoGothic Std Book'), local('CartoGothicStd-Book'), url('../fonts/CartoGothicStd-Book.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('../fonts/CartoGothicStd-Italic.eot');
	src: local('CartoGothic Std Italic'), local('CartoGothicStd-Italic'), url('../fonts/CartoGothicStd-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('../fonts/CartoGothicStd-Bold.eot');
	src: local('CartoGothic Std Bold'), local('CartoGothicStd-Bold'), url('../fonts/CartoGothicStd-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('../fonts/CartoGothicStd-BoldItalic.eot');
	src: local('CartoGothic Std Bold Italic'), local('CartoGothicStd-BoldItalic'), url('../fonts/CartoGothicStd-BoldItalic.ttf') format('truetype');
}


/* General */
* {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #8AB0D4;
	color: #ffffff;
	cursor: default;
	font: 14px 'CartoGothicStdBook', Arial, sans-serif;
	line-height: 20px;
	overflow: hidden; 
	}
	
h1 {
	color: #ffffff;
	font: 24px 'CartoGothicStdBold', Arial, sans-serif;
	padding-bottom: 7px;
	}
	
b {
	font-family: 'CartoGothicStdBold', Arial, sans-serif;;
	}
	
a:active {
	outline: none;
	position: relative;
	top: 1px;
	}
	
a:focus {
	-moz-outline-style: none;
	outline: none;
	}

/* IDs */
#content {
	color: #ffffff;
	height: 320px;
	left: 340px;
	overflow: hidden;
	position: absolute;
	top: 225px;
	width: 50%;
	z-index: 1;
	}
	
#content a {
	color: #4b4239;
	text-decoration: none;
	}
	
#contentsliderwrapper {
	-moz-border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #6c8aa4 #a5c2dc #a5c2dc #6c8aa4;
	height: 318px;
	right: 0;
	position: absolute;
	top: 0px;
	width: 13px;
	z-index: 100;
	}
	
#contentslider {
	height: 278px;
	left: 0px;
	margin: 0px 5px;
	position: absolute;
	top: 40px;
	width: 5px;
	}
	
.ui-slider-handle {
	-moz-border-radius: 2px;
	background: #4b4239;
	left: -5px;
	width: 13px;
	height: 40px;
	position: absolute;
}
	
#contentholder {
	height: auto;
	left: 0px;
	overflow: visible;
	padding-right:30px;
	position: absolute;
	top: 0px;
	}
	
#content ul {
	margin: 10px 60px 10px 20px;
	}

#logo {
	background: transparent url(../graphics/canisma.logo.png) no-repeat;
	height: 100px;
	left: 30px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 300px;
	}
	
#logo h1 {
	display: none;
	}
	
#logo a {
	display: block;
	line-height: 100px;
	text-decoration: none;
	}
	
#menu {
	height: 100px;
	left: 340px;
	top:112px;
	position: absolute;
	width: 600px;
	z-index: 2;
	}
	
#menu  ul {
	list-style-type: none;
	}
	
#menu  ul li.itemlevel1 {
	-moz-border-radius: 5px;
	background: #4b4239;
	color: #fffff;
	float: left;
	font: 18px 'CartoGothicStdBold', Arial, sans-serif;
	margin-right: 20px;
	padding: 5px 10px;
	}
	
#menu  ul li.itemlevel1 span {
	background: #4b4239;
	display: block;
	}
	
#menu  ul li.itemlevel1 ul li {
	background: #4b4239;
	font: 14px 'CartoGothicStdBook', Arial, sans-serif;
	}
	
#menu  ul li.itemlevel1 ul li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	}
	
#menu  ul li.itemlevel1 ul li a:hover {
	color: #dcba74;
	}
	
#smalllinks {
	font-size: 11px;
	height: 100px;
	left: 89px;
	line-height: 13px;
	text-align: right;
	top: 155px;
	position: absolute;
	width: 230px;
	}
	
#smalllinks a {
	color: #4b4239;
	text-decoration: none;
	}
	
#smalllinks a:hover {
	color: #ffffff;
	}
	
#smalllinks ul {
	list-style-type: none;
	}
	
#supersize{
	position: fixed;
	}
	
#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	}
	
#wrapper {
	height: 100%;
	position: relative;
	text-align: left;
	z-index: 1;
	}
	
.picturewrapper {
	-moz-border-radius: 5px;
	background-repeat: no-repeat;
	border: 1px solid #4b4239;
	float: left;
	height: 130px;
	margin: 0px 15px 15px 0px;
	width: 130px;
	}
	
.picturewrapper a {
	display: block;
	line-height: 130px;
	}