/* Page formatting */

body {
	/*height:100%;*/
	margin:4px;
	padding:0px;
	background-color:#FFFFFF;
	text-align: center;
}

#container {
	position: relative;	
	margin: 0 auto;
	width: 955px;
	text-align: left;
}

img {
	behavior: url(/pngbehavior.htc);
}

/* Division formatting */

#container #top-left {
	position:absolute;
	left:0px;
	top:0px;
	width:294px;
	height:144px;
	background-image:url(images/bkg_1.jpg);
	text-align:left;
}

#container #top-right {
	position:absolute;
	left:298px;
	top:0px;
	width:657px;
	height: 700px;
	background-color: #9ca2ba;
	background-image:url(images/bkg_2b.jpg);
	background-repeat: no-repeat;
}

#lower-left {
	position:absolute;
	left:0px;
	top:144px;
	width:294px;
	min-height: 100%;
	height: 556px;
	background-color: #355c57;
	background-image:url(images/bkg_3c.jpg);
	background-repeat: no-repeat;
}

#lower-left p {
	color: #fff;
	margin: 10px 30px;
}

#topnav {
	position: absolute;
	top: 123px;
	left: 50px;
	z-index: 1000;
}

#home {
	position:absolute;
	left:35px;
	top:160px;
	width:626px;
	text-align:left;
}

#product-A {
	position:absolute;
	left:15px;
	top:200px;
	width:210px;
	text-align:right;
	z-index: 100;
}

#product-B {
	position:absolute;
	left:226px;
	top:200px;
	width:185px;
	text-align:left;
	padding-left: 5px;
	z-index: 110;
}

#product-C {
	position:absolute;
	left:421px;
	top:200px;
	width:225px;
	text-align:left;
	z-index: 120;
}

#container #top-right #profile { /* companyprofile.php */
	width: 637px;
	height: 475px;
	position: absolute;
	top: 150px;
	left: 10px;
	overflow: auto;
}

#container #top-right #image { /* productlist.php */
	height: 320px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 210px;
	padding: 0px 10px;
	margin: 0px;
}

#container #top-right #list-A { /* productlist.php */
	height: 320px;
	width: 200px;
	position: absolute;
	left: 220px;
	top: 210px;
	padding: 0px 10px;
	margin: 0px;
}

#container #top-right #list-B { /* productlist.php */
	height: 320px;
	width: 200px;
	position: absolute;
	left: 440px;
	top: 210px;
	padding: 0px 10px;
	margin: 0px;
}

/* Spell out "three" because starting with a number freaks out every browser but Safari */
#container #top-right #threecolumnleft, #container #top-right #threecolumncenter, #container #top-right #threecolumnright, #container #top-right #threecolumnrightB { /* literature.php */
	text-align: center;
	width: 145px;
	/*height: 475px;*/
	position: absolute;
	/*top: 150px;*/
	overflow: visible;
}

#container #top-right #threecolumnleft { /* literature.php */
	left: 10px;
}

#container #top-right #threecolumncenter { /* literature.php */
	left: 155px;
}

#container #top-right #threecolumnright { /* literature.php */
	left: 300px;
}

#container #top-right #threecolumnrightB { /* literature.php */
	left: 441px;
}

#prodleft {
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
}

/* Image formatting */

img.right {
	float: right;
	clear: right;
	padding-left: 5px;
}

img.left {
	float: left;
	clear: left;
	padding-right: 5px;
}

/* Text formatting */

p, table tr td, ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	line-height: 14px;
	margin-right: 8px;
	margin-left: 8px;
	word-spacing: 0px;
	letter-spacing: 0px;
}

#profile p {
	line-height: 12px;
}

#product-B p {
	line-height: 12px;
	padding: 0px;
	margin: 8px;
}

h4, h5, h6, #prodleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*color: #333366;*/
	color: #FFFFFF;
	line-height: 11px;
	margin-right: 8px;
	margin-left: 8px;
	word-spacing: 0px;
	letter-spacing: 0px;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h5 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
}

h6 {
	margin-top: 0px;
	font-size: 11px;
}

#home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	line-height: 16px;
	margin-right: 25px;
	margin-left: 0px;
	word-spacing: 1px;
	letter-spacing: 1px;
}

#product-C table {
	margin-left: 8px;
}

p#color {
	margin-left: 24px;
	line-height: 16px;
}

.note {
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
}

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

#prodleft a:link, #prodleft a:visited, #prodleft a:active, .contactEmail a:link, .contactEmail a:visited, .contactEmail a:active, #copyright a:link,#copyright  a:visited, #copyright a:active {
	color: #CCC;
	text-decoration: none;
}

a:hover, #prodleft a:hover, .contactEmail a:hover, #copyright a:hover {
	color: #FFFFFF;
}

.contactEmail {
	font-weight: bold;
}

/* Java Menu Styles */

.clsCMOn, .clsCMOver, .clsCMOn2, .clsCMOver2, .clsCMOver3 {
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	padding: 4px 6px;
}

.clsCMOn, .clsCMOver, .clsCMOn2 {
	color: black;
}

.clsCMOver2 {
	color: #3399CC;
}

.clsCMOver3 {
	color: #FFFFFF;
}
