/* colour scheme 

Primary #003366
1 #002447
2 #BFDFFE
3 #80BFFE
*/

body{
background-color:#036;
text-align: center; 
}


div#salescontainer {
margin-left: auto; 	
margin-right: auto; 
width: 800px; 	
text-align: left; 	
background-color:white;
	}  

div#salesheadernifty{
background-color:#BFDFFE;
text-align:center;
border-bottom:#036 thick solid;
}	

	
div#salesheader{
margin:5px;
text-align:center;
}	

div#salesrightcontainer{
background-color:#BFDFFE;
width:300px;
float:right;
margin:15px 5px 5px 5px;
}

div#salesrightcontent{
margin:5px ;
}

div#salesmaincontent{
padding:0 20px 20px 20px;
}

div#dufour36layout{
float:right;
margin:5px;
}

div#salestable{
float:left;
}

div#tripitakainformation{
background-color:#BFDFFE;
width:450px;
}

div#testimonialcontainer{
background-color:#BFDFFE;
width:400px;
margin:20px;
}
div#testimonialcontent{
margin:25px;
}

div#testimonialtitle{
margin:0 20px 0 20px;
border-bottom:2px solid #036;
padding:5px;
text-align:center;
font-weight:bold;
font-size:12pt
}

/*headings */
h1 {
font-size:150%;
color:#002447;
font-weight:bold;
}

h2 {
font-size:125%;
color:#002447;
font-weight:bold;
}

h3 {
color:#002447;
font-weight:bold;
}

/*table*/
.salestableheading {
font-size:11pt;
font-weight:bold;
color:#002447;
}

.salestable {
font-size:11pt;
}

.formheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #002447;

}

.season{
font-size:11pt;
}

div#bookingform{
	margin:10px 0 0 0;
	font-size:9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

div#salesclickhere{
text-align:center;
width:140px;
height:20px;
margin: 0 75px 8px 75px;
padding:5px;
border:5px outset #B20000 ;
font-size:14pt;
background-color: #F00;
color:white;
}


a.salesadlink:link {
color: #ffffff;
text-decoration:none;
}

a.salesadlink:visited {
color:#ffffff;
text-decoration:none;
}

a.salesadlink:hover {
text-decoration:underline;
color:#ffffff;
}

div#booknow{
font-size:20pt;
font-weight:bold;
text-align:center;
color:red;
}

/* CSS selectors */

a:link{
color: red;
text-decoration:none;
}

a:visited {
color: red;
text-decoration:none;
}

a:hover{
color: red;
text-decoration: underline;
}
