@charset "utf-8";
/* CSS Document */

/*
===================================================================================================================
Default
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Default tags values and attributes
*/

/* 
----------------------------------------------------------------
Reset All 
----------------------------------------------------------------
*/

*{
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0; 
	padding: 0;
}

* input{
	outline: none;
	outline-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{ 
	border: 0;
}

address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}

ol,ul{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

a{
	outline: none;
}

a:link,a:visited,a:active,a:hover{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	outline: none;
	cursor: pointer;
}


/*
===================================================================================================================
General
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> General CSS settings to all website pages
*/

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #e3e3e3;
	background-color: #D0D0D0;
 	background-image: url(../images/background.jpg);
 	background-repeat: repeat-x;
 	background-position: top;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/*
 Lists Styles
*/
#content_center_bottom ul li{
	margin: 0px;
	padding-left: 10px;
	background: url(../images/sitemap_quad_1_n.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

/*
 Text Styles General
*/
h2{
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
}

/*
===================================================================================================================
Layers Layout
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Layout's type: layers layout (6 leyers)
*/

/*
----------------------------------------------------------------
Header
----------------------------------------------------------------
*/
#header{
	float: left;
	width: 980px;
	height: 137px;
}

#logo{
	float: left;
	margin-top: 32px;
	margin-left: 17px;
	width: 304px;
}

#header_right{
	float: left;
	padding-left: 210px; /*140 px*/
	padding-top: 27px;
	width: 449px; /*519px*/
}

#languages{
	float: left;
	width: 70px;
	color: #CCCCCC;
	display: none;
}

#services{
	float: left;
	width: 255px;
	color: #999999;
}

#search{
	float: left;
	width: 194px;
}

/*
----------------------------------------------------------------
Menu
----------------------------------------------------------------
*/

#menu{
	float: left;
	display: inline;
	margin-bottom: 8px;
	width: 980px;
	height: 24px;
}


/*
----------------------------------------------------------------
Header Image
----------------------------------------------------------------
*/
#header_image{
	float: left;
	padding-bottom: 20px;
	width: 980px;
	height: 381px;
	background-color: #3F3F3F;
}	

/*
----------------------------------------------------------------
Bottom
----------------------------------------------------------------
*/
#bottom{
	float: left;
	padding-top: 0px;
	padding-bottom: 38px;
	padding-left: 37px;
	padding-right: 33px;
	width: 910px;
	background-color: #3F3F3F;
}

#bottom .bottom_links_block{
	float: left;
	width: 182px;	/* for 7 block => 130px */
}

/*
----------------------------------------------------------------
Footer
----------------------------------------------------------------
*/
#footer{
	float: left;
	padding-left: 37px;
	padding-right: 17px;
	width: 926px;
	height: 52px;
	background-color: #272727;
	margin-bottom: 54px;
}

#footer_left{
	float: left;
	padding-top: 10px;
	width: 676px;
}
	
#footer_right{
	float: left;
	padding-top: 16px;
	width: 250px;
}

#footer_right #social{
	float: right;
	width: 250px;
}

#footer_right #social .social_item{
	float: right;
}

#footer_right #social .social_item_link{
	float: right;
	padding-left: 24px;
	padding-right: 20px;
	line-height: 18px;
	
	color: #a4a4a4;
	background-position: top left;
	background-repeat: no-repeat;
}

#footer_right #social .social_item_link.facebook{
	background-image: url(../images/social_icon_facebook.png);
}

#footer_right #social .social_item_link.twitter{
	background-image: url(../images/social_icon_twitter.png);
}

#footer_right #social .social_item_link.flickr{
	padding-right: 0px;
	background-image: url(../images/social_icon_flickr.png);
}

#footer_right #social .social_item_link.facebook:hover{
	color: #6699cc;
	background-image: url(../images/social_icon_facebook_hover.png);
}

#footer_right #social .social_item_link.twitter:hover{
	color: #6699cc;
	background-image: url(../images/social_icon_twitter_hover.png);
}

#footer_right #social .social_item_link.flickr:hover{
	color: #6699cc;
	padding-right: 0px;
	background-image: url(../images/social_icon_flickr_hover.png);
}


/*
 Text Styles Layers Layout
*/
#bottom h3{
	padding: 0 0 8px;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-transform: capitalize;
}

#footer{
	font-size: 11px;
	color: #999999;
}

#footer .footer_left_navigation{
	display: block;
}

#footer .footer_left_website{
	display: none;
}

/*
 Links Styles Layers Layout
*/
#languages a{
	font-size: 11px;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
}

#languages a:hover{
	color: #AEC9E3;
}

#services a{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#services a:hover{
	color: #AEC9E3;
}

#bottom .bottom_links_block h3 a{
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-transform: capitalize;
}

#bottom .bottom_links_block a{
	font-size: 11px;
	line-height:18px;
	color: #999999;
	text-decoration: none;
	text-transform: capitalize;
}

#bottom .bottom_links_block a:hover{
	color: #AEC9E3;
}

#bottom .bottom_links_block #selected_link{
	color: #AEC9E3;
}

#footer a{
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	text-transform: none;
}

#footer a:hover{
	color: #AEC9E3;
}

/*
 Input Styles Layers Layout
*/
.search_field{
	float: left;
	margin: 0px;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 0px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
	height: 14px;
	line-height: 14px;
	background-color: #5C5C5C;
	
	font-size: 11px;
	color: #E3E3E3;
}

.search_button{
	/* Mozzilla Browser */
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	
	float: left;
	display: block;
	padding-bottom: 3px;
	border: 1px solid #393939 !important;
	width: 68px;
	height: 20px;
	background: url(../images/bg_button_search_n.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #484848;
	cursor: pointer;
	line-height: 16px;
	vertical-align: text-top;
	
	font-size: 11px;
	color: #E3E3E3;
}

/*
===================================================================================================================
Home
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> CSS to Home Boxes (#div keyword: home_)
*/

#home_boxes{
	float: left;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 7px;
	width: 963px;
	padding-bottom: 58px;
	background-color: #3F3F3F;
}

.home_box{
	float: left;
	margin-left: 7px;
	margin-right: 10px;
	width: 304px;
	height: 210px;
	background-color: #5D5D5D;
}

.home_box_title{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 304px;
	height: 33px;
}

.home_box_content{
	float: left;
	padding-top: 6px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
	width: 264px;
	height: 50px;
}

.home_box_image{
	float: left;
	width: 304px;
	height: 108px;
}

/*
 Links Styles
*/
#home_boxes .home_box_content a{
	font-size: 12px;
	font-weight: normal;
	color: #E3E3E3;
	text-decoration: none;
}


/*
===================================================================================================================
Content
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> CSS to pages Content (#div keyword: cont_)
	=> 3 Columns Layout (left,center,right)
*/

/*
----------------------------------------------------------------
General
----------------------------------------------------------------
*/
#content{
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	width: 946px;
	padding-bottom: 50px;
	background-color: #3F3F3F;
}

#content_left{ /* Content Menu*/
	float: left;
	padding: 0px;
	margin: 0px;
	width: 193px;
}

#content_center{
	float: left;
	padding-left: 37px;
	padding-right: 37px;
	width: 444px;
	
	/* Content Center => Font Settings */
	font-size: 13px;
}

#content_right{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 225px;
}

/*
----------------------------------------------------------------
Center
----------------------------------------------------------------
*/
#content_center_top{
	float: left;
	padding-bottom: 12px;
	margin: 0px;
	width: 444px;
	height: 40px;
}

#content_center_top_title{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 394px;
	height: 40px;
}

#content_center_top_icons{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 40px;
}

#mail_icon{
	display: none;
	float: left;
	padding-top: 8px;
	padding-right: 14px;
	width: 16px;
}

#print_icon{
	float: left;
	padding-top: 4px;
	padding-left: 30px;	/* disable when mail_icon is visible */
	padding-right: 3px;
	width: 17px;
}

#content_center_bottom{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 444px;
}

/*
----------------------------------------------------------------
Right
----------------------------------------------------------------
*/
.page_box{
	float: left;
	margin-bottom: 33px;
	border: none;
	padding: 0px;
	width: 225px;
	background-color: #5d5d5d;
}

.page_box_title{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 225px;
	height: 31px;
}

.page_box_content{
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	margin: 0px;
	width: 197px;
	height: 53px;
}

.page_box_image{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 225px;
	height: 85px;
}

/*
 Links Styles
*/
#content_right .page_box_content a{
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #E3E3E3 !important;
	text-decoration: none;
}

#mail_icon .mail_icon_link{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 12px;
	background: url(../images/mail_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#mail_icon .mail_icon_link:hover{
	background: url(../images/mail_icon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#print_icon .print_icon_link{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 17px;
	background: url(../images/print_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

#print_icon .print_icon_link:hover{
	background: url(../images/print_icon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


/*
----------------------------------------------------------------
Left (menu 2° & 3° level)
----------------------------------------------------------------
*/
#content_left_menu{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 193px;
}

/*
 Text Styles Content
*/
#content h2{
	padding-top: 5px;
	padding-bottom: 15px;
}

#content p{
	padding-bottom: 8px;	
}

#content dd{
	padding-top: 5px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

/*
 Links Styles Content
*/
#content a{
	font-size: 13px;
	color: #6699CC;
	text-decoration: none;
}

#content a:hover{
	color: #AEC9E3;
}


