

body{
	font-family: arial, helvetica, sans serif;
	color: #fff;/*black*/
	font-size: small;
	background: #E6E6E6 url(images/page_background.jpg) no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html{
	position: relative;
	padding: 0px;
	margin: 0;
	border: 0;
	clear: both;
	height: 100%;
}

#wrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 863px;
	
}


/*////////////////////////////
	HEADER AREA
////////////////////////////*/



#header{
	width: 768px;
	background: #000 url(images/header_background2.gif) no-repeat top left;
	height: 133px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar{
	width: 63px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.logo{
	float: left;
	width: 313px;
	height: 96px;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

/*////////////////////////////
	HOME ANIMATION BOX
////////////////////////////*/

#photobox{
	width: 300px;
	height: 640px;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 400px;
	float: right;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

.menuitem{
 	background: url(images/menu_line.gif) no-repeat top right;
	padding: 0px 20px 0px 7px;
	display: inline;
}

.menuitem2{
	padding: 0px 0px 0px 7px;
	display: inline;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active{
	color: #fff;/* white*/
	text-decoration: none;
	}
	
#menu a:hover{
	color: #E92795;
}





/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	width: 863px;
	background: #000 url(images/content_background.gif) repeat-y top right;
	margin: 20px auto auto auto;
	min-height: 720px;
	padding: 0;
	float: left;
}

* html #content { height: 720px;}


.innercontent{
	width: 740px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	line-height: 120%;
	float: left;
}

*html .innercontent{
	margin: 0px 0px 0px 15px;
}



/*////////////////////////////
	COPYRIGHT
////////////////////////////*/

#footer{
	width: 863px;
	height: 130px;
	margin: 0;
	padding: 0;
	background: url(images/footer_background.gif) no-repeat top right;
	float: left;
}




.copyrighttext{
	width: 740px;
	font-size: x-small;
	float: left;
}

.copyrighttext p{
	margin: 50px 0px 30px 30px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #fff;/* white*/
	text-decoration: underline;
	}



/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color:  #E92795;/*pink*/
	text-decoration: underline;
}

a:visited{
    color:  #E92795;/*pink*/
	text-decoration: underline;
}

a:hover{
    color:  #E92795;/*pink*/
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: tahoma, arial, helvetica, sans serif;
	color: #fff;/*white*/
	font-size: x-large;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0;
}


h2{
	font-family: tahoma, arial, helvetica, sans serif;
	color: #fff;/*white*/
	font-size: medium;
	font-weight: normal;
	border-bottom: 1px solid #E92795;
	display: inline;
}  


h3{
	font-family: tahoma, arial, helvetica, sans serif;
	color: #2D652F;/*white*/
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}


.right{
	float: right;
	margin-left: 5px;
}

.left{
	float: left;
	margin-right: 5px;
}

.large{
	font-size: large;
}

.innercontent ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.pink{
	color: #E92795;
}



/*////////////////////////////
	Gallery page
////////////////////////////*/


.gallerybox{
	width: 180px;
	height: 190px;
	text-align: center;
	display: inline;
}

.gallerybox img{
	vertical-align: middle;
	margin: 6px;
	border: 2px solid #fff;
	padding: 1px;
}

.enquiry
{
	display: block;
	float: left;
	width: 120px;
}

input{
	background: #fff;
	color: #333;/* dark grey*/
	border: 1px solid #fff;
	margin-bottom: 4px;
}

select{
	margin-bottom: 4px;
}

textarea{
	font-family: arial, helvetica, sans serif;
	color: #333;/* dark grey*/
	background: #fff;
	border: 1px solid #fff;
	margin-bottom: 4px;
}

.submit{
		background: #4E494C;/*green from logo*/
		border: 1px solid #4E494C;/*green from logo*/
		font-weight: bold;
		color: #fff;
}

.photopadding
{
	padding: 20px 0px 20px 50px;
	float: right;
}

.special{
	border: 1px solid #E92795;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	font-size: medium;
	font-style: italic;
	/*display: inline-block;*/
}

/*.special p{
	float: left;
}*/

.special2{
	background: #E92795;
	padding: 10px;
	font-size: medium;
	font-style: italic;
	text-align: center;
	display: block;
}


.packagetitle{
	font-family: tahoma, arial, helvetica, sans serif;
	background: #E92795;
	color: #fff;
	font-size: medium;
	font-weight: bold;
	
}