@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/newbg.jpg);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9400db;
	background-position:center;
	background-repeat:repeat-y;
	background-color:#2d1b49;

}

a{
	color:#9f8cb9;
	font-weight:bold;
}

p{
	margin:10px 0;
}

table td{
	padding:0 5px;
}

h1{
	color:#4b3170;
}

.right{
	float:right;
}
img{

}
h1{
	color:#9400db;
}

h2{
	text-transform:uppercase;
	color:#9400db;
}

.yellow{
	padding:2px;
	background-color:#639;
	color:#FFF;
	font-size:18px;
}

.days{
	font-size:24px;
	color:#9f8cb8;
	font-weight:bold;
}

#content img{
	padding:3px;
}

.header{
	padding:10px 0;
	clear:both;
	text-align:center;
}
.header h2{
	color:#791c79;
	font-size:18px;
	font-weight:bold;
	margin:4px 0;
	padding:0;
}

#content{
	background-image:url(../images/content_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:5px 5px;
}

.wrapper{
	width:766px;
	margin:0 auto;
	background-color:#FFF;
}
.outline{
	border-left:3px solid #9f8cb9;
	border-right:3px solid #9f8cb9;
	border-top:3px solid #9f8cb9;
}
#focus{float:left;height:232px;width:766px;}
#focus img{float:left;}

#menu{
	background-color:#2d1b49;
}
.clear{
	clear:both;
}

#content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#content ul li{
	list-style:none;
	background-image:url(../images/tik.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:4px 0 4px 24px;
	
}

#header_text{
	
}
#header_text .left{
	padding:10px 0;
	padding-left:3px;
	float:left;
	width:400px;
}
#header_text .right{
	padding:10px 0;
	text-align:right;
	float:left;
	width:360px;
}

#footer{
	text-align:center;
	background-color:#9f8cb8;
	padding:5px;
	color:#FFF;
	font-size:12px;
}
#footer a{
	color:#FFF;
}

/* FORM STYLING */
.booking label{
	font-weight:bold;
}

.booking{
	padding:12px;
	border:1px solid #4b3170;
	background-color:#FFF;
	}
.booking .title{
	color:#9f8cb8;
	font-weight:bold;
	margin-bottom:4px;
	border-bottom:1px solid #9f8cb8;
	font-size:14px;
}
.space{
	height:10px;
}

.booking .input-text{
	width:200px;
}

.booking .form-text{
	font-size:11px;
}

.booking .input-textArea{
	width:200px;
}
.booking .input-nowidth{
	width:200px;
}
