/* I Mesmer : Well-Stated Web Design by Michael Dilliott W3C CSS Level 2.1*/

body{
	background-color : #FFFFFF;
}

div.title {
	position: relative;
	height: 50px;
	margin-top: 15px;
	padding-top: 20px;
	padding-left: 20px;
	max-width: 1000px;
	background-image: url(Images/titlebar.png);
	background-repeat : no-repeat;
	color: #333333;
	font-family: Century;
	font-size: 24px;
	font-style: normal;	
}

div.subtitle {
	position: relative;
	height: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 1000px;
	color: #333333;
	font-family: Century;
	font-size: 14px;
	font-style: normal;	
}

div.infobox {
	position: fixed;
	right: 15px;
	top: 15px;
	padding-right: 7px;
	padding-left: 50px;
	padding-top: 7px;
	font-size : 11px; 
	font-family : "Arial", sans-serif; 
	font-style : normal;
	text-align: right;
	border-top: solid 1px #7F7F7F;
	border-right: solid 1px #7F7F7F;
		background-color: #FFFFFF;
}

div.pagecontainer {
	position: absolute;
		display: block;
	top: 270px;
}

td.page1 {
	background-image: url(Images/h1.png);
	background-repeat : no-repeat;
	width: 700px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page2 {
	background-image: url(Images/h2.png);
	background-repeat : no-repeat;
	width: 1000px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page3 {
	background-image: url(Images/h3.png);
	background-repeat : no-repeat;
	width: 500px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page4 {
	background-image: url(Images/h4.png);
	background-repeat : no-repeat;
	width: 1300px;
	max-width: 95%;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page5 {
	background-image: url(Images/h5.png);
	background-repeat : no-repeat;
	width: 400px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page6 {
	background-image: url(Images/h6.png);
	background-repeat : no-repeat;
	width: 900px;
		max-width: 95%;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page7 {
	background-image: url(Images/h7.png);
	background-repeat : no-repeat;
	width: 600px;
		max-width: 95%;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page8 {
	background-image: url(Images/h8.png);
	background-repeat : no-repeat;
	width: 1100px;
		max-width: 95%;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page9 {
	background-image: url(Images/h9.png);
	background-repeat : no-repeat;
	width: 300px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page10 {
	background-image: url(Images/h10.png);
	background-repeat : no-repeat;
	width: 675px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page11 {
	background-image: url(Images/h11.png);
	background-repeat : no-repeat;
	width: 800px;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page12 {
	background-image: url(Images/h12.png);
	background-repeat : no-repeat;
	width: 1350px;
		max-width: 95%;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

td.page13 {
	background-image: url(Images/h13.png);
	background-repeat : no-repeat;
	width: 1350px;
		max-width: 95%;
	font-family: Century;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

/* GENERIC ELEMENTS */

div.pageunit {
	background-image: url(Images/bggray.png);
	background-repeat : no-repeat;
	width: 80%;
	max-width: 1100px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 10px;
}

td.tagline {
	font-family: Century;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-indent: 70px;
	width: 70%;
	padding-bottom: 7px;
	padding-top: 15px;
}

td.taglineright {
	font-family: Century;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-indent: 70px;
	padding-bottom: 7px;
	padding-top: 15px;
	text-align: right;
}

div.imagecenter {
	padding-top: 25px;
	text-align: center;
	vertical-align: top;
}

td.imagecenter {
	text-align: center;
	vertical-align: top;
	border-bottom: solid 1px #CCCCCC;
}

td.imageright {
	text-align: right;
	vertical-align: top;
}

div.caption {
	font-family: Century;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

div.captionwhite {
	font-family: Century;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

div.captionwhiter {
	text-align: right;
	font-family: Century;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

td.pagetext {
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	padding-bottom: 7px;
	padding-left: 10px;
}

td.pagetextright {
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding-top: 15px;
	vertical-align: top;
	padding-bottom: 7px;
	text-align: right;
	padding-right: 10px;
	padding-left: 15px;
}

td.pagetext_narrow {
	width: 400px;
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	padding-bottom: 7px;
	padding-top: 15px;
}

td.spacer50 {
	width:50px;
}

td.spacer75 {
	width:75px;
}

td.spacer125 {
	width:125px;
}

td.spacer20 {
	width: 20px;
}

div.nojs {
	width: 80%;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, sans;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* PAGE SPECIFIC ELEMENTS */

table.products {
	width: 90%;
}

td.dsmain {
	height: 665px;
	background-image: url(Images/klimax_ds.jpg);
	background-repeat : no-repeat;
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 15px;
}

td.vertspace {
	height: 330px;
}

td.dsminor {
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 10px;
}

td.majikmain {
	height: 765px;
	background-image: url(Images/majik_dsi_sys2.jpg);
	background-repeat : no-repeat;
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 35px;
}

td.majikminor {
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

td.majikpiece {
	font-family: Century;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	vertical-align: top;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top: solid 1px #7F7F7F;
}

td.gallery {
	height: 570px;
}

div.pageunitgal {
/*	background-image: url(Images/bggray.png);
	background-repeat : no-repeat; */
	width: 680px;
	max-width: 1100px;
	text-align: center;
		margin: 0 auto;
}

div.notice {
	width: 100%;
	padding-top: 300px;
	margin: 0 auto;
	text-align: center;
	vertical-align: center;
}

/* STRUCTURAL ELEMENTS */

a:link {
	color : #666666;
	text-decoration : none;
}

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

a:visited {
	color: #666666;
	text-decoration: none;
}

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

a:active {
	color : #A70303;
	text-decoration : none;
}

/* NEW SITE CODES */

div.footer {
	position : fixed;
	right: 15px;
	top: 100px;
	color : #A6A5A1;
	text-align : right;
	font-size : 9px; 
	font-family : "Arial", sans-serif; 
	font-style : normal;
	padding-top : 5px;
	padding-right: 7px;
	padding-bottom : 15px;
	border-top: solid 1px #7F7F7F;
	border-right: solid 1px #7F7F7F;
	line-height: 130%;
	background-color: #FFFFFF;
}

div.nojs_footer {
	position : fixed;
	right: 15px;
	top: 257px;
	color : #A6A5A1;
	text-align : right;
	font-size : 9px; 
	font-family : "Arial", sans-serif; 
	font-style : normal;
	padding-top : 5px;
	padding-right: 7px;
	padding-bottom : 15px;
	border-top: solid 1px #7F7F7F;
	border-right: solid 1px #7F7F7F;
	line-height: 130%;
	background-color: #FFFFFF;
}

div.bracketright {
	position : fixed;
	right: 15px;
	bottom: 5px;
	color : #CCCCCC;
	text-align : right;
	font-size : 9px; 
	font-family : "Arial", sans-serif; 
	font-style : normal;
	padding-top : 5px;
	padding-right: 7px;
	padding-bottom : 10px;
	border-bottom: solid 1px #7F7F7F;
	border-right: solid 1px #7F7F7F;
	line-height: 130%;
}

div.bracketleft {
	position : fixed;
	left: 7px;
	bottom: 5px;
	color : #CCCCCC;
	text-align : right;
	font-size : 9px; 
	font-family : "Arial", sans-serif; 
	font-style : normal;
	padding-top : 5px;
	padding-left: 7px;
	padding-bottom : 10px;
	border-bottom: solid 1px #7F7F7F;
	border-left: solid 1px #7F7F7F;
	line-height: 130%;
}

