body {
  background-color: #fff;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 86%;
  line-height: 1.35;
  font-family: sans-serif;
}

h1 {
	display: block;
	height: 64px;
	width: 370px;
	margin: 0 1px;
	padding: 0 0 0 95px;
	color: #111;
	font-size: 2em;
	line-height: 64px;
	text-align: left;
}

a {
	color: #06c;
} 
a img {
	border: none;
}
a.external-link {
	padding-right: 16px;
	background: url("../images/icons/external-link.gif") right 75% no-repeat;
}

p {
  padding: 0;
  margin: 0.4em 16px 0.7em 12px;
  line-height: 140%;
}

#page {
  margin: 10px auto;
  padding: 0;
  width: 765px;
  _width: 770px;
}

#left-side {
  width: 285px;
  float: left;
}
#left-side img {
  margin: 0;
  padding: 0;
}

.left-panel, .main-menu {
	background: url("../images/menubg.png") 0 0 no-repeat #fff;
	text-align: left;
	padding-top: 6px;
	margin: 3px 0 0 0;
}
.left-panel h3 {
	margin-left: 5px;
}

.left-panel-bottom {
	margin: 0;
	width: 265px;
	padding: 0 10px 18px 10px;
	background: url("../images/295bottom.png") left bottom no-repeat transparent;
}
.img-link {
	margin: 5px;
}

#content {
  margin-left: 290px;
  width: 475px;
  min-height: 160px;
  background: url("../images/main-bg.png") repeat-y #fff;
}
#contentTop {
  width: 475px;
  height: 160px;
  	background: url("../images/no-top.jpg") 0 0 no-repeat;
	padding-top: 10px;
	height: 80px;
}
#contentMain {
  width: 475px;
  background: url("../images/main-bottom.png") left bottom no-repeat;
  padding: 5px 0 15px 0;
  text-align: left;
  color: #555;
}
#contentMain h3 {
  margin: 0 12px;
  color: #36a;
  padding: 0.6em 0 0;
}

.logo {
  display: block;
  height: 85px;
}
.textlink {
	color: #069;
	text-decoration: underline;
}

.main-menu ul {
	list-style: none;
	width: 285px;
	padding: 0 0 18px 1px;
	margin: 5px 0 3px 0;
	background: url("../images/295bottom.png") left bottom no-repeat transparent;
	position: relative;
	overflow: auto;
}
.main-menu li {
	display: block;
	margin: 2px 10px;
}

.main-menu ul li a {
	padding: 0 0 0 32px;
	line-height: 28px;
	height: 28px;
	color: #444;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	background-position: 2px 50%;
	font-weight: bold;
	/* width: 75px; */
	
}

.main-menu ul li a.active {
	color: #36a;
}

.main-menu ul ul {
	list-style: none;
	width: 230px;
	padding: 0;
	margin: 0 0 0.5em 30px;
	background: none;
	position: relative;
	overflow: auto;
}

.main-menu ul ul li a {
	padding: 0;
	line-height: 1.3em;
	height: 1.3em;
	color: #36a;
	font-weight: normal;
	
}
.main-menu ul li a:hover {
	text-decoration: underline;
}

#menu-home {
	background-image: url("icons/24x24/home.png");
	_background-image: url("icons/24x24/home.gif");
}

#menu-faq {
	background-image: url("icons/24x24/faq.png");
	_background-image: url("icons/24x24/faq.gif");
}

#menu-desktopguide {
	background-image: url("icons/24x24/desktop.png");
	_background-image: url("icons/24x24/desktop.gif");
}

#menu-internet {
	background-image: url("icons/24x24/internet.png");
	_background-image: url("icons/24x24/internet.gif");
}

#menu-devices {
	background-image: url("icons/24x24/printer.png");
	_background-image: url("icons/24x24/printer.gif");
}

#menu-service {
	background-image: url("icons/24x24/service.png");
	_background-image: url("icons/24x24/service.gif");
}

.gallery {
	margin: 6px 12px;
	padding: 10px;
	overflow: auto;
}
.gallery a {
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
	color: #606060;
	width: 180px;
	border: 1px solid #ccc;
	padding: 5px;
}
.gallery a img {
	display: block;
	margin: 0 auto;
	
}

#screen {
	position: absolute;
	background-color: #fff;
	border: 1px solid #999;
	padding: 5px;
}

#screen .screen-text {
	float: left;
	font-weight: bold;
	text-align: left;
	padding: 0 0.5em;
}

#screen .screen-close {
	cursor: pointer;
	float: right;
	margin: 0 0 5px 5px;
}

#screen-content {
	min-height: 24px;
	line-height: 24px;
	background: url("../images/loading-moz.gif") center center no-repeat;
	clear: both;
	display: block;
	cursor: pointer;
}