@CHARSET "UTF-8";

#page_header_container {	
	height: 60px;
	width: 741px;	
}

#page_header_container img {
	display: block;
}

.message {
	padding-left: 20px;
	padding-top: 15px;	
}

/*index page*/

div#index_flash {
	width: 741px;
	height: 292px;
	overflow: hidden;	
}

div#index_language_bar {
	width: 100%;
	height: 22px;
	position: absolute;	
}

div#index_language_bar img {
	display: block;
	float: left;
}

div#index_language_bar div.right {
	float: right;
	position: relative;
	overflow: hidden;
}


div#index_slogan_container {
    width: 741px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    top: 305px;
}

img.index_slogan {
/*    position: absolute;*/
}


div#index_news_box {
	width: 412px;
	position: relative;
	overflow: hidden;
	left: 160px;
	top: 117px;
}

div#index_news_box h2 a {
	color: #505050;
}

div#index_news_box img {
	display: block;
}

div#index_news_box .cell {
	width: 360px;
	padding: 3px 26px;
	position: relative;
	overflow: hidden;
	background: url('../img/pages/index/news_box/cell.gif') repeat-y;
}

div#index_news_box .cell h2 {
	font-size: 12px;
	text-transform: uppercase;
	
}

div#index_news_box .cell p {
	font-size: 10px;	
}

div#index_news_box .date {
	font-weight: normal;
}

div#holds {
	width: 100%;
	height: 1px;	
	position: relative;
	margin-top: -348px;	
	
}

div#holds img#left_hold { 
	display: block;
	float: left;
	position: absolute;
}

div#holds img#right_hold { 
	display: block;
	float: right;	
}


/* news page */


.news_header {
	position: absolute;
}

#news_page_wrapper {
	position: relative;
	overflow: hidden;
	top: 60px;
	margin-bottom: -40px;
	padding-bottom: -40px;	
}

#news_archive {
	position: relative;
	overflow: hidden;
	width: 218px;
	float: right;	
}

#news_archive .line {
	width: 436px;
	position: relative;
	overflow: hidden;
}

#news_archive .line img {
	display: block;
	position: absolute;	
}

#news_archive .line span {
	display: block;
	position: absolute;
}

#news_archive .line span a {
	color: #505050;		
}

/*#news_archive .line span a:hover {*/
#news_archive .line span a.active {
	color: #E4218C;	
}


#news_archive .line span.year {
	padding-left: 22px;	
	font-size: 13px;
	font-weight: bold;	
}


#news_archive .line span.month {
	padding-left: 30px;
	font-size: 11px;		
}


#news_archive .top {
	height: 51px;
}

#news_archive .underlined {
	height: 38px;
}


#news_archive .simple {
	height: 17px;
}

#news_archive .separator {
	height: 21px;
}

#news_archive .bottom {
	height: 30px;
}

#news_archive .underlined span.year {
	padding-top: 4px;
}

#news_archive .underlined span.month,
#news_archive .simple span.month {
	padding-top: 2px;
}



#news {
	position: relative;
	overflow: hidden;
	width: 510px;
	float: left;
}


#news .news_item {
	position: relative;
	overflow: hidden;
	width: 100%;	
}

#news .news_item h2 a {
	color: #505050;
}

#news .top_line {
	border-top: 1px solid #aeaaa4;
}

#news .date_container {
    width: 55px;
    float: left;	
}


#news .date {
	width: 45px;
	height: 40px;
	margin: auto;
	margin-top: 5px;
	background: url('../img/pages/news/date_bg.gif');	
}

#news .date span {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Arial;		
}


#news .date .day {
    font-size: 22px;
    font-weight: bold;    	
}


#news .date .month {
	font-size: 9px;
	font-weight: bold;
}


#news .content {
	width: 449px;
	float: left;
	border-left: 1px solid #aeaaa4;
	padding-left: 5px;
	font-size: 11px;	
	line-height: 16px;
	color: #000000;
	padding-bottom: 10px;
	overflow: hidden;
}

#news .content h2 {
    font-family: Arial;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 10px;    
    text-transform: uppercase;
    color: #505050;		
}

#news .content img {
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	position: relative;
	top: 5px;
}

#news .news_separator {
	width: 100%;
	height: 1px;
	background-color: #aeaaa4;
	line-height: 1px;	
	font-size: 1px;
}

a#news_to_contact_link {
	display: block;
	width: 741px;
	height: 60px;
	position: absolute;
}

a#news_to_contact_link img {
	position: relative;
	top: 37px;
	left: 645px;
}

/* contact us page */


form#contact_form {
	display: block;
	width: 395px;
	position: relative;
	overflow: hidden;	
	float: left;
	padding: 0 15px 20px 70px;
	border-right: 1px solid #c9c6bf;	
}

form#contact_form .success {
	color: #e4208b;
	font-size: 14px;	
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 5px;	
}

form#contact_form label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

form#contact_form label.stretched {
	width: 100%;	
	margin-top: 20px;
	margin-bottom: 5px;
}

form#contact_form .error {
	color: red;
	font-weight: normal;
	padding-left: 15px;
}

form#contact_form input.stretched,
form#contact_form textarea{ 	
    width: 100%;
    background-color: #d7d4d0;
    color: black;
    border: 2px solid #c7c4c1;
	opacity: 0.65;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	padding: 5px 0;
	font-family: Verdana;
	font-size: 12px;    	
}

form#contact_form select {
    width: 100%;    
    background-color: #d7d4d0;
    color: black;
    border: 2px solid #c7c4c1;
	opacity: 0.65;
	font-family: Verdana;
	font-size: 12px;
}

form#contact_form textarea {
	height: 170px;
}

#contact_nature_container {
	width: 100%;
	position: relative;
	overflow: hidden;
		
}

#contact_nature_container label {
	float: left;
	width: 190px;
	padding: 3px 0;
}

#contact_submit {
	float: right;
	margin-top: 5px;
	position: relative;
	left: 4px;
}

#contact_content {
	width: 220px;
	padding-right: 25px;
	float: right;
	margin-top: 20px;	
	position: relative;
}






