*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: arial, san-serif;
	font-size: 12px;  
	color: #FFFFFF;
}

img{
	border:none;
}

img.left{
  float:left;
  margin-right: 15px;
}

img.right{
  float:right;
  margin-left: 15px;
}

h1{
  font-family: times new roman,serif;
  font-size: 22px;
  font-style: italic;
  color:#8C0000;
}

h2{
  font-family: times new roman,serif;
  font-size: 15px;
  font-style: normal;  
  color:#8C0000;
}

h3{
  color:#c69e57;
  font-size: 13px;
}

h4{

}

#content h1{
 margin-left: 15px;
}

#content h2{
 margin-left: 15px;
}

#content h3{
 margin-left: 15px;
}

#content h4{
 margin-left: 15px;
}

#content h5{
 margin-left: 15px;
}

#content h6{
 margin-left: 15px;
}

#page{
	width: 950px;
/*	height: auto; */
	margin-right: auto;
	margin-left: auto;  
/*	background-color: #640000; */
/*  background-color: #FFFFFF; */
  background: #FFFFFF url(/images/page_bg.jpg) repeat-y; 
}

/* links */
a{
	color: #9D0A0E;
	text-decoration: none;  
}
a:link{
	color: #9D0A0E;  
}

a:visited{
	color: #9D0A0E;  
}

a:active {
	color: #9D0A0E;  
}

a:hover {
	color: #9D0A0E;
}

.content_two_column{
	margin: 10px;
	float:left;
	width: 350px;
	list-style: none;
}

/* header */
#header{
	width: 950px;
	height: 350px;
}

#slogan{
  float: none;
}

#logo_and_languages{
	float: left;
	position: relative;
	height: auto;  
	width: 200px;
	background: #8C0000 url(/images/submenu_bg.jpg) repeat-y right top;
}

#languages{
/*	height: 21px;*/
	margin-left:65px;
	margin-right:65px;
}

#watchworld_and_slider{
  position: relative;
  float: left; 
/*  background-color: #910000; */
  background: url("/images/corner.png") no-repeat;
  height: 295px;
	width: 750px;
}

img.slide{
/*  position:absolute;
  left:0px;
  top:0px;
  z-index:-1;*/
}

#slider{
	height: 295px;
	width: 750px;
/*	background: url("/images/header_image.jpg");         */
}
		  
/* content */
#main_content{
	width: 950px;
/*	height: auto; */
	background: #FFFFFF; 
}

/* menu */
#menu{
	float: left;     
	font-size: 13px;
	list-style: none; 
	width: 200px; 
  min-height: 755px;
  background: #F3E5E5 url(/images/submenu_bg.jpg) repeat-y right top; 
}

.menu_li{
	height:25px;
	padding-top:5px;
/*	background: url(/images/betwen_menu_items.jpg) bottom no-repeat;*/
	background: url(/images/menu_bg.jpg) bottom no-repeat;
}

.menu_li:hover{
 	height:25px;
	width: 200px;
	background: url(/images/menu_bg_item_hover.jpg) bottom no-repeat;
	z-index: 1;
}

.main_menu_item{
	margin-left: 15px;        
}

#submenu{
	padding-top: 15px;
	width: 200px;
	background: #F3E5E5 url(/images/submenu_bg.jpg) repeat-y right top;
	list-style: none; 
}

#submenu li{
	padding-top:7px;
	padding-bottom:7px;  
	margin-left: 15px;
	width: 175px;  
}

/* content */
#content{
	float:right;
	position: relative;
	width : 750px;
	min-height: 730px;
	color: #333333;
	background: #FFFFFF bottom url(/images/content_bottom.jpg) repeat-x;
	padding-bottom: 25px;
}

p{
  margin: 15px;	
  font-size: 12px; 
  color: #333333;
}

.support{
  text-indent: 25px;
}

.normal{
  margin-left: 48px;
}

.italic{
  font-style: italic;
}

.content_top{
	background: url(/images/content_top.jpg) repeat-x;
	height: 24px;	
}

.content_bottom{
	background: url(/images/content_bottom.jpg) repeat-x;
	position: relative;
	height:20px;	
	width:350px;
}

/* offers */
.offer{
	width:210px;
	margin-top: 0px;
	margin-bottom: 15px;	
	margin-left: 15px;
	margin-right: 15px;
	list-style: none;
	float:left;
  color: #333333;
}

.offer_row{
	float:none;
	margin-left: 4px;
}

.offer ul{
	margin-left:18px;
	margin-right:18px;	
	margin-top:18px;
	margin-bottom:18px;
}

.offer h3{
	margin:7px;
}

#offer_points{
	margin-left: 25px;
	list-style: circle;
  color: #333333;
}

.offer_content{
  color: #333333;
	height:auto;
	width:235px;
	padding-bottom: 3px;
	background: #FFFFFF bottom url(/images/offers_down_bg.jpg) repeat-x; 
}

.content_blog{
	margin-top:15px;
	margin-left:15px;
}

.content_blog ul{
	margin-left:15px;
}

.content_blog p{
	margin-top:15px;
}

/* content paragraph */
.description_offer{
	margin-left:15px;
	margin-right:15px;
}

.description_offer_text{
	margin-top: 10px;
	margin-left: 45px;
  color: #333333;
}

.image_for_paragraph{
	float:left;	
	margin-right: 20px;
}

/* "p" */
.p_backround{
	background-color:#FCEDCE;
	padding-top:8px;
	padding-bottom:8px;
}

/* footer */
#footer{
	color: #FFFFFF;
	background-color: #8C0000;  
	height: 20px; 
	padding-top: 5px;
}

.copyright{
	margin-left: 25px;
}

/* support */
.cleaner{
	clear: both;
}

.image_thumb{
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

/* contact form */
#contact_form{
  float: right;
  font-size: 12px;
  font-family: verdana, san-serif;
  width: 233px;
  background: #FCEDCE;
}

#contact_form_description {
  color: black;
  text-align: center;
  font-weight: bolder;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top:5px;
  margin-bottom:5px;
}

input{
  width: 200px;
  color: grey;
  font-weight: bolder;
  margin-left: 10px;
  margin-right: 10px;
  margin-top:5px;
  margin-bottom:5px;
  background: #FFF7EA;
  border: 6px solid #FFF7EA;
}

textarea{
  width: 200px;
  font-family: verdana, san-serif;
  font-size: 13px;
  font-weight: bolder;
  color: grey;
  margin-left: 10px;
  margin-right: 10px;
  margin-top:5px;
  margin-bottom:5px;
  background: #FFF7EA;
  border: 6px solid #FFF7EA;
}

#send_form{
  color:black;
  width: 212px;
}
