	@charset "utf-8";
	@font-face {
		font-family:TypoGraphica;
		src:url(fonts/TypoGraphica.ttf);
	}


	* {
		padding:0; 
		margin:0; 
		position:relative; 
		outline: none; 
		list-style: none; 
		outline:none;
	}


	body, html {
		padding: 0;
		margin:0;
		background: #F4F4F4;
		font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;
		color:#666;
		font-size:12px;
		height:100%;
	}
	
	a {
		color: #EF512A;
		text-decoration: none;
	}
	
	a:hover {
		color: #2E2828;
	}

	/*Home CSS Part*/
	
	#home_top {
    height: 85px;
	background:url(home/home_top.jpg) top no-repeat ;
    width: 100%;
	}
	
	#home_navigation {
    height: 61px;
	background:url(home/home_navigation.jpg) top no-repeat ;
    width: 100%;   
	}
	
	#home_slide_background {
    height: 364px;
	background:url(home/home_slide_background.jpg) top no-repeat ;
    width: 100%;   
	}
	
	#home_why {
    height: 353px;
	background:url(home/home_why.jpg) top no-repeat ;
    width: 100%;   
	}
	
	#home-why-left {
    width: 316px;
    margin-left: 15px;
    height: 296px;
    float: left;
	}
	
	#home-why-center {
    width: 316px;
    height: 296px;
    float: left;
	}
	
	#home-why-right {
    width: 315px;
    margin-right: 11px;
    height: 296px;
    float: left;
	}
	
	#home-why-title {
    font-family: TypoGraphica;
    color: #fff;
    font-size: 27pt;
    text-transform: uppercase;
    text-align: center;
    margin-top: 210px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
	}
	
	#home-why-subtitle {
    font-family: Trebuchet MS;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
	}
	
	/*Pages CSS Part*/
	
	#pages_top {
    height: 85px;
	background:url(pages/pages_top.jpg) top no-repeat ;
    width: 100%;
	}
	
	#pages_navigation {
    height: 61px;
	background:url(pages/pages_navigation.jpg) top no-repeat ;
    width: 100%;   
	}
	
	#pages_slide_background {
    height: 98px;
    background:url(pages/pages_slide_background.jpg) top no-repeat;
    width: 100%;
 }
	
	#pages_why {
    height: 357px;
    background:url(pages/pages_why.jpg) top no-repeat;
    width: 100%;
 }
	
	#pages-why-left {
    width: 316px;
    margin-left: 15px;
    height: 296px;
    float: left;
 }
	
	#pages-why-center {
    width: 316px;
    height: 296px;
    float: left;
	}
	
	#pages-why-right {
    width: 315px;
    margin-right: 11px;
    height: 296px;
    float: left;
	}
	
	#pages-why-title {
    font-family: TypoGraphica;
    color: #fff;
    font-size: 27pt;
    text-transform: uppercase;
    text-align: center;
    margin-top: 213px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
 }
	
	#pages-why-subtitle {
    font-family: Trebuchet MS;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
	}
	
	/*END*/
	
	#content {
    background:#fff;
    width: 944px;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
	}
	
	#footer {
    height: 164px;
    background: url(footer.jpg) bottom repeat-x;
    width: 100%;
    clear:both;
	}
	
	#wide {
    width: 974px;
    margin: 0 auto;
	}
	
	#wide-slide {
    width: 934px;
    margin: 0 auto;
    padding-left: 1px;
	}
	
	#navigation-left {
    float: left;
    width: 295px;
    height: 61px;
    text-align: left;
    margin-left: 25px;
	}
	
		#navigation-left a {
		font-family: Trebuchet MS;
		color: #fff;
		font-size: 14px;
		line-height: 4.4;
		padding-right: 10px;
		text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px #F98345,0 0 30px rgba(255, 255, 255, 0.4);
		}
		
		#navigation-left a:hover {
		color: #FFBA7C;
		text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21),0 0 15px #FB8C47 ,0 0 30px rgb(214, 60, 18);
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		}
	
	#logo {
    float: left;
    width: 334px;
    height: 61px;
	}
	
	#navigation-right {
    float: left;
    height: 61px;
    width: 295px;
    text-align: right;
    margin-right: 25px;
	}
	
		#navigation-right a {
		font-family: Trebuchet MS;
		color: #fff;
		font-size: 14px;
		line-height: 4.4;
		padding-left: 10px;
		text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px #F98345,0 0 30px rgba(255, 255, 255, 0.4);
		}
		
		#navigation-right a:hover {
		color: #FFBA7C;
		text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21),0 0 15px #FB8C47 ,0 0 30px rgb(214, 60, 18);
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		}
	
	
	#social-icons {
    width: 144px;
    margin: 0 auto;
    padding-top: 31px;
	}
	
	#fb {
    background: url(fb.png);
    width: 72px;
    height: 72px;
    float: left;
	}
	
	#tw {
    background: url(tw.png);
    width: 72px;
    height: 72px;
    float: left;
	}
	
	#copyright {
    font-family: Trebuchet MS;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
    clear: both;
    padding-top: 15px;
	}
	
	#left-reg-log {
	float: left;
	width: 471px;
	border-right: 1px solid #E7E7E7;
	}
	
	#right-reg-log {
	float: left;
	width: 471px;
	/* border-left: 1px solid #E7E7E7; */
	}
	
	#clear {
	clear: both;	
	}
	
	#title {
    color: #585757;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: bolder;
    text-transform: uppercase;
    margin-left: 118px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
	}
	
	#subtitle {
    margin-left: 118px;
    font-size: 11px;
    margin-bottom: 25px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(0, 0, 0, 0.42);
	}
	
	#news-title {
    color: #EF512A;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: bolder;
    text-transform: uppercase;
    margin-left: 20px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
 }

#news-title-xw {
    color: #EF512A;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: bolder;
    margin-left: 20px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
 }
	
	#news-subtitle {
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 11px;
    /* margin-bottom: 25px; */
    color: #000;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(0, 0, 0, 0.42);
 }
	
	#news {
		margin: 9px 20px 20px;
		padding: 10px;
		border-top: 1px solid #E7E7E7;
		background: #F4F4F4;
	}
	
	#history_bg1 {
		margin: 0px 20px 1px;
		padding: 10px;
		border-top: 1px solid #E7E7E7;
		background: #F4F4F4;
	}
	
	#history_bg2  {
		margin: 0px 20px 1px;
		padding: 10px;
		border-top: 1px solid #E7E7E7;
		background: #F4F4F4;
	}
	
	#langs {
    float: right;
    margin-top: 29px;
	}
	
	#langs a {
    background: #F1562D;
    padding: 10px;
    color: #fff;
    border-radius: 25px;
    font-family: Trebuchet MS;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
	}

	#langs a:hover {
    background: #fff;
    color: #000;
    border-radius: 25px;
    padding: 10px;
	}	
	
	#card_text{
	text-align: center;
	font-family: TypoGraphica;
	color: #fff;
	font-size: 13pt;
	text-transform: uppercase;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.21) ,0 0 15px rgba(0, 0, 0, 0.12),0 0 30px rgba(255, 255, 255, 0.4);
	margin-top: 13px;
	}
	
	#card_value {
	text-align: center;
	font-family: TypoGraphica;
	color: #fff;
	font-size: 28pt;
	margin-top: 10px;
	text-transform: uppercase;
	text-shadow: rgba(0, 0, 0, 0.22) 0px 3px;
	}
	
	#card_wide {
    float: right;
    margin-top: 20px;
    margin-right: 14px;
    text-align: center;
    width: 133px;
	}
	
	#card_1 {
	background: url(cards/card_1.png);
    width: 396px;
    height: 246px;
	margin:0 auto;
	}
	
	#card_2 {
	background: url(cards/card_2.png);
    width: 396px;
    height: 246px;
	margin:0 auto;
	}
	
	#card_3 {
	background: url(cards/card_3.png);
    width: 396px;
    height: 246px;
	margin:0 auto;
	}
	
	#card_4 {
	background: url(cards/card_4.png);
    width: 396px;
    height: 246px;
	margin:0 auto;
	}
	
	#card_5 {
	background: url(cards/card_5.png);
    width: 396px;
    height: 246px;
	margin:0 auto;
	}
	
	#card_6 {
	background: url(cards/card_6.png);
    width: 396px;
    height: 246px;
	margin:0 auto;
	}
	
	.message-box {
    background-color: #f5f5f5;
    color: #7c7c7c;
    box-shadow: 0 1.5px .5px rgba(0,0,0,.13);
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    margin-bottom: 20px;
 }
	
	.date {
    display: block;
    color: #FFFFFF;
    margin-top: 1px;
    margin-left: 3px;
    float: right;
}
	small, .small {
    font-size: 85%;
	}
	
	#padding {
		padding:8px;
	}
	
	#sender {
    background-color: #EF512A;
    color: #FFFFFF;
    box-shadow: 0 1.5px .5px rgba(0,0,0,.13);
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
	
	#you {
    background-color: #6F6D6D;
    color: #FFFFFF;
    box-shadow: 0 1.5px .5px rgba(0,0,0,.13);
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#recaptcha {
   margin: 0px;
   width: 304px;
   position: relative;
   margin-left: 123px;
}

#recaptcha iframe {
   position: absolute;
   left: 0px;
   top: 0px;
}