/* 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. 
*/


td.left_column {
  background-color: #907e57;
}

td.center_column {
  background-color: #907e57;
}

td.right_column {
  background-color: #907e57;
}

#mainlinks a:hover {
  color: #585c4f;
}

.currentpage {
  color: #585c4f;
}


#TA_Link{
	background-color: #907e57 !important;
}

.event_link{
	color: #685a3f!important;
	font-weight: bold;
}
	
.event_hol {
	color: #98460a;
	font-weight: bold;
}

.event_festiv {
	color: #fcc505;
	font-weight: bold;
}	


input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a img{
	border:none;
	
}

#message
{
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 300px;
	position: relative;
	left: 120px;
	top: 40px;
	z-index:0;
}
/* remove the below class when removing the above message - its a overide */



div#fb-like{
	position:relative;
	
	}
	
	#fb-like a {
	position:absolute; 
	top: -30px;
	left: 560px;
	text-decoration:none;
}

#top-content{
	position:relative;
	width:619px;	
	
}


#facebook {
  position:absolute;
  top:50px;
  right:120px;
 
}
#twitter{
  position:absolute;
  top:50px;
  right:150px;
 
}
	.special-terms{
	color:#f3d79a;
	}
	.special-offers{
		color:#F00;
		font-weight:bold;
		
	}
/*Footer links updated according to the new mark up 31 Jan 2012*/
#bar_3 {
  width: 850px;
  font-size: 9px;
  color: #848B5E;
  padding-top: 13px;
  padding-bottom: 5px;
}
#bar3_links {
  padding:0px 0px 0px 0px;
  margin: 0px;
   list-style-type: none;
}
/*
.bar3_nav_divide {
  padding-left: 3px;
  padding-right: 3px;
  color: #848B5E;
}*/
#bar3_links li {
float:left;
 background:url(../images/nav-bg.gif) no-repeat right bottom;
 height:12px;
 padding:0px 7px 0px 10px;
 margin:0px;
}


#bar3_links a:link,#bar3_links a:visited,#bar3_links a:active {
  color: #848B5E;
  text-decoration: none;
}
#bar3_links a:hover {
  color: #848B5E;
  text-decoration: underline;
}
.bar3_currentpage {
  color: #848B5E;
}
.no-bg{
	background:none !important;
	
}

.pd-left{
	padding-left:229px;
	
}
.pd-left2{
	padding-left:235px;
	
}


 a.comodo:link, a.comodo:visited,a.comodo:active,a.comodo:hover { color: #585C4F; font-weight: normal;}
 
 .comodo-img{
	 padding-left:50px; 
 }

	

