/* minimazing paddings and margins*/
* {
	margin: 0px;
	padding: 0px;
	}

/**********************/
/* general styles     */
/**********************/

/*sets fonts and bg-properties. Also sets similar styles in whole service*/
body {
	background: #EBEEF0;
	font-family: Franklin gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/*color of the links*/
a {
	text-decoration: none;
	color: #199597;}
	 
/* image settings */	
img {border: 0px;}

/*headlines*/
h1 {color: #18A6A5; font-weight: bold; font-size:20px; font-family: "Franklin Gothic", Arial, serifArial; margin-bottom: 20px;}
h2 {color: #A4A3A4; font-weight: bold; font-size:20px; font-family:"Franklin Gothic", Arial; margin-bottom: 10px;}
h3 { font-size: 16px; color: #AFAFAF;  margin: 13px 0px 0px 0px; font-family:"Franklin Gothic", Arial;}
h4 {color: #333333; font-size: 12px; margin: 20px 0px 0px 0px; font-family:"Franklin Gothic", Arial; }



/*different headlines backgrounds*/
.greenBackground { background-color:#18A6A5;color:#fff; padding: 3px 0px 3px 3px; font-weight: bold;}

.grayBackground{ font-size: 11px; font-weight: bold; font-family: Arial; color:#000;background-color:#EFEFF7;padding: 3px 0px 3px 3px; border-bottom: 1px solid #B5B5B5; }

/*dotted border*/
.dotted{ border:dotted 2px #000 }


/* tables */
td.gray { background-color:#EFEFF7; border-bottom: 1px solid #B5B5B5; padding: 5px 5px 5px 5px; font-weight: bold; font-size: 12px;}
td.red { background-color:#EFEFF7; border-bottom: 3px solid #F71818; padding: 5px 5px 5px 5px; font-weight: bold; font-size: 12px;}
td.green { background-color:#EFF7F7; border-bottom: 1px solid #189694; padding: 5px 5px 5px 5px; font-weight: bold; font-size: 12px;}
table.border {border: 1px solid #b5b5b5;}

/* lists */
#content ul

li.red { color: #F71818; }
li.green { color: #189694; }

/*forms input fields general styles*/
input {border: 1px solid #E3E3E3; font-size: 11px; padding: 2px;}



/****************/
/*  div styles  */
/****************/


/*contains everything*/
#all {
	width: 930px;
	margin-left: 10px;
	margin-top: 10px;
	}


/*********************/
/* Header styles	 */
/*********************/

/*header, contains langueage bar, logo and top navigation*/
#header {
	background: #ffffff;
	height: 90px;
	}
#header h2 {color: #18A6A5; font-weight: bold; font-size:14px; font-family:"Franklin Gothic", Arial;}

/* sets languege bars styles and positions  */
#header .corcern {
	position: absolute;
	left: 20px;
	top: 25px;
	}


#header .corcern ul {font-size: 11px;}

#header .corcern ul li {
	display: inline;
	background: none;
	padding-left: 0px;
	color: #949494;
	}
#header .corcern ul li a {
	color: #949494;
	text-decoration: none;}
	
#header .language ul li.activelang a{color: #F71818;}

/*Logo, it is also a link to startpage*/
#header #logo {
	position: absolute;
	left: 706px;
	margin-top: 16px;
	border: 0px solid orange;
	background: transparent url(../pics/logo-konecranes.gif) no-repeat 0px 0px;
	height: 51px;
	width: 222px;	
	}
/* sets konecranes text hidden from the logo  */	
#header #logo h1 {font-size: 40px; font-family:"Franklin Gothic", Arial;}
#header #logo h1 a {border: 0px solid #f00;}
#header #logo h1 a span {visibility: hidden;}


/*Navigation*/
#header #navi {
	position: absolute;
	top: 75px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"Franklin Gothic", Arial;
	}

#header #navi ul li {
	display: inline;
	margin-left: 10px;
	background: none;
	padding-left: 0px;}

#header #navi ul li a {color: #4d4d4d;}
#header #navi ul li.activenavi a {color: #009999;}

/***************/
/* header ends */
/***************/




/*******************/
/* Toppage starts  */
/*******************/

/*toppage is div around the whole top of the page*/
/* notice the _height for ie only */
#toppage {
	border: 0px solid blue;
	margin-top: 10px;
	min-height: 775px;
	_height: 775px;
	padding: 10px 0px 0px 10px;
	background: #ffffff url(../pics/bg-toppage.gif) no-repeat 0px bottom;
	}

/*Headlines in toppage*/
#toppage h5 {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	font-family:"Franklin Gothic", Arial;
	}
	
#toppage h4 {
	color: #4D4D4D; 
	margin-top: 8px;
	font-size: 11px;
	font-family:"Franklin Gothic", Arial;}

/*div -content contains left column of the top page*/

#content {
	border: 0px solid orange;
	width: 680px;
	padding-right: 10px;
	float: left;
	margin-bottom: 100px;
	}
#content h1 span{ text-align:right; font-size: 11px; color:#999999; font-weight: normal; margin-left: 40px;}
#content_sub{
	border: 0px solid orange;
	width: 680px;
	padding-right: 10px;
	float: left;
	margin-bottom: 10px;
	}
/*speacial place for picture*/

#picture {
	width: 680px;
	height: 225px;
	border: 0px solid blue;
	margin: 0px;
	margin-bottom: 10px;}

#picture .picture_text {
	width: 300px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px 15px 15px;
	}
#picture .picture_text h3 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #fff;
	font-family:"Franklin Gothic", Arial;}

/*Main categories of the content*/
#products, #services, #locations  {
	border: 0px solid gray;
	width: 210px;	
	padding-right: 0px;
	float: left;
	margin: 10px 0px 0px 10px;
	}

/*image settings for the main categories*/
#products img, #services img, #locations img {margin: 4px 0px 4px 0px;}


/*text settings for the main categories*/
#products a,  #services a, #locations a {color: #199597; line-height: 28px; }
#content p, #content_sub p {margin: 8px 0px 8px 0px;}





/*right column of the content, contains*/
#info_column {
	border: 0px dotted green;
	float: left;
	width: 220px;
	height: 100%;
	margin-right: 0px; 
	}
	
/*features of the columns infoboxes*/
.first, .second,  .third,  .forth, .fifth  {
	background: #E8F5F5;
	padding: 10px 7px 13px 7px;
	margin-top: 5px;
		}
/*feature for the last box  */
.fifth {margin-bottom: 10px;}

/*feature for interactive design tools in info_column*/
#info_column table.idt a { color: #000;}
#info_column table.idt a:hover { color: #199597;}
/*Info_columns genereal styles*/
#info_column h3{color: #717171; font-size: 12px; margin-bottom: 9px; margin-top: 0px;  font-family:"Franklin Gothic", Arial;}	
#info_column p{margin: 10px 0px 0px 0px;}	
#info_column img {margin: 0px 4px 0px 0px;}
#info_column table td {font-size: 10px;}
#info_column  ul{margin: 10px 0px 10px 0px; list-style-type: none;}
#info_column  ul li{
	background: transparent url(../pics/bg-li.gif) no-repeat 0px 5px;
	padding-left: 10px;}
#info_column input.button {
	background: transparent;
	border: 0px solid #f00;
	color: #199597;
	font-size: 10px;
	width: 40px;
	}
	
/* general styels for first box, if including stock information */
#info_column .first {margin-top: 0px;}
#info_column .first p span, #info_column .second p span{color: #FF0000; font-size: 10px; }
#info_column .first h3 span{
	font-size: 10px; 
	color: #666666; 
	font-weight: normal;
	}

#info_column .first td.red { 
	color:#f00; 
	font-weight: bold; 
	padding-top: 15px;
	}

#info_column .forth select, #info_column .fifth select  {
	border: 1px solid #B8B8B8;
	width: 195px;
	font-size: 11px;
	color: #4D4D4D;
	padding: 2px;
	margin: 3px 0px 3px 0px;
	}
	
#info_column .forth input {
	width: 193px;
	margin: 6px 0px 0px 0px;
	}
	
#info_column .forth input.button {
	background: transparent;
	border: 0px;
	color: #199597;
	font-size: 10px;
	width: 40px;
	margin: 0px;
	}

/***********************/
/*    toppage ends     */
/***********************/


/*******************/
/*  Footer starts  */
/*******************/
#footer {
	border: 0px dotted black; color: #000;
	background: #fff;
	height: 33px;
	margin: 20px 0px 40px 0px;
	padding-left: 5px;
	}
	
#footer ul {
	padding-top: 5px;
	float: left;}

#footer ul li { 
	display: inline;
	background: none;
	padding-left: 3px;
	padding-right: 3px;
	}

#footer ul {padding-top: 5px;}

#footer ul li a {
	color: #000;
	}
/****************/	 
/* inicia agregado mx  */
/****************/
#footer ul li a:hover {color: #199597;}
/****************/	 
/* termina agregado mx  */
/****************/
#footer ul li.ww a {color: #199597; }
	
#footer ul.language {float: right; margin-right: 10px;}
#footer ul.language li.active  {color: #f7181d;}
/****************/	 
/* footer ends  */
/****************/





/********************************/
/*   styles in subpages			*/
/*   div order and styles are 	*/
/*   different in subpages		*/
/********************************/

/*toppage is div around the whole top of the page. Different min-height in subpages*/
#toppage_sub{
	border: 0px solid blue;
	margin-top: 10px;
	min-height: 650px;
	_height: 625px;
	padding: 10px 0px 0px 10px;
	background: #ffffff url(../pics/bg-toppage.gif) no-repeat 0px bottom;
	}

/* Navipath in subpages tells where you are */
#navipath {
	height: 30px; 
	color: #636363; 
	border: 0px solid #f00;
	}
	
#navipath span a {color: #F7262A}

/*columns in the toppage_sub, one is usually left one  and two usualle right one*/
#column_one{
	float: left;
	border: 0px solid gray;

	}
/*Inside the column_two is page content. So here is some customized styles for content.*/
#column_two {
	float: right;
	width: 450px; 
	border: 0px solid orange;
	}
#column_two ul {
	list-style-type: none;
	margin: 10px 0px 15px 0px;
	 }
	 
#column_two ul li {
	background: transparent url(../pics/bg-li.gif) no-repeat 1px 4px;
	padding-left: 18px;
	 }
#column_two ol {
	margin: 10px 0px 15px 18px;}
#column_two ol li {
	padding-left: px;
	}

#column_two table {margin: 5px 0px 10px 0px;}
#column_two td {padding: 5px 5px 5px 5px;}

/* left sides navigation on subpages */	
#sub_navi {
	width: 220px;
	border: 0px solid gray;
	margin-bottom: 20px;
	}

#sub_navi h2 {
	font-size:16px;
	color: #199597;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family:"Franklin Gothic", Arial;
	}
#sub_navi ul {
	padding: 0px 4px 0px 0px; 
	width: 220px;
	}
	
#sub_navi ul li {
	background: #E8F5F5 url(../pics/bg-subnavi.gif) no-repeat 212px 6px; 
	margin: 2px 0px 2px 0px;
	display: block;
	}
	
#sub_navi ul li a { 
	line-height: 18px; 
	color: #313131;
	padding-left: 10px;

	}
#sub_navi ul li a:hover { 
	line-height: 18px; 
	color: #009999;
	padding-left: 10px;

	}
#sub_navi ul li ul {
	width: 220px;
	background: #fff;
	}
#sub_navi ul li ul li {
	display: block;
	margin: 2px 0px 2px 0px;
	padding-left: 15px;
	border: 0px solid orange;
	background: #fff url(../pics/bg-li-li.gif) no-repeat 11px 6px; 
		}


/* styles for search box in the left column */
.search {
	background: #E8F5F5;
	padding: 7px 10px 7px 10px;
	}
	
.search input.button {
	background: transparent;
	border: 0px solid #f00;
	color: #199597;
	font-size: 10px;
	width: 40px;
	}

/* pictureplace in subpages, different size in subpages as in frontpage */
#subpage_picture {
	width: 450px;
	height: 149px;
	}

/* mouseover links */

#mouseover_left{
	float: left;
	width: 210px;
	border: 0px solid green;	
	}
#mouseover_left h5, #mouseover_right h5 {
	margin-top: 20px; 
	margin-bottom: 6px;
	color: #333333;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	}
	
#mouseover_left a { color:#000000; }
#mouseover_left a span{ 
	color:#259B9C; 
	line-height: 24px;}
#mouseover_left a:hover{ color:#259B9C; }

#mouseover_left h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	 font-family:"Franklin Gothic", Arial;
	}
	
#mouseover_right{
	float: right;
	width: 210px;
	border: 0px solid green;	
	}
#mouseover_right a { color:#000000; }

#mouseover_right a span{ 
	color:#259B9C; 
	line-height: 24px;}
	
#mouseover_right a:hover{ color:#259B9C; }

#mouseover_right h4 {
	margin-top: 20px; 
	margin-bottom: 6px;
	 font-family:"Franklin Gothic", Arial;
	}
