/* =Layout Code
----------------------------------------------------------------------*/

/* ----- BODY ----- */

.provinces {font: normal 8pt Verdana; text-decoration: none; color: #969696;}


h1 { font-family: Tahoma; font-size: 10pt; color: #808080; text-align: left; display:inline; }
h2 { font-family: Verdana; font-size: 10pt; color: #000000; text-align: left; display:inline; } 
h3 { font-family: Tahoma; font-size: 10pt; color: #808080; text-align: left; display:inline; }

/* ----- ADD THIS ----- */

#AddThis { position:relative; z-index:1000; }

/* ----- TEXT ----- */

.texta {font: bold 10pt Verdana; text-decoration: none; color: #000000;}
.textb {font: bold 10pt Verdana; text-decoration: none; color: #969696;}
.textc {font: normal 7pt Verdana; text-decoration: none; color: #000000;}
.textd {font: bold 10pt Tahoma; color: #808080; text-align: left; display:inline; }
.texte {font: normal 9pt Verdana; text-decoration: none; color: #000000;}
.address_a {font: bold 10pt Tahoma; text-decoration: none; color: #000000;}
.address_b {font: normal 10pt Tahoma; text-decoration: none; color: #000000;}
.main {font: normal 12pt Arial; text-decoration: none; color: #353535; }
.main2 {font: bold 11pt Tahoma; text-decoration: none; color: #FF0000; }
.main3 {font: bold 18pt Tahoma; text-decoration: none; color: #FF0000; }
.main4 {font: normal 10pt Tahoma; text-decoration: none; color: #FF0000; }

/* ----- PROVINCES ----- */

.provinces {font: normal 8pt Verdana; text-decoration: none; color: #969696;}

/* ----- BOTTOM MENU ----- */

.btmenu {font: normal 10pt Verdana; text-decoration: none; color: #969696;}

.bad { display: none; }

/* ----- signup button ----- */

.gift_btn {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	height: auto;
	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	font-family: AllerLight;
	border: 1px solid #679b68;
	
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);

	background: -webkit-linear-gradient(#76ae77, #59965a);
	background: -moz-linear-gradient(#76ae77, #59965a);
	background: -o-linear-gradient(#76ae77, #59965a);
	background: -ms-linear-gradient(#76ae77, #59965a);
	background: linear-gradient(#76ae77, #59965a);
	width: 340px;
	height: 50px;
	cursor: pointer;
}

.gift_btn:hover {
	background: -webkit-linear-gradient(#8aba8b, #67a068);
	background: -moz-linear-gradient(#8aba8b, #67a068);
	background: -o-linear-gradient(#8aba8b, #67a068);
	background: -ms-linear-gradient(#8aba8b, #67a068);
	background: linear-gradient(#8aba8b, #67a068);
}