html { height: 100%; padding-bottom: 1px; }

body {
	background:url(images/background.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
* {
	margin:0;
	padding:0;
}
a {color:blue;}
a img {border:0;}
div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

/* Container */
#container {
	background:url(images/logo.gif) no-repeat 0 6px;
	width:728px;
	margin:0 auto;
	padding:78px 0 0 0;
	margin-top:10px;
}

/* Menu */
#menu {
	background:url(images/menu.gif);
	width:708px;
	height:35px;
	line-height:35px;
	padding:0 10px;
}
#menu li {
	float:left;
	display:block;
	padding:0 10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11pt;
}
#menu li a {
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
}
#menu li.right {float:right;}
/* /Menu */

/* Header */
#header {
	background:url(images/header.gif);
	width:728px;
	height:99px;
	margin:2px 0 0 0;
}
#header form {
	float:right;
	width:178px;
	padding:15px 30px 0 0;
}
#header input.text {
	background:url(images/input_text.gif) repeat-x top #ce3636;
	width:165px;
	margin:2px 0 0 0;
	padding:3px 5px;
	border:1px solid #aa0000;
	font-size:9pt;
	font-style:italic;
	color:#fff;
}
#header input.submit {
	background:none;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
#header p.right {text-align:right;}
/* /Header */

/* Body */
#body {padding:0 0 10px 0;}
#content {
	float:left;
	width:479px;
}
h1 {
	background:url(images/h1.gif);
	line-height:27px;
	margin:8px 0 5px 0;
	padding:0 8px;
	color:#fff;
	font-size:11pt;
	font-weight:normal;
}
div.padding {padding:0 8px;}
ul.list_image {padding:3px 0;}
ul.list_image li {
	background:url(images/list_image.gif) no-repeat 10px 7px;
	padding:0 0 0 25px;
	list-style:none;
}
a.button_linux, a.button_windows {
	float:left;
	display:block;
	background:url(images/button_linux.gif);
	width:130px;
	height:74px;
	margin:35px 30px 0 0;
	padding:15px 3px 0 68px;
	text-align:center;
	text-decoration:none;
	font-size:10pt;
	color:#000;
}
a.button_windows {background:url(images/button_windows.gif);}
a.button_linux span, a.button_windows span {
	display:block;
	padding:8px 0;
	color:#178fb2;
	font-size:22pt;
}
#colom {
	float:right;
	width:205px;
	font-size:9pt;
}
#colom li a {
	display:block;
	color:#000000;
	text-decoration:none;
}

h2 {
	background:url(images/h2.gif);
	line-height:27px;
	margin:8px 0 5px 0;
	padding:0 8px;
	color:#fff;
	font-size:11pt;
	font-weight:normal;
}
ul.list_image2 {padding:0 0 20px 0;}
ul.list_image2 li {
	background:url(images/list_image2.gif) no-repeat 0 5px;
	padding:3px 0 3px 20px;
	list-style:none;
}
a.partner img {margin:10px 0;}
/* /Body */
/* /Container */