/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
	
		
		body {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: 'Trebuchet MS', Trebuchet MS, Arial, Helvetica, sans-serif;
		line-height: 18px;
		color: #c69956;
		background: #000 url(images/vegasspa-bg-body-new.jpg);
		background-position: 0 244px;
		}
		
		#siteContainer {
		width: 901px;
		height: auto;
		margin: auto;
		}
		
		#headerNavBG {
		width: 100%;		
		margin:  0;
		padding: 0;
		background: url(images/vegasspa-headerNavBG.jpg) repeat-x;
		}
		
		
		#contentContainer {
		width: 851px;
		height: auto;
		background: #020100 url(images/vegasspa-bg-content-new.jpg) repeat-y;
		padding: 0 25px 0 25px;
		margin: 0 auto;
		}
		#contentContainer table {
		font-size: 12px;
		font-family: 'Trebuchet MS', Trebuchet MS, Arial, Helvetica, sans-serif;
		line-height: 18px;
		}
				
		.contactForm1 .contactForms table.mainTableBorder tr td.fieldColumn textarea#message
		{
			width: 173px;
		}

		.contactForm1 .contactForms table.mainTableBorder tr td.fieldColumn input
		{
			width: 129px;
		}
		
		.contactBar, .submitButton  {
			background: #000;
			margin: 0px auto;
			padding-left: 10px;
			line-height: 24px;
		}
		
		.submitButton {
			padding: 4px 10px;
		}
		
		.mainTableBorder tr td {
			padding: 4px;
		}
		
		div.newsletterSubscribe .mainTableBorder {
			border: 1px solid #000000;
			margin: auto;
		}
		
		
		#flashElement {
		width: 321px;
		height: 574px;
		/*//border: #fff solid 3px;*/
		margin: 0 25px 0 0;
		}
		
		#bodyContents {
		margin: 0 25px 0 0;
		}
		.bodyContents
		{
			width:100%;
		}
		
		#userSectionContainer {
		width: 243px;
		height: 78px;
		text-align: center;
		padding: 28px 0px 0px 0px;
		font-weight: bold;
		font-size:12px;
		font-family: arial, verdana;
		line-height:18px;
		}
		
		#userSectionContainerEmpty {
		width: 243px;
		height: 78px;
		text-align: center;
		padding: 28px 0 0 0;
		font-weight: bold;
		}
		
		#userSection {
		width:220px;
		height: 43px;
		text-align: left;
		padding: 0 0 0 65px;
		background: url(images/vegasspa-userSection.jpg) no-repeat;
		}
		
		#userSectionContainer a {
		color: #c69956;
		}
		
		#cartDetails {
		width: 105px;
		float: left;
		clear: none;
		font-size:12px;
		}
		
		#viewCartLink {
		width: 48px;
		float: left;
		clear: none;
		padding: 6px 0 0 0;
		text-align: center;
		font-size:12px;
		}
		
		#viewCartLink a {
		color: #fff;
		text-decoration: none;
		line-height: 15px;
		}
		
		.ecomLinks {
		position: relative;
		float: right;
		clear: none;
		margin: 0 0 10px 10px;		
		border: #000 solid 1px; 
		}
		
		#cartPopUp {
		position: absolute;		
		float: right;
		clear: none;
		border: #000 solid 0px;
		background: #f6f6f6 url(images/cartPopUp-repeat.jpg) repeat-y;
		width: 146px;
		margin-top: -30px;
		margin-left: 25px;		
		padding: 0;
		z-index: 999;
		}
		
		#cartPopUp-top {
		width: 146px;
		height: 11px;
		background: url(images/cartPopUp-top.jpg) no-repeat;
		}
		
		#cartPopUp-bottom {
		width: 146px;
		height: 9px;
		background: url(images/cartPopUp-bottom.jpg) no-repeat;
		}
		
		#cartPopUpInner {
		padding: 10px;
		}
		
		.paragraphContainer {
		width:100%;
		}
		
		.paragraphContainer2 {
		width:725px;
		}
		
		.paragraphContainer3 {
		width:100%;
		}
		
		
		.spaFinder  {
			background: url(images/spaFinder100.jpg) no-repeat;
			width:100px;
			height:41px;
			display:block;
			position:absolute;
			z-index:100;
			margin: 300px 0 0 0;
			float:left;
		}
	
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#headerContainer {
		width: 901px;
		height: 202px;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#topNavContainer {
		width: 901px;
		height: 42px;		
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footer {
		width: 881px;
		height: 37px;
		font-size: 10px;
		font-family: Verdana, Arial, sans-serif;
		background: #020100;
		padding: 10px 10px 0 10px;
		}
		#footer table {
		font-size: 10px;
		font-family: Verdana, Arial, sans-serif;
		}
		
		
		
		#footer2 {
			width: 901px;
			height: 40px;
			background: #020100;
		}

		#footer2 table {
			width: 100%;
			font-size: 9.5px;
			line-height:20px;
			font-family: Verdana, Arial, sans-serif;
			padding:10px 5px 10px 5px;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
		font-size: 25px;
		margin: 5px 0 0 0;
		padding: 0;
		font-weight: bold;
		font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
		color: #9A4F18;
		}
		
		h2 {
		font-size: 16px;
		margin: 5px 0 0 0;
		padding: 0;
		font-weight: bold;
		color: #9A4F18;
		font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
		}
		
		h1.content {
		display: block;
		width: 505px;
		height: 79px;
		font-size: 25px;		
		padding: 5px 0 0 0;
		margin: 0;
		font-weight: bold;
		font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
		background: url(images/vegasspa-bg-heading-new.jpg) no-repeat;
		line-height: normal;
		color: #9A4F18;
		}
		
		h1.contentWide {
		display: block;
		width: 851px;
		height: 69px;
		font-size: 25px;		
		padding: 15px 0 0 0;
		margin: 0;
		font-weight: bold;
		font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
		background: url(images/vegasspa-bg-headingWide-new.jpg) no-repeat;
		line-height: normal;
		text-align: left;
		color: #9A4F18;
		}		
		
	
		h1.contentWide2 {
		display: block;
		width: 851px;
		height: 69px;
		font-size: 25px;		
		padding: 15px 0 0 0;
		margin: 0;
		font-weight: bold;
		font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
		background: url(images/vegasspa-bg-headingWide-new.jpg) no-repeat;
		line-height: normal;
		text-align: left;
		color: #9A4F18;
		}		
		
		.contentWide3 {
			display: block;
			width: 851px;
			height: 69px;
			padding: 15px 0 0 0;
			margin: 0;
			background: url(images/vegasspa-bg-headingWide-new.jpg) no-repeat;
		}		
		
		.contentWide3 h1 {
			font-size: 25px;		
			font-weight: bold;
			font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
			line-height: normal;
			text-align: left;
			color: #dcb550;
		}		
		
		h4 {
			font-size: 25px;		
			font-weight: bold;
			font-family: 'Century Gothic', Helvetica, 'Trebuchet MS', Arial, sans-serif;
			line-height: normal;
			text-align: left;
			color: #fff;
			margin:0;
		}		
		
		.specialBoxes {
			border:2px solid #000;
			padding:5px;
			width:405px;
			font-size:18px;
		}
	
		.visitVegas  {
			display:block;
			margin: -40px 0 0 600px;
			/*position:absolute;
			z-index:0;*/
		}
	
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		p, ul, li, ol, table, tr, td, small {		
		line-height: 18px;
		color: #c69956;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a {
		color: #fff;
		text-decoration: underline;
		}
		
		a:visited {
		color: #fff;
		text-decoration: underline;
		}
		
		a:active {
		color: #c69956;
		text-decoration: none;
		}
		
		a:hover {
		color: #c69956;
		text-decoration: none;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		img {
		display: inline;
		}
		
		table.staffPhotos img {
		border: #000 solid 2px;
		}
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	border: #000 solid 1px;
	}
	.tableRowHeader
	{
	background: #000;
	}
	.tableRowFooter
	{
	background: #000;
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
		
	/* If you edit this CSS, you might need to update ie7.css as well */
	
	/* salon services dropdowns - widths should be set to same size as navigation image */

	#topNavContainer {
		font-size: 11px;
	}
	
	#topNavContainer .nav, #topNavContainer .nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	}

	#topNavContainer .nav a {
		display: block;
		
	}

	#topNavContainer .nav li {
		float: left;
		padding: 0;
	}

	#topNavContainer .nav li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 122px;
		margin: 0;
	}

	#topNavContainer .nav li li {
		width: 122px;
	}

	#topNavContainer .nav li ul a {
		display: block;
		width: 112px;
		height: 23px;
		color: #c69956;
		padding: 0 0 0 10px;
		text-decoration: none;
		border-bottom: #c69956 solid 1px;		
	}

	#topNavContainer .nav li ul a:hover {
		color: #fff;
	}

	#topNavContainer .nav li ul ul {
		margin: -33px 0 0 122px;
	}

	#topNavContainer .nav li:hover ul ul, #topNavContainer .nav li:hover ul ul ul, #topNavContainer .nav li.sfhover ul ul, #topNavContainer .nav li.sfhover ul ul ul {
		left: -999em;
	}

	#topNavContainer .nav li:hover ul, #topNavContainer .nav li li:hover ul, #topNavContainer .nav li li li:hover ul, #topNavContainer .nav li.sfhover ul, #topNavContainer .nav li li.sfhover ul, #topNavContainer .nav li li li.sfhover ul {
		left: auto;

	}

	#topNavContainer .nav li:hover, .nav li.sfhover {
		color: #fff;
		
	}
	
	#topNavContainer .dropdownBG {
		width: 122px;
		background: #000;
		opacity:0.70;
		filter:alpha(opacity=70);
		/* background: url(images/topNav-bg.png) repeat-x; */
		}
		
		
	/* day spa services dropdowns - widths should be set to same size as navigation image */
	
	#topNavContainer .nav2, #topNavContainer .nav2 ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	}

	#topNavContainer .nav2 a {
		display: block;
		
	}

	#topNavContainer .nav2 li {
		float: left;
		padding: 0;
	}

	#topNavContainer .nav2 li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 133px;
		margin: 0;
	}

	#topNavContainer .nav2 li li {
		width: 133px;
	}

	#topNavContainer .nav2 li ul a {
		display: block;
		width: 123px;
		height: 23px;
		color: #c69956;
		padding: 0 0 0 10px;
		text-decoration: none;
		border-bottom: #c69956 solid 1px;		
	}

	#topNavContainer .nav2 li ul a:hover {
		color: #fff;
	}

	#topNavContainer .nav2 li ul ul {
		margin: -33px 0 0 133px;
	}

	#topNavContainer .nav2 li:hover ul ul, #topNavContainer .nav2 li:hover ul ul ul, #topNavContainer .nav2 li.sfhover ul ul, #topNavContainer .nav2 li.sfhover ul ul ul {
		left: -999em;
	}

	#topNavContainer .nav2 li:hover ul, #topNavContainer .nav2 li li:hover ul, #topNavContainer .nav2 li li li:hover ul, #topNavContainer .nav2 li.sfhover ul, #topNavContainer .nav2 li li.sfhover ul, #topNavContainer .nav2 li li li.sfhover ul {
		left: auto;
	}

	#topNavContainer .nav2 li:hover, .nav2 li.sfhover {
		color: #fff;
		
	}
	
	#topNavContainer .dropdownBG2 {
		width: 133px;
		background: #000;
		opacity:0.70;
		filter:alpha(opacity=70);
		/* background: url(images/topNav-bg.png) repeat-x; */
		}
	
	
	/* about us dropdowns - widths should be set to same size as navigation image */
	
	#topNavContainer .nav3, #topNavContainer .nav3 ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	}

	#topNavContainer .nav3 a {
		display: block;
		
	}

	#topNavContainer .nav3 li {
		float: left;
		padding: 0;
	}

	#topNavContainer .nav3 li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 84px;
		margin: 0;
	}

	#topNavContainer .nav3 li li {
		width: 84px;
	}

	#topNavContainer .nav3 li ul a {
		display: block;
		width: 74px;
		height: 23px;
		color: #c69956;
		padding: 0 0 0 10px;
		text-decoration: none;
		border-bottom: #c69956 solid 1px;		
	}

	#topNavContainer .nav3 li ul a:hover {
		color: #fff;
	}

	#topNavContainer .nav3 li ul ul {
		margin: -33px 0 0 84px;
	}

	#topNavContainer .nav3 li:hover ul ul, #topNavContainer .nav3 li:hover ul ul ul, #topNavContainer .nav3 li.sfhover ul ul, #topNavContainer .nav3 li.sfhover ul ul ul {
		left: -999em;
	}

	#topNavContainer .nav3 li:hover ul, #topNavContainer .nav3 li li:hover ul, #topNavContainer .nav3 li li li:hover ul, #topNavContainer .nav3 li.sfhover ul, #topNavContainer .nav3 li li.sfhover ul, #topNavContainer .nav3 li li li.sfhover ul {
		left: auto;
	}

	#topNavContainer .nav3 li:hover, .nav3 li.sfhover {
		color: #fff;
		
	}
	
	#topNavContainer .dropdownBG3 {
		width: 84px;
		background: #000;
		opacity:0.70;
		filter:alpha(opacity=70);
		/* background: url(images/topNav-bg.png) repeat-x; */
		}
	


/* Newsletter pages style */

.errorText
{
	color: #FF0000;
	font-size: 11px;
	font-weight: normal;
}
.labelColumn
{
	color: #c69956;
	font-weight: bold;
	font-size: 12px;
}
.nmsTable
{
	background: transparent;
	border: 1px solid #000000;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
.nmsTableHeader
{
	background: #000;
	font-weight: bold;
	font-size: 13px;
}
.nmsTableFooter
{
	background: #000;
	font-weight: bold;
	font-size: 13px;
}

.title
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.text
{
	text-align: center;
	font-size: 12px;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/