body{
	padding:0;
	margin:0;	
	/* background:url("../images/index.jpg") top center no-repeat; */
	background:red;
	background:url("../images/n-rose4.jpg");
}

@font-face {
    font-family:'MyriadPro-Regular';
    src: url("../fonts/MyriadPro-Regular.eot") format('eot'),
         url("../fonts/MyriadPro-Regular.woff") format('woff'),
         url("../fonts/MyriadPro-Regular.ttf") format('truetype'),
         url("../fonts/MyriadPro-Regular.svg") format('svg');
	    font-weight: normal;
	    font-style: normal;
}

@font-face {
    font-family:'Calibri';
    src: url("../fonts/Calibri.eot") format('eot'),
         url("../fonts/Calibri.woff") format('woff'),
         url("../fonts/Calibri.ttf") format('truetype'),
         url("../fonts/Calibri.svg") format('svg');
	    font-weight: normal;
	    font-style: normal;
}

h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
}

p{
	line-height:18px;
}

a{
	text-decoration:underline;
	color:#FD9F00;
}

#main-container{
	width:100%;
	float:left;	
}

.wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	width:100%;
	height:176px;
	float:left;
}

#header h1{
	font-family:'Calibri';
	font-size:32px;
	color:yellow;
	font-weight:normal;
	margin-left: 110px;
}

#logo{
	width:500px;
	height:132px;
	background:url("../images/logo.png") no-repeat;
}

#logo a{
	width:379px;
	height:132px;
	display:block;
}

#content-container{
	width:100%;
	float:left;
	font-family:'MyriadPro-Regular';
	background:url("../images/navbg.png") top repeat-x;		
}

#main-nav{
	width:100%;
	height:62px;
	float:left;
	padding-top:3px;
	margin-bottom:13px;
}

#main-nav ul{
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}

#main-nav ul li{
	list-style-type:none;
	display:block;
	height:53px;
	float:left;
}

#main-nav ul li a{
	display:block;
	font-size:16px;
	color:#0a0200;
	line-height:53px;
	padding:0 20px;
	text-transform:uppercase;
	text-decoration: none;
}

#main-nav ul li a:hover{
	background:url("../images/nav_hoverbg2.jpg") repeat-x;
	color:#fff;
	text-decoration: none;
	/*border-left:1px solid #ede219;*/
	/*border-right:1px solid #ede219;*/
}

.contBar{
	width:696px;
	float:left;
}

.casinoTable{
	width:100%;
	float:left;
}

.casinoTable img{
	border:none;
	margin-top:10px;
}

.casinoTable p{
	clear:both;
}

.ctab-top{
	width:695px;
	height:40px;
	float:left;
	border-left:1px solid #ad2a1d;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	background:url("../images/tabletopbg.png") repeat-x;
}

.grid-one{
	width:68px;
	height:53px;
	float:left;
	border-right:1px solid #ad2a1d;
}

.grid-two{
	width:141px;
	height:53px;
	float:left;
	border-right:1px solid #ad2a1d;
}

.grid-three{
	width:120px;
	height:53px;
	float:left;
	border-right:1px solid #ad2a1d;
}

.grid-three1{
	width:240px;
	height:53px;
	float:left;
	border-right:1px solid #ad2a1d;
}

.ct-row{
	width:695px;
	height:75px;
	float:left;
	border-left:1px solid #e9e7e7;
	text-align:center;
	color:#000;
	font-size:16px;
	line-height:75px;
	background:url("../images/t-rowonebg.png") repeat-x;
}

.grid-four{
	width:68px;
	height:75px;
	float:left;
	border-right:1px solid #e9e7e7;
	background:url("../images/circlebg3.png") no-repeat;
	background-position:20px 24px;
}

.grid-five{
	width:141px;
	height:75px;
	float:left;
	border-right:1px solid #e9e7e7;
}

.grid-six{
	width:120px;
	height:75px;
	float:left;
	border-right:1px solid #e9e7e7;
}

.grid-seven{
	width:240px;
	height:75px;
	float:left;
	border-right:1px solid #e9e7e7;
}

.playbutton{
	width:117px;
	height:75px;
	float:left;
	/*border-right:1px solid #e9e7e7;*/
}

.playbutton a{
	width:103px;
	height:28px;
	display:block;
	margin:25px 0 0 8px;
	background:url("../images/button3.png") no-repeat;
}

.ctr-row{
	width:695px;
	height:75px;
	float:left;
	border-left:1px solid #e9e7e7;
	text-align:center;
	color:#000;
	font-size:16px;
	line-height:75px;
	background:url("../images/t-rowtwobg.png") repeat-x;
}
  
.sideBar{
	width:250px;
	float:right;
}

.sideBar img{
	border:none;
	margin-bottom:13px;
}

.textArea{
	width:100%;
	float:left;
}

.textArea h2{
	font-size:25px;
	color:#fdd000;
	margin-top:35px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.textArea p{
	font-family:'Calibri';
	color:#fff;
	font-size:14px;
	padding-bottom:5px;
}

.textArea h2 span{
	font-size:22px;
	color:#fd9f00;
	font-weight:normal;
}

.textArea h3{
	font-size:22px;
	color:#fd9f00;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:8px;
}


.tBox{
	width:98%;
	padding:10px;
	border:1px solid #060606;
	background:#4E4E4E;
}

#footer{
	width:100%;
	height:65px;
	float:left;
	font-family:'Calibri';
	background:#0d0d0d;
	margin-top:85px;
}

.fnav{
	width:300px;
	float:left;
	padding-top:18px;
	color:#0d9c12;
}

.fnav p{
	color:#666;
	clear:both;
	font-size:12px;
}

.fnav a{
	color:#0d9c12;
	font-size:12px;
}

.fnav a:hover{
	color:#fff;
}

.social-icons{
	width:325px;
	float:right;
	margin-top:12px;
}

.social-icons a{
	color:#666;
	font-size:12px;
	line-height:44px;
}

.social-icons a:hover{
	color:#fff;
}

.tweet{
	width:145px;
	height:44px;
	float:left;
	margin-right:10px;
	background:url("../images/twitter_icon.png") right no-repeat;
}

.gplus{
	width:170px;
	height:44px;
	float:left;
	background:url("../images/gplus-icon.png") right no-repeat;
}
	
.facebook{
	width:170px;
	height:44px;
	float:left;
	background:url("../images/facebook_icon.png") right no-repeat;
}

.bottom-line{
	width:100%;
	height:8px;
	float:left;
	margin-top:1px;
	background:#262626;
}

.bredcrumbs{
	width:100%;
	height:40px;
	float:left;
	margin-bottom:7px;
	background:url("../images/bredcrumb_bg.png") no-repeat;
}

.bredcrumbs ul{
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}

.bredcrumbs ul li{
	list-style-type:none;
	display:block;
	float:left;
	line-height:40px;
	font-size:14px;
	color:#f1f1f1;
	margin-right:10px;
	font-family:'Calibri';
}

.bredcrumbs ul li a{
	color:#ccc;
	line-height:40px;
	display:block;
	padding:0 20px 0 20px;
	background:url("../images/bdrm_arrow.png") right no-repeat;
}

.bredcrumbs ul li a:hover{
	color:#fff;
}

.visitTable{
	width:696px;
	height:235px;
	float:left;
	padding-top:7px;
	margin-bottom:10px;
	background:url("../images/visiTablebg.png") no-repeat;
}

.vtrow{
	width:100%;
	height:75px;
	float:left;
}

.vtrow img{
	border:none;
	float:left;
	margin:10px 12px 0 14px
}

.vtrow span{
	font-size:25px;
	color:#c61b1b;
	display:block;
	float:left;
	margin-left:20px;
	margin-top:27px;
	font-weight:normal;
}

.visit{
	width:103px;
	height:28px;
	float:right;
	margin:30px 16px 0 0;
	background:url("../images/visitButton.png") no-repeat;
}
