/*
--------------------------------------------------------------------------
--------------------------------------------------------------------------
--- CSS v.2 FILE FOR WWW.GEOTRANS.SK SITE CREATED BY MARTIN FUSKO 2006 ---
--------------------------------------------------------------------------
--------------------------------------------------------------------------
*/

/*
--------------
--- GLOBAL ---
--------------
*/

body {
	margin: 0px;
	padding: 0px; /* for Opera */
	font-size: smaller;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: center;	/* for IE */
	color: #000000;
	background-color: #ffffff;
}

img {
	border: 0px;
}

/*
------------
--- MAIN ---
------------
*/

#main {
	width: 702px;
	margin: 0px auto; /* top,bottom  left,right */
	background-image: url(../images/column_right_background.gif); 
	background-repeat: repeat-y; 
	background-position: top right;
}

/*
--------------
--- HEADER ---
--------------
*/

#header {
	position: relative;
	height: 267px;
	background-image: url(../images/header.gif);
}

#header_intro {
	position: absolute;
	left: 0px;
	top: 30px;
}

#header_menu {
	position: absolute;
	left: 461px;
	top: 21px;
}

#header_title_1 {
	position: absolute;
	left: 34px;
	top: 11px;	
	font-size: 1px; /* hack */
}

#header_title_2 {
	position: absolute;
	left: 0px;
	top: 247px;
}

#header_title_3 {
	position: absolute;
	left: 211px;
	top: 242px;
}

/*
---------------
--- CONTENT ---
---------------
*/

#column {
	text-align: left;	/* for IE */
}

/*
-------------------
--- COLUMN LEFT ---
-------------------
*/

#column_left {
	float: left;
	width: 198px;
	border: #d7d7d7 solid 1px;
	padding: 6px 0px;
	margin-bottom: 5px;
	font-size: smaller;
}

.column_left_content_box, .column_left_content_box_arrow {
	padding: 5px 7px 0px 7px; /* top right bottom left */
	clear: both;
}

* html .column_left_content_box,* html .column_left_content_box_arrow { /* hack */
	padding: 3px 7px 0px 7px; /* top right bottom left */
}

.column_left_content_box img {
	border: #d7d7d7 solid 1px;
	float: left;
}

.column_left_content_text {
	width: 80px;
	float: right;
}

.column_left_content_title_1 {
	font-weight: bold;
	color: #ff9000;
	background-color: #ffffff;
}

.column_left_content_title_2 {
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}

.column_left_content_box_arrow a {
	text-decoration: underline;
	color: #ff9000;
	background-color: #ffffff;
}

.column_left_content_box_white_space {
	position:relative;
	left:-15px;
	top: 16px;
	width: 10px;
	height: 20px;
	color: #000000;
	background-color: #ffffff;
}

#column_left_contact {
	padding: 10px;
}

#column_left_contact a{
	color: #b60100;
	background-color: #ffffff;
}

/*
--------------------
--- COLUMN RIGHT ---
--------------------
*/

#column_right {
	position:relative;
	margin-left: 217px;
	width: 366px;
	padding: 15px 0px 100px 0px; /* top right bottom left */
	font-size: smaller;
	z-index: 1;
}

* html #column_right {
	margin-left: 214px;
	padding: 15px 0px 80px 0px; /* top right bottom left */

}

#column_right .title {
	font-weight: bolder;
}

#column_right .button_send {
	text-align: right;
}

#column_right hr {
	border: none;
	height: 1px;
	color: #ffffff;
	background-color: #b60100;
}

* html #column_right hr {
	border: none;
	height: 1px;
	color: #b60100;
	background-color: #ffffff;
}

#column_right a {
	text-decoration: underline;
	color: #b60100;
	background-color: #ffffff;
}

#column_right .job_position {
	margin: 10px 0px; /* top,bottom  left,right */
}

#column_right .border input, select {
	border: 1px solid #c1c1c1;
	margin: 5px 0px 10px 0px; /* top right bottom left */
}

#column_right .border textarea {
	border: 1px solid #c1c1c1;
	margin: 5px 0px 10px 0px; /* top right bottom left */
	color: #000000;
	background-color:#f5f5f5;
}

/*
---------------------------
--- COLUMN OUR MACHINES ---
---------------------------
*/

#column_our_machines {
	padding: 15px 0px 100px 8px; /* top right bottom left */
}

* html #column_our_machines {
	padding: 15px 0px 100px 7px; /* top right bottom left */
}

#column_our_machines .our_machine {
	padding: 0px 0px 20px 0px; /* top right bottom left */
}

#column_our_machines .column_left {
	float: left;
	width: 198px;
	color: #b60100;
	background-color: #ffffff;
	font-weight: bolder;
	text-align: right;
}

#column_our_machines .column_right {
	position:relative;
	margin-left: 217px;
	width: 366px;
	font-size: smaller;
	z-index: 1;
}

#column_our_machines .separator {
	position:relative;
	top: -15px;
	margin-left: 217px;
	width: 359px;
	clear: both;
	font-size: smaller;
	text-align: right;
	z-index: 2;
}

* html #column_our_machines .separator {
	position:relative;
	top: -15px;
	margin-left: 220px;
	width: 355px;
	clear: both;
	font-size: smaller;
	text-align: right;
	z-index: 2;
}

#column_our_machines .image_border{
	width: 190px;
	padding: 2px 2px 2px 2px; /* top right bottom left */
	border: #d7d7d7 solid 1px;
	font-size: 1px; /* hack */
}

#column_our_machines a {
	text-decoration: underline;
	color: #b60100;
	background-color: #ffffff;
}

#column_our_machines hr {
	border: none;
	height: 1px;
	color: #ffffff;
	background-color: #d7d7d7;
}

* html #column_our_machines hr {
	border: none;
	height: 1px;
	color: #d7d7d7;
	background-color: #ffffff;
}

#column_our_machines .title {
	color: #b60100;
	background-color: #ffffff;
}

#column_our_machines .link_interest {
	text-align: right;
}

/*
--------------
--- FOOTER ---
--------------
*/

#footer {
	position:relative;
	width: 702px;
	height: 10px;
	clear: both;
	font-size: smaller;
	text-decoration: none;
	color: #000000;
	background-color: #d7d7d7;
}

#footer_menu {
	position:absolute;
	left: 30px;
	top: -1px;
	height: 14px;
	color: #b60100;
	background-color: #ffffff;
}

#footer_menu a {
	text-decoration: none;
	color: #b60100;
	background-color: #ffffff;
}

#footer_menu img{
	position: relative;
	top: 1px;
}

#footer_copyright {
	position:absolute;
	right: 30px;
	top: -1px;
	height: 11px;
	color: #808080;
	background-color: #ffffff;
}

#footer_copyright a {
	text-decoration: none;
	color: #808080;
	background-color: #ffffff;
}

#footer_machine_sketch {
	position:absolute;
	right: 20px;
	top: -135px;
	width: 146px;
	height: 130px;
	background-image: url(../images/footer_machine_sketch.gif);
}

#footer_bottom {
	position:relative;
	width: 702px;
	height: 6px;
	background-image: url(../images/column_right_background.gif);
	background-repeat: repeat-y;
	background-position: top right;
	font-size: 1px; /* hack */
}
