/* CSS Document */

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

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

body {
	background:url(/images/bg.jpg) no-repeat #fff;
	background-position:center 5px;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:930px;
	height:600px;
	margin:20px auto;
}

#header {
	padding:22px 0 0 76px;
	height:61px;
}

#content-container {
	height:460px;
}



#menu {
	float:left;
	width:140px;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#998e6a;
	text-align:right;
	padding-top:3px;
}

#menu a {
	color:#998e6a;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

.menu-header {
	font-weight:bold;
	margin-top:15px;
}

.menu-item {
	padding-right:5px;
}

#content {
	float:left;
	width:475px;
	padding:20px;
	height:410px;
	overflow:auto;
}

#content a {
	color:#998e6a;
}

#content a:hover {
	color:#625b44; 
}

#sub-content {
	float:left; 
	width:275px;
	height:407px;
	padding-top:22px;
}

#footer {
	color:#aaacad;
	font-size:10px;
	clear:both;
	height:18px;
	padding-top:25px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#footer a {
	color:#aaacad;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#flags {
	float:left;
	width:390px;
	padding-left:50px;
}

#design {
	float:right;
	width:290px;
	padding-right:100px;
	text-align:right;
}

.home-block {
	height:66px;
	margin-bottom:15px;
}

.home-block strong {
	color:#7e7556;
}

.home-block p {
	text-align:right;
	margin-bottom:5px;
	color:#998e6a;
	font-size:11px;
}

.home-text {
	float:left;
	width:162px;
}

.home-image {
	float:right;
	width:98px;
}

#content {
	color:#666;
	font-size:11px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#content p {
	margin-bottom:8px;
	margin-top:6px;
	text-align:justify;
}

#content h1 {
	font-size:14px;
	font-family:Trebuchet MS, Arial, Verdana;
	margin-top:-16px;
	font-weight:normal;
	color:#998e6a;
}

#content h2 {
	font-size:11px;
	margin-top:8px;
	margin-bottom:-2px;
	color:#113b80;
}

#content h3 {
	font-size:11px;
	margin-bottom:-8px;
	color:#113b80;
	font-weight:normal;
}

#content h4 {
	font-size:11px;
	margin-top:14px;
	color:#113b80;
	font-weight:normal;
}

#col1 {
	float:left;
	width:225px;
}

#col2 {
	float:right;
	width:225px;
}

.image-container {
	width:200px;
	height:250px;
	float:left;
	}
	
.image{
    width:200px;
	height:200px;
	padding-bottom:10px;
	}
	
.image-description {
	width:200px;
	text-align:center;
}

#home-offer{
	width:142px;
	height:70px;
	padding:12px 10px 0 10px;
	background:url(/images/home_offers_bg.png) no-repeat;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	float:right;
	margin:302px 10px 0 0;
}

.home-offer-span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	line-height:18px;
}
	
