/* LINK */
a { cursor:pointer; }
a:link    { color:#666; text-decoration: none; }
a:visited { color:#666; text-decoration: none; }
a:hover   { color:#999; text-decoration: none; }

/* OTHERS */
*   { margin:0; padding:0; }
img { border:0; }
p   { margin:0; padding:0 0 15px; }
ul  { margin:0; padding:0; }
h1  { font:1.8em Helvetica; font-weight:bold; margin:5px 0 15px; }
h2  { font:1.6em Helvetica; font-weight:bold; margin:5px 0 15px; }
h3  { font:1.4em Helvetica; font-weight:bold; margin:5px 0 15px; }
.clear { clear:both; }
strong { color:#18262F; }

table, table tr {
	margin:0;padding:0;
}
table tr td {
	margin:0;padding:2px 0;
}

/* form elements */
.form,.fieldset,.send { float:left; margin:0; padding:0; }
.warning,.label,.input,.info,.file,.text { float:left; margin:0 0 5px 0; padding:3px; }

.fieldset { width:350px; border:none; }
.label    { width:160px; padding:3px 0 0 0; }
.input    { width:170px; padding:2px 5px 1px 5px; }
.info     { width:170px; padding:3px 5px 2px 5px; }
.file     { height:24px; }
.text     { width:174px; height:100px; border:1px solid #AFAFAF; padding:3px 5px; overflow:auto; }
.send     { padding:0 5px; }

.block {
	float:left;
	margin:10px 0 15px 0;
	padding:3px 0;
	width:100%;
}

/* BODY */
body {
	background:url(images/bicolor.jpg) repeat-x #69696B;
	font:62.5%/1.6em arial, "lucida console", sans-serif;
	color:#666;
}

#wrapper1 {
	background:url(images/background.jpg) top center no-repeat;
	margin:0 auto;
	width:1024px;
	height:650px;	
}

#wrapper2 {
	margin:0 auto;
	width:860px;
	height:650px;	
}

#content-left {
    float:left;
	position:relative;
    padding:0 0 0 4px;
	width:226px;
}

#content-left-news {
    float:left;
    font-size:1.2em;
    padding:15px 26px 10px 30px;
    width:170px;
    height:128px;
}
#content-left-news h1 {
    float:left;
    margin-bottom:10px;
    width:100%;
}

.news-close,
.news-open {
	float:left;
	padding-bottom:10px;
}

.news-close .date,
.news-close .title,
.news-open .date,
.news-open .title {
	float:left;
	font-weight:bold;
	width:170px;
}
.news-close .date {
	font-size:0.8em;	
}
.news-open .date {
	font-size:0.9em;		
}

.news-open h1,
.news-open .date {
	width:100%;
}

.news-close .title a {
	float:left;
	font-weight:bold;
	padding:5px 0 0;
} 

.news-close .content {
	float:left;
	font-size:0.9em;
	width:170px;
}
.news-close .content p {
	padding:0;
}

.news-open .content img {
	float:right;
	margin:0 0 10px 15px;
	width:150px;
}

.news-close .more {
	float:left;
	width:170px;
} 
.news-close .more a {
	font-size:0.9em;
	font-style:italic;
}

.all {
	border-bottom:1px solid #AFAFAF;
	padding:0 0 30px;
	margin:0 0 20px;
	width:100%;
}
.all .date,
.all .title,
.all .content,
.all .more {
	width:100%;
}

.all .desc p {
	padding:0 0 5px;
}

#content-left-logo {
    float:left;
    background:url(images/logo.jpg) 50% 50% no-repeat;
    width:226px;
    height:159px;
}

#content-left-anim {
    float:left;
    width:218px;
    height:148px;
}

#content-left-temp {
    position:absolute;
	top:312px;
	left:4px;
    background:url(images/slideshow.png) no-repeat;
    width:218px;
    height:148px;
	z-index:5;
}
* html #content-left-temp {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slideshow.png');
}

#content-right {
	float:right;
	width:630px;
	height:466px;	
}

#menu {
    float:left;
    margin:61px 0 10px;
    width:100%;
}

#menu ul {
    float:right;
    list-style:none;
    margin:0;padding:0;
}
#menu ul li {
    float:left;
    font-size:1.2em;
    margin:0;padding:0;
}
#menu ul li.sep {
    padding:0 10px;
}
#menu ul li a {
    text-transform:lowercase;
    color:#656564;
}
#menu ul li a:hover,
#menu ul li a.active {
    color:#e8e8e7;
}

#content-body {
    float:left;
	position:relative;
    text-align:justify;
    padding:20px 0;
    font-size:1.2em;
    color:#69695;
    width:620px;
    height:422px;
}

#content-simple {
    float:left;
    padding:10px 62px 20px 150px;
    width:350px;
    height:392px;
    overflow-x:hidden;
    overflow-y:auto;
}
#content-simple .back {
	float:left;
	text-align:right;
	font-size:0.9em;
	width:100%;
}

#content-carrousel {
    float:left;
    padding:10px 33px 20px 121px;
	width:408px;
    height:392px;
    overflow-x:hidden;
    overflow-y:auto;
}
#content-carrousel .simple {
    float:left;
    padding:0 29px;
	width:350px;
}

.preview a,
.next a {
	float:left;
	margin-top:70px;
	width:18px;
	height:22px;	
}
.preview { float:left;width:18px;padding-right:6px; }
.next { float:left;width:18px;padding-left:6px; }

.preview a {
	background:url(images/arrow-left.png) top left no-repeat;
}
* html .preview a {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-left.png');
}
.preview a:hover {
	background:url(images/arrow-left-on.png) top left no-repeat;
}
* html .preview a:hover {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-left-on.png');
}
.next a {
	background:url(images/arrow-right.png) top left no-repeat;
}
* html .next a {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-right.png');
}
.next a:hover {
	background:url(images/arrow-right-on.png) top left no-repeat;
}
* html .next a:hover {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-right-on.png');
}

.carousel {
	float:left;
}
.carousel ul {
	float:left;
	list-style:none;
	margin:0;padding:0;
}
.carousel ul li {
	float:left;
	margin:0;
	padding:0 7px;
	width:75px;
}
.carousel ul li a {
	display:block;
	margin-bottom:10px;
	width:75px;
	height:75px;
}

#offers {
	position:absolute;
	top:318px;
	left:25px;
}
#offers a {
	display:block;
	background:url(images/offers.jpg);
	width:84px;
	height:84px;
}

#footer {
	float:right;
	font-size:1em;
	padding:5px 0 50px;
	color:#353534;
	width:620px;
}
#footer a {
    color:#353534;
}
#footer a:hover {
    color:#e8e8e7;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #525252; text-decoration:underline;}
#TB_window a:visited {color: #525252; text-decoration:underline;}
#TB_window a:hover {color: #999; text-decoration:underline;}
#TB_window a:active {color: #525252; text-decoration:underline;}
#TB_window a:focus{color: #525252; text-decoration:underline;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('images/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #D2D2D2;
	z-index: 102;
	color:#333;
	display:none;
	border: 4px solid #59595B;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	color:#fff;
	background-color:#59595B;
	height:27px;
}
#TB_window a#TB_closeWindowButton {
	color:#fff;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}