body {
	background: #ffffff;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 980px;
	margin: auto;
	text-align: center;
	position: relative;
	background: #fefefe;
}

#topNav {
	height: 53px;
	background: url(../_images/bg_topNav.jpg) #ccc repeat-x;
	margin: 0 0 1px 0;
}

#topNav #constrain {
	width: 980px;
	height: 53px;
	text-align: left;
	margin: 0 auto;
}

#topNav #constrain ul {
float: left;
display: inline;
margin: 0;
padding: 0 0 0 1px;
width: 980px;
height: 53px;
list-style: none;
background: url(../_images/bg_topNav_sep.gif) top left no-repeat;
}

#topNav #constrain ul li {
position: relative;
float: left;
display: inline;
margin: 0;
padding: 4px 10px 0 10px;
background: url(../_images/bg_topNav_sep.gif) top right no-repeat;
list-style: none;
font-size: 14px;
font-weight: bold;
text-align: center;
}


#topNav #constrain ul li a,
#topNav #constrain ul li a:visited {
/* display: block; */
float: left;
display: inline;
height: 40px;
padding: 15px 16px 0 16px;
line-height: 12px;
color: #000;
text-decoration: none;
}

#topNav #constrain ul li a:hover {
height: 40px;
padding: 15px 16px 0 16px;
color: #336699; 
text-decoration: none;
}

#topNav #constrain ul li ul {
position: absolute;
width: 225px;
margin: 0;
padding: 0;
left: -999em;
border: 0;
height: auto;
background-image: none !important;
background-color: #fff;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
border-left: solid 1px #ccc;
z-index: 1000;
overflow:hidden;
}

#topNav #constrain ul li ul li {
width: 225px;
height: 22px;
margin: 0;
padding: 0;
text-align: left;
line-height: 14px;
font-weight: normal !important;
background-image: none !important;
border-bottom: solid 1px #ccc;
}

#topNav #constrain ul li ul li.nav-sub-last {
border-bottom: none;
}

#topNav #constrain ul li ul li a, #topNav #constrain ul li ul li a:visited {
float: left;
display: inline;
width: 225px;
margin: 0;
padding: 0 0 0 3px !important;
line-height: 22px;
background-color: #fff;
color: #336699;
text-decoration: none;
voice-family: "\"}\""; 
voice-family:inherit;
}

#topNav #constrain ul li ul li a:hover {
background-color: #eee;
color: #336699;
text-decoration: none;
}

#topNav #constrain ul li:hover ul, #topNav #constrain ul li.sfhover ul {
top: 53px;
left: -1px;
}

/* #topNav ul {
	margin: 0 0 0 0;
}

#topNav ul li {
	float: left;
	line-height: 53px;
	width: 155px;
	background-image: url('../_images/bg_topNav_Off.png');
	background-repeat: repeat-x;
	list-style-type: none;
	border-right-DELETE: 1px solid #cccccc;
}

#topNav ul li a:link, #topNav ul li a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url('../_images/bg_topNav_Off.png');
	padding-right: 0px;
	padding-left: 0px;
}

#topNav ul li a:active {
	color: #333333;
	text-decoration: none;
	background-image: url('../_images/bg_topNav_On.png');
	padding-right: 0px;
	padding-left: 0px;
}

#topNav ul li a:hover {
	text-decoration: none;
	padding-right: 0px;
	background-image: url('../_images/bg_topNav_On.png');
	padding-left: 0px;
} */

#header {
	height: 296px;
	width: 980px;
}

#headerSub {
	height: 130px;
	width: 980px;
}

#gradationTop {
	height: 54px;
	width: 980px;
	background: url('../_images/bg_gradation_top.gif');
	background-repeat: repeat-x;
}

#gradationBtm {
	height: 54px;
	width: 980px;
	background-image: url('../_images/bg_gradation_btm.gif');
	background-repeat: repeat-x;
}

#body {
	width: 980px;
	background: #fefefe;
	padding: 0 0 0 0;
	text-align: left;
	overflow-DELETE:hidden;
	float-DELETE:left;
	height:100%;
}

table.body {
	padding: 0 20px 0 30px;
	margin-top: -30px;
}

h1.body {
	font-size: 140%;
	font-family: arial,verdana,helvetica;
	color: #000000;
	line-height: 14px;
}

h2.body {
	font-size: 115%;
	font-family: arial,verdana,helvetica;
	font-weight: bold;
	color: #336699;
	line-height: 14px;
}

p.body {
	font-size: 100%;
	font-family: arial,verdana,helvetica;
	color: #000000;
	line-height: 16px;
}

ul {
	font-size: 100%;
	font-family: arial,verdana,helvetica;
	color: #000000;
	line-height: 16px;
}

li {
	font-size: 100%;
	font-family: arial,verdana,helvetica;
	color: #000000;
	line-height: 16px;
	padding-bottom: 8px;
}

table.bodySub {
	padding: 0 20px 0 30px;
	margin-top: 20px;
}

h1.bodySub {
	font-size: 180%;
	font-family: arial,verdana,helvetica;
	color: #000000;
	line-height: 14px;
	margin-top: 2px;
}

h2.bodySub {
	font-size: 140%;
	font-family: arial,verdana,helvetica;
	color: #336699;
	line-height: 14px;
}

p.bodySub {
	font-size: 100%;
	font-family: arial,verdana,helvetica;
	color: #000000;
	line-height: 16px;
}

img.bodySub {
	padding: 0 0 8px 8px;
}

img.square {
	border: 1px solid gray;
}

p.caption {
	font-size: 80%;
	font-family: arial,verdana,helvetica;
	color: #999999;
	line-height: 14px;
}

#footer {
	height: 223px;
	background: #000000;
	background-image: url('../_images/bg_footer_main.jpg');
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
}

#footerSub {
	height: 100%;
	background: #000000;
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
}

#cylinder {
	margin-right:30px;
	margin-top:-70px;
}

#testimonial {
	height: 170px;
	width: 400px;
}

h1.testimonial {
	font-size: 130%;
	font-family: arial,verdana,helvetica;
	font-weight: bold;
	color: #336699;
	padding: 20px 0 0 20px;
}

p.testimonial {
	font-size: 90%;
	font-family: arial,verdana,helvetica;
	color: #ffffff;
	line-height: 16px;
	padding: 0 0 0 20px;
}

#btm-nav {
	color: #999999;
	margin: 10px 20px 10px 20px;
}

#btm-nav a:link, #btm-nav a:visited, #btm-nav a:active {
	font-size: 90%;
	font-family: arial,verdana,helvetica;
	line-height: 14px;
	color: #999999;
	text-decoration: none;
}

#btm-nav a:hover {
	font-size: 90%;
	font-family: arial,verdana,helvetica;
	line-height: 14px;
	color: #cccccc;
	text-decoration: none;
}	

p.copyright {
	font-size: 90%;
	font-family: arial,verdana,helvetica;
	color: #666666;
	line-height: 16px;
	padding: 0 20px 0 20px;
}


/* Links */

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}





