@import url("sidebar.css");
/* CSS RESET */
* {
	padding: 0px;
	margin: 0px;
}
a, a img {
	outline: none;
	border: none;
	text-decoration: none;
}
/* GLOBAL */
.clear {
	clear: both;
	width: 100%;
	height: 10px;
}
input:focus, input, select:focus, select, textarea {
	outline: none;
}
button {
	outline: none;
	border: none;
	cursor: pointer;
	background: transparent
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h1 {
	font: bold 24px "myriad Pro", Arial, Helvetica, sans-serif;
	color: #2e3c99;
	padding-bottom: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.effect {
	background: url(../images/bg-image.png) no-repeat center top;
	width: 285px;
	height: 129px;
	float: left;
}
a {
	color: #1c75bc;
}
a:hover {
	
}
.red {
	color: red;
}
.violet {
	color: #9f21d9;
}
.underline {
	text-decoration: underline;
}
.blue {
	color: #177fe9;
}
/* LAYOUT */
body {
	background: #FFF url(../images/bg.png) repeat-x scroll center top;	
	font: 12px "myriad Pro", Arial, Helvetica, sans-serif;
}
#bgchange {
	width: 100%;
	height: 430px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	overflow: hidden;
	border-bottom: 2px solid #CCC;
	min-width: 960px;
	text-align: center;
}
#bgchange img {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	min-width: 960px;
	min-height: 450px;
	z-index: 8;
}
#bgchange img.active {
    z-index:10;
}

#bgchange img.last-active {
    z-index:9;
}
#bg {
	min-width: 960px;
	background: url(../images/bg-header.jpg) no-repeat scroll center top;
	overflow: hidden;
	position: relative;
}
#memlogin {
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 800;
}
#container {
	margin: 0px auto;
	width: 960px;
	position: relative;
	z-index: 500;
}
#container #header {
	height: 420px;
	width: 920px;
	position: relative;
}
#container #header #logo {
	position: absolute;
	left: 30px;
	top: 5px;
}
#container #header #book-now {
	height: 264px;
	width: 287px;
	position: absolute;
	left: 0px;
	top: 135px;
	background: url(../images/bg-book-now.png) no-repeat;
	text-align: center;
	padding-top: 14px;
}
#container #header #book-now .separator {
	background: url(../images/book-now-separator.png) no-repeat scroll center center;
	padding: 6px 0px;
	height: 1px;
	width: 296px;
}
#container #header #lang-search {
	position: absolute;
	top: 0px;
	right: -35px;
	height: 25px;
	width: 340px;
	text-align: right;
	padding: 5px;
	background: url(../images/bg-lang-search.png) no-repeat scroll center top;
}
#container #header #wrap-lang-search {
	position: relative;
	height: 25px;
	width: 337px;
	margin-right: 3px;
}
#container #header #lang-search #lang-text {
	float: left;
	color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
}
#container #header #lang-search select, #container #header #lang-search input {
	position: absolute;
	top: 0px;
	border:  0;
	font: 11px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #FFF;
}
#container #header #lang-search #language {
	background: url(../images/bg-language.jpg) no-repeat 0 0;
	width: 129px;
	padding: 4px;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
   #container #header #lang-search #language {
		background: url(../images/bg-language-c.jpg) no-repeat 0 0;
	}
}
#container #header #lang-search #search {
	padding: 3px;
	padding-right: 25px;
	height: 19px;
	width: 101px;
	background: url(../images/bg-search.jpg);
	margin-left: 10px;
	line-height: 19px;
	right: 0px;
}
#container #header #wrap-lang-search button {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	right: 4px;
}
#container #header #top-menu {
	height: 36px;
	width: 305px;
	position: absolute;
	top: 45px;
	right: -35px;
}
/* HEADER SCROLLER */
#container #header #scroller {
	height: 90px;
	width: 662px;
	position: absolute;
	right: -30px;
	bottom: 25px;
}
/* MAIN MENU */
#container #menu {
	background: url(../images/bg-menu.png) left top;
	height: 50px;
	width: 950px;
	margin: 0px auto;
	padding: 1px 4px 5px 4px;
}
#container #menu ul {
	list-style: none;
}
#container #menu ul li {
	height: 50px;
	float: left;
	text-indent: -9999px;
}
#container #menu ul li.menu1 {
	width: 238px;
}
#container #menu ul li.menu2 {
	width: 237px;
}
#container #menu ul li.menu3 {
	width: 238px;	
}
#container #menu ul li.menu4 {
	width: 237px;	
}
#container #menu ul li a {
	display: block;
	position: relative;
	height: 50px;
}
#container #menu ul li.menu1 a:hover, #container #menu ul li.menu1.active a {
	background: url(../images/bg-menu1.png) no-repeat scroll -1px top;
}
#container #menu ul li.menu2 a:hover, #container #menu ul li.menu2.active a {
	background: url(../images/bg-menu2.png) no-repeat scroll left top;
}
#container #menu ul li.menu3 a:hover, #container #menu ul li.menu3.active a {
	background: url(../images/bg-menu3.png) no-repeat scroll left top;
}
#container #menu ul li.menu4 a:hover, #container #menu ul li.menu4.active a {
	background: url(../images/bg-menu4.png) no-repeat scroll left top;
}
/* CONTENT AREA */
#container .main {
	display: table;
	margin: 0px auto;
	height: 50px;
}
#container .main p {
	font: 12px/18px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #414141;
	padding-bottom: 20px;
	text-align: justify;
}
#container #home {
	width: 956px;
}
#container #home .promo {
	width: 235px;
	display: inline-block;
}
#container #sidebar .promo {
	width: 285px;
}
#container #promo-module {
	width: 956px;
	text-align: center;
	display: table;
	clear: both;
	height: 115px;
}
#container #promo-module img {
	display: inline;
	width: 235px;
}
#container #page {
	display: table;
	width: 956px;
	height: 500px;
}
#container #page #content {
	display: table;
	float: left;
	width: 650px;
	margin-left: 3px;
	padding-left: 5px;
}
#container #page #sidebar {
	float: right;
	width: 285px;
}
/* CONTACT US*/
#contact, #contact .msg {
	font: 12px/20px Arial, Gadget, sans-serif;
	color: #727272;
}
#contact #table-contact {
	margin-bottom: 20px;
}
#contact #table-contact .contact-info {
	padding-left: 20px;
}
#contact #table-contact .contact-info .c-title {
	font-size: 14px;
	font-weight: bold;
	color: #2e3997;	
}
#contact #table-contact .contact-info .black {
	color: #000;	
}
#contact h2 {
	font-size: 18px;
	color: #1c75bc;
	padding-bottom: 10px;
}
#contact #contact-form {
	width: 450px;
	font-size: 12px;
	padding-left: 50px;
}
#contact #contact-form p {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
}
#contact #contact-form label {
	float: left;
	width: 115px;
	font-weight: bold;
	color: #535353;
	padding-top: 3px;
}
#contact #contact-form input, #contact #contact-form textarea, #contact #contact-form select {
	padding: 5px;
	border: 1px solid #d6d8d8;
	background: url(../images/bg-input.gif) repeat-x bottom;
}
#contact #contact-form input {
	width: 323px;
}
#contact #contact-form select {
	width: 330px;
}
#contact #contact-form textarea {
	width: 438px;
}
#contact #contact-form #captcha-wrapper {
	float: right;
}
#contact #contact-form #captcha-wrapper input {
	background: #FFF url(none)
}
#contact #contact-form .btn-wrap {
	text-align: right;
}
label.error {
	color: red!important;
	padding: 0px!important;
	margin: 0px!important;
	width: 100%!important;
	text-align: right!important;
	font-size: 10px!important;
	font-weight: normal!important;
}
input.error, textarea.error {
	border: 1px solid red!important;
	background: #FFF none!important;
}
#membership_0, #membership_1, #membership_2 {
	border: 1px solid #d6d8d8!important;
	padding: 0px!important;
	background: gray!important
}
#container #fullpage {
	width: 956px;
}
#container .main #head {
	width: 655px;
	float: left;
}
#container .main #submenu {
	height: 34px;
	width: 655px;
	background: url(../images/bg-submenu.png);
	margin: 0px 0px 10px;
	float: left;
}
#container .main #submenu ul {
	list-style: none;
}
#container .main #submenu ul li {
	float: left;	
}
#container .main #submenu ul li a {
	font: bold 14px Arial, Gadget, sans-serif;
	color: #2e3c99;
	text-shadow: 0px 1px 0px #FFF;
	display: block;
	position: relative;
	height: 14px;
	padding: 9px 15px 11px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #b4b4b4;
}
#container .main #submenu ul li.link1 a:hover, #container .main #submenu ul li.link1.active a {
	background: url(../images/bg-submenu-hover.png) left;
}
#container .main #submenu ul li.link2 a:hover, #container .main #submenu ul li.link2.active a{
	background: url(../images/bg-submenu-hover.png) center;
}
#container .main #submenu div {
	border-right: 1px solid #FFF;
	height: 34px;
	display: table;
}
#container .main #items {
	width: 100%;
	margin: 0px auto;
}
#container .main #items .item {
	float: left;
	height: 137px;
	width: 242px;
	padding: 9px;
	background: url(../images/bg-item-img.png) no-repeat left top;
	position: relative;
	margin: 10px 25px;
}
#container .main .view-larger {
	height: 31px;
	width: 110px;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
/* SUB PAGE */
#container .main .page-nav {
	width: 100%;
	clear: both;
	display: table;
	padding-bottom: 20px;
}
#container .main .page-nav ul {
	list-style: url(../images/arrow-v.gif) inside;	
}
#container .main .page-nav ul li {
	padding: 10px;
	float: left;
}
#container .main .page-nav ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #8a2be2;
	text-transform: uppercase;
}
#container .main .page-nav ul li.active {
	background: url(../images/p-active.gif) no-repeat left center;
}
#container .main .subpage {
	width: 625px;
	margin: 0px auto;
	padding: 20px 10px;
	background: #f6f6f6;
	font: 12px Arial, Gadget, sans-serif;
	color: #4b4a4a;
	display: table;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
	#container .main .subpage {
		width: 625px;
	}
}
#container .main .subpage h2 {
	color: #1c75bc;
	text-transform: uppercase;
	padding-bottom: 20px;
	font: bold 18px "myriad Pro", Arial, Helvetica, sans-serif;
}
#container .main .subpage h3 {
	color: #1c75bc;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: bold 15px "myriad Pro", Arial, Helvetica, sans-serif;
}
#container .main .subpage .text-center {
	text-align: center!important;
	font-weight: bold;
}
#container .main .subpage .img-wrap {
	float: left;
	height: 137px;
	width: 242px;
	padding: 9px;
	background: url(../images/bg-item-img.png) no-repeat left top;
	position: relative;
	margin: 0px 20px;
}
#container .main .subpage ol {
	list-style: decimal inside;
	padding-left: 40px;
	padding-top: 20px;
}
#container .main .subpage ul {
	list-style: url(../images/arrow-s.gif) inside;
	font-weight: bold;
	color: #4b4a4a;
	padding-left: 100px;
	padding-bottom: 20px;
}
/* GAMING PAGE */
#container .main #nav-gaming {
	width: 100%;
}
#container .main #nav-gaming ul {
	width: 580px;
	margin: 0px auto;
}
#container .main #nav-gaming ul li {
	width: 270px;
	float: left;
}
/* NEW */
#container .main #nav-gaming-new {
	width: 100%;
	height: 210px;
	display: table;
	margin-bottom: 20px!important;
}
#container .main #nav-gaming-new ul {
	width: 100%;
	margin: 0px auto;
	list-style: none;
	text-align: center;
}
#container .main #nav-gaming-new ul li {
	width: 200px;
	height: 140px;
	display: inline-block;
	background: url(../images/2x2.jpg) no-repeat;
	margin: 8px;
	float: left;
	padding-top: 60px;
	position: relative;
}
.no-text li a {
	background: none!important;
	text-indent: -9999px!important;
	height: 180px;
}
#container .main #nav-gaming-new ul li a {
	font: bold 15px "myriad Pro", Arial, Helvetica, sans-serif;
	background: url(../images/trans.png) repeat;
	display: block;
	position: absolute;
	padding: 10px 30px;
	bottom: 0px;
	width: 140px;
	text-transform: uppercase;
}
.float-none li {
	float: none!important;
}
.dl-pdf {
	float: left;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}
/* SERVICES PAGE */
#container .main #nav-services {
	width: 100%;
}
#container .main #nav-services ul {
	width: 100%;
	margin: 0px auto;	
}
#container .main #nav-services ul li {
	width: 230px;
	float: left;
}
#container .main #nav-services ul li.active {
	background: url(../images/p-active-s.gif) no-repeat left center;
}
#container .main #nav-services ul li.long {
	width: 330px;
	float: left;
}
#container .main #nav-services ul li.long.active {
	background: url(../images/p-active-l.gif) no-repeat left center;
}
/* GAMING PAGE */
#container .main #nav-amenities {
	width: 100%;
}
#container .main #nav-amenities ul {
	width: 855px;
	margin: 0px auto;
}
#container .main #nav-amenities ul li {
	width: 242px;
	float: left;
}
#container .main #nav-amenities ul li.active {
	background: url(../images/p-active-a.gif) no-repeat left center;
}
#container .main #nav-amenities ul li.short {
	width: 110px;
	float: left;
}
#container .main #nav-amenities ul li.short.active {
	background: url(../images/active-short.gif) no-repeat left center;
}
#container .main #nav-amenities ul li.medium {
	width: 180px;
	float: left;
}
#container .main #nav-amenities ul li.medium.active {
	background: url(../images/active-medium.gif) no-repeat left center;
}
/* HOTEL ACCOMMODATION */
#container .main .subpage-full {
	width: 100%;
	margin: 0px auto;
	padding: 20px;
	font: 12px Arial, Gadget, sans-serif;
	color: #4b4a4a;
	display: table;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    #container .main .subpage-full {
		width: 100%;
	}
}
#container .main .subpage-full .accommodation {
	width: 615px;
	background: #EEE;
	color: #005ead;
}
#container .main .subpage-full .accommodation tr.head td {
	background: #1c75bc;
	color: #FFF;
	font-weight: bold;
	border-bottom: solid 2px #FFF;
}
#container .main .subpage-full .accommodation tr td {
	padding: 15px;
}
#container .main .subpage-full .accommodation tr td img {
	padding: 3px;
	background: #FFF;
	border: solid 1px #e4c6ff;
}
#container .main .subpage-full .accommodation .td1 {
	border-bottom: solid 2px #FFF;
}
#container .main .subpage-full .accommodation .tr1 td {
	background: #e1e1e1;
}
.td-alt1 {
	background: #e1e1e1!important;
}
.num_rums {
	font-size: 20px;
}
.rum_name {
	font-size: 16px;
}
.rum_type {
	font-size: 14px;
}
#container .main .subpage-full .img-wrap {
	float: left;
	height: 137px;
	width: 242px;
	padding: 9px;
	background: url(../images/bg-item-img.png) no-repeat left top;
	position: relative;
	margin: 20px;
}
#container .main .subpage p a {
	font-family: Arial, Helvetica, sans-serif, "myriad Pro";
	font-weight: bold;
	color: #1c75bc;
	text-decoration: underline;
}
#container .main .room-name {
	text-align: center;
	font: bold 18px "myriad Pro", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #8a2be2;
}
/* inclusions */
ul.inclusions {
	padding-left: 20px!important;
	padding-top: 10px!important;
	list-style: url(../images/arrow-s.gif) outside!important;
}
.inclusions li {
	padding-bottom: 5px!important;
	font-weight: normal!important;
	margin-left: 10px!important;
	line-height: 18px;
}
.inclusions  li ul {
	padding-bottom: 5px!important;
	padding-top: 5px!important;
	font-weight: normal!important;
	margin-left: -100px!important;
}
/* APPLICATION FORM PAGE */
#application-form {
	margin: 0px auto;
	width: 502px;
}
#application-form .title {
	background: #1c75bc;
	width: 100%
}
#application-form .title h4 {
	font: 18px "myriad Pro", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
}
#application-form .title .required {
	float: right;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #FFF;
	padding-top: 7px;
}
#application-form .form-content {
	background: #f0f8ff url(../images/form-shadow.jpg) no-repeat center bottom;
	padding-bottom: 25px;
}
#application-form .form-content label {
	font: bold 12px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #454545;
}
#application-form .form-content .radio p {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
#application-form .form-content .radio p label  {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 100px!important;
}
#application-form .form-content tr td {
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
}
#application-form .form-content input[type=text], #application-form .form-content input[type=password], #application-form .form-content textarea {
	width: 95%;
	background: #FFF url(../images/bg-input.jpg) repeat-x bottom;
	border: 1px solid #ced4d8;
	padding: 5px;
}
/* PRESS ROOM AND FAQ */
.main #content .press-title, .main #content .faq-title {
	margin-bottom: 10px;
}
.main #content .press-title h3, .main #content .faq-title h3 {
	height: 17px;
	width: 625px;
	font: bold 14px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #2e3c99;
	padding: 10px;
	cursor: pointer;
}
.press-arrow1 {
	background: url(../images/press-arrow1.jpg) no-repeat;
}
.press-arrow2 {
	background: url(../images/press-arrow2.jpg) no-repeat;
}
.main #content .press-title .press-content {
	width: 625px;
	margin-left: 30px;
	display: block;
	margin-top: 10px;
}
.main #content .press-title .press-content div {
	width: 150px;
	margin: 20px;
	display: inline-block;
	text-align: center;
}
.main #content .press-title .press-content img {
	border: 5px solid #dddddd;
}
.main #content .press-title .press-content .title {
	font-weight: bold;
}
#dl {
}
#dl img {
	border: none!important;
}
#dl div {
	width: 120px!important;
	margin: 20px!important;
	display: inline-block!important;
	text-align: center;
}
.main #content .press-title .press-content div p.title {
	text-align: center;
	
}
.main #content .press-title .press-content ul.year {
	list-style: url(../images/arrow-v-s.jpg) inside;
}
.main #content .press-title .press-content ul.year li, .main #content .press-title .press-content ul.year li a {
	padding: 5px 0px;
	cursor: pointer;
	clear: both;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #2e3c99;
}
.main #content .press-title .press-content ul.year li ul {
	padding-left: 25px;
	display: none;
}
.main #content .press-title .press-content ul.year li ul li {
	clear: none;
}
.main #content .press-title .press-content ul.year li ul li ul {
	display: none;
}
.main #content .press-title .press-content ul.year li ul li ul li {
	list-style: none;
	float: left;
}
.main #content .press-title .press-content ul.year li ul li ul li div {
	width: 120px!important;
	height: 100px;
	margin: 5px!important;
	text-align: center;
	display: block;
	float: left;
}
/* faq */
.main #content .faq-title .faq-content {
	width: 615px;
	margin-left: 10px;
	display: block;
	margin-top: 10px;
}
.main #content .faq-title .faq-content h4 {
	font: bold 12px Arial;
	color: #505050;
	padding-bottom: 15px;
}
.main #content .faq-title .faq-content p, .main #content .faq-title .faq-content table {
	font: 11px Arial;
	color: #505050;
	line-height: 18px;
	padding-left: 10px;
}
.main #content .faq-title .faq-content p a {
	font-weight: bold;
	color: #505050;
}
.main #content .faq-title .faq-content p a:hover {
	text-decoration: underline
}
ul.faq {
	list-style: url(../images/arrow-s.gif) outside;
	margin-left: 30px;
	font: 11px Arial;
	color: #505050;
}
/* ACCOUNT DETAILS */
.main #account {
	width: 700px;
	background: #f0f8ff url(../images/bg-account.jpg) no-repeat center bottom;
	padding:10px;
	padding-bottom: 40px;
	clear: both;
}
.main #account tr td {
	padding: 5px 10px;
}
.main #account tr td #avatar {
	border: 1px solid #ced4d8;
}
.main #account tr td label {
	font: bold 12px Arial;
	color: #454545;
}
.main #account tr td input, .main #account tr td textarea {
	padding: 3px;
	border: 1px solid #d6d8d8;
	background: #FFF url(../images/bg-input.gif) repeat-x bottom;
	width: 320px
}
.main #account tr td select {
	padding: 3px;
	border: 1px solid #d6d8d8;
	background: #FFF url(../images/bg-input.gif) repeat-x bottom;
	width: 328px
}
#points {
	width: 500px;
	font: bold 24px "myriad Pro", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	color: #2e3c99;
}
#points tr td {
	padding: 10px 20px;
}
#points tr.total {
	font-size: 30px;
}
#points tr.bor td {
	background: url(../images/border-points.jpg) repeat-x bottom;
	padding-bottom: 20px;
}
#points tr td.vio {
	color: #2e3c99;
	padding-left: 40px;
}

/* CAREERS */
ul.careers {
	list-style: url(../images/arrow-s.gif) inside;
	padding-left: 80px;
	font: bold 12px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #414141;
}

/* REDEEM */
.main .red-t {
	font: bold 18px "myriad Pro", Arial;
	color: #2e3c99;
}
.main .red-x {
	font: bold 18px "myriad Pro", Arial;
	color: #969696;
}
#redeem {
	width: 610px;
	margin: 0px auto;
}
.red-odd {
	background: #f2f2f2!important;
}
#redeem tr td {
	padding: 10px 5px;
}
#redeem .price {
	color: #1983be;
	font-weight: bold;
}
#redeem a {
	color: #1983be;
	font-weight: bold;
	text-decoration: underline;
}
#redeem tr.head td {
	background: #0066CC;
	font: bold 12px Arial;
	color: #FFF;
}
.main #redeem .t1 {
	font: bold 30px "myriad Pro", Arial;
	color:#0066CC;
}
.main #redeem .t2 {
	font: bold 30px "myriad Pro", Arial;
	color: #969696;
}
.main #msgs {
	height: 30px;
	width: 830px;
	background: url(../images/bg-msgs.jpg) no-repeat left center;
	font: 14px Arial;
	color: #00356a;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px;
	padding-top: 10px
}
.main #msgs select {
	padding: 2px;
	margin-left: 5px;
	float: left;
	margin-right: 10px;
}
.main #msgs button {
	float:left
}
.main #messages {
	width: 845px;
	border: solid 1px #dfdfdf;
	border-bottom: solid 5px #dfdfdf;
	margin: 0 auto;
}
.main #messages tr.head th {
	background: #0066CC;
	font: bold 12px Arial;
	color: #FFF;
	padding: 10px 5px;
}
.main #messages tr.head th img {
	float: right
}
.main #messages tr td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
.main #messages tr td.br, .main #messages tr th.br {
	border-right: solid 1px #dfdfdf;
}
.main #messages tr td, .main #messages tr td a {
	font: 12px Arial;
	color: #1983be;
	text-decoration: none;
}
.main #messages tr.unread td, .main #messages tr.unread a {
	font-weight: bold!important;	
}
.main #messages tr.head th.td1 input {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}
.main #messages .alt {
	background: #f2f2f2!important;
}
.main #poker-player {
	width: 400px;
	margin: 0px auto;
	font: 12px Arial;
}
.main #poker-player tr.head td {
	background: #9b4ae6;
	font-weight: bold;
	color: #FFF;
}
.main #poker-player tr td {
	padding: 10px;
	background: #e1e1e1;
	color: #005ead;
	border-bottom: solid 2px #FFF;
}
.main #poker-player .alt5 td {
	background: #EEE;
}
.main ul.sitemap {
	list-style: url(../images/arrow-stemap.jpg) inside;
	margin-left: 80px;
}
.main ul.sitemap li {
	padding: 2px 0px;
}
.main ul.sitemap li a {
	font: bold 12px Arial;
	color: #2e3c99;
}
.main ul.sitemap li ul {
	margin-left: 30px;
}

/* NEW GALLERY */
#new-gallery {
	width: 100%;
	height: 500px;
	text-align: center;
	display: table;
}
#new-gallery .iitem {
	width: 242px;
	margin: 7px;
	height: 137px;
	padding: 9px;
	background: url(../images/bg-item-img.png) no-repeat left top;
	position: relative;
	display: inline-block;
}
#new-gallery .iiitem {
	width: 242px;
	margin: 7px;
	height: 165px;
	padding: 9px;
	background: url(../images/bg-item-img.png) no-repeat left top;
	position: relative;
	display: inline-block;
}
.full .iiitem {
	margin: 10px!important;
}
#new-gallery .iiitem .view-larger {
	height: 31px;
	width: 110px;
	position: absolute;
	right: 12px;
	top: 112px;
}
#new-gallery .iiitem .desc {
	text-align: center;
	padding-top: 10px;
}
#new-gallery .album-name {
	position: absolute;
	bottom: 9px;
	left: 9px;
	background: url(../images/trans.png) repeat;
	width: 232px;
	padding: 5px;
}
#new-gallery .album-name a {
	font: bold 13px Arial;
	color: #FFF;
}
#weddings .main #content h2 {
	font: bold 18px Arial;
	color: #177fe9;
	text-align: center;	
}
#weddings .main #content p {
	font: 12px Arial;
	color: #414141;
	text-align: center;
}
/* FOOTER */
#footer {
	font: 10px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #565656;
	background: #FFF url(../images/bg-footer.png) repeat-x scroll center bottom;
	height: 70px;
	width: 100%;
	min-width: 960px;
}
#footer #footer-menu {
	width: 900px;
	padding-top: 17px;
	margin: 0px auto;
	text-align: center;
}
#footer #footer-menu a {
	font: 10px Arial, Helvetica, sans-serif, "myriad Pro";
	color: #565656;
}
#footer #footer-menu a.active {
	font-weight: bold;
	color: #252525;
}
#footer #footer-menu a:hover {
	color: #252525;
}
#footer #footer-menu #webhits {
	background: url(../images/bg-webhits.png);
	height: 20px;
	width: 44px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
table.foot tr td {
	vertical-align: middle;
}
