/* CSS Document */

/*
 * The # is used to specify an ID element.
 * The ID can only be used by one element. 
 *
 * The . is used to specify a CLASS element.
 * CLASS is used for multiple instances or tags. 
*/
body {
  background-color: #FAF9EF;
  color: #3C3C3A;
}

td.left_column {
  background-color: #F7F3E7;
}

td.center_column {

  background-color: #F7F3E7;
}

td.right_column {
  background-color: #F7F3E7;
}

#mainlinks a:link,#mainlinks a:visited,#mainlinks a:active {
	color:#000000;
}

#mainlinks a:hover {
  color: #000000;
}

.currentpage {
  color: #000000;
}

td.address {
  color: #3C3C3A;
 }
 
.address a:link,.address a:visited,.address a:active {
  color: #3C3C3A;
}

.address a:hover { 
  color: #3C3C3A;
} 
 
 img.pics {
  border: solid 1px #7A640C;
}

img.picsbig {
  border: solid 1px #7A640C;
}

.thumb_img {
	border: 1px solid #7A640C;
}

img.promotions {
  width: 208px;
  height: 104px;
  border: 0px;
}

a:link,a:visited,a:active{
  color: #3C3C3A;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

#TA_Link {background-color: #FF9900!important; font-size: 11px!important; text-align: center!important;}

.TA_ruser{color:#999999!important;}

/*h3{
 color:#3c3c3a;
}*/

.event_link{
color:#2e340c!important;
font-weight: bold;
}
.event_festiv {
color:#9d964f!important;
font-weight: bold;
}

.event_hol {
color:#d54e0c!important;
font-weight: bold;
}


.survey_div {
	background-image: url(../images/grey_pixel.gif);
	background-repeat: repeat-y;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.tdi-image{

 	_margin-top:10px;
	margin-left:5px;
	}
#message
{
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 300px;
	position: relative;
	left: 150px;
	top: 50px;
	z-index:0;
}

/* remove the below class when removing the above message - its a overide */
.language 
{
_margin-left:30px;
*margin-left:30px;
}
