@charset "utf-8";
/*main CSS document */
body, html {
	margin:0;
	padding:0;
	background:#036 url(../images/bg.png) top left repeat-x;
	color:#333;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Arial, Helvetica, sans-serif;
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:0;
	margin:15px 10px 0px 15px;

}
p, td, th, dd, dt, li {
	line-height:1.5;
	font-size:0.8em;
}
dt {
	margin:0;
	padding:0px 5px 5px 15px;
	font-weight:bold;
	color:#036;
}
dd {
	margin:0;
	padding:0px 5px 5px 40px;
}
dd ul li, li p {
	font-size:1em;
}
td p {
	font-size:0.9em;
}
form { display:inline }

a { color:#3a73ac }
a:visited { color:#936 }
a:hover { color:#c00 }

em { font-family:Georgia, "Times New Roman", Times, serif }



.c { text-align:center }
.r { text-align:right }

h3, h4 {
	margin:0 15px 5px 15px;
	padding:20px 4px 0 0;
	font-family:Arial, Helvetica, sans-serif;

}
h2 {
	margin:0px 0px 20px 0px;
	padding:15px 0 0 15px;
	color:#333;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #ccc;
}

h3 {
	color:#69c;
	font-size:1em;
}
h4 {
	color:#69c;
	font-size:0.9em;
	font-weight:bold;
}
.fineprint {
	font-size:0.7em;
	color:#666;
}

img.centerimage {
	display:block;
	margin:0 auto;
}
/*end*/

#wrapper {
	width:970px;	
	margin:0 auto;	

}
#header {
	width:970px;
	height:135px;
	padding-top:10px;	
	background:url(../images/header.jpg) bottom center no-repeat;
}

#logo {
	width:200px;
	height:80px;
}
#logo h1 {
	display:none;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:200px;
	height:80px;
}

ul#top_navigation {
	list-style:none;
	margin:0 auto;
	padding:2px 0 0 0;
	height:55px;
}
ul#top_navigation li {
	display:block;
	float:left;
	width:120px;
	height:53px;
	padding:0px 2px 0 0px;
	margin:0;
	background: url(../images/separator.png) top right no-repeat;
}
ul#top_navigation li.first {
	width:356px;
}
ul#top_navigation li.last {
	background:none;
}
ul#top_navigation li a, ul#top_navigation li a:visited {
	display:block;
	height:35px;
	padding-top:18px;
	color:#333;
	background:url(../images/tnav_button.gif) top left repeat-x;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

ul#top_navigation li a:hover {
	background-position:bottom left;
}
#main {
	width:970px;
	padding:0px;
	background:#fff url(../images/rbbg.gif) top right repeat-y;
	color:#333;
}
#rightcolumn {
	width:368px;
	float:right;
	background:#fafafa url(../images/rbbg.gif) top left repeat-y;

}

#content {
	width:600px;
	padding-bottom:40px;
	overflow-x:hidden;

}
.rightblocks_noblocks {
	width:0px !important;
}
.content_noblocks {
	width:970px !important;
	background-color:#fff;
}
#footer {
	width:970px;
	height:160px;
	padding-top:10px;
	background:url(../images/footer_bg.png) top left repeat-x;
	color:#fff;
	font-size:0.6em;
	text-align:center;
	
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.left_column {
	width:240px;
	float:left;
	padding:10px;
}
.rightbox {
	background-color:#fff;
	width:338px;
	margin:15px auto;
	padding-bottom:20px;

}
.rightbox h2 {
	height:50px;
	margin:0;
	padding:15px 0 0 0;
	background:url(../images/rb_h2.jpg) top center no-repeat;
	color:#ac0049;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	text-transform:uppercase;
}

ul.rb_bignav, 
ul.rb_smallnav {
	list-style:none;
	width:338px;
	margin:10px 0 0 0;
	padding:0;
}
ul.rb_bignav {
	margin:10px auto;
	border:1px solid #eee;
}
.nomargin {
	margin-top:0;
}


ul.rb_bignav li {
	height:38px;
	padding:0;
	margin:0;	
	background:url(../images/rb_separator.gif) bottom center no-repeat;
}
ul.rb_smallnav li {
	margin:0;
	padding:0px 5px 5px 20px;
	background:url(../images/bullet.gif) top left no-repeat;
}

ul.rb_bignav li.noborder {
	background:none;
}
ul.rb_bignav li a, ul.rb_bignav li a:visited {
	display:block;
	height:17px;
	padding:10px 0 10px 40px;	
	color:#036;
	background:url(../images/rb_link_bg.jpg) top center no-repeat;
	font-weight:bold;
	text-decoration:none;
}

ul.rb_bignav li a:hover {
	color:#69c;
	background-position:bottom center;
}
ul.rb_smallnav li a, ul.rb_smallnav li a:visited {
	color:#4A6389;
	text-decoration:none;
}
ul.rb_smallnav li a:hover {
	color:#bd615b;
	text-decoration:underline;
}
ul.nobullets {
	list-style:none;
}
ul.nobullets li {
	background-image:none;
}
ul.indented, p.indented {
	padding-left:60px;
}

img.imgcentered {
	display:block;
	margin:0 auto;
}

.breaker, .breaker_right {
	clear:both;
	height:1px;
	width:auto;
	float:none;
	font-size:0;
	margin-top:-1px;
}
.breaker_right {
	clear:right;
}

table.regular {
	width:580px;
	margin:0 auto;
	background-color:#ccc;
}
table.regular th, table.regular td {
	vertical-align:top;
	padding:5px;
}
table.regular th {
	background-color:#eee;
}
table.regular td {
	background-color:#fff;	
}
.slogan {
	width:338px;
	height:185px;
	margin-top:-15px;
	background:url(../images/slogan_bg.jpg) top left no-repeat;

}
.slogan p {
	margin:0;
	padding:45px 40px 0px 40px;
}
.contact_info {
	padding:5px 180px 20px 0px;
	background:#3b6ea1 url(../images/photos/help_desk.jpg) top left no-repeat;
	color:#fff;
}
.contact_info a, .contact_info a:visited {
	color:#fff;
}
.contact_info a:hover {
	color:#e1ebf4;
}
dd.machine {
	display:block;
	margin:0px 10px 0px 0px;
	padding:0;
	width:255px;
	float:right;
}
#products img { margin-left:15px}
/*link styles*/
a.link, a.link:visited, a.link:hover,
a.pdf, a.pdf:visited, a.pdf:hover,
a.www, a.www:visited, a.www:hover,
a.mail, a.mail:visited, a.mail:hover,
a.map, a.map:visited, a.map:hover {
	padding:0 0 0 20px;
	
}
a.link, a.link:visited, a.link:hover { background:url(../images/icons/ico_link.png) top left no-repeat }
a.pdf, a.pdf:visited, a.pdf:hover { background:url(../images/icons/ico_pdf.png) top left no-repeat }
a.www, a.www:visited, a.www:hover { background:url(../images/icons/ico_www.png) top left no-repeat }
a.mail, a.mail:visited, a.mail:hover { background:url(../images/icons/ico_mail.png) top left no-repeat }
a.map, a.map:visited, a.map:hover { background:url(../images/icons/ico_map.png) top left no-repeat }

/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}











