﻿* 
{ 
	padding:0; 
	margin:0; 
}

body 
{
	background-color:#C6000C;
	font-family:Arial;
}

/* Header */

#header
{
	margin:0 auto;
	width:970px;
	color:White;
	background-color:#FCFBF3;
	font-weight:bold;
}

#header #uppertext 
{
	background-color:#C6000C;
	padding-left:30px;
	text-align:left;
}

#header a
{
	color:White;
	text-decoration:none;
}

#header a:hover
{
	text-decoration:underline;
}

#header #logo
{
	height:164px;	
	background-image:url('../images/header_background_en.png');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#header #logo img
{
	float:right;
	padding-right:20px;
}

/* End Header */
/* Start Content*/

#content
{
	position:relative;
	margin:32px auto 0 auto;
	width:970px;
	height:1125px;
	_height:1124px;
	background-color:#FDFCFB;
	background-image:url('../images/content_background.gif');
	background-repeat:repeat-x;
}

#content .tr
{
	position:absolute;
	top:0;
	right:0;
}

#content .tl
{
	position:absolute;
	top:0;
	left:0;
}

#content .br
{
	position:absolute;
	bottom:0;
	right:0;
}

#content .bl
{
	position:absolute;
	bottom:0;
	left:0;
}

/* End Content */
/* Start Elements */

#content #about_us
{
	background-image:url('../images/aboutus_background.gif');
	background-repeat:no-repeat;
	width:219px;
	height:355px;
	float:right;
	margin:20px 130px 0 0;
	_margin:20px 60px 0 0;
	padding:20px 25px;
}

#content #about_us div
{
	overflow:auto;
	width:205px;
	height:310px;
}

#content #about_us div img
{
	margin-left:10px;
}

#content #about_us div ul
{
	padding-left:20px;
}

#content #tv
{
	float:left;
	margin:20px 0 0 60px ;
	_margin:20px 0 0 40px;
}

#content #tv p
{
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
}

.clear
{
	clear:both;
}

*:first-child+html .cubes
{
	margin-left:80px;
}

.cubes 
{
	margin:0 auto;
	width:900px;
	margin-left:70px;
}

.cubes p img
{
	margin-left:15px;
}

.cubes .first1 div, .cubes .first2 div
{
	width:327px;
	height:109px;
	background-position:top left;
	background-repeat:no-repeat;
	margin:5px 100px 0 15px;
	padding-left:12px;
	font-size:0.76em;
	float:left;
}

.cubes .first1 div
{
	background-image:url('../images/cube_first1.jpg');
}

.cubes .first2 div
{
	background-image:url('../images/cube_first2.jpg');
}

.cubes .second div
{
	width:221px;
	height:107px;
	background-image:url('../images/cube_second.gif');
	background-position:top;
	background-repeat:no-repeat;
	margin:5px 44px 0 15px;
	font-size:0.7em;
	float:left;
}

.cubes .first1 div img, .cubes .first2 div img, .cubes .second div img
{
	float:left;
	padding:15px 5px 0 13px;
}

.cubes .first1 div strong, .cubes .first2 div strong, .cubes .second div strong
{
	text-decoration:underline;
	padding-top:12px;
	display:block;
}

#button
{
	position:absolute;
	bottom:0;
	right:0;
}

#button img
{
	margin-right:322px;
	display:block;
	border:0;
}

.small_text
{
	font-size:0.8em;
}

#last
{
	position:absolute;
	bottom:-820px;
	width:100%;
}

#last img
{
	display:block;
	margin:auto;
	border:0;
}

/* End Elements */


