html, body
{
	margin: 0;
	padding: 0;
	background: #B6A88D;
	font-family: verdana;
	font-size: 11px;
	
	
	behavior: url(csshover.htc);
}

img { border: none; }

a { color: #A3A272; }

#vcentre
{
	margin-bottom: -320px;
	float: left;
	width: 1px;
}
#wrapper
{
	position: relative;
	clear: left;
}
/* header items */
#header
{
	position: relative;
	height: 70px;
	width: 998px;
	margin: 7px auto 0;
}
#summit_logo
{
	background: url(img/summit_logo.jpg) no-repeat;
	width: 150px;
	height: 57px;
	float: left;
	margin-left: 55px;
}
a#gpark_logo
{
	display: block;
	background: url(img/gpark_logo.jpg) no-repeat;
	width: 207px;
	height: 44px;
	margin: 0 auto;
}

#isologos 
{
	float: right;
	margin: 0 50px;
	height: 32px;
	width: 75px;
}


#gtranslate
{
	display: none;
}
/* End header */

/* Menu items */
#menu_wrapper
{
	border-top: 2px solid #F4F4F3;
	border-bottom: 2px solid #F4F4F3;
}
#menu
{
	background: #417391;
	padding: 5px 0;
	position: relative;
	z-index: 4;
	/*height: 26px;*/
}

#menu ul
{
	position: relative;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 998px;
	text-align: center;
	z-index: 50; /* Needed to show over the innerfade images */
}
#menu ul li
{
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 15px;
	display: inline;
}

#menu ul ul
{
	position: absolute;
	z-index: 1;
	left: 0;
	width: 200px;
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
	background: url(img/menu_sub_bg.png);;
}
#menu ul ul li
{
	color: #838252;
	font-weight: normal;
	display: block;
	text-align: left;
}
#menu a { text-decoration: none; color: #FFFFFF;}

#menu ul li:hover, #menu ul li:hover a, #menu ul li.active, #menu ul li.active a { color: #747272; background: #F7F8E4; } 
#menu ul li:hover ul { display: block; }
/* end menu */

/* Content items */
#content
{
	background: #FAF1E1;
}
#splash
{
	margin: 0 auto;
	width: 996px;
	background: url(img/splash.jpg) no-repeat;
}

#shadow_wrap_top { }
#shadow_wrap_bottom { }
* html #shadow_wrap_top, * html #shadow_wrap_bottom { background: none; }

#content_text
{
	min-height: 420px;
}

#content #content_text
{
	padding: 25px 25px 25px 90px;
	margin-right: 267px;
	color: #6E675A;
}
#content_text h2 { text-align: center; font-size: 18px;}
#content_text #scroll_holder
{
}
#content_text #scrollable_content
{
	overflow: auto;
}
#shadow_wrap_bottom img{
	top: 10px;
}
#content #imgs
{
	position: relative;
	float: right;
	left: -267px;
	/*height: 445px;*/
}
#content .fullimg { left: -998px; }

#content a#booknow { background: url(img/booknow.png); width: 167px; height: 148px; behavior: url(iepngfix.htc); }
#content .nopic { margin-right: 0; }
/* end content */

/* Footer items */
#footer_wrapper
{
	border-top: 2px solid #F7F8E4;
}
#footer
{
	position: relative;
	top: 2px;
	color: #F7F8E4;
	margin: 0 auto;
	width: 998px;
}
#footer #policies
{
	float: left;
	margin: 35px 0 0 20px;
	width: 250px;
}
#policies .policy_item
{
	margin: 0 17px;
}
.policy_item a { color: #F7F8E4; }

#footer #copy
{
	padding-top: 35px;
	text-align: center;
}

#footer #c2g_logo
{
	float: right;
	margin: 15px 25px 0 0;
	width: 250px;
}
#c2g_logo a { float: right; }
/* end footer */

.clear { clear: both; }


form label{
	margin-left: 100px; /*145px;*/
	width: 300px;
	display: block;
	float: left;
}

/*
form input{
	clear: both;
}*/

.formInputSeparator {
	clear: both;
}

.contact_us_clear_button input {
	float:left;
	margin-top: 10px;
	margin-left: 350px;
}

.contact_us_submit_button input {
	float:left;
	margin-top: -24px;
	margin-left: 450px;
}

#hairstylesId {
	width: 550px;
}
