/**********************************************/
/* GLOBAL *************************************/
/**********************************************/
/*padding: TOP RIGHT BOTTOM LEFT;*/

img {
	border:0;
	text-align: center;
}

iframe#color {
	background-color:#000000;
}


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

html, body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
	font-family:Arial, Helvetica, sans-serif;	
	color:#FFFFFF;
	background-color:#000000;
}

#wrapper {
	width:820px;
	height:600px;
	margin: 10px auto 0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#home {}
#home #nav {background-color:#000000;}
#home ul {}
#home ul li {display:inline; list-style:none;}

#joinmailinglist {
	margin:0;
	float:left;
	display:inline;
	margin: 30px 5px 10px 20px;
}

#header {
	background:url(../layout/riviera_logo.jpg);
	width:268px;
	height: 161px;
	margin: 0 auto;
	padding:0;
	display:block;
	clear:both;
}

#header2 {
	background:url(../layout/riviera_logo.jpg);
	width:268px;
	height: 161px;
	margin: 0 auto;
	padding:0;
	display:block;
	clear:both;
}

#monaco {
	position: absolute;
	z-index:0;
	margin-left:-120px;
	margin-top:120px;
	left:50%;
	top:0%;
	background:url(../layout/riviera_monaco.png) no-repeat;
	width:286px;
	height:110px;
}

#antibes {
	position: absolute;
	z-index:0;
	margin-left:-120px;
	margin-top:110px;
	left:50%;
	top:0%;
	background:url(../layout/riviera_antibes.png) no-repeat;
	width:280px;
	height:119px;
}

#cannes {
	position: absolute;
	z-index:0;
	margin-left:-120px;
	margin-top:110px;
	left:50%;
	top:0%;
	background:url(../layout/riviera_cannes.png) no-repeat;
	width:280px;
	height:119px;
}

#nice {
	position: absolute;
	z-index:0;
	margin-left:-120px;
	margin-top:110px;
	left:50%;
	top:0%;
	background:url(../layout/riviera_nice.png) no-repeat;
	width:280px;
	height:119px;
}



#contactus {
	margin:0;
	clear:right;
}

#nextshow {
	margin: 15px 0px 10px 0px;
	float:left;
	width:400px;
}

#nextshow p {
	margin:10px auto 15px auto;

}

#nextshow .class-table-row {
	width: 405px;
	border-bottom: dotted 1px;
	border-color:#FFFFFF;
	margin-bottom: 5px; 
}

#nextshow .class-table-row .leftcol {
	float:left;
	width:100px;
	margin-right:5px;
	margin-bottom: 5px; 
}

#nextshow .class-table-row .rightcol {
	float: right;
	width: 300px;
	margin-bottom: 5px; 
}

#nextshow .class-table-row .rightcol h1 {
	font-size: 11px;
	color:#FF0000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#nextshow .class-table-row .rightcol p {
	font-size: 11px;
	margin:0;
	text-align: left;
}



#info {
	margin:-10px 0 0 0;
	float:right;
}

#findus {
	margin: 10px 0px 30px 40px;
	float:right;
	width:350px;
}

#findus p {
	margin:10px auto;
	width:290px;
}

#findus #findus-content {
	float:right;
	width:320px;
	margin-right:0px;
}

#findus #leftcol {
	width:220px;
	float:left;
}
	
#findus #rightcol {
	float:right;
	width:100px;
	
}

#findus #leftcol h1 {
	font-size: 26px;
	color:#FF0000;
	font-weight: bold;
	text-align: left;
}
#findus #leftcol h1 a {font-size: 26px; color:#FF0000; font-weight: bold; text-decoration:none;}
#findus #leftcol h1 a:hover {font-size: 26px; color:#FF0000; font-weight: bold; text-decoration:none;}

#findus #leftcol p {
	font-size: 18px;
	margin:0;
	font-weight: bold;
	text-align: left;
}



#booknow {
	margin: 50px 20px 10px 20px;
	float:right;
}

#mail-contact {
	float: right;
	margin: 25px 20px 0 0;
	display:inline;
}

#mail-contact #mlist {
	float:left;
	display:inline;
}

#mail-contact #contus {
	margin-left:-5px;
	text-align: left;
}


#footer {
	clear:both;
	width: 160px;
	font-size:10px;
	margin: 50px auto 15px auto;
	align:center;
}

#footer ul {}

#footer ul li {list-style:none; display: inline;}

#footer ul li a {text-decoration: none; font-size:10px; color:#FFFFFF;}
#footer ul li a:hover {text-decoration: underline; font-size:10px; color:#FFFFFF;}



#comedians {}
#comdians #info {}


#contact, #booking{
	text-align:center;
}

#booking p{
	margin-top: 20px;
	font-size:14px;
	font-weight:bold;
}

#contact p {
	font-size:14px;
	font-weight:bold;
}

.red {
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
}

.red a {text-decoration:none; color:#FF0000;}
.red a:hover {text-decoration:underline; color:#FF0000;}

.break1 {
	margin-top:30px;
	margin-bottom:10px;
}

.break2 {
	margin-top:10px;
}

.break3 {
	padding-top:30px;
	font-size:16px;
}




/********************************/
/* BUG FIXES ********************/
/********************************/

/*http://www.positioniseverything.net/easyclearing.html*/

.cleardiv {
	clear:both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#test ul li:before {
	content: url(../images/nav-arrow.gif);
}
#wrapper #mail-contact #mlist p script {
	text-align: left;
}
#wrapper #booking .red {
	text-align: center;
}
#wrapper #booking .red {
	text-align: center;
}
#wrapper #booking form table tr td {
	font-family: Arial, Helvetica, sans-serif;
}

