/* Start of CMSMS style sheet 'Layout: Top menu + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

div#flags{
width: 860px;
margin: 0 auto;
}

div#flags img{
border: none;
}

div#flags p {
margin: 0px;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 74.01%;

background: #ECECFF;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
div#gallerynew {
   margin: 0 auto;
   width: 500px;
   z-index:1

}

.margintop {
   margin-top: 1px;

}

div#main-home table.homepage {
   width: 850px;
   margin: 0 auto;
}

body {
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   margin-top:10px;
   width: 960px;
   background-color: #fff;
   color: #4D6794;
   border: 1px solid #6E96D5;





font-size: 16px;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 110px; /* adjust according your image size */
   background: #ffffff;           
}
#movie {
margin-top: -110px;
}

#banner{
   background-color: #ffffff;

}


div#header h1 a {
/* you can set your own image here */
   background: #ccccff url(images/beach.jpg) no-repeat 0 0px; 
   background-position: top right;
   display: block; 
   height: 110px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}



div#content {
   margin: .6em auto 0em 0; /* some air above and under menu and content */
background-color:#ffffff;

}

div#main {
margin-top: -10px;
   z-index:-100
width: 960px;
padding:10px;
}

div#main-home {
margin-top: -10px;
   z-index:-100
width: 960px;
padding-top:5px;
}

div#purplebk {
   background-color: #CAC7E4;
   padding: 10px;

}

div#purplebk h5{
   color: #6E96D5;
   font-size: 5em; 

}



div#main td{
padding: 5px;
}
table.prices td {
border: 1px solid #6E96D5;
}
table.prices {
margin-bottom: 10px;
}



.maintable{
margin-top: -80px;
}

div#gallery{
   margin-top:50px;
   z-index:-100

}

.nomargin {
   margin-top:-1em;
   *margin-bottom:1em;

}

div#content-bottom {
   width: 960px;
   height: 30px;
   background-color: #6E96D5; 

}


div#footer {
   clear:both;       /* keep footer below content and menu */
   width:960px;
   height: 65px;
background-color:#CCCCFF;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
padding-left:5px;
padding-right:5px;

}

/* HEADINGS */
div#content h1 {
   font-size: 1.2em;  /* font size for h1 */
   line-height: 1em;
   margin:5px 0 5px 0;
color:#9933AB;
}
div#content h2 {
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
color:#CCCCFF;
}
div#content h3 {
   color: #9933BC; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-weight: normal;
   font-size: 16px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #3E608C;
}
h6 {
   font-size: 16px;
   line-height: 2.6em;
   margin: 0 0 0.25em 0;
   color: #3E608C;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 85%;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.2em;
   padding: 0;
color:#3E608C;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

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

                            Form styles
************************************************************************************************/							


/* form elements */

form {

	margin: 15px 10px 0px 15px; 
	
	padding: 5px 10px 0px 10px;



}

label {

	display: block;

	font-weight: bold;

	margin: 8px 0px 5px 0px;

	color: #4D67B9;
	font-family:Helvetica,Arial, sans-serif;


}

input, select {

	padding: 3px;

	font: normal 1em Verdana, sans-serif;

	color: #666666;

	background: #fff;  	

}

textarea {

	width: 400px;

	padding: 4px;

font-family:Helvetica,Arial, sans-serif;

	height: 100px;

	display: block;

	color: #666666;

}

input, textarea, select {

	background: #fff;

  	border-width: 2px;

  	border-style: solid;

  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 

}



input.button { 

	font: bold 12px Arial, Sans-serif; 

	height: 30px;

	margin: 0;

	padding: 2px 3px; 

	color: #555;

	background: #E6E6E6;

	

	border-width: 3px;

  	border-style: solid;

  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;

}
input.fbsubmit {
	background: #395795;
        color: #fff;
  	border-width: 3px;
  	border-style: solid;
  	border-color: #D0D0D0 #e0e0e0 #e0e0e0 #d0d0d0; 
}

/***********************************************end********************************************/

/* End of 'Layout: Top menu + 1 column' */

