/*
 +-------------------------------------------------------------------+
 |                   A D G O R . B G      MAIN CSS FILE              |
 |                                                                   |
 | Design, xTHML/CSS, SEO, Video:               http://yordanoff.net |
 +-------------------------------------------------------------------+
*/

* { padding: 0px; margin: 0px; }

.clear { clear: both; }

a {
	color: #CFC3B5;
	text-decoration: none; }
	
a:hover {
	color: #59402C; }
	
body {
	background: #EEE7DF url(images/background.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	font-color: #553A34; }
	
#wrap {
	width: 700px;
	height: auto;
	margin: 0px auto; }
	
#text {
	background: url(images/txt.png) no-repeat; !important;
	width: 700px;
	height: 307px;
	display: block;
	float: left;
	margin-top: 65px; }

#lang-wrap {
	/* width: 315px; 3 langs */
	width: 200px;
	height: auto;
	margin: 0 auto; }
	
.languages {
	/* width: 315px; 3 langs */
	width: 200px;
	height: 75px;
	float: left;
	margin-top: 25px; }
	
.bg {
	background: url(images/bg-flag.png) no-repeat top;
	width: 75px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 45px; }

.bg:hover {
	background: url(images/bg-flag.png) no-repeat bottom; }
	
.en {
	background: url(images/en-flag.png) no-repeat top;
	width: 74px;
	height: 61px;
	display: block;
	float: left;
	/* margin-right: 45px; 3 langs */
	margin-right: 0px; }

.en:hover {
	background: url(images/en-flag.png) no-repeat bottom; }
	
.sp {
	background: url(images/sp-flag.png) no-repeat top;
	width: 73px;
	height: 60px;
	display: block;
	float: left; }

.sp:hover {
	background: url(images/sp-flag.png) no-repeat bottom; }
	
#footer {
	width: 700px;
	height: 25px;
	text-align: center;
	color: #CFC3B5;
	float: left;
	margin-top: 120px; 
	margin-bottom: 10px; }
	
#splash-logo {
	background: url(adgor-logo.jpg);
	width: 341px;
	height: 198px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 185px; }
	
.news-btn {
	font-size: 30px; 
	color: #402E25; 
	width: 100%; 
	display: block; 
	text-align: center; 
	margin-bottom: 30px;
	text-decoration: underline; }
	
	
	
	