* {
	margin: 0;
	padding: 0;
}
html, body {
}
body {
	background: url(/images/Background.png) #ddd;
  font-family: "Helvetica", Arial,sans-serif;
	font-size: 90%;
}

.clearblock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearblock {
  zoom: 1;
}

a {
	color: #005daa;
	text-decoration: none;
}
a:hover {
	color:#00f;
	text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
	color:#005daa;
	margin-bottom:1em;
}
h5 {
	font-family: "Franklin Gothic Book",  Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #999;
}
img {
	border: none;
}

p {
	margin-bottom: 1.7em;
	line-height: 1.5em;
	text-align: justify;
}

blockquote {
	margin-bottom: 1.7em;
	line-height: 1.5em;
	text-align: justify;

	font-size: 0.9em;
	padding: 1em;
	margin: 1em;
	margin-left: 5px;
}
blockquote p {
  margin-bottom: 0.5em;
}

ul, ol {
  margin-left: 1.5em;
}
li {
  margin-bottom: 1.5em;
}

/* L.1 */

#page {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
}

#header {
	width: 100%;
	height: 200px;
}
#header_inner {
  position: relative;
  background-color: #eee;
}

#footer {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #eee;
}
#footer_inner p {
  text-align: right;
  padding-right: 10px;
  margin-bottom: 0;
  line-height: 50px;
  background: url('/images/curve.gif') top left no-repeat;
  color: #666;
}

/* L.2 */

#homelink {
	display:block;
	position: absolute;
  top: 0;
	left: 0;
	z-index: 50;
	width: 160px;
	height: 100px;
	text-indent: -5000px;
}
#page_title {
  display: none;
}

#search {
  position: absolute;
	top: 3px;
	right: 3px;
}
#search_text {
	color: #666;
	font-size: .7em;
	width: 100px;
	border: none;
	padding: 3px;
}
#search_button {
	font-size: 0.7em;
	display:none;
}

#primary_links {
	position: absolute;
	top: 0px;
	right: 120px;
	z-index: 90;
	height: 30px;
	overflow: visible;
}
#primary_links ul {
	list-style:none;
}
#primary_links li {
	white-space: nowrap;
	float: left;
	margin-left: 5px;
	position: relative;
}
#primary_links a {
	display: block;
	height: 20px;
	line-height: 20px;
	border-style: solid;
	border-color: #fff;
	border-width:0px;
	padding: 3px 7px;

	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
}
#primary_links li:hover a, #primary_links a.over {
	padding: 3px 6px 2px;
	border-width: 0 1px 1px;
	background-color: #005daa;
}
#primary_links li ul {
	display:none;
}
#primary_links li:hover > ul {
	display:block;
}
#primary_links ul ul {
	display: none;
	border: 1px solid #ddd;
	background-color: #fff;
	position: absolute;
	top:26px;
	left: 0px;
	margin: 0px;
}
#primary_links ul ul li {
	background-color: #fff;
	float: none;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
}
#primary_links ul ul a {
	display:block;
	width: auto;
	height:auto;
	padding: 5px 10px !important;
	border: none;
	
	color: #666;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	font-size: 0.8em;
	background-color: #fff !important;
}
#primary_links ul ul a:hover {
	background-color: #005daa !important;
	color: #fff;
}

#breadcrumbs {
	width: 100%;
	height: 20px;
	margin-top: 2px;
	text-indent: 20px;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #fff;
	background: url('/images/curve.gif') left bottom no-repeat #eee;
}
#breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/* COLUMNS */

.column {
	float:left;
	left:100%;
	position:relative;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}
.without_overflow {
  margin-bottom: 0;
  padding-bottom: 0;
}

#main {
  margin: 10px;
}
#main_inner {
	background-color:transparent;
	display:block;
	float:left;
  overflow: hidden;
	position:relative;
	width: 100%;
}

#content {
	margin-left: -100%;
	width: 100%;
	z-index:100;
}
#content_inner {
  padding: 30px 285px 30px 20px;
}
.single #content_inner {
  padding: 20px 40px;
}

#sidebar {
	background-color:#eee;
	margin-left:-255px;
	width:255px;
	z-index:100;
}
#sidebar_inner {
  background-color: #fff;
}
#sidebar p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

#sidebar_news {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 10px;
}
#sidebar_news dt {
  margin-bottom: 1em;
  font-weight: 1.1em;
  border-bottom: 1px solid #005daa;
}
#sidebar_news dd {
  font-size: 0.9em;
  margin-bottom: 0.75em;
  margin-left: 1em;
}

.sidebar_left #content_inner {
  padding: 20px 20px 20px 330px;
}
.sidebar_left #sidebar {
  width: 300px;
  background-color: transparent;
  margin-left: -100%;
}
.sidebar_left #sidebar_inner {
  padding-top: 20px;
  padding-left: 20px;
}

.without_layout #content {
  margin-left: 0;
}
.without_layout #content_inner {
  padding: 20px;
}



.toplink {
  float: right;
}
.toplink a {
  color: #999;
}


table#firmware { width: 100%; }
table#firmware th { text-align: left;}
table#firmware td {
  padding: 5px 0;
  border-top: 1px solid #ccc;
}

