body {
	width: 100%;
	margin: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #555;
	overflow: auto;
}

#page {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

img#logo {
	position: absolute;
	top: 50px;
	left: 55px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 221px;
	background: url('/img/header.jpg') no-repeat 0 0;
}

#header img {
	position: absolute;
	top: 0;
	right: 0;
}

#content {
	position: absolute;
	float: left;
	top: 282px;
	width: 960px;
	padding-top: 20px;
	background: url('/img/bg-content.png') repeat-y #e0e0e0;
}

#left {
	float: left;
	position: relative;
	left: 20px;
	width: 180px;
	padding-bottom: 2em;
	color: #ccc;
}

#left strong {
	color: #ff802b;
	font-size: 12pt;
}

#left p {
	margin: 1em 0 2em 0;
	font-size: 8pt;
}

#left h2 {
	color: #fff;
}

#main {
	float: right;
	position: relative;
	right: 20px;
	width: 700px;
	padding-bottom: 2em;	
}

#main img {
	border: solid 1px white;
	margin: 0 0 5px 10px;
}

#footer {
	clear: both;
	width: 960px;
	height: 120px;
	background: #fff;
}

#submenu {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url('/img/bg-menu.png') repeat-x top #e26900;
}

#submenu a {
	padding: 0 30px;
	border-right: solid 1px #fff;
	color: #fff;
}

.links {
	text-align: center;
	padding: 10px 25px;
	text-align: center;
}

.links a {
	color: #373737;
}

#copy {
	clear: both;
	width: 960px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 8pt;
	color: #888;
}

#menu {
	position: absolute;
	top: 221px;
	left: 0;
	width: 960px;
	height: 61px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background: url('/img/bg-menu.png') repeat-x top #e26900;
}

#menu ul {
	position: absolute;
	top: 0;
	left: 20px;
	width: 940px;
	height: 61px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	position: relative;
	width: 131px;
	height: 61px;
	line-height: 57px;
	text-decoration: none;
	border: none;
	color: #fff;
}

#menu a b {
	display: block;
	position: relative;
	left: 15px;
	height: 61px;
	background: url('/img/menu-item-b.png') no-repeat 0 12px;
	cursor: pointer;
}

#menu a:hover b {
	color: #ffbd83;
	background: url('/img/menu-item.png') no-repeat 0 10px;
}

#m1 { background: url('/img/bg-m1.png') repeat-x #b94200; }
#m2 { background: url('/img/bg-m2.png') repeat-x #c04700; }
#m3 { background: url('/img/bg-m3.png') repeat-x #cc4e02; }
#m4 { background: url('/img/bg-m4.png') repeat-x #d55400; }
#m5 { background: url('/img/bg-m5.png') repeat-x #de5b00; }
#m6 { background: url('/img/bg-m6.png') repeat-x #e36801; }
#m7 { background: url('/img/bg-m7.png') repeat-x #e57415; }

#menu a.current {
	color: #fff;
	background: url('/img/bg-current.png') repeat-x #373634;
}

#leftmenu a {
	font-size: 11pt;
	font-weight: bold;
}

#leftmenu a:hover {
	text-decoration: none;
	color: #fff;
}

#models {
	position: relative;
	width: 960px;
	height: 242px;
	top: -20px;
}

#models a {
	float: left;
	width: 192px;
	height: 242px;
}

#models img {
	display: none;
}

#modelsbelow {
	position: relative;
	width: 960px;
	height: 30px;
	top: -20px;
}


#modelsbelow img {
	display: block;
}

#modelsbelow a {
	float: left;
	width: 96px;
	height: 30px;
}


#x3 { background: url('/img/model-xg-3.jpg') no-repeat; }
#x1 { background: url('/img/model-xg-5.jpg') no-repeat; }
#x2 { background: url('/img/model-xg-10.jpg') no-repeat; }
#x4 { background: url('/img/eshop1.jpg') no-repeat;}
#x5 { background: url('/img/eshop2.jpg') no-repeat;}

#whiteline { 
	position: relative;
	width: 960px;
	height: 1px;
	line-height: 1px;
	top: -20px;
	background-color: #fff;
}

#bottom-space {
	clear: both;
	height: 20px;
	width: 960px;
	background: #555;
}

table {
	border: solid 1px #aaa;
	border-spacing: 1px;
}

table.noborder {
	border: 0px;
	border-spacing: 0px;
}

tr {
	background-color: #e5e5e5;
}

tr.odd {
	background-color: #fff;
}

thead td {
	color: #fff;
	background-color: #555;
}

td {
	padding: 4px;
	font-size: 10pt;
}

input, select, textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #222;
	background-color: #fff;
	border: solid 1px #555;
}

.btn, .btnOff {
	padding: 5px 8px;
	font-size: 10pt;
	color: #eee;
	background-color: #555;
	border: solid 1px #fff;
	text-decoration: none;
	cursor: default;
}

.btn:hover, .btnOn {
	padding: 5px 8px;
	font-size: 10pt;
	color: #eee;
	background-color: #222;
	border: solid 1px #444;
	text-decoration: none;
	cursor: default;
}

input.chbx {
	border: none;
}

h1 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 18pt;
}

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 16pt;
	color: #df600b;
}

h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 12pt;
	color: #444;
}

a {
	color: #e26900;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.r {
	float: right;
}

