body {
	margin: 0;
	padding: 0;
	font-family: "Courier", verdana, arial, 
helvetica, sans-serif;
	font-size: 12px;
	color: #706E65; /*#A3A199;*/
	background-color:  #ffffff;
	/* background-color: #E0E0D7; */
	/* background-image: url(../images/grid.gif);  
	background-repeat:repeat-y; */
}



* {
	padding: 0;
	margin: 0;
}
.clearfix{
	zoom : 1;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


p{
	margin: 0 0 25px 0;
}
p.focus{
	font-weight: bold;
}

#home p, #home #header a{
	color: #fff;
}
#thumbs p{
	margin-bottom: 5px;
}

h1{
	text-indent: -4000px;
	height: 57px;
    overflow: hidden;
	
	float: left;
	width: 310px;
	background-image: url(../images/flip.gif);
	background-repeat: no-repeat;
}

h2{
	
	text-indent: -4000px;
	height: 46px;
    overflow: hidden;
	background-repeat: no-repeat;
}

#table h2{
	background-image: url(../images/txt_the_flip_table.gif);
}
#profile h2{
	background-image: url(../images/txt_profile.png);
}
#contact h2{
	background-image: url(../images/txt_ordering.png);
}

.caption{
	margin: 10px 15px 0 10px;
	text-align: right;
}

#thumbs .visualBlock p{
	color: #fff;
	margin-top: 5px;
}

/****************************************************************/
/* 1. STRUCTURE  */
/****************************************************************/




#container{
	width: 900px;
	margin: 0 auto;
	
}

#header{
	padding: 25px 40px 10px 40px;
	margin-bottom: 20px;
	/**/
	background-image: url(../images/line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}

#wrapper{
	width: 900px;
	position: relative;
	
}
#home #wrapper{
	/* background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	height: 670px;
	*/
	width: 900px;
}

#home #footer{
	/*
	margin: 0;
	position: absolute;
	left: 25px;
	bottom: 20px;
	*/
	margin-left: 95px;
}

#footer{
	margin: 25px 0 0 25px;
}

#content{
	
}

#table #content{
	margin: 0 44px 0 32px;
}

.visualBlock{
	width: 473px;
	float: left;
	
}
#table div.movie{
	display: block;
	height: 400px;
	/* border: 1px solid red; */
}

#movie{
	z-index: 1;
	
}

#popup #movie{
	margin: 10px;
}

#overlay{
	z-index: 90;
}

.txtBlock{
	width: 290px;
	float: right;
	
}
#thumbs{
	background-color: #C3BCA2;
	color: #24292e;
	padding: 18px 44px 18px 18px;
}
#thumbs .visualBlock{
	width: 515px;
	
}
#profile #thumbs{
	text-align: center;
}
#tableImgHolder{
	margin: 20px 0 0 90px;
}
/****************************************************************/
/*  LIstS  */
/****************************************************************/

#header ul{
	float: left;
	margin: 25px 0 0 30px;
}
#header ul li{
	display: inline;
	list-style-type: none;
	margin-right: 30px;
}

/****************************************************************/
/*  LINKS  */
/****************************************************************/
#header a{
	text-decoration: none;
	font-size: 14px;
	color: #a3a199;
}
a{
	color: /*#a3a199;*/ #3A3935;
	text-decoration: none;
}
.txtBlock a{
	border-bottom: 1px solid #3A3935;
}

/* My Comment */

#thumbs a{
	color: #24292e;
}
/****************************************************************/
/*  IMAGES  */
/****************************************************************/

img{
	border: none;
}
img.logo{
	float: left;
}
img.homeTxt{
	margin: 19px 0px 14px 95px;
}

img.homeIntro{
	margin: 0 95px;
}

img.homeAvailable{
	margin: 18px 95px;
}

img.txt{
	margin-bottom: 20px;
}
img.british{
	float: right;
	margin-top: 90px;
}


#tableImgHolder img{
	margin-right: 23px;
}

/****************************************************************/
/*  ERRORS & FEEDBACK  */
/****************************************************************/



div.flash-errors, div.errorExplanation{
	margin: 15px 0 5px 0;
	background-color: #fff2f2;
	border: 1px solid #df0000;
}
div.flash-notice{
	/*
	margin: 15px 0 5px 0;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 2px;
	*/
	padding: 0;
	margin: 15px 0 5px 0;
  	font-family: "Georgia", serif;
  	font-style: italic;
  	font-size: 1.1em;
  	background-color: #ffffdd;
  	text-align: center; 
  	border-top: 1px solid #eeee88;
  	border-bottom: 1px solid #eeee88;
}
.flash-errors p{
	margin: 5px 0;
	background-color: #fff2f2;
	border: 1px solid #df0000;
	padding: 2px;
}

div.flash-errors p, div.flash-notice p{
		padding: 10px;
		margin: 0;
}





/****************************************************************/
/*  FORMS  */
/****************************************************************/

form{
	margin: 58px 0 0 50px;
	
}



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

structure

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

fieldset {
  clear: both;

  /*  */
  border-color: #ccc;
  border-width: 1px 0px 1px 0px;
  border-style: solid none none none;

 
  padding: 10px 0;
  margin: 0px 0px 20px 0px;
}

form div {
   /* background-color: #f6f6f6; */
	padding: 5px 0;
	
}

form div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html form div {height: 1%;}
/* End hide from IE-mac */

.notes{
	background-color: #FFFFE0;
	border-right: 1px dotted #ccc;
}

form .main{
	/* for forms */
	background-color: #F5F5F2;
	
}

fieldset .notes{
	width: 200px;
	float: left;
	display: block;
	/**/  
	
}




div.submit{
	margin-left: 0px;
	/* border-top: 1px solid #666; */
	text-align: right;
}

div.submit input{
	margin-right: 10px;
}


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

text

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

legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0 10px;
}

form p{
	padding: 0 10px 5px 10px;
}

form h4{
	padding: 0 10px;
}

.answer p{
	padding-left: 5px;
}

form div small {
  display: block;
  margin: 2px 0px 5px 100px;
  padding: 1px 3px;
  font-size: 88%;
}

.create{
	text-align: right;
	margin: 5px 0px;
}

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

labels

*********************/
label, span.question{
	
	color: #D94F00;
	display: block;
  	float: left;
  	width: 80px;
  	padding: 3px 0px;
  	margin: 0px 10px 10px 0px;
  	
  	/* background-color: yellowgreen;  */
}

html>body label{
	width: 90px;
}

label.labelRadio, label.labelCheckbox {
  float: none;
  display: block;
  width: 200px;
  padding: 0px;
  margin: 0px 0px 5px 110px;
  text-align: left;
  
}

label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0px 0px;
  text-indent: 0px;
  margin: 0px 0px 0px 0px;
}

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

input

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

#CommentInputForm input, #CommentInputForm textarea{
	margin-left: 10px;
}
#CommentInputForm small{
	margin-left: 110px;
}

.answer{
	width: 295px;
	float: left;
	/* border: 1px solid red; */
}
input.inputText{
	width: 295px;
	background-color: #EdE9e0;
	border: none;
	padding: 2px;
}

input.dateinput{
	width: auto;
}

textarea{
	width: 295px;
	background-color: #EdE9e0;
	border: none;
	padding: 2px;
}

input.inputRadio, input.inputCheckbox {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 2px 0px;
}


select{
	border: 1px solid red;
	width:  90px;

}