p {
 line-height: 0px;
}
 
body {
	padding-top: 40px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-image: url(../images/home/background.png);
	background-repeat: repeat-x;
	background-color: #68A0E0;
}

table#main {
	width: 775px;
	height: 500px;
	background-color: #989696;
	/*background-image: url(../images/home/background-home.gif);*/
	background-image: url(../images/home/background-home.png);
	background-repeat: no-repeat;
	border-collapse: seperate;
	border-spacing: 0px;
	table-layout: fixed;
}


/*head*/
table#main td#head { 
	height: 125px;
	vertical-align:baseline;
}

table#main td#head  img.left {
	float: left;
	margin: 25px 45px 0;
	border: none;
}

/*table#main td#head  img.right {
	float: right;
	margin: 32px 55px 5px;
	border: none;
}*/

#logo_halder {
	float: left;
}


#contact_halder {
	float: right;
}

#table_head_contanct {
	clear: both;
}

#table_head_contact tr td {
	/*height: 50px;*/
}

.contact_text {
	font-size: 1.5em;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	line-height: 1em;
}

.contact_text_detail {
	font-size: 1.5em;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	line-height: 1em;
}

.text_head {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
}

.flag {
	float: right;
	margin-right: 10px;
}

/*halder col*/
table#main td#groups_halder {
	height: 200px;
}

table#main td#groups_halder  a {
	color: black;
	text-decoration: none;
	font-size: 9px;
}

table#main td#groups_halder  img {
	border: none;
}

table#main td#groups_halder table {
	width: 650px;
	background-image: url(../images/home/groups/lines.gif);
	background-repeat: no-repeat;
}

table#main td#groups_halder table td {
	padding: 0 7px;
	width: 150px;
}

.products {
	font-size: 9px;
	/*visibility:hidden;*/
	padding: 0px;
	font-weight: 700;
}


/*points*/
table#main td#groups_halder table td div {

	margin-top: 3px;
	text-align: left;
	padding-left: 15px;
}

div.point-blue { 
	margin-left: 35px;
	background-image: url(../images/home/point-blue.gif);
	background-repeat: no-repeat;
}
div.point-red { 	
	margin-left: 25px;
	background-image: url(../images/home/point-red.gif);
	background-repeat: no-repeat;
}
div.point-yellow { 
	margin-left: 5px;
	background-image: url(../images/home/point-yellow.gif);
	background-repeat: no-repeat;
}
div.point-darkblue { 
	margin-left: 10px;
	background-image: url(../images/home/point-darkblue.gif);
	background-repeat: no-repeat;
}

/*rohde col*/
table#main td#groups_rohde {
	height: 125px;
}

table#main td#groups_rohde  a {
	color: black;
	text-decoration: none;
	font-size: 9px;
}

table#main td#groups_rohde  img {
	border: none;
}

table#main td#groups_rohde table {
	margin-top: 15px;
	width: 700px;
	background-image: url(../images/home/groups/lines2.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 10px;

}

table#main td#groups_rohde table td {
	padding: 0 12px;
	width: 325px;
	vertical-align: top;
}

table#main td#groups_rohde table td#logo {
	width: 80px;
}

table#main td#groups_rohde table td#industrial, table#main td#groups_rohde table td#tubular {
	vertical-align: bottom;
	height: 86px;
}

table#main td#groups_rohde table td#industrial {
	background-image: url(../images/home/groups/industrial_handles.png);
	background-repeat: no-repeat;
}

table#main td#groups_rohde table td#industrial div {
	margin-left: 65px;
	margin-bottom: 5px;
}

table#main td#groups_rohde table td#tubular{
	background-image: url(../images/home/groups/tubular_connectors.png);
	background-repeat: no-repeat;
}

table#main td#groups_rohde table td#tubular div {
	margin-left: 75px;
	margin-bottom: 5px;
}

/*footer*/
table#main td#foot {
	/*background-color: #989696;*/
	font-size: 9px;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 35px;
	height:16px;
}

table#main td#foot div {
	margin-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}



table#main td#foot div  a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer_left, #footer_right, #footer_middle {
	padding-bottom: 6px;
}

#footer_left {
	float: left;
}

#footer_middle {
	float: left;
	margin-left:199px ;
}

#footer_middle table {
	text-align: center;
	text-shadow: 0px 0px 4px #333;
}

#footer_middle table img {
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
}

#footer_right {
	float: right;
}

