/* CSS Document */


/* General styles */

html, body {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
	min-height: 100%;
}
html > body {
	height: 100%;
	min-height: 100%;
}
body {
	top: 0;
	margin: 0;
	padding: 0;
	color: #333;
	height: 100%;
	min-height: 100%;
	overflow: visible;
	background: #f0f0f0;
	text-decoration: none;
	font: 11px arial, helvetica, sans-serif;
}
h1, h4 {
	color: #f00;
	font: 800 16px arial, helvetica, sans-serif;
}
h4 {
	font-size: 11px;
	margin-top: -3px;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
}
p { 
	line-height: 140%;
}
img {
	border: 0;
}
a {
	border: 0;
	color: #f00;
	letter-spacing: -.2px;
	text-decoration: none;
}
a:hover {
	color: #555;
}
.news {
	font-size: 10px;
	line-height: 120%;
}
.section {
	color: #777;
}
.subsection {
	color: #555;
}
.info {
	font-size: 1.6em;
}

/* Wrappers */

#wrapper {
	top: 0;
	width: 760px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: #fff url("images/background.jpg") repeat-y;
}
#wrapper_bottom {
	width: 760px;
	height: 50px;
	top: 0;
	margin: 0 auto;
	position: relative;
	background: #fff url("images/bottom_shadow.jpg") no-repeat;
}
#wrapper h1 {
	margin-top: 0;
}


/* Header styles */

#header {
	width: auto;
	height: 182px;
	margin: 0 0 0 42px;
}
#headerflash {
	float: left;
	width: 531px;
	height: 154px;
	background: transparent url("images/flash_image.gif") no-repeat;
}
#headerlogo {
	float: left;
	width: 144px;
	height: 154px;
	background: transparent url("images/logo.gif") no-repeat;
}
#navpanel {
	clear: left;
	height: 28px;
	background: transparent url("images/nav_background.gif") top left no-repeat;
}


/* Navigation */

#menu {
	margin: 0;
	padding: 0;
}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	text-align: center;
}
#menu ul li a {
	margin: 0;
	width: 75px;
	color: #333;
	height: 17px;
	display: block;
	line-height: 20px;
	text-align: center;
	padding: 8px 0 0 0;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: #ddd 3px solid;
	border-left: 1px solid #fff;
	border-right: 1px solid #dedede;
	font: 10px arial, helvetica, sans-serif;
}
#menu ul li#menu-pri-first {}
	#menu ul li#menu-pri-first a {
		width: 55px;
		border-left: 0;
	}
#menu ul li#menu-pri-last {}
	#menu ul li#menu-pri-last a {
		width: 55px;
		border-right: 0;
	}
#menu ul li a:hover, #menu ul li a.visited {
	color: #f00;
	border-bottom-color: #f00;
}
#menu ul li.sm {}
	#menu ul li.sm a {
		width: 53px;
	}
#menu ul li.two {}
	#menu ul li.two a {
		width: 120px;
	}


/* Sub-navigation */
	
#submenu {
	margin: 0;
	padding: 0;
	width: 147px;
}
#submenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#submenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	text-align: center;
	background: #f0f0f0;
	border-bottom: 1px dotted #ccc;
}
#submenu ul li.new a { 
	background: #f0f0f0 url("images/nav_bkgd_new2.gif") center left no-repeat;
}
#submenu ul li.new a.visited { 
	background: #f0f0f0 url("images/nav_bkgd_new.gif") center left no-repeat;
}
#submenu ul li a {
	margin: 0;
	color: #777;
	width: 122px;
	outline: none;
	display: block;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: middle;
	padding: 3px 5px 3px 22px;
	text-transform: uppercase;
}
#submenu ul li a:hover {
	color: #f00;
}
#submenu ul li a.subhead {
	color: #fff;
	padding-left: 22px;
	background-color: #f00;
}
#submenu ul li a.visited {
	color: #555;
	padding-left: 22px;
	background: #f0f0f0 url("images/nav_bkgd.gif") center left no-repeat;
}
#submenu ul li a.visited:hover {
	color: #f00;
}
#submenu ul li a.sub {
	color: #555;
	font-size: 10px;
	background: #dfdfdf;
	text-transform: none;
}
#submenu ul li a.sub:hover {
	color: #f00;
/*	padding-left: 15px;
	border-left: 7px solid #c0c0c0;*/
}
#submenu ul li a.subvisited {
	color: #f00;
	cursor: default;
	background: #dfdfdf;
	text-transform: none;
}
#submenu ul ul {
	display: none;
}
#submenu ul ul.show {
	display: block;
}


/* Main content (home) */

#maincontent {
	margin: 20px 0 0 42px;
}
#leftpanel {
	margin: 0;
	float: left;
	width: 355px;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right: 1px dotted #cccccc;
}
#rightpanel {
	float: left;
	width: 280px;
	padding: 0 0 20px 20px;
	
}
.rightpanel_news_wrapper {
	float: left;
	height: 70px;
	width: 280px;
	margin-top: 7px;
}
.rightpanel_video_wrapper {
	height: 210px;
	margin-top: 7px;
	padding-top: 15px;
	display:  none;
}
.rightpanel_icons {
	float: left;
	right: 240px;
	height: 70px;
}
.rightpanel_news {
	float: left;
	right: 43px;
	width: 183px;
	height: 60px;
	padding: 5px;
	margin-left: 10px;
	background: #efefef;
}
a.rightpanel {
	color: #f00;
	font-size: 10px;
	margin-top: -10px;
	text-decoration: none;
	letter-spacing: -.2px;
}
a.rightpanel:hover {
	color: #555;
	text-decoration: none;
}


/* Main content (general) */

#product #maincontent, #support #maincontent, #safety #maincontent {
	margin: 20px 0 0 42px;
}
#product #leftpanel, #support #leftpanel, #safety #leftpanel {
	margin: 0;
	float: left;
	width: 150px;
	margin-top: 0;
	padding-right: 20px;
}
#product #content, #support #content, #safety #content {
	float: left;
	width: 465px;
	height: auto;
	padding: 0 0 0 20px;
	border-left: 1px dotted #ccc;
}
#product .content_wrapper, #support .content_wrapper, #safety .content_wrapper {
	width: 465px;
	height: auto;
	padding-bottom: 15px;
}
#product #content ul.features {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
}
#product #content .features {
	margin: 0;
	padding: 0 0 10px 95px;
}
#product #content .features li img {
	float: left;
	margin: 0 15px 10px 0;
}
#product #content .features li a.pds img {
	float: none;
	padding: 2px;
	margin: 0 0 0 95px;
}
#product #content .features li a.pds:hover img {
	background: #ddd;
}
ul.features h4 {
	margin: -3px 0 1em 95px;
}

#strap-line {

	border-top: 1px dotted #ccc;
	margin:10px 0;
	padding:10px 0 0 0 ;
	font-weight:bold;
	

}

/* Footer */

#footer {
	clear: both;
	width: 675px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.sm_menuitems {
	color: #666;
	line-height: 160%;
	font: 10px arial, helvetica, sans-serif;
}
a.sm_menuitems {
	color: #666;
	line-height: 160%;
	text-decoration: none;
	font: 10px arial, helvetica, sans-serif;
}
a.sm_menuitems:hover {
	color: #f00;
}
.sm_menuitems ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.sm_menuitems li {
	margin: 0 3px;
	display: inline;
	line-height: 100%;
	font: 10px arial, helvetica, sans-serif;
}
.sm_menuitems li a {
	color: #666;
	display: inline;
	line-height: 100%;
	text-decoration: none;
}
.sm_menuitems li a:hover {
	color: #f00;
}
.accClosed {
	display: none;
	background: #f0f0f0 url("images/nav_0.gif") center left no-repeat;
}
.accOpened {
	display: block;
	background: #f0f0f0 url("images/nav_1.gif") center left no-repeat;
}
p.pdfs {
	padding: 0 0px 20px 250px;
}

/* Misc styles */

.clear {
	height: 0px;
	width: 300px;
	clear: both !important;
	float: none !important;
}


/*------------------------------------------------------------------------*/

body#contacts #leftpanel h3 {
	font-size: 14px;
}
body#contacts #leftpanel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
body#contacts #leftpanel ul li {
	width: 190px;
	float: right;
	margin-bottom: 1em;
}
body#contacts #leftpanel ul li.areas {
	float: left;
	width: 120px;
	font-size: 1.3em;
	line-height: 1.2em;
}
body#contacts #leftpanel ul li dl {
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
body#contacts #leftpanel ul li dl dt {
	margin: 0;
	width: 60px;
	float: left;
}
body#contacts #leftpanel ul li dl dd {
	width: 150px;
}
body#contacts #leftpanel dt.sep, body#contacts #leftpanel dd.sep {
	margin-bottom: 3px;
}

ul.grid {
	padding: 0;
	margin: 2em 0 0;
}
	ul.grid li {
		padding: 0;
		float: left;
		list-style: none;
		margin: 0 5px 10px;
		text-align: center;
	}
		ul.grid li a {
			width: 100px;
			height: 100px;
			display: block;
			overflow: hidden;
			border: 3px solid #ddd;
		}
			ul.grid li a:hover {
				border-color: #c00;
			}
			ul.grid li a img {
				vertical-align: bottom;
			}
		ul.grid li small {
			color: #666;
			font-style: italic;
			line-height: 1.6em;
		}

.btt {
	text-align: right;
}

a.ft {
	font-weight: 700;
}