@CHARSET "UTF-8";


/*****   GLOBAL DEFINITIONS   *****/

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: small;
	color: #555;
	background-color: #e8e7df;
	margin: 0;
	padding: 0;
	height: 100%;
}

body.special {
	background-color: #fcfbf5;	
}

em {
	color: #000;
}

a {
	color: #375aaa;
	text-decoration: none;
}

a:hover {
	color: #936;
	text-decoration: underline;
}

ul.noMark {
	list-style-type: none;
	margin-left: -20px;
	line-height: 1.35;
}

hr {
	clear: both;
	visibility: hidden;
}


/*****   PAGE AREAS   *****/

#znPage {
	width: 800px;
	min-height: 100%;
	background-color: #fcfbf5;
	text-align: center;
	margin: 0 auto;
	color: #aaa;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

#znHeader {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	background-image: url(../rsrc/picts/headerBkg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 105px;
}

#znHeaderSpecial {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	background-image: url(../rsrc/picts/headerSpecialBkg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 105px;
}

#znHeader img {
	border: 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-image: url(../rsrc/picts/headerBkg.png);
	width: 100%;
	height: 75px;
}

#pageContainer {
	margin-top: 100px;
	background-image: url(../rsrc/picts/pageBkg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content {
	background-image: url(../rsrc/picts/contentBkg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 150px 0 0;
	padding: 30px 30px 25px 65px;
	border-right: 1px solid #ddd;
	text-align: left;
	color: #555;
	min-height: 100%;
}

#znSelector {
	text-align: right;
	padding-top: 80px;
	padding-right: 30px;
}

#znSelector ul {
}

#znSelector li {
	display: inline;
	list-style-type: none;
}

#sidePanel {
	vertical-align: top;
	text-align: center;
	float: right;
	width: 150px;
	background-image: url(../rsrc/picts/sidePanelBkg.png);
	background-repeat: repeat-y;
	border-left: 1px solid #ddd;
}

#znFooter {
	text-align: center;
	font-size: small;
	padding: 10px 25px;
}

#znShortcuts {
	float: right;
	margin-right: 10px;
	width: 250px;
	border-left: 3px solid #ddd;
	text-align: left;
	font-size: small;
}

#znShortcuts ul {
}

#znShortcuts li.title {
	margin-left: -17px;
	color: #777;
	font-weight: bold;
	line-height: 2.5;
	list-style-type: none;
}

#znLogo {
	text-align: center;
	margin: 0 auto;
}

#znLogo img {
	border: 0;
}

#znLogo p {
	color: #aaa;
}

#znWelcome {
}

#znWelcome h1 {
	margin-top: 40px;
	color: #936;
}

#znBanner {
	border-top: 2px solid #fcfbf5;
	border-bottom: 8px solid #bbb;
	width: 100%;
	margin: 0 auto 25px auto;
	background-color: #666;
	color: #ddd;
	font-size: small;
	padding: 8px 0;
}

#znSections {
	width: 550px;
	padding-top: 1px;
}

#znSections img {
	border: 0;
}

#znSections li {
	display: inline;
	margin: 0 20px;
	font-size: x-small;
}

#znSections p {
	text-align: center;
}

#menuBar a:link, #menuBar a:visited
{
	
}

#znSections a:hover {
	border-bottom: 3px solid #936;
}

#znGallery {
	border: 1px solid #aaa;
	padding: 3px;
	margin: 35px auto;
}


/*****   CUSTOM DEFINITIONS   *****/


div.update {
	float: left;
	text-align: left;
	padding-top: 95px;
	padding-left: 30px;
	color: #555;
}

div.divatech {
	font-family: Impact;
	font-size: xx-large;
	font-stretch: expanded;
	color: #193f69;	
}

div.finition {
	text-align: center;
	margin: 10px auto;
}

div.finition img {
	margin: 0 40px;
}

#content p {
	text-align: left;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

#content h1 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #936;
}

#content h1.range {
	text-align: right;
	font-family: arial;
	font-weight: normal;
	font-size: large;
	color: #aaa;
	margin: -10px 0;
	padding: 0;
}

#content h1.product {
	font-size: x-large;
}

#content h2 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #936;
}

.rightAlign {
	margin-top: 15px;
	float: right;
	border: 0;
	margin-left: 30px;
}

.leftAlign {
	margin-top: 15px;
	float: left;
	border: 0;
	margin-right: 30px;
}

#menuContainer {
	font-size: x-small;
	background-color: #999;
	width: 100%;
	border-top: 1px solid #fcfbf5;
}

ul.bulletList {
	margin-bottom: 25px;
	margin-left: -25px;
	list-style-position: outside;
}

ul.bulletList h3 {
	font-weight: bold;
	font-size: small;
	margin-bottom: 0;
}

ul.features {
	line-height: 1.5;
	font-weight: bold;
	font-size: small;
	margin-left: -25px;
	margin-bottom: 25px;
}

/*****   MENUBAR   *****/

#menuBar {
	margin: 1px 0 0 0;
	padding: 5px;
	background-color: #aaa;
	border-bottom: 3px solid white;
}

#menuBar li {
	display: inline;
}

#menuBar a { 
	padding: 5px 20px;
}

#menuBar a:link, #menuBar a:visited
{
	color: #000;
	text-decoration: none;
}

#menuBar a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#menuBar li#currentSection {
	padding: 5px 0;
	color: #000;
	background-color: #ddd;
	text-decoration: none;
	border-bottom: 3px solid #936;
}

#menuBar li#currentSection > a {
	color: #fff;
	background-color: #555;
	text-decoration: none;
	border-bottom: 3px solid #936;
}

#menuBar li#currentSection > a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	border-bottom: 3px solid #936;
}


/*****   TOPICS   *****/

#topics {
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 125px;
}

#topics h1 {
	color: #369;
	font-size: x-small;
	background-color: #dde7ff;
	text-align: center;
	font-weight: bold;
	padding: 4px 0 2px 0;
	border-top: 1px solid #369;
}

#topics ul {
	margin-top: 0;
	text-align: left;
	list-style-image: url(../rsrc/picts/blueBullet.png);
	line-height: 1.35;
}

#topics li {
	margin-left: -15px;
}

#topics a:hover {
	text-decoration: none;
}

#topics li#currentPage {
	color: #936;
	font-weight: bold;
}

div.topicAbstract {
	margin: 15px 50px;
}

div.topicAbstract p {
	padding-top: 0;
}

div.topicAbstract img {
	border: 0;
}

.icon {
	width: 75px;
	height: 75px;
	float: left;
	border: 0;
	margin-right: 30px;
}

.sigle {
	width: 13px;
	height: 13px;
	border: 0;
}

div.topicAbstract h3 {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: -10px;
	font-size: small;
	color: #936;	
}

div.productRange {
	border-left: 20px solid #bbb;
	border-right: 1px solid #ccc;
	margin: 15px 50px;
	padding-left: 20px;
	background-color: #fff;
}

div.productRange h3 {
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -10px;
	font-size: small;
	color: #936;
}

div.productRange p {
	padding-top: 0;
}


/*****   PHOTOS   *****/

.leftPhoto {
	border: 1px solid #936;
	float: left;	
	margin-right: 20px;
}

.rightPhoto {
	padding: 2px;
/*	border: 1px solid #936; */
	float: right;
	margin-left: 20px;
}

/*****   MODULES   ******/

div.refModule {
	width: 90%;
	border-top: 1px solid #ddd;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.refModule h3 {
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 120px;
}

div.refModule h4 {
	color: #936;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 120px;
}

div.refModule p {
	margin-top: 0;
	padding-left: 120px;
	text-align: left;
	line-height: 1.0;
}

.refModule img {
	float: left;
	border: 0;
	margin-top: 10px;
	margin-right: 20px;
}

/*****   SPECS TABLE   ******/

table.techspec {
	margin: 15px auto;
	border: 0;
	line-height: 1.5;
}

table.techspec tr.oddLine {
	background-color: #ddd;
}

table.techspec tr {
	background-color: #fff;
}

table.techspec th {
	font-weight: bold;
	background-color: #777;
	color: #fcfbf5;
	text-align: center;
}

table.techspec td.property {
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

table.techspec td.value {
	font-weight: normal;
	width: 150px;
	text-align: left;
	padding-left: 10px;
	color: #000;
	
}

/*** END ***/

