﻿/*	-------------------------------------------------------------
 
	Copyright Convecto New Media GmbH, Frankfurt, Germany
	Author: Julian Flockton
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	-------------------------------------------------------------
	IMPORT 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("navigation.css");

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/*	-------------------------------------------------------------
	OVERIDES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html,body
{
	font: 81.3% arial, helvetica, sans-serif;
	color: #1e1e1e;
	height: 100%;
	background: #fff url("../img/body-bg.jpg") no-repeat top left;
}

html > body
{
	font-size: 13px;
}


/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p
{
	font-size: 1em;
	margin: 0 0 1.4em 0;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
	color: #090909;
	padding: 0;
}

h1
{
	font-size: 1.692em;
	line-height: 0.818em;
	margin: 0 0 0.818em 0;
}

h2
{
	font-size: 1.538em;
	line-height: 0.9em;
	margin: 0 0 0.9em 0;
}

h3
{
	font-size: 1.231em;
	line-height: 1.125em;
	margin: 0 0 0.281em 0;
}

h4
{
	font-size: 1em;
}	

h5
{
	font-size: 1em;
}

h1 a,h2 a,h3 a,h4 a,h5 a
{
	color: #ec1549;
	text-decoration: none;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;	
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover
{
	color: #ec1549;
	text-decoration: underline;	
}

.imgTitle
{
	display: block;
	color: #fff;
	font-size: 15px;
	height: 30px;
	padding: 5px;
	background-color: #000;
	position: relative;
	top: 22px;
	z-index: 10;
}


/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a
{
	margin: 0;
	outline: 0;
}
 
a, a:visited, a:active
{
	color: #ec1549;
	text-decoration: none;
	cursor: pointer;
}
 
	a:hover
{
	color: #ec1549;
	text-decoration: underline;
}


/*	-------------------------------------------------------------
	GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.hidden
{
	display: none;
}

.invisible 
{
	visibility: hidden;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clear
{
	clear: both;
}
 
.clearfix:after,.box_content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix
{
display: block;
}
/* End hide from IE Mac */

::selection
{
	/* Safari and Opera */
	background: #383838;
	color: #fff;
}

::-moz-selection
{ 
	/* Firefox */
	background: #383838;
	color: #fff;
}

.error
{

}


/*	-------------------------------------------------------------
	PAGE STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#pageWrapper
{
	
}

#page
{
	
}

/* Header */

#header1Wrapper
{
	text-align: center;
	background-color: #000;
	background-image: url('../img/bg-header1-wrapper.png');
	background-repeat: repeat-x;
}

#header1
{
	text-align: left;
	height: 50px;
	overflow: hidden;
}

#header2Wrapper
{
	text-align: center;
	height: 200px;
	background-image: url('../img/bg-header2-wrapper.png');
	background-repeat: repeat-x;
	z-index: 1;
}

#header2
{
	text-align: left;
	height: 200px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

#mainnavWrapper
{
    text-align: center;
	background-color: #000;
    background-image: url('../img/bg-mainnav-wrapper.png');
	background-repeat: repeat-x;
	height: 56px;
}

#mainnav
{
	text-align: left;
	z-index: 99;
	position: relative;
}

/* Content */

#contentWrapper
{
	text-align: center;
	background-color: #fff;
	Xbackground-image: url('../img/bg-content-wrapper.png');
	background-repeat: repeat-x;
	z-index: 1;
}

#content
{
	text-align: left;
	background-color: transparent;
	padding: 20px 0 20px 0;
	z-index: 1;
}

#footerWrapper
{
	background-color: #101010;
	background-image: url('../img/bg-footer-wrapper.png');
	background-repeat: repeat-x;
}

#footer
{
	height: 300px;
}


/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Logo */

#logozone
{
	z-index: 11;
	position: absolute;
	color: #fff;
	margin: 10px 20px 10px 20px;
	width: 900px;
	overflow: hidden;
}

#logozone #logo
{
	font-size: 2.5em;
	line-height: 1.5em;
	max-height: 100px;
	overflow: hidden;
}
#logozone #logo a, #logozone #logo a:hover
{
	text-decoration: none;
	color: #fff;
}

#logozone #moto
{
	font-size: 1.2em;
	overflow: hidden;
}

/* Pagetitle */

#pagetitle
{
	float: left;
	width: 400px;
	height: 70px;
	position: relative;
	left: 0;
}

#pagetitle h1
{
	position: relative;
	top: 3px;
}

/* Search */

#search
{
	float: right;
	width: 157px;
	height: 25px;
	padding: 0;
	position: relative;
	top: 15px;
	right: 10px;
}

#search .searchstart
{
	float: left;
	width: 10px;
	height: 20px;
	margin: 5px 0 0 0;
	background-image: url('../img/bg-search.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: none;
}

#search input
{
	float: left;
	width: 140px;
	height: 17px;
	border: 1px solid #fff;
	padding: 1px 0 0 0;
	margin: 0;
	color: #444;
}

#search .submit
{
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url('../img/search.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 0.1em;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}

/* Promoimage */

#promoimage
{
    width: 450px;
    height: 299px;
    text-align: center;    
    position: absolute;
    z-index: 10;
    top: 21px;
    right: 10px;
}

#promoimage img
{
    border: 0;
    width: 450px;
    height: 299px;
}

#contentpane
{

}

/*	-------------------------------------------------------------
	Module Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.box
{
	margin: 0;
	padding: 0 0 2em 0;
}

.article
{
	padding: 0;
	margin: 0 0 1em 0;
	background-image: url('../img/dotted-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.product
{
	padding: 0;
	margin: 0 0 1em 0;
	background-image: url('../img/dotted-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.productimage,.box_content img
{
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #fff;
	position: relative;
	top: 0.308em;
}

.productimage:hover
{
	border-color: #ec1549;
}

.date
{
	font-size: 0.769em;
	font-weight: bold;
	color: #838383;
	margin: 0;
	padding: 0;
}

.link-back,.line-top
{
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	background-image: url('../img/dotted-line.gif');
	background-repeat: repeat-x;
	background-position: top;
	
}

/* Discussion */

.discussion .post
{
	margin: 0 0 1em 0;
	padding: 15px;
	overflow: hidden;
	background-color: #dadada;
	border: 1px solid #c4c4c4;
}

.discussion .level-1
{
	margin-left: 0;
}

.discussion .level-2
{
	margin-left: 15px;
}

.discussion .level-3
{
	margin-left: 30px;
}

.discussion .level-4
{
	margin-left: 45px;
}

/* Form */

.form-standard .textfield
{
	float: left;
	width: 300px;
	height: 25px;
	border: 0;
	background-color: #dadada;
	margin: 0 0 1em 0;
	padding: 6px 3px 0 3px;
	font: 13px arial, helvetica, sans-serif;
}

.form-standard fieldset
{
	padding: 15px 0 0 0;
}

.form-standard .textarea
{
	float: left;
	width: 300px;
	height: 150px;
	border: 0;
	background-color: #dadada;
	margin: 0 0 1em 0;
	padding: 6px 3px 0 3px;
	font: 13px arial, helvetica, sans-serif;
}

.form-standard label
{
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	border: 0;
	margin: 0 0 1em 0;
	padding: 0;
}

.form-standard .button
{
	display: block;
	position: relative;
	left: 100px;
	top: 15px;
}






.gallery
{
	height: 100px;
	background-color: green;
}

.teaserimage
{
	display: block;
	margin-bottom: 14px;
	position: relative;
	width: 100%; /* for IE 6 */
}

.teaserimage img
{
	border: 0;
}

.teaserimage .teasertitle
{
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	background-image: url('../img/black-60.png');
	cursor: pointer;
}


/*	-------------------------------------------------------------
	JQUERY STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* JQuery Biggerlink */

/* clickable element */
.hot 
{
	zoom: 1; /* Should be IE only */
}

/* rollover style for clickable element */
.hover
{
	cursor: pointer;
	background-color: #f5f5f5;
}

.hover .teaserimage
{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* jFlow */

.jFlowController
{
	padding: 10px 0 0 0;
	height: 25px;
	overflow: hidden;
}

.jFlowPrev, .jFlowNext
{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background-image: url('../img/bg-jflow-button.png');
	background-repeat: no-repeat;
}

.jFlowNext
{
	background-position: 0 -25px;
	margin: 0 20px 0 3px;
}

.jFlowControl
{
	display: none;
}

.jFlowSelected
{
	display: block;
}

/* Slidebox */

.slideBox
{
	width: 220px;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
}

.slideBox img
{
	position: absolute;
	z-index: 2;
	width: 220px;
	height: 300px;
}

.slideBoxSlider
{
	position: absolute;
	z-index: 2;
	width: 220px;
	height: 300px;
	background-image: url('../img/black-70.png');
}

div.slideBox div.slideBoxContent
{
	position: absolute;
	z-index: 1;
	padding: 13px 0 0 0;
}

/* Document Icons */
a.icon
{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    line-height: 16px;
}

a.pdf { background-image: url(../img/icons/pdf.gif);}
a.doc { background-image: url(../img/icons/doc.gif);}
a.ppt { background-image: url(../img/icons/ppt.gif);}
a.ppt { background-image: url(../img/icons/xls.gif);}

