﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, small, strong, sub, sup, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	text-align: left;
}
fieldset, img, table, tr, td, th, acronym, :link img, :visited img
{
	border: 0;
}
table
{
	border-collapse: separate;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 1.5em;
}
ul, ol
{
	list-style: none;
	margin-bottom: 1em;
}
p
{
	margin: 0 0 10px 0;
	line-height: 1.4em;
	color: #8E8E96;
}
abbr
{
	border-bottom: 1px dotted;
}
kbd
{
	color: #000;
}
hr
{
	display: none;
}
input, select, textarea
{
	font-size: 100%;
}
form label
{
	cursor: pointer;
}
.clear
{
	clear: both;
}
strong
{
	font-weight: bold;
}
.error
{
	color: #CC0000;
}
.required
{
	color: red;
}
img, div, a, h1, h2, h3, li, p
{
	behavior: url(iepngfix.htc);
}

/* site setup */
body
{
	background: #fff;
	font-family: arial, helvetica sans-serif;
	font-size: 12px;
}
#subbody
{
	margin: 0 auto;
	width: 940px;
}

/* rules */
a
{
	color: #cc1543;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* top */
#top
{
	height: 50px;
	padding-top: 10px;
}

/* nav */
#nav
{
	height: 50px;
}
#nav li
{
	float: right;
	text-indent: -9999px;
	margin-left: 10px;
}
#nav li a
{
	outline: none;
}

#nav li a#nav_home
{
	width: 67px;
	height: 50px;
	background: url(../../images/nav_home.gif) top;
	display: block;
}
#nav li a#nav_home:hover
{
	background-position: bottom;
}
#nav li.navselected a#nav_home
{
	background-position: bottom;
}
#nav li a#nav_yas
{
	width: 96px;
	height: 50px;
	background: url(../../images/nav_yashotel.gif) top;
	display: block;
}
#nav li a#nav_yas:hover
{
	background-position: bottom;
}
#nav li.navselected a#nav_yas
{
	background-position: bottom;
}
#nav li a#nav_about
{
	width: 96px;
	height: 50px;
	background: url(../../images/nav_about.gif) top;
	display: block;
}
#nav li a#nav_about:hover
{
	background-position: bottom;
}
#nav li.navselected a#nav_about
{
	background-position: bottom;
}
#nav li a#nav_contact
{
	width: 102px;
	height: 50px;
	background: url(../../images/nav_contact.gif) top;
	display: block;
}
#nav li a#nav_contact:hover
{
	background-position: bottom;
}
#nav li.navselected a#nav_contact
{
	background-position: bottom;
}

h2.contact
{
	height: 90px;
	width: 940px;
	background: url(../../images/header_contactus.gif) top #fff no-repeat;
	text-indent: -9999em;
}
h2.about
{
	height: 90px;
	width: 940px;
	background: url(../../images/header_aboutus.gif) top #fff no-repeat;
	text-indent: -9999em;
}
h2.yas
{
	height: 90px;
	width: 940px;
	background: url(../../images/header_yashotel.gif) top #fff no-repeat;
	text-indent: -9999em;
}


/* main content area */
#maincontent
{
	margin: 0;
	padding: 0;
	background: url(../../images/content_bg.gif);
}
#leftcontent
{
	float: left;
	width: 610px;
	margin-right: 20px;
}
#rightcontent
{
	float: left;
	width: 270px;
	padding: 20px;
	background-color: #f2f2f2;
	color: #696b73;
}

#rightcontent ul
{
	padding: 5px 20px;
}
#rightcontent ul li
{
	margin-bottom: 8px;
	list-style-type: disc;
}

.introtext
{
	font-size: 18px;
	color: #8E8E96;
}
.imgspace
{
	margin-bottom: 20px;
}
#yasflash
{
	background-color: #fff;
}

ul#gallery
{
	margin: 0;
	padding: 0;
}
ul#gallery li
{
	margin: 0 10px 10px 0;
	float: left;
	list-style: none;
}
ul#gallery li.gall_nomarg
{
	margin-right: 0;
}

/* footer */
#footer
{
	width: 940px;
	height: 39px;
	background-color: #fff;
	display: block;
}
#logo
{
	background: url(../../Images/logo.png) no-repeat;
	width: 160px;
	height: 76px;
	position: relative;
	top: -37px;
	left: 780px;
}
#footerlinks
{
	width: 940px;
	height: 36px;
	background: url(../../images/footer_bg.gif) no-repeat;
	margin: 0 0 20px 0;
	padding: 0;
}
#footerlinks ul
{
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 10px 0 0 20px;
	position: relative;
}
#footerlinks ul li
{
	float: left;
	margin-right: 20px;
}
#footerlinks ul li a
{
	text-decoration: none;
	color: #fff;
}
#footerlinks ul li a:hover
{
	text-decoration: underline;
}


fieldset
{
	border: 1px solid #696b73;
	padding: 0 20px 20px 20px;
}
fieldset legend
{
	font-size: 18px;
	color: #000;
}

#contact_form
{
	margin: 0 auto;
	width: 370px;
	margin-top: 20px;
}
#contact_form .row
{
	width: 370px;
	margin-bottom: 10px;
}
#contact_form .row .title
{
	float: left;
	width: 110px;
	display: block;
	font-size: 1.2em;
}
#contact_form .row .field input
{
	background-color: #FDFDE5;
	border: solid 1px #BABABA;
	width: 250px;
	font-size: 1.1em;
}
#contact_form .row .field textarea
{
	background-color: #FDFDE5;
	border: solid 1px #BABABA;
	width: 250px;
	height: 85px;
	font-size: 1.1em;
	font-family: arial, helvetica sans-serif;
}
#contact_form .row .buttonpanel .submit
{
	background: url(../../images/submit_btn.gif) no-repeat;
	width: 113px;
	height: 34px;
	text-indent: -5000px;
	cursor: pointer;
	float: right;
	margin-right: 5px;
	outline: none;
}

.displaynone
{
	display: none;
}
#yashoteltabs
{
	float: left;
	width: 610px
}
#yashoteltabs ul.tablist
{
	float: left;
	width: 610px;
	margin: 0;
}
#yashoteltabs ul.tablist li
{
	float: left;
	background: url(../../Images/yas_tabtile.jpg) repeat-x top;
	height: 30px;
	padding: 10px 20px 0 20px;
	margin: 0 5px 0 0;
}
#yashoteltabs ul.tablist li.selected
{
	background: #F2F2F2;
}
#yashoteltabs ul.tablist li a
{
	color: #8E8E96;
	font-size: 1.5em;
	text-decoration: none;
	outline: none;
}
#yashoteltabs ul.contentlist
{
	float: left;
	width: 610px;
	background: #F2F2F2;
	margin: 0;
}
#yashoteltabs ul.contentlist li
{
	float: left;
	width: 570px;
	padding: 25px 20px;
}
#yashoteltabs ul.contentlist li .contentwrapper
{
}
#yashoteltabs ul.contentlist li img
{
	float: right;
	margin: 0 0 0 25px;
}
#yashoteltabs ul.contentlist li span
{
	float: left;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	color: #8E8E96;
}
#yashoteltabs ul.contentlist li span.intro
{
	font-size: 1.5em;
}
/*Contact Us Page*/

.contactForm
{
	width:560px;
	float:right;
	margin-top:20px;
	color:#686b72;
	font-size:0.9em;
	margin-right:20px;
}

.contactForm legend
{
	color:#686b72;
}

.introText
{
	width:245px;
	float:left;
	margin-right:10px;
	margin-left:20px;
	margin-top:20px;
}

.ukOffices
{
	float:left;
	width:250px;
	margin-right:48px;
	margin-left:20px;
}

.middleEastOffices
{
	float:left;
	width:250px;
	margin-right:62px;
}

.eastEuropeOffices
{
	float:left;
	width:250px;
}

#offices
{
	height:540px;
	padding-top:20px;
}

#content
{
	background-color:#f2f2f2;
}

#content p
{
	color:#686b72;
}

.introText p
{
	font-size:1.2em;
}

.phoneImage
{
	float:left;
	margin-top:-3px;
	margin-right:5px;
}

.telNumber
{
	margin-top:20px;
}

#logolist
{
	float: left;
	width: 610px;
}
#logolist li
{
	float: left;
	margin: 0 18px 0 0;
}
#logolist li.last
{
	margin: 0;
}