
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0px;
	background-color: #FFFFFF;/*#00529B;*/
}

form {
	margin: 0px;
	padding: 0px;
}

a{
	color: #436EEE;
	text-decoration: none;
}

a:hover, a:active{
	color: #8AA5F4 ;
	text-decoration: underline;
}

#content {
	background: url(imgs/zyxel_bg.gif); 
	background-repeat: no-repeat; 
	background-color: #FFFFFF; 
	height: 353px;
}

#lang {
	float:left; 
	margin-left: 8px; 
	padding-top: 40px; 
	color:#FFFFFF; 
	position: absolute; 
	top: 0; 
	left: 0;
}
#boxes {
	float: left; 
	margin-left: 100px;
}
.box {
	color: #333333;
	float: left;
	margin: 5px 1px;
	width: 220px;
	height: 370px; 
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}
.box h2 {
	background: url(imgs/box_title_bg.gif) repeat-x bottom left;
	border-bottom: 1px #CCCCCC solid;
	line-height: 28px;
	font-size: 16px;
	color: #436EEE;
	padding: 0px 7px;
	margin: 0px;
}
p {
	padding: 0px 5px;
	margin: 5px 0px;
}
#article {
	color: #333333;
	float: left;
	margin: 5px 1px;
	padding-bottom: 7px;
	width: 892px;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
}
#article h1 {
	background: url(imgs/box_title_bg.gif) repeat-x bottom left;
	border-bottom: 1px #CCCCCC solid;
	line-height: 28px;
	font-size: 16px;
	color: #436EEE;
	padding: 0px 7px;
	margin: 0px;
}
#prices {
	margin-top:20px;
}
.button {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	padding: 2px 5px;
	background: #00529B url(imgs/button_bg.gif) repeat-x top left;
	border: 1px #00529B solid;
}
input, textarea{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background: url(imgs/input_bg.gif) top left repeat-x #F5F7FE;
	color: #000000;
	width: 200px;
	border: 1px #537BB6 solid;
	padding: 3px;
	margin-bottom: 3px;
}

