@charset "utf-8";

/* CSS Document */



@import url(http://fonts.googleapis.com/css?family=Pacifico);/*font-family: 'Pacifico', cursive;*/

@import url(http://fonts.googleapis.com/css?family=Smythe);/*font-family: 'Smythe', cursive;*/

@import url(http://fonts.googleapis.com/css?family=Simonetta:400,400italic);/*font-family: 'Simonetta', cursive;*/body {font-family: Arial, Helvetica, sans-serif ; 	 

	font-size:13px; 

	line-height:19px;

	color:#575757;

	background: url(../images/bg.gif) center 0 repeat #ecebe3; background-attachment:fixed;

	}

	.main{

	width:980px;

	margin:0 auto;

	}

	

	h3{

	font-family:'Smythe',Arial, Helvetica, sans-serif;	

	font-size:70px;

	text-align:center;

	margin-top:100px;

	color:#06F;

	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,

            -1px 1px 0 #5a7dfb, 3px 3px 5px #5a7dfb;

			

			





	}

	

	h1{

	font-family:'Simonetta',Arial, Helvetica, sans-serif;	

	font-size:25px;	

	color:#F07800

	}

	



h3:after {

  background: none;

  content: attr(data-text);

  left: 0;

  position: absolute;

  text-shadow: 1px 1px 2px #000;

  top: 0;

  z-index: -1;

}

	

	

	

	

	

	

	

	h2{

	font-family:'Simonetta',Arial, Helvetica, sans-serif;	

	font-size:25px;	

	color:#FFF;

	margin-top:8px;

	

	}

	

	#content{

	width:800px; margin:0 auto;

	margin-top:60px;

	margin-left:100px;	

	}

	

	.country{

	width:400px;

	float:left;	

	}

	

	

	

	

.button_example{
border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
 background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
 background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
 background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.button_example:hover{
 border:1px solid #5ca6c4;
 background-color: #82bbd1; background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}