@charset "utf-8";

#inveready{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#666;
	margin-top:50px;
}

img{
	border:none;
}
p {
	padding:0;
	margin:0;
	margin-bottom:10px;
	color:#333;
	font-size:11px;
}

h1 {
	padding:15px 0px 10px 0px;
	margin:0;	
	font-size:17px;
	font-weight:normal;
}
h2 {
	padding:15px 0px 10px 0px;
	margin:0;	
	font-size:16px;
	font-weight:normal;
}
h3 {
	padding:15px 0px 10px 0px;
	margin:0;	
	font-size:15px;
	font-weight:normal;
}
h4 {
	padding:15px 0px 10px 0px;
	margin:0;	
	font-size:14px;
	font-weight:normal;
}
h5 {
	padding:15px 0px 10px 0px;
	margin:0;	
	font-size:13px;
	font-weight:normal;
}
h6 {
	padding:15px 0px 10px 0px;
	margin:0;	
	font-size:12px;
	font-weight:normal;
}
a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/*TOP -> Date and language switcher*/
#top{	
	width:1024px;
	height:45px;
	margin:auto;
	font-size:10px;
	font-weight:lighter;
	letter-spacing: 1px;
	color:#999;
	padding:0px;
}
#top #top_wrapper{
	margin:0px 75px;	
	padding-top:20px;
}
#top #date{
	float:left;
	padding:0px;
}
#top #language_switcher{
	display:inline-block;
	float:right;
	padding:0px;
}
#top #language_switcher ul{
	margin:0px;
	padding:0px;
}
#top #language_switcher li{
	margin: 0px;
	padding:0 5px;
	list-style:none;
	display:inline;
	border-right: 1px solid #666;
}
#top #language_switcher li a:link {
	color:#999;
}
#top #language_switcher li a:visited {
	color:#999;
}
#top #language_switcher li a:hover {
	color:#000;
}
#top #language_switcher li.first{
	border-left: 1px solid #666;
}

/*BOTTOM -> Submenu and copyright*/
#bottom{
		
	width:1024px;
	margin:auto;
	padding:0px;
	clear:both;
	font-size:10px;
	font-weight:lighter;
	letter-spacing: 1px;
}
#bottom #bottom_wrapper{
	margin:0px 75px;
	border-top:1px solid #e5e5e5;
}
#bottom ul{
	margin:15px 20px 15px 0px;
	padding:0px;
	float:left;
}
#bottom li{
	float:left;
	list-style:disc;
	color:#333;
	margin-left:20px;

}
#bottom li.first{
	margin:0px;
	list-style:none;
	
}
#bottom li.last{
}
#bottom li a:link{
	color:#999;
}
#bottom li a:visited{
	color:#999;
}
#bottom li a:hover{
	color:#000;
	text-decoration:underline;
}
	
#bottom li.selected{
	color:#000;
}

#bottom #copyright{
	padding-top:15px;
	color:#333;
}

/*MAIN*/
#container{	
	width:1024px;
	min-height:100px;
	margin:auto;
}
#container #main{
	clear:both;
	display:block;
	margin:0px 75px;
	position:relative;
	padding:30px 0px 30px 0px;

}
#container #main #cc{
	display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	width:400px;	
	margin-right:71px;
}
#container #main #sc{
	display: -moz-inline-stack; /* FF*/
    display: inline-block;
	vertical-align: top; /* BASELINE CORRECTION*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	width:400px;
}

#container #main #cc .carrousel_header{
	background-image:url(img/cc_home_logo.jpg);
	width:400px;
	height:100px;
	text-align:right;
}
#container #main #sc .carrousel_header{
	background-image:url(img/sc_home_logo.jpg);
	width:400px;
	height:100px;
	text-align:right;
}
#container #main #cc .carrousel_header img{
	margin:35px 35px 0px 0px;
	width:32px;
	height:32px;
}
#container #main #sc .carrousel_header img{
	margin:35px 35px 0px 0px;
}
#container #main #cc h1, #container #main #cc h2, #container #main #cc h3, #container #main #cc h4, #container #main #cc h5, #container #main #cc h6{	
	color:#a74428;
}
#container #main #sc h1, #container #main #sc h2, #container #main #sc h3, #container #main #sc h4, #container #main #sc h5, #container #main #sc h6{
	color:#003399;
}

#container #main .imagewrapper {	
	position: relative;
	margin:0px;	
	padding-bottom:0px;
	margin: 0px 0px 15px 0px;
	width:400px;
	height:200px;
}
#container #main .imagewrapper span {
	position: absolute;
	z-index: 2;
	height: 5px;
	width: 5px;
}
#container #main .curve1 {
	background: transparent url(img/bottomright.png) bottom right no-repeat;
	bottom: 0px;
	right: 0;
}
#container #main .curve2 {
	background: transparent url(img/bottomleft.png) bottom left no-repeat;
	bottom: 0px;
	left: 0;
}

/************************WARNING WRAPPER******************/
#warning_wrapper{
	position:fixed;
	top:250px;
	width:100%;
	text-align:center;
	background-color:transparent;
	z-index:39;
}

#warning_wrapper #warning{
	background-color:#f4f5e5;
	border:1px solid #949900;
	padding:20px 20px 10px 20px;
	width:200px;
	margin:auto;
	text-align:left;
	color:#333333;
}
#warning_wrapper #warning #close{
	margin-top:10px;
	text-align:right;
	width:200px;
	color:#949900;
}
#warning_wrapper #warning #close a:link {
	color:#949900;
}
#warning_wrapper #warning #close a:visited {
	color:#949900;
}
#warning_wrapper #warning #close a:hover {
	color:#949900;
}