/* GLOBALS */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:inherit;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: black;
}

a {
	-moz-outline-style:none;
}

img {
	border:0;
}

#global {
	position:absolute;
	/*width: 990px;*/
	width: 100%;
	height: 610px;
	top: 50%;
	margin-top: -305px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	background: black;
}

.menuContainer {
	margin-top:25px;
	margin-left:45px;
}	

.menu, .menu li ul { list-style-type: none; margin: 0; padding: 0; width: 220px; }
.menu li{ position: relative; }
.menu li a{ background: black url('../img/puce_off.gif') no-repeat; font-size: 12px; color:#79685c; display: block; width: auto; padding: 12px 0; padding-left: 50px; text-decoration: none; height:9px; -moz-outline-style:none; }
.menu li a:visited, .menu li a:active{  }
.menu li a:hover{ background-image: url('../img/puce_on.gif'); color: white; }
.menu li .current { background-image: url('../img/puce_on.gif'); color: white; }

.mediaContainer {
	position:absolute;
	top:170px;
	left:245px;
	width:754px;
}

.mediaContainer a { color:#79685c; text-decoration:none; }
.mediaContainer a:hover { color:white; }
.mediaContainer .current2 { color:white; }

.footerContainer {
	position:absolute;
	top:460px;
	left:52px;
}





#wrap {
	clear:left;
	height:250px;
	width:650px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#carousel li {
	height:250px;
	width:520px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}

a#previous{
	background-image:url('../img/btn_prev.gif');
	height:30px;
	width:45px;
	cursor:pointer;
}

a#previous:hover {
	background:url('../img/btn_prev.gif') 0px -30px;
}

a#next{
	background-image:url('../img/btn_next.gif');
	height:30px;
	width:45px;
	cursor:pointer;
}

a#next:hover {
	background:url('../img/btn_next.gif') 0px -30px;
}

a#stop{
	background-image:url('../img/btn_stop.gif');
}







.square-content {
	left: 4px;
	position: relative;
	width: 194px;
	height: 178px;
	background: #736357;
	float: left;
	color: #1A171B;
	padding: 15px;
	font-size: 11px;
	text-align: right;
	line-height: 14px;
	overflow: hidden;
	float: left;
}

.square-content a {
	color: #1A171B;
	text-decoration: underline;
}

.square-content a:hover {
	color: #1A171B;
	text-decoration: none;
}



.contact-textfield {
	width: 185px;
	border: 1px solid #2a2929;
	padding: 3px;
	font-size: 11px;
	background: #161311;
	color: #9b9c9e;
}

.contact-checkbox {
	font-size: 11px;
	background: #161311;
	color: #9b9c9e;
}


.contact-submit {
	border: 1px solid #2a2929;
	padding: 3px;
	font-size: 11px;
	background: #161311;
	color: #9b9c9e;
}

.square a, .square-content a {
	color: white;
}