/**
  Site Name: Gulistan
  Site URI: http://www.gulistanhouse.com/
  Version: 1.0
  Author: Graeme Pirie
  Author URI: http://mtcmedia.co.uk

  Colours Used:
  
  Pink:					#E9C1C1
  Nav Grey:				#313131
  Content Grey:			#E4E4E4
  Footer Grey:			#C0C0C0
  Heading Red:			#910303
  Heading Italic:		#754343
  Paragraph:			#181717
  Strapline:			#86410B
  Footer:				#322F2F
  Sub-Nav:				#9F9691
  Sub-Nav a:			#B2470D

*/

/* ************************************************************************************************************************************************************

Reset

************************************************************************************************************************************************************ */

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, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}


.clear {
	clear: both;
}

span.clear {
	clear: both;
}

div, img {
	behavior: url(iepngfix.htc);
}

ol.terms{
  list-style: decimal;
  padding: 10px 10px 10px 30px;
}
  ol.terms li{
    padding: 0 0 10px 0;
  }

.news-latest a, .content{
  color: #B2470D;
	text-decoration: none;
}
/* ************************************************************************************************************************************************************

Page Elements

************************************************************************************************************************************************************ */


* {
	margin: 0;
	padding: 0;
}
	
body {
	background: url(../images/bodybg.jpg) top left repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	text-align: center;
}

ul#skip-links {
	text-indent: -9999px;
	height: 0;
	width: 0;
}

ul#skip-links li {
	background: none;
	line-height: 0;
	font-size: 0;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/headerbg.jpg) top center no-repeat;	
}

#home-content-area {
	background: url(../images/homebg.jpg) bottom right no-repeat #E4E4E4;
	padding: 30px;
	position: relative;	
}

#content-area {
	background: url(../images/contentbg-r.jpg) bottom right no-repeat #E4E4E4;
	padding: 30px;
	position: relative;
  z-index: 8;	
}

span.bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 234px;
	background: url(../images/contentbg.jpg) top left no-repeat;
  z-index: 1;	
}

#footer {
	color: #322F2F;
	background: #C0C0C0;
	font-family: Georgia, Times New Roman, serif;
	margin-bottom: 20px;
	position: relative;
	padding: 30px;
}


/* ************************************************************************************************************************************************************

Typography

************************************************************************************************************************************************************ */

h1 {
	font-family: Georgia, Times New Roman, serif;
	color: #910303;
	font-size: 22px;
	margin-bottom: 25px;
	z-index: 200;
	position: relative;
}

h1 span {
	font-style: italic;
	font-size: 18px;
	color: #754343;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	color: #754343;
	z-index: 200;
	position: relative;
	margin-bottom: 25px;
	font-weight: normal;
}

h3{ 
	font-family: Georgia, Times New Roman, serif;
	z-index: 200;
	position: relative;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	color: #754343;
	margin-bottom: 0;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	z-index: 200;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	color: #754343;
}


p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #181717;
	z-index: 200;
	position: relative;
}

h6{
  position: relative;
  z-index: 200;
}
h5{
  position: relative;
  z-index: 200;
}
h4{
  position: relative;
  z-index: 200;
}


p.strapline {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, Times New Roman, serif;
	text-transform: uppercase;
	color: #86410B;
}

ol {
	z-index: 200;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

ul {
	z-index: 200;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



em {
	font-weight: bold;
	font-style: normal;
}

blockquote {

}

strong{
  font-weight: bold;
}

/* ************************************************************************************************************************************************************

Header

************************************************************************************************************************************************************ */

#header {
	margin-bottom: 15px;
}

div.news-flash {
	color: #fff;
	position:absolute;
	left: 20px;
	top: 35px;
	width: 300px;
	text-align: left;
}

div.news-flash p{
	color: #fff;
	width: 350px;
	text-align: left;
}

p.news-flash a {
	font-weight: bold;
}

a.logo {
	margin-left: 380px;
	display: block;
	width: 211px;
	height: 131px;
}

.contact {
	color: #fff;
	position:absolute;
	right: 40px;
	top: 45px;
	text-align: left;
}

p.tel {
	color: #fff;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 18px;
}

p.email {
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}

/* ************************************************************************************************************************************************************

Navigation

************************************************************************************************************************************************************ */

	
ul#nav {
	background: url(../images/navbg.png) top left no-repeat;
	width: 960px;
	height: 43px;
	margin-bottom: 0;
}	

ul#nav li {
	float: left;
	font-family: Georgia, Times New Roman, serif;
	text-transform: uppercase;
}

ul#nav li a.home {
	display: block;
	width: 59px;
}

ul#nav li a {
	display: block;
	width: 110px;
	height: 31px;
	text-align: center;
	padding-top: 12px;
	color: #E9C1C1;
}

ul#nav li a:hover, ul#nav li a.active {
	text-decoration: none;
	background: url(../images/nav-hover.jpg) top left repeat-x;
	color: #313131;
}

ul#nav li a.home:hover {
	background: none;
}

ul#nav li a#contact-nav:hover, ul#nav li a.contact-active {
	background: url(../images/contact-hover.png) top right no-repeat;
	color: #313131;
}
ul#nav li a#contact-nav{
	width:130px;
}
	
/* ************************************************************************************************************************************************************

Homepage

************************************************************************************************************************************************************ */
	
#slideshow {
	position: relative;
	height: 467px;
	z-index: 0;
	overflow: hidden;
}

#header-image {
	display: none;
}

#rose-suite {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 300;
	background: url(../images/rosebg.png) bottom left no-repeat;
	width: 187px;
	height: 149px;	
}

#rose-suite:hover {
	background: url(../images/rose-hover.png) bottom left no-repeat;
}

#rose-suite a, #order a {
	display: block;
	width: 187px;
	height: 70px;
	text-indent: -9999px;
	margin-top: 80px;
}

#order {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 200;
	background: url(../images/orderbg.png) bottom right no-repeat;
	width: 187px;
	height: 149px;	
}

#order:hover {
	background: url(../images/order-hover.png) bottom right no-repeat;
}


/* ************************************************************************************************************************************************************

Standard Pages

************************************************************************************************************************************************************ */

#content-area-text {
	float: left;
	width: 610px;
}

#content-area-text a {
	color: #B2470D;
	text-decoration: none;
}

#content-area-text li a.christmas, #content-area-text li span.christmas {
  color: #990000;
  text-decoration: none;
}

#content-area-text li a.christmas{
  font-weight: 600;
}

#content-area-text a:hover {
	text-decoration: underline;
}

img.general {
	float: right;
	margin-right: 15px;
	display: inline;
}

ul#sub-nav {
	font-family: Georgia, Times New Roman, serif;
	color: #9F9691;
	font-size: 12px;
	text-transform: uppercase;
}

ul#sub-nav li {
	float: left;
	margin-right: 10px;
}

ul#sub-nav li a {
	color: #B2470D;
	background: url(../images/sub-nav.jpg) center right no-repeat;
	padding-right: 10px;
}

ul#sub-nav li a:last-of-type {
	background: none;
}

p.question {
	font-weight: bold;
	margin-bottom: 0;
}

.story {
	margin-bottom: 20px;
}

.story h2 {
	margin-bottom: 5px;	
}

p.posted {
	margin-bottom: 20px;
}

/* ************************************************************************************************************************************************************

Booking Page

************************************************************************************************************************************************************ */

form {
	margin-bottom: 20px;
	position: relative;
	z-index: 200;
}

label {
	display: block;
	float: left;
	width: 150px;
	margin-right: 30px;
	font-size: 13px;
	line-height: 18px;
}

input, textarea {
	display: block;
	margin-bottom: 10px;
	width: 340px;
	font-size: 14px;
	padding: 3px;
}

select {
	display: block;
	margin-bottom: 10px;
	width: 347px;
	font-size: 14px;
	padding: 3px;
}

form#booking label#offers-label {
	width: 400px;
}

input[type="checkbox"] {
	display: inline;
	width: 10px;
}

input#submitbtn {
	border: 0;
	cursor: pointer;
	background: url(../images/button.png) top left no-repeat;
	width: 100px;
	height: 36px;	
	text-align: center;
	color: #fff;
	margin: 20px 0 0 300px;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

button:hover {
	background: url(../images/button-hover.png) top left no-repeat;
}

/* ************************************************************************************************************************************************************

Contact Page

************************************************************************************************************************************************************ */

#address {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #181717;
	z-index: 200;
	position: relative;
	width: 220px;
	float: left;
}

#map {
	width: 300px;
	height: 150px;
	float: right;
}

/* ************************************************************************************************************************************************************

Footer

************************************************************************************************************************************************************ */

#footer a {
	color: #322F2F;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

p.copyright {
	float: left;
	margin-bottom: 0;
}

p.mtc {
	float: right;
	margin-bottom: 0;
}

/*
  NEWS PAGES
*/



















	
	
	
	
