/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/

*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body{
	background: none;
	color: #000;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container{
	display: inline;
	float: left;
	width: 100%;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header{
	display: inline;
	float: left;
	width: 900px;
	height: 90px;
	background: none;
}

#header h1{
	display: inline;
	float: left;
	width: 366px;
	height: 81px;
	margin: 2px 0 0 272px;
	background: url(../images/logo.png) left top no-repeat;
}

#header h1 a{
	display: inline;
	float: left;
	width: 366px;
	height: 81px;
	position: absolute;
	left: 272px;
	top: 2px;
	z-index: 100;
}

#header h1 span{
	display: none;
}

#contentHome{
	display: inline;
	float: left;
	width: 900px;
	height: 529px;
}

#footer{
	display: none;
}

/*###################################### END TEMPLATE STYLES ######################################*/









/*###################################### START MAIN MENU ######################################*/


#nav-one{
	display: none;
}

/*###################################### END MAIN MENU ######################################*/









/*###################################### START CONTENT ######################################*/

#contentInside{
	display: inline;
	float: left;
	width: 900px;
	height: 450px;
}

#contentInside h2{
	display: inline;
	float: left;
	width: 470px;
	height: 42px;
	margin: 28px 0 10px 30px;
	font-size: 18px;
}

#imageContent{
	display: inline;
	float: left;
	width: 400px;
	height: 540px;
	position: absolute;
	left: 500px;
	top: 0px;
	z-index: 0;
}

#imageContent .icoDetails{
	display: none;
}

#imageContent img{
	display: inline;
	float: left;
	margin: 119px 0 0 25px;
}

#textContent {
	display: inline;
	float: left;
	position: relative;
	width: 470px;
	height: auto;
	margin-left: 30px;
	line-height:16px;
}

#textContent.textCorporate {
	height: 340px;
	margin-top: 30px;
}

#textContent h3{
	font-size: 16px;
	font-weight: normal;
}

#textContent h4{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#linksContent {
	display: none;
}

#flashContent {
	display: none;
}

/*###################################### END CONTENT ######################################*/
