/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */

#company {
	background: #FFFFFF url("../graphics/contact.jpg") no-repeat; 
}


div#infocolumn {
	margin-right:10px;
	border-bottom:5px solid #cda7ad;
	height:400px;
}
   
/* ---------------------------------------------------- 
  
   colour
   
   ---------------------------------------------------- */

h1, h2, h3, h4, h5, #info a:link, #info a:visited {
	color: rgb(143, 98, 106);
}

#info .contactdetails {
	color: rgb(143, 98, 106);
}

#info a:hover, #info a:active {
	 color:#5F353D; 
}

#info a:link,#info a:visited, #info a:hover, #info a:active {
	text-decoration:underline;
}

#info p {
	font-size:100%;
}

#info p.coreg {
	font-size:70%;
	margin-top:20px;
}
#info li {
/*	color: #666666; */
	color:  #404040;
}

#info ul {
	list-style-type:square;
	margin-left:20px;
	padding-left:20px;
	margin-bottom:30px;
	
}

#info {
	border-left: 1px dotted #cda7ad;
}

#info p.bookbutton {
/*		background-color:rgba(73.3%,23.9%,53.1%,.72); */
	background-color:#cda7ad;
	color:#FFF;
	font-size:105%;
	padding:10px 20px;
	margin-top:80px;
	width:9em;
}

#info .bookbutton a {
	color:#FFF;
	
}

#info .bookbutton a:link,#info .bookbutton a:visited {
	text-decoration:none;
}

#info .bookbutton a:hover, #info .bookbutton a:active {
	text-decoration:underline;
}


/* ---------------------------------------------------- 
  
   sidebar
   
   ---------------------------------------------------- */


#contentsub div {
	margin-right:10px;
}

div#buttons {
	margin-top:240px;
}

ul#buttonlinks li {
	padding:15px;
	text-align:center;
	margin-bottom:8px;
	font-size:90%;
	color:#FFF;
}

li#chbutton {
	background-color: #C5B4A8;
/*	background-color: rgba(72.3%,63.8%,58.3%,0.82);  css3 */
}

li#brbutton {
	background-color: #C7609D;
/*	background-color: rgba(73.3%,23.9%,53.1%,0.82);  css3 */
}

li#libutton {
	background-color: #9999B3;
/*	background-color: rgba(51.5%,51.1%,63.4%,0.82);  css3 */
}


