body{
	margin:0px;
}
body.home{
	background-image:url(/img/bg_home.jpg);
	background-repeat:repeat-x;
	margin:0px;
	}

body.main{
	background-image:url(/img/bg_main.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

#wrap{
	width:770px;
	margin:0px auto;
}

#header{
	height:70px;
}

#top-nav{
	width:770px;
	float:right;
	position:absolute;
	top:0px;
}

.tab{
	float:right;
	margin-left:10px;
}

#language{
	float:right;
	color:#FFFFFF;
	position:relative;
	top:1px;
}

#language a{
	color:#FFFFFF;
	font-size:80%;
}

#language a:hover{
	color:#BB7612;
	font-size:80%;
}

#logo{
	position:relative;
	width:213px;
	left:0px;
	top:7px;
}

#menu{
	height:36px;
}

#nav{
	margin-left:23px;
}

#nav .button{
	float:left;
	margin-right:15px;
}

#flash{
	position:relative;
	top:-1px;
}

#content-home{
	padding:5px 2px 10px 20px;
}

#banner-home{
	float:right;
	position:relative;
	top:20px;
}

#main-bg{
	background-image:url(/img/bg_main_content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:9px 10px 10px 10px;
	margin:0;
	background-color:#fff;
}

#main-left{
	width:165px;
	float:left;
	position:relative;
	background-image:url(/img/left_bg.jpg);
	background-repeat:repeat-y;
	
}

#main-right{
	position:relative;
	float:right;
	margin-left:10px;
	background-image:url(/img/right_bg.jpg);
	/*background-repeat:repeat-y;*/
	background-repeat:no-repeat;
	
}

#content-main{
	/*height:485px;*/
	/*border:1px solid red;*/
	float:right;
	width:575px;
	min-height:500px;
	padding:0 0px 0 5px;
	
}

/* Hides from IE-mac \*/
	* html #content-text{
	height:485px;
}

#left-menu-content{
	background-image:url(/img/left_menu_bg.jpg);
	background-repeat:no-repeat;
	width:161px;
	min-height:180px;
}

/* Hides from IE-mac \*/
	* html #left-menu-content{
	height:180px;
}
/*
#right-menu-content{
	background-image:url(/img/right_menu_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:201px;
	min-height:70px;
}
/*
/* Hides from IE-mac \*/
/*
	* html #right-menu-content{
	height:70px;
}*/

#main-left .list{
}

#main-left .bullet{
	float:left;
	position: relative;
	left:10px;
}

#main-left .link-left{
	border-top:1px solid #F1F0E2;
	padding:5px 0px 5px 30px;
	margin-top:0px;
	position:relative;
	background-image:url(/img/left_bullet_off.gif);
	background-repeat:no-repeat;
	background-position:7px 5px;
	font-weight:bold;
	font-size:95%;
}

#main-left .link-leftselected{
	border-top:1px solid #F1F0E2;
	padding:5px 0px 5px 30px;
	margin-top:0px;
	position:relative;
	background-image:url(/img/left_bullet_on.gif);
	background-repeat:no-repeat;
	background-position:7px 5px;
	font-weight:bold;
	font-size:95%;
}

#main-left .sub-link-left{
	padding:0px 0px 3px 30px;
	position:relative;
	font-size:95%;
}

.video{
	margin-left:4px;
}


/* sub nav 
--------------------- */

#subnav{
	font-size:90%;
	width:100%;
}


#subnav ul{
	margin:0;
	list-style:none;
	
}

#subnav .li{
	
}


#subnav a{
	color:#333300;
	text-decoration:none;
}

#subnav a:hover{
	color:#fff;
	text-decoration:none;
}




/* misc
---------- */
.small{
	font-size:80%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */