/* @override 
	http://nipponpulse/css/screen.css
	http://npee.insidenewcity.com/css/screen.css
*/

/* @group Generic */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background: #c10000 url('/images/layout/bg.png') repeat-x top left;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

dd dt,
dd dd,
dt dd,
dt dt,
li li,
li p,
td li,
dd p,
td li,
dd td,
dd li {
	font-size: 1.0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {
	font-size: 3.6em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 0.5em 0;
}

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

ol li {
	list-style: decimal;
	margin: 0 0 1em 1.6em;
}

/* Forms */
form {
	background: #f4f4f4 url(/images/layout/form-background.png) repeat-x;
	border: 1px solid #eee;
	padding: 7px 10px;
}

form.form-left {
	float: left;
	width: 292px;
}

form dl dt,
form dl dd {
	margin: 1px 0;
}

form dl dt {
	clear: both;
	float: left;
	padding-top: 4px;
	width: 125px;
}

form dl dd {
	position: relative;
	float: right;
	width: 165px;
}

form dl dd input.input-text {
	border: 1px solid #cccccc;
	padding: 3px;
	width: 118px;
}

form .submit input.input-submit {
	background: url(/images/layout/button-search.png) no-repeat 0 50%;
	border: 0 none;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	
	display: block;
	height: 22px;
	padding-top: 22px;
	margin: 3px 0;
	width: 62px;
	text-indent: -9999px;
}

p.records {
	clear: left;
	padding-top: 10px;
}

/* Tables */
table {
	margin: 1.3em 0;
	width: 100%;
}

table th {
	background-color: #f2f2f2;
	text-align: left;
}

table td,
table th {
	padding: 6px 8px;
	vertical-align: top;
}

table tr.alt td {
	background-color: #f2f2f2;
}

table.list {
	margin-top: 0;
}

/* Links */
a:link,
a:visited {
	color: #e9000a;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #530004;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #1d262f;
}

a.button:link,
a.button:visited {
	background: url(/images/layout/button.png) no-repeat 100% 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 8px 18px 8px 10px;
	text-decoration: none;
}

/* Images */
a img {
	border-width: 0;
	display: block;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0px;
}

.image-left,
.callout-left,
.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 8px 0;
}

.image-right,
.callout-right,
.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 8px 10px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	display: block;
}

.image-left p,
.image-right p {
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.3em;
	margin: 4px 0 0;
}

p img.image-left,
p img.image-right {
	margin-top: 0.5em;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

hr {
	border: 0 none;
	border-bottom: 1px solid #d9d9d9;
	clear: both;
	height: 1px;
	padding: 10px 0 0;
	margin: 0 0 15px;
}

/* Pagination */
#content-main ul.pagination li {
	background: transparent;
	float: left;
}

#content-main ul.pagination li div.next,
#content-main ul.pagination li div.previous,
#content-main ul.pagination li.first a,
#content-main ul.pagination li.previous a,
#content-main ul.pagination li.next a,
#content-main ul.pagination li.last a {
	background: no-repeat 0 50%;
	display: block;
	text-indent: -9999px;
}

#content-main ul.pagination li.first a {
	background-image: url(/images/layout/pagination-first.png);
	width: 12px;
}

#content-main ul.pagination li div.previous,
#content-main ul.pagination li.previous a {
	background-image: url(/images/layout/pagination-previous.png);
	width: 8px;
}

#content-main ul.pagination li div.next,
#content-main ul.pagination li.next a {
	background-image: url(/images/layout/pagination-next.png);
	width: 8px;
}

#content-main ul.pagination li.last a {
	background-image: url(/images/layout/pagination-last.png);
	width: 12px;
}

#content-main ul.pagination li span.current {
	font-weight: bold;
}

/* @group Classes */

.important {
	color: #e9000a;
	font-weight: bold;
}

.date {
	color: #777;
	font-weight: bold;
}

.show-all {
	left: 71px;
	position: absolute;
	top: 5px;
}

/* @end */

/* @end */

/* @group Layout */

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	background-color: #fff;
	height: 71px;
	position: relative;
	margin-bottom: 14px;
}

#content {
	background: transparent url('/images/layout/content-bg.gif') repeat-y top left;
	margin-top: -5px;
}

#content-sub {
	float: left;
	width: 156px;
	margin-right: 5px;
	position: relative;
}

#content-main {
	float: left;
	background-color: #fff;
	margin-right: 5px;
	width: 547px;
}

#content-section {
	float: left;
	width: 247px;
	margin-top: -4px;
}

.no-sidebar #content {
	background: url(/images/layout/content-bg-no-sidebar.gif) repeat-y 0 0;
}

.no-sidebar #content-main {
	width: 799px;
	margin: 0;
}

.no-sidebar #content-section {
	display: none;
}

/* @end */

/* @group Header */

a#logo {
	background: transparent url('/images/layout/logo.png') no-repeat center center;
	display: block;
	text-indent: -9999px;
	height: 40px;
	width: 351px;
	padding: 17px 14px 14px;
}

#logo-print {
	display: none;
}

p.call {
	background: transparent url('/images/layout/phone-number.png') no-repeat top left;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	text-indent: -9999px;
	width: 197px;
	height: 36px;
}

ul.quick-links {
	position: absolute;
	bottom: 4px;
	right: 0;
}

ul.quick-links li {
	display: inline;
	border-right: 3px solid #d9d9d9;
	height: 1em;
	padding: 0 10px;
	font-size: 1.1em;
}

ul.quick-links li.last {
	border: none;
	padding-right: 14px;
}

ul.quick-links li a {
	color: #e9000a;
	text-decoration: none;
	font-weight: bold;
}

ul.quick-links li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content Sub */

ul#main-nav {
	padding: 7px 0 10px 10px;
}

/* @group First Tier */

ul#main-nav li {
	font-size: 1.92em;
	line-height: 1.0em;
	margin: 2px 0;
}

ul#main-nav li a:link,
ul#main-nav li a:visited,
ul#main-nav li a:hover {
	background: transparent url(/images/layout/bullet-arrow-white-big.gif) no-repeat 2px 4px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 12px;
	position: relative;
	z-index: 20;
}

ul#main-nav li.active a {
	background: url(/images/layout/bullet-arrow-white-large-down.gif) no-repeat 0 5px;
	color: #ffffcc;
	display: block;
	padding-right: 4px;
}

ul#main-nav li li a,
ul#main-nav li.active li a {
	background: transparent none;
	color: #ffffff;
	padding-left: 0;
	padding-right: 0;
	text-transform: none;
}

ul#main-nav li a:hover {
	color: #ffffcc;
}

/* @end */

/* @group Second Tier */

ul#main-nav li.active ul {
	display: block;
}

ul#main-nav ul {
	background: #2b3948 url('/images/layout/sub-nav-top.png') repeat-x top left;
	display: none;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-left: 20px;
	padding-top: 8px;
}

ul#main-nav ul li {
	color: #fdf3dc;
	font-size: 0.67em;
	line-height: 1.4em;
	margin: 5px 0;
	padding-right: 4px;
	text-transform: uppercase;
}

ul#main-nav ul li.last {
	background: transparent url('/images/layout/sub-nav-bottom.png') repeat-x bottom left;
	padding-bottom: 1px;
	margin-left: -20px;
	padding-left: 20px;
}

ul#main-nav ul li span {
	display: block;
	line-height: 1em;
	margin-top: 5px;
}

/* @end */

/* @group Third Tier */

ul#main-nav ul li ul {
	padding: 0;
	background-image: none;
	margin: 0 0 1.2em 6px;
}

ul#main-nav ul li ul li {
	font-size: 1.0em;
	line-height: 1em;
}

ul#main-nav ul li ul li a {
	text-transform: none;
	color: #fdf3dc;
	z-index: 20;
	position: relative;
}

ul#main-nav ul li ul li.here a {
	color: #ffffff;
	font-weight: bold;
}

ul#main-nav ul li ul li.here li a {
	color: #fcf3dc;
	font-weight: normal;
}

ul#main-nav ul li ul li a:hover {
	text-decoration: underline;
}

ul#main-nav ul li ul li.last {
	background-image: none;
	margin-bottom: 0;
}

ul#main-nav ul li ul li.last ul {
	margin-bottom: 0;
}

/* @end */

div#auxillary {
	background: transparent url('/images/layout/nav-gradient.png');
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
	height: 274px;
	z-index: 10;
}

/* @end */

/* @group Content Main */

h1 {
	background: #f3f3f3 url('/images/layout/h1-bg.png') repeat-y top left;
	border-bottom: 1px solid #ebebeb;
	color: #e9000a;
	font-size: 2em;
	line-height: 1.1em;
	margin: 0;
	padding: 9px 21px 6px 20px;
}

#content-main-inner {
	padding: 10px 21px;
}

#content-main-inner h2 {
	font-size: 1.8em;
	color: #999999;
	margin: 0 0 10px 0;
}

#content-main-inner h2.red {
	font-size: 1.6em;
	color: #e9000a;
}

#content-main-inner h3 {
	font-size: 1.4em;
	color: #1d262f;
	margin-bottom: 0;
}

#content-main-inner p {
	line-height: 1.4em;
	margin: 0.5em 0;
}

dl.focus {
	border-top: 1px solid #d9d9d9;
	clear: both;
	padding: 10px 0 15px 0;
}

dl.first.focus {
	border-top: 0 none;
}

dl.focus dt {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #1d262f;
	padding-bottom: 8px;
}
/*
dl.focus dt.img,
dl.focus dd.content {
	float: right;
	width: 358px;
}
*/
.no-sidebar dl.focus dt,
.no-sidebar dl.focus dd.content {
	width: 619px;
}

dl.focus dd {
	color: #1d262f;
	line-height: 1.4em;
	margin-bottom: 7px;
	margin-left: 0;
}

dl.focus dd p,
#content-main dl.focus dd p {
	font-size: 1.0em;
	margin-top: 0;
}

dl.focus dd.img {
	float: left;
	margin: 0 10px 0 0;
}

dl.focus dd.img img {
	margin: 0;
	border: 0;
	padding: 0;
}

dl.focus dd a.accessory {
	display: inline-block;
	margin-top: 5px;
}

dl.focus.product-list-70 dt {
	font-size: 1.4em;
}

dl.focus dt
dl.focus dd.content {
	float: right;
	width: 425px;
}

dl.focus.product-list-91 dt {
	font-size: 1.4em;
	width: 395px;
	font-weight: bold;
	margin-bottom: 3px;
}

.no-sidebar dl.focus.product-list-91 dt,
.no-sidebar dl.focus.product-list-91 dd.content {
	width: 647px;
}

dl.focus.product-list-91 {
	border-top: none;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 15px 0;
	margin-bottom: 20px;
}

dl.focus.product-list-70 dt a,
dl.focus.product-list-91 dt a {
	color: #e9000a;
	text-decoration: none;
}

dl.focus.product-list-91 dt a:hover {
	text-decoration: underline;
}

dl.focus.product-list dd {
	margin-bottom: 2px;
}

dl.focus.product-list-70 dd a.more,
dl.focus.product-list-91 dd a.more {
	display: inline-block;
	margin-top: 2px;
}

dl.demo {
	float: left;
	width: 159px;
	margin-right: 14px;
	margin-bottom: 20px;
}

dl.last {
	margin-right: 0;
}

dl.demo dt {
	font-weight: bold;
}

dl.demo img {
	display: block;
	margin: 0 0 5px;
}

a.accessory {
	background: transparent url('/images/layout/bullet-arrow-red.gif') no-repeat 100% 55%;
	font-weight: bold;
	padding-right: 9px;
	text-decoration: none;
}

a.accessory:hover {
	text-decoration: underline;
}

#content-main ul {
	margin-left: 0;
	margin-bottom: 15px;
}

#content-main ul li {
	background: transparent url('/images/layout/bullet-disc-black.gif') no-repeat 0% 5px;
	padding-left: 8px;
	line-height: 1.2em;
}

#content-main ul.horizontal li {
	background: none;
	padding: 0;
	float: left;
	list-style: none;
}

#content-main ul.customization li {
	margin: 0 18px 0 0;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	width: 150px;
}

li.more {
	background-image: none;
}

.more a,
a.more {
	background: transparent url('/images/layout/bullet-arrow-gray.gif') no-repeat 100% 50%;
	color: #3b3b3b;
	padding-right: 8px;
	text-decoration: none;
}

.more a:hover,
a.more:hover {
	text-decoration: underline;
}

a.red {
	color: #e9000a;
	text-decoration: none;
}

a.red:hover {
	text-decoration: underline;
}

dl.product {
	float: left;
	width: 314px;
}

dl.product dt,
dl.product dd {
	color: #3b3b3b;
	margin: 3px 0 5px;
}

dl.product dt {
	clear: both;
	font-weight: bold;
	float: left;
	width: 80px;
}

dl.product dd {
	float: right;
	width: 232px;
}

dl.product dl dt,
dl.product dl dd {
	margin: 0;
}

dl.product dl dt {
	width: 72px;
}

dl.product dl dd {
	width: 160px;
}

dl.product a:link,
dl.product a:visited {
	color: #3b3b3b;
	color: rgba(0, 0, 0, 0.7);
	text-decoration: underline;
}

dl.product a:hover {
	color: #000;
}

#content-main ul.browse {
	margin: 0;
}

#content-main ul.browse li {
	background: transparent none;
	margin: 5px 0;
	padding-left: 0;
}

#content-main ul.browse li a:link,
#content-main ul.browse li a:visited {
	background: url(/images/layout/bullet-arrow-red.gif) no-repeat 100% 50%;
	font-weight: bold;
	padding-right: 8px;
}

dl.horizontal {
	margin: 1em 0;
}

dl.horizontal dt,
dl.horizontal dd {
	color: #3b3b3b;
}

dl.horizontal dt {
	float: left;
	margin-right: 0.3em;
}

dl.horizontal dd {
	float: left;
	line-height: 1.0em;
	margin-top: 0.31em;
	padding: 0 1px;
}

dl.horizontal dd.last {
	border-right: 0;
	padding-right: 0;
}

dl.horizontal a:link,
dl.horizontal a:visited {
	color: rgba(233, 0, 10, 0.7);
	color: rgb(233, 0, 10);
}

dl.horizontal a:hover {
	color: rgb(233, 0, 10);
	text-decoration: underline;
}

table.specifications {
	margin-top: -3em;
}

table.specifications .specification {
	width: 50%;
}

table.specifications .metric,
table.specifications .english {
	width: 25%;
}

table.specifications td.last {
	border-left: 1px solid #fff;
}

table.specifications th,
table.specifications td {
	background: #f2f2f2;
}

table.specifications .alt th,
table.specifications .alt td {
	background: #fff;
}

table.specifications thead th,
table.specifications thead td {
	background: transparent;
}

/* @end */

/* @group Content Section */

#content-section a {
	color: #fdf3dc;
	text-decoration: none;
}

#content-section a:hover {
	text-decoration: underline;
}

.callout {
	background: #212c38;
	color: #fdf3dc;
	padding: 0 17px 20px;
	margin-top: 4px;
}

.callout h3 {
	background: #1d262f url('/images/layout/callout-top.png') repeat-x bottom left;
	color: #fff;
	font-size: 2em;
	line-height: 1.1em;
	margin: 0 -17px;
	padding: 11px 17px 19px 17px;
}

.callout-extend {
	background: #1d262f url('/images/layout/callout-bottom.png') repeat-x top left;
	margin: 0 -17px -20px;
	padding: 15px 17px 15px 17px;
}

.callout a.accessory {
	background-image: url('/images/layout/bullet-arrow-yellow.gif');
}

#content-section .callout img {
	display: block;
	margin-top: 4px;
}

dl.focus.alt dt,
dl.focus.alt dd {
	float: left;
	width: 112px;
}

dl.focus.alt dt,
dl.focus.alt dd {
	float: none;
	width: auto;
}

dl.focus.alt dd.img {
	float: right;
	margin: 0 0 0 10px;
	width: auto;
}

#content-section dl.focus {
	border-top: none;
	border-bottom: 1px solid #565c63;
	padding: 15px 0 15px;
}

#content-section dl.focus dt {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fdf3dc;
	padding-bottom: 2px;
}

#content-section dl.focus dt a {
	font-weight: bold;
}

#content-section dl.focus dd {
	color: #fdf3dc;
}

dl.contact {
	margin-top: 10px;
}

dl.contact dt {
	text-indent: -9999px;
	float: left;
	width: 24px;
	height: 20px;
}

dl.contact dd {
	height: 25px;
}

dl.contact dt.phone {
	background: transparent url('/images/layout/phone.gif') no-repeat center left;
}

dl.contact dt.email {
	background: transparent url('/images/layout/email.gif') no-repeat center left;
}

#content-section ul {
	margin-left: 0;
}

#content-section li {
	background: transparent url('/images/layout/bullet-disc-yellow.gif') no-repeat 0% 5px;
	padding-left: 8px;
	line-height: 1.2em;
}

/* @end */

/* @group Footer */

#footer {
	padding: 8px 0 30px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	display: inline;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	border-right: 3px solid #fff;
	padding: 0 10px;
	margin-left: 3px;
}

#footer ul li.last {
	border: white;
}

p.designed-by {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 13px;
}

/* @end */

/* @group Home Page */

.front #content {
	background: transparent;
}

/* @group Content Feature */

.front #content-feature {
	position: relative;
	height: 344px;
	overflow: hidden;
}

.front #content-feature dl {
	width: 303px;
}

.front #content-feature dt,
.front #content-feature dd {
	background: #1d262f;
	font-size: 1.0em;
	margin: 0;
	padding: 0px 14px;
	width: 275px;
}

.front #content-feature dt {
	background-image: url(/images/layout/home-feature-inactive.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffcc;
	cursor: pointer;
	font-size: 1.8em;
	height: 25px;
	margin: 5px 0 0;
	padding-left: 7px;
	padding-bottom: 13px;
	padding-top: 9px;
	text-transform: uppercase;
	width: 282px;
}

.front #content-feature dl.active dt {
	background-position: 0 -49px;
	cursor: default;
}

.front #content-feature dl dt span {
	background: url(/images/layout/bullet-arrow-white-big.gif) no-repeat 5px 7px;
	display: block;
	padding-left: 14px;
}

.front #content-feature dl.active dt span {
	background: url(/images/layout/bullet-arrow-white-large-down.gif) no-repeat 0px 10px;
}

.front #content-feature dd.bottom {
	height: 244px;
	overflow: hidden;
}

.front #content-feature .left,
.front #content-feature .right {
	float: left;
	width: 121px;
}

.front #content-feature .right {
	float: right;
}

.front #content-feature div.bottom {
	clear: both;
	float: none;
}

.front #content-feature dl.active .left,
.front #content-feature dl.active .right {
	height: 210px;
}

.front #content-feature .left {
	background-image: url(/images/layout/home-feature-divider.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-right: 19px;
}

.front #content-feature dd.image {
	height: 344px;
	padding: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 5px;
	width: 657px;
	z-index: 50;
}

.front #content-feature dl.active dd.image {
	opacity: 1.0;
	z-index: 100;
}

.front #content-feature dd.image img {
	display: block;
	position: relative;
}

.front #content-feature dd.image div.notch {
	background: url(/images/layout/home-feature-arrow.png);
	height: 26px;
	left: -13px;
	position: absolute;
	width: 13px;
	z-index: 100;
}

.front #content-feature dl.active dd.image div.notch {
	left: 0px;
}

.front #content-feature dl.first dd.image div.notch {
	top: 42px;
}

.front #content-feature dl.second dd.image div.notch {
	top: 99px;
}

.front #content-feature h5 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
}

.front #content-feature h5 a:link,
.front #content-feature h5 a:visited {
	background: url(/images/layout/bullet-arrow-gray-small.gif) no-repeat 0 3px;	
	color: #ffffff;
	padding-left: 7px;
	text-decoration: none;
}

.front #content-feature h5 a:hover {
	text-decoration: underline;
}

.front #content-feature li {
	color: #fff;
	font-size: 1.1em;
	margin: 6px 0;
}

.front #content-feature .horizontal li {
	background: none;
	border-right: 2px solid #c6c9a5;
	float: left;
	line-height: 1.1em;
	margin-right: 6px;
	padding: 0 6px 0 0;
}

.front #content-feature .horizontal li.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.front #content-feature .horizontal a:link,
.front #content-feature .horizontal a:visited {
	color: #c6c9a5;
	font-weight: bold;
}

.front #content-feature .horizontal a:hover {
	color: #ffffcc;
	text-decoration: underline;
}

.front #content-feature .active .bottom {
	height: auto;
}

.front #content-feature .bottom p {
	font-size: 1.4em;
	margin: 0;
	padding: 2px 0 8px;
	text-align: center;
	background-repeat: no-repeat;
}

.front #content-feature p a:link,
.front #content-feature p a:visited {
	background: transparent url(/images/layout/bullet-arrow-red-big.gif) no-repeat 100% 4px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 8px;
}

/* @end */

/* @group Content Section */

.front #content-section {
	background: url(/images/layout/home-content-section.png) no-repeat 0 0;
	position: relative;
	float: none;
	width: 100%;
}

.front #content-section #main-nav,
.front #content-section #company,
.front #content-section #services-support {
	padding: 12px 15px;
}

.front #content-section #main-nav {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding-left: 9px;
	padding-right: 9px;
	width: 139px;
}

.front #content-section #main-nav li {
	background: transparent;
	padding-left: 0;
}

.front #content-section #company {
	display: inline;
	float: left;
	margin-right: 5px;
	width: 438px;
}

.front #content-section #company h1 {
	background: transparent;
	border: 0 none;
	color: #fff;
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 0.5em;
	text-transform: uppercase;
}

.front #content-section #company p {
	color: #fff;
}

.front #content-section #company li {
	background: transparent;
	border-right: 4px solid #8e9397;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
}

.front #content-section #company li.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.front #content-section #services-support {
	float: left;
	width: 295px;
}

.front #content-section #services-support h3 {
	color: #fff;
	font-size: 1.4em;
	margin: 0;
	text-transform: uppercase;
}

.front #content-section #services-support ul {
	margin: 0;
}

.front #content-section #services-support li {
	background: url(/images/layout/bullet-arrow-gray-small.gif) no-repeat 0 3px;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 7px;
	margin: 7px 0;
}

.front #content-section #services-support #services {
	background: transparent url(/images/layout/home-services-support-divider.png) no-repeat 100% 5px;
	float: left;
	padding-right: 11px;
	width: 153px;
}

.front #content-section #services-support #support {
	float: right;
	width: 122px;
}

/* @end */

/* @group Content Sub */

.front #content-sub {
	background: #fff;
	float: none;
	margin-top: 5px;
	width: 100%;
}

.front #content-sub #products,
.front #content-sub #application {
	padding: 12px 15px;
}

.front #content-sub #products dt,
.front #content-sub #products dd {
	font-size: 1.0em;
	float: right;
	width: 140px;
}

.front #content-sub #products dt {
	color: #999999;
	font-size: 1.7em;
	margin: 0;
	text-transform: uppercase;
}

.front #content-sub #products dl {
	margin: 0 10px 0 0;
	float: left;
	width: 220px;
}

.front #content-sub #products dl#stages {
	width: 186px;
}

.front #content-sub #products dl#stages dt,
.front #content-sub #products dl#stages dd{
	width: 106px;
}

.front #content-sub #products dl#motors {
	width: 150px;
}

.front #content-sub #products dl#motors .image {
	display: none;
}

.front #content-sub #products dl#motors dt,
.front #content-sub #products dl#motors dd {
	width: 139px;
}


.front #content-sub #products dl#controllers {
	width: 207px;
}

.front #content-sub #products dl#controllers dt,
.front #content-sub #products dl#controllers dd {
	width: 126px;
}

.front #content-sub #products dl#drivers,
.front #content-sub #products dl#networks {
	width: 158px;
}

.front #content-sub #products dl#drivers dt,
.front #content-sub #products dl#drivers dd,
.front #content-sub #products dl#networks dt,
.front #content-sub #products dl#networks dd {
	width: 78px;
}

.front #content-sub #products dl#stages dd.image,
.front #content-sub #products dl#controllers dd.image,
.front #content-sub #products dl#drivers dd.image,
.front #content-sub #products dl#networks dd.image,
.front #content-sub #products dl#motors dd.image {
	float: left;
	width: 70px;
	margin: 6px 10px 0 0;
}

.front #content-sub #products dl ul {
	margin: 0;
}

.front #content-sub ul li {
	background: url(/images/layout/bullet-arrow-gray.gif) no-repeat 0 40%;
	padding-left: 8px;
}

.front #content-sub a:link,
.front #content-sub a:visited {
	color: #ee3a43;
	font-weight: bold;
}

.front #content-sub a:hover {
	color: #000;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group FAQs */

dl.faqs dt {
	line-height: 1.2em;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 5px;
}

dl.faqs dt a:hover {
	color: #e9000a;
}

dl.faqs dd {
	margin: 0;
	padding: 0 0 2em;
}

#content-main-inner dl.faqs dd p {
	margin: 0;
	padding: 0.4em 0;
}

ul.faq-controls {
	float: right;
	margin: 1px 0 0;
}

ul.faq-controls li {
	font-size: 0.55em;
	margin-left: 2em;
}

ul.faq-controls li a:link,
ul.faq-controls li a:visited {
	color: #7F7F7F;
}

ul.faq-controls li a:hover {
	color: #000000;
	text-decoration: none;
}

/* @end */

/* @group Articles */

.download .video {
	display: none;
}

.application-demo .download {
	display: none;
}

.video #player {
	display: block;
	height: 288px;
	width: 352px;
}

/* @end */

/* @group Contact Us */

form.form-contact {
	background: transparent;
	border: 0 none;
	padding: 0;
}

form.form-contact fieldset {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

form.form-contact fieldset#contact_information {
	border-bottom: 1px solid #d9d9d9;
}

form.form-contact fieldset#project_information,
form.form-contact fieldset#our_products {
	border: 1px solid #d9d9d9;
	padding-top: 14px;
}

form.form-contact fieldset#project_information legend,
form.form-contact fieldset#our_products legend {
	position: relative;
	top: 10px;
}

form.form-contact fieldset#project_information {
	border-width: 0 1px 0 0;
	float: left;
	padding-right: 20px;
	width: 250px;
}

form.form-contact fieldset#our_products {
	border-width: 0 0 0 1px;
	float: right;
	left: -2px;
	padding-left: 20px;
	position: relative;
	width: 464px;
}

form.form-contact p.submit {
	clear: both;
}


form.form-contact fieldset legend {
	color: #999999;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 8px;
}

#content-main-inner form.form-contact fieldset p {
	margin-top: 0;
}

form.form-contact span.label,
form.form-contact label {
	display: block;
	color: #333;
	font-weight: bold;
	margin: 0 0 2px;
}

form.form-contact .input-first-inline label {
	display: inline-block;
	font-weight: normal;
	margin: 0;
	color: #000;
}

form.form-contact .label-small label {
	width: 110px;
}

form.form-contact .label-normal label {
	width: 190px;
}

form.form-contact .label-wide label {
	width: 280px;
}

form.form-contact .input-first-inline input {
	margin-right: 5px;
}

form.form-contact .captcha img {
	display: block;
	margin: 0.5em 0 0.5em 2px;
}

form.form-contact p {
	margin: .8em 0;
}

form.form-contact p.first-name,
form.form-contact p.last-name,
form.form-contact p.city,
form.form-contact p.state,
form.form-contact p.zip {
	float: left;
	margin-top: 0;
	padding-right: 10px;
}

form.form-contact p.state input {
	width: 40px;
}

form.form-contact p.zip input {
	width: 80px;
}

form.form-contact p.title,
form.form-contact p.country {
	clear: both;
}

form.form-contact p.lead-source-description input {
	width: 300px;
}


/* @end */

/* @group Admin Portal */

.admin .left,
.admin .right {
	width: 370px;
	padding-bottom: 2em;
}

.admin .left {
	background: url(/images/layout/admin-divider.png) no-repeat 100% 0%;
	float: left;
	padding-right: 3px;
}

.admin .right {
	float: right;
}

.admin #content-main-inner h2 {
	margin-bottom: 0;
}

.admin #content-main-inner h3 {
	font-size: 1.8em;
}

.admin h3,
.admin h4 {
	margin: 0;
}

.admin a:link,
.admin a:visited {
	color: #e9000a;
}

.admin p.center {
	text-align: center;
	font-weight: bold;
}

.admin p.button {
	text-align: center;
	margin: 0 0 10px;
}

.admin p.button a:link,
.admin p.button a:visited {
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
	background-color: rgb(122, 0, 0);
	background-image : -webkit-gradient(linear, left top, left bottom, 
						from(rgb(228,0,0)), 
						to(rgb(122,0,0))); 
	background-image : -moz-linear-gradient(left top, left bottom, 
						from(rgb(228,0,0)), 
						to(rgb(122,0,0)));
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 12px 14px;
}

.admin p.button a:hover {
	background: #980000 none;
	text-decoration: none;
}

/* @end */

/* @group 404 */

.n404 .column {
	float: left;
	margin-right: 3%;
	width: 30%;
}

.n404 #content-main-inner h2 {
	margin-bottom: 5px;
}

.n404 #content-main ul {
	margin-top: 5px;
}

.n404 .row {
	margin: 15px 0;
}

/* @end */