@charset "UTF-8";

/*
Reset styles definitions courtesy of Eric Meyers
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #E6E6E6;
	/*font-family: "Myriad Pro", Trebuchet, Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Style definition for nocss Browsers */

.nocss {
	display:none;
}

/* Layout styles*/

p {
	font-size:0.8em;
	margin-bottom:10px;
	line-height:1.2em;
	text-align:justify;
}

acronym {
	border-bottom:1px dashed #333333;
	cursor:help;
}

#container {
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	width:1000px;
	border: 1px solid #999999;
}

#menubar {
	background:#FFFFFF url(img/menubar.png) no-repeat;
	color: yellow;
	text-align: right;
	width: 1000px;
	height: 36px;
	line-height:36px;
}

#logo {
	background:#FFFFFF url(img/logo.png) no-repeat;
	color: yellow;
	text-align: left;
	width: 1000px;
	height: 144px;
}

#banner {
	margin:auto;
	text-align:center;
}

#main {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
}

#footer {
	background: #FFFFFF url(img/footer.png) repeat-x;
	color: yellow;
	text-align: right;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.75em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear {
	clear:both;
	margin-bottom:20px;
}

.highlight {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 746px;
	/*height: 362px;*/
}

.highlight table {
	width: 746px;
	height: 362px;
	border-collapse: collapse;
	border-spacing: 0;
}

.highlight table img {
	border: 0;
}

.divline {
	width: 90%;
	border-bottom: solid thin #666666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#bottomblock {
	width:900px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

#news_block {
	width:448px;
	border-right: solid 2px #333333;
	border-collapse:collapse;
	float:left;
}

#media_block {
	width:450px;
	border-collapse:collapse;
	float:left;
}

#user_block {
	width:450px;
	border-collapse:collapse;
	margin:auto;
	text-align:center;
}

#news_block h4{
	text-align:left;
	padding-left:10px;
}

#media_block h4{
	text-align:right;
	padding-right:10px;
}

#news_column {
	margin-left:25%;
	padding-left:5px;
	padding-right:5px;
	font-size:.9em;
}

#media_column {
	margin-right:25%;
	padding-left:5px;
	padding-right:5px;
	font-size:.9em;
}

#user_block{
	height:150px;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;	
}

#user_block em {
	font-style:italic;
	color:#999;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
}

#user_column {
	margin-top:10px;
	height:140px;
	padding:5px;
	font-size:1.2em;
}

p.user_name {
	text-align:right;
	font-size:0.9em;
}

.news_arrow {
	float: left;
	vertical-align:top;
}

.news_item {
	margin-top:5px;
	margin-left: 20px;
	margin-bottom: 30px;
	text-align:left;
}

.news_date {
	background-color:#FFFFFF;
	color:#0080FF;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
}

.news_body {
	text-align:left;
	padding-top:8px;
	font-size:0.9em;
}

.news_body a {
	margin-top:2px;
	display:block;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	font-size:1.1em;
	text-decoration:none;
	text-align:left;
}

.news_body a:hover {
	text-decoration:underline;
}

.latestfiles {
	padding-bottom:5px;
	padding-left:5px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.latestfiles a {
	background-color:inherit;
	color:#0080FF;
	font-weight:bold;
	text-decoration:none;
}

.latestfiles a:hover {
	text-decoration:underline;
}

.latestrow1 {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #999;
	background-color:#FFF;
	color: black;
}

.latestrow2 {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #999;
	background-color:#E6E6E6;
	color: black;
}

.latestname {
	background-color:inherit;
	color:#0080FF;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	
}

.latestsize {
	font-size:0.8em;
}

.latestdate {
	font-size:0.8em;
	text-align: left;
	color:#333333;
	background-color: inherit;
	text-transform: uppercase;
	float:right;
}

.photo_home {
	padding-top:5px;
	padding-bottom:5px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.photo_home img {
	border: solid 2px red;
}

.photo_event {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-align:left;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 1.1em;
}

.photo_title {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-align:left;
	font-size: .9em;
}

.morephoto {
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
	
h1 {
	font-size:1.50em;
	color:#666666;
	background-color:inherit;
}

h2	{
	font-size:1.30em;
	color:#666666;
	background-color:inherit;
}

h3	{
	font-size:1.10em;
	color:#666666;
	background-color:inherit;
	padding-bottom:5px;
}

h4	{
	font-size:.90em;
	color:#666666;
	background-color:inherit;
}

h5	{
	font-size:.80em;
	color:#666666;
	background-color:inherit;
}

h6	{
	font-size:.70em;
	color:#666666;
	background-color:inherit;
}

.press {
	padding-left:15px;
}

/* Press & Events */

h1.eventssection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

div.eventssection {
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

/* Company */

h1.companysection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

div.companysection {
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

.companylogo {
	float: right;
	margin: 20px;
	text-align:center;
}

.companyaddress {
	font-size:1.2em;
}

div.companysection table{
	width:800px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

div.companysection table td{
	vertical-align:middle;
	padding: 10px;
	text-align:center;
}

div.companysection table td li {
	font-size:0.8em;
	margin-bottom:10px;
	line-height:0.8em;
	list-style:inside;
	list-style-position:inside;
	list-style-type:disc;
	text-align:justify;
}

/* Contact page */
	
h1.contactsection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

div.contactsection {
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

.contactform {
	text-align:left;
	margin-left:0;
	margin-right:auto;
}

.contactform p {
	padding-top:15px;
	padding-bottom:0;
	font-weight:bold;

}

/* Resellers page */

h1.resellerssection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

div.resellerssection {
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

#resellertable {
	width:800px;
}

#resellertable div{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#resellertable div table{
	width:791px;
	margin-right:auto;
	margin-left:auto;	
}

#resellertable div table td {
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:0.9em;
	border-bottom:1px solid gray;
}

#resellertable .sb-inner {
	background-color:#66CCFF;
}


/* News page */

.newspage {
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
	/*border-left: solid 7px #999999;*/
}

.newspage2 {
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
}

.newsbody a {
	display:inline;
	background-color:inherit;
	font-size:1em;
}

.newsbody li {
	font-size: 0.8em;
	list-style:disc;
	list-style-position:inside;
}

#singlenews {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:10px;
	/*border-left: solid 7px #999999;*/
}

#singlenews .sb-inner {
	background-color:#E6E6E6;
}

#singlenews h1 {
	text-align: left;
	font-weight:bold;
	padding-bottom: 10px;
	font-size:24px;
	color:#0080FF;
	background-color: inherit;
}

#singlenews h4 {
	text-align: left;
	font-weight:bold;
	padding-bottom: 5px;
	font-size:12px;
	color:#666666;
	background-color: inherit;
}

#secondnews {
	width:373px;
	/*border-left: solid 7px #999999;*/
	border-collapse:collapse;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#secondnews h2 {
	text-align: left;
	font-weight:bold;
	padding-bottom: 10px;
	font-size:18px;
	height:40px;
}

#secondnews h2 a {
	color:#0080FF;
	background-color: inherit;
	text-decoration:underline;
}

#secondnews h2 a:hover {
	color: #FF6666;
	background-color: inherit;
	text-decoration:underline;
}

#secondnews h4 {
	text-align: left;
	font-weight:bold;
	padding-bottom: 5px;
	font-size:12px;
	color:#666666;
	background-color: inherit;
}

#thirdnews {
	width:373px;
	height:100%;
	border-left: solid 7px #999999;
	border-collapse:collapse;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#thirdnews h2 {
	text-align: left;
	font-weight:bold;
	padding-bottom: 10px;
	font-size:18px;
	height:40px;
}

#thirdnews h2 a{
	color:#0080FF;
	background-color: inherit;
	text-decoration:underline;
}

#thirdnews h2 a:hover{
	color:#FF6666;
	background-color: inherit;
	text-decoration:underline;
}

#thirdnews h4 {
	text-align: left;
	font-weight:bold;
	padding-bottom: 5px;
	font-size:12px;
	color:#666666;
	background-color: inherit;
}

#year {
	font-weight:bold;
	font-size:18px;
	float:left;
	padding-right:5px;
	width:auto;
}

#year a {
	display:block;
	width:auto;
	text-decoration:none;
}

#year a:hover {
	display:block;
	width:auto;
	text-decoration:none;
	color:white;
	background-color:#008040;
}

.newssection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

#oldernews {
	border-left: solid 7px #999999;
	border-collapse:collapse;
	margin-left:30px;
	padding-left:5px;
	width:500px;
	float:left;
}
	
#oldernews h3 {
	text-align: left;
	padding-bottom: 10px;
	padding-left:15px;
	font-size:14px;
	color:#0080FF;
	background-color: inherit;
}

#oldernews h4 {
	text-align: right;
	padding-bottom: 10px;
	line-height: 12px;
	font-size:12px;
	color:#333333;
	background-color: inherit;
	text-transform: uppercase;
}

#newscontainer {
	display: block;
	height:  550px;
}

#newscontainer h2 {
	padding-top: 50px;
}

.subscribebuttons {
	width:185px;
	float:right;
	text-align:right;
}

.subscribebuttons a {
	display:block;
	padding-bottom:10px;
}

/* Hardware page */

.hardwaresection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

h1.hardwaresection {
	font-size:30px;
	text-align:left;
}

h2.hardwaresection {
	text-align:left;
	font-size: 20px;
	color:#666666;
	background-color:inherit;
}

.hardwaresection img {
	padding:10px 20px;
}

#hardwareleftcolumn {
	width: 151px;
	float: left;
}

.hardwarebar {
	background-color:#000000;
	width:151px;
	background-image:url(img/hw_bar_back.png);
	background-repeat:repeat-y;
	text-align:center;
}

#hardwarecontent {
	margin-left: 160px;
	border-left: solid 7px #999999;
	padding:5px;
}

.hw_main_column {
	width: 535px;
	font-size:1em;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}	

.hw_desc {
	padding-bottom:25px;
}

.hw_desc li{
	font-weight:normal;
}

.hw_main_column ul {
	padding-bottom: 5px;
}

.hw_main_column ul li {
	font-size:0.8em;
	list-style:disc inside none;
	padding-bottom:10px;
	padding-left:10px;
	text-align:justify;
}

.hw_main_column ul li ul li {
	font-size:1em;
	list-style:disc inside none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	text-align:justify;
}

.hwtext {
	margin-top:20px;
}

.hw_main_column h4 {
	text-transform:uppercase;
	text-align:left;
	margin-right:25%;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:5px;
	line-height: 1.3em;
	font-weight:bold;
	border-bottom:2px solid #666666;
}

#hardwarerightcolumn {
	width: 250px;
	/*margin-left:10px;
	background-color:yellow;*/
	float:right;
}

#hardwarerightcolumn .sb-inner {
	background-color:#CCCCCC;
}


#hardwarerightcolumn h4{
	text-transform:uppercase;
	text-align:center;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:10px;
	padding: 0;
	line-height: 1.3em;
	font-weight:bold;
	border-bottom:2px solid #666666;
}

.hw_box {
	font-size:0.9em;
	padding: 5px 8px 10px 8px;
	margin-bottom:10px;
}

.hw_box2 {
	padding: 5px 8px 10px 8px;
}
.hw_box p {
	text-align: left;
}

.hw_box div ul li{
	font-size:0.8em;
	padding-left:10px;
	list-style:inside;
	list-style-type:disc;
	padding-bottom:5px;
}

.hw_box div ul li ul li{
	font-size:1em;
	padding-left:10px;
	list-style:inside;
	list-style-type:disc;
}	

/* Software page */

.softwaresection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

h1.softwaresection {
	font-size:30px;
	text-align:left;
}

h2.softwaresection {
	text-align:left;
	font-size: 20px;
	color:#666666;
	background-color:inherit;
}

.softwaresection img {
	padding:10px 20px;
}

#softwareleftcolumn {
	width: 220px;
	float: left;
}

.softwarebar {
	background-color:#000000;
	width:219px;
	background-image:url(img/hw_bar_back.png);
	background-repeat:repeat-y;
	text-align:center;
}

#softwarecontent {
	margin-left: 230px;
	border-left: solid 7px #999999;
	padding:5px;
}

.sw_main_column {
	width: 450px;
	font-size:1em;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}	

.sw_desc {
	padding-bottom:25px;
}

.sw_desc li{
	font-weight:bold;
}

.sw_main_column ul {
	padding-bottom: 5px;
}

.sw_main_column ul li {
	font-size:0.8em;
	padding-left:10px;
	list-style:inside;
	list-style-type:disc;
	padding-bottom:5px;
}

.swtext {
	margin-top:20px;
}

.sw_main_column h4 {
	text-transform:uppercase;
	text-align:left;
	margin-right:25%;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:5px;
	line-height: 1.3em;
	font-weight:bold;
	border-bottom:2px solid #666666;
}

#softwarerightcolumn {
	width: 250px;
	/*margin-left:10px;
	background-color:yellow;*/
	float:right;
}

#softwarerightcolumn .sb-inner {
	background-color:#CCCCCC;
}


#softwarerightcolumn h4{
	text-transform:uppercase;
	text-align:center;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:10px;
	padding: 0;
	line-height: 1.3em;
	font-weight:bold;
	border-bottom:2px solid #666666;
}

.sw_box {
	font-size:0.9em;
	padding: 5px 8px 10px 8px;
	margin-bottom:10px;
}

.sw_box2 {
	padding: 5px 8px 10px 8px;
}
.sw_box p {
	text-align: left;
}

.sw_box div ul li{
	font-size:0.8em;
	padding-left:10px;
	list-style:inside;
	list-style-type:disc;
	padding-bottom:5px;
}

.sw_box div ul li ul li{
	font-size:1em;
	padding-left:10px;
	list-style:inside;
	list-style-type:disc;
}	

/*Navigation bar*/

#navbar ul {
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	list-style-type: none;
    }

#navbar ul li {
	display: inline;
	font-size: 0.75em;
    }

#navbar ul li a {
	font-weight:bold;
    text-decoration: none;
    padding: 1px 3px;
	color: yellow;
	background-color: transparent;
    }

#navbar ul li a:hover {
	color: white;
	background-color:transparent;
	text-decoration: underline;
	
    } 
	
/* Compatibility page*/

.compsection {
	font-size:30px;
	color:#0080FF;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	width:850px;
	display:table;
	margin-right:auto;
	margin-left:auto;
}

#comptable {
	font-size:0.9em;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#comptable table{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	border-collapse:collapse;
	margin-top:10px;
}

#comptable table td{
	border:1px solid #333333;
	padding: 5px;
	text-align:left;
}

.compdesc {
	width:510px;
	border:1px solid #333333;
	color: black;
	padding: 5px;
	text-align:left;
	background-color:#FF8000;
}

.compwork {
	width:120px;
	border:1px solid #333333;
	color: black;
	padding: 5px;
	text-align:center;
	background-color:#FF8000;
}

.comprep {
	width:120px;
	border:1px solid #333333;
	color: black;
	padding: 5px;
	text-align:center;
	background-color:#FF8000;
}

.working {
	/*background-color:#00D700;*/
	color:black;
	display:block;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width:18px;
	height:18px;
}

.reported {
	/*background-color:yellow;*/
	color:black;
	display:block;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width:18px;
	height:18px;
}

.list{
	padding:10px;
	font-size:0.9em;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

.list ul {
	width: 100%;
	overflow: hidden;
    padding: 1em 0;
    line-height: 1.8;
	margin-bottom:10px;
}

.list ul.first li {
	float: left;
	width: 24%;
    margin-left: 1%;
	display: inline;
}

.list ul.first li:before {
	content:'\2022';
 	margin-right:0.5em;
}

.list ul li {
	float: left;
	width: 49%;
    margin-left: 1%;
	display: inline;
}

.list ul li:before {
	content:'\2022';
 	margin-right:0.5em;
}

/* Accessories page */

.accessory {
	width:48%;
	/*height: 250px;
	border-right:1px solid #999;
	border-bottom: 1px solid #999;*/
	padding:5px;
	margin-bottom:20px;
}

.accessory h2 {
	display:block;
	font-weight:bold;
	font-size:1.1em;
	border-bottom: 2px #999 solid;
	padding:2px;
	margin-bottom:10px;
	margin-top:10px;
	color:#000;
}

/* Tooltip */

.hotspot {
	color:inherit; 
	padding-bottom:1px; 
	border-bottom:1px inherit dotted;
	cursor:pointer;
	font-size:0.9em;
	font-weight:bold;
}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF; font-size:0.7em;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}


.newbatch {
	padding: 20px 50px;
	text-align: center;
	background-color: rgb(0, 191, 255);
	margin-bottom: 20px;
}

.newbatch h2{
	text-align: center;
	text-transform:uppercase;
	font-weight:bold;
}

.newbatch p{
	text-align:center;
	font-size: 14px;
	margin-top: 10px;
}


strong {
	font-weight:bold;
}