/*
Design & Code (c) Inspire9 Inc.
Admin9 - Content Management System

Master styling */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
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,
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: 100%/120% Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #fff;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #565A5E;
	color: #fff;
}
a.distributor {
	color:#565A5E;
}
body {
	background: #000;
}
/* Headings H1-H6 */
h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 25px;
	color: #fff;
	margin-bottom: .5em;
}
h1.product {
	width: 160px;
	color: #fff;
	margin: 1.8em 0;
	font-size: 1.1em;
}
h1.press {
	margin: 0 0 .3em 0;
	background: url(../images/h1_press.gif) no-repeat;
	width: 160px;
	height: 22px;
	text-indent: -9999px;
}
h1.technical_manual {
	margin: 0 0 .3em 0;
	background: url(../images/h1_technical_manual.gif) no-repeat;
	width: 200px;
	height: 22px;
	text-indent: -9999px;
}
h1.advanced_search {
	margin: 0 0 .3em 0;
	background: url(../images/h1_advanced_search.gif) no-repeat;
	width: 180px;
	height: 22px;
	text-indent: -9999px;
}
h1#logo {
	display: block;
	margin: 0;
	text-indent: -9999px;
	width: 158px;
	height:158px;
	float: right;
	cursor: pointer;
	background: url(../images/logo.gif) no-repeat 100% 50%;
}
#imglogo {
	display: none;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #fff;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
h2.home {
	text-transform: none;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
}
.productlist h3, .productlist h3 a {
	color: #fff;
	margin-top: 25px;
	font-weight: normal;
}
h3.shlist {
	color: #5F6062;
	padding-top: 4px;
	margin: 5px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
}
.productlist h3 a {
	font-size: 1em;
}
h4 { }

h5 { }

h6 { }

.clear {
	height: 1px;
	clear: both;
	text-indent: -9999px;
	overflow: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.lpic {
	margin: 0 24px 0px 0;
}


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

#container {
	width: 900px;
	margin: 10px auto;
	background: #231F20;
	border: 1px solid #fff;
	padding: 0;
	font-size: 11px;
}
#header {
	height: 165px;
	font-size: 23px;
	color: #53565F;
	color: #587462;
}
	#header span {
		display: block;
		height: 22px;
		height: 1px;
	/*	background: url(../images/slogan.gif) no-repeat 100% 0; */
		text-indent: -9999px;
		font-size: 21px;
	}

ul#nav {
	list-style: none;
	display: block;
	padding: 0;
	height: 35px;
	margin: 0;
	font-size: 11px;
}
	ul#nav li {
		margin: 0;
		padding: 0;
		float: left;
		display: block;
	}
	
	ul#nav, ul#nav li, ul#nav li a {box-sizing:content-box; vertical-align:bottom;}
	ul#nav li a {
		display: block;
		margin: 0;
		padding: 0;
		height: 26px;
		line-height: 1.2;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		text-indent: -9999px;
		text-align: center;
		cursor: pointer;
	}
	ul#nav li a {
		padding: 4px 35px;
		width: auto;
		line-height: 1;
/*		font-family: "DINMittelschrift", Arial, Helvetica;  */
		font-size: 14px;
		font-weight: normal;
	}
	ul#nav li a:hover, ul#nav li a.hover {
		text-decoration: none;
	}
	ul#nav li:hover > ul, ul#nav li.hover > ul, ul#nav li:hover ul li:hover > ul, ul#nav li.hover ul li.hover > ul  {
		left: auto;
	}
	ul#nav ul, ul#nav li:hover ul li ul, ul#nav li.hover ul li ul, ul#nav li ul li ul {
		left: -9999px;
		position: absolute;
		display: block;
		margin: 0 0 0 0;
		padding: 0;
		z-index: 99;
		border: 1px #fff solid;
	}
	
	#nav > li > a {
		text-indent: -9999px;
		text-align: left;
	}
	#nav li.devon a {
		background: url(../images/nav_devon.gif) no-repeat 50% 50%;
		width: 115px;

	}
	#nav li.nic a {
		background: url(../images/nav_nic.gif) no-repeat 50% 50%;
		width: 80px;
	}
	#nav li.partners a {
		background: url(../images/nav_partners.gif) no-repeat 50% 50%;
		width: 150px;
	}
	#nav li.press a {
		background: url(../images/nav_press.gif) no-repeat 50% 50%;
		width: 40px;
	}
	#nav li.where_to_buy a {
		background: url(../images/nav_where_to_buy.gif) no-repeat 50% 50%;
		width: 95px;
	}
	#nav li.products > a {
		background: url(../images/nav_products.gif) no-repeat 50% 50%;
		width: 75px;
	}
	#nav li.contact_us a {
		background: url(../images/nav_contact_us.gif) no-repeat 50% 50%;
		width: 80px;
		text-indent: -9999px;
	}
	ul#nav > li.gotkids {
		background: url(../images/nav-down.gif) no-repeat 92% 50%;
	}
	ul#nav > li.gotkids > a {
		padding-right: 30px;
		background-position: 40% 50%;
	}

	ul#nav li:hover > ul, ul#nav li.hover > ul {
		position: absolute;
		margin-right:  -30px;
	}
	ul#nav li ul li:hover > ul, ul#nav li ul li.hover > ul {
		display: block;
		position: absolute;
		margin: -24px 0 23px 159px;
	}
	ul#nav li ul li, ul#nav li ul li ul li {
	
		float: none;
		margin: 0;
		padding: 0;
		z-index: 99;
		height: auto;
	}
	ul#nav li:hover ul li a {
		width: 130px;
		padding: 6px 15px;
		text-align: left;
		color: #fff;
		background: #000;
		font-weight: bold;
		text-indent: 0;
		font-size: 11px;
		font-weight: bold;
		font-family: Helvetica, sans-serif;
		opacity: .70;
		filter: alpha(opacity=85);
		-moz-opacity: 0.7;
		height: auto;
		cursor: pointer;
		letter-spacing: 1px
	}
	ul#nav li ul li a.hover {
		background: #7d7b98;
		color: #fff;
		text-decoration: none;
	}


ul#subnav {
	list-style: none;
	display: block;
	padding: 0;
	height: 23px;
	margin: 0 0 3px 0;
	margin-top: 1em;
}
	ul#subnav li {
		margin: 0;
		padding: 0;
		float: left;
		display: block;
		width: 90px;
		height: 23px;
		margin-left: 12px;
	}
	
	ul#subnav li a {
		display: block;
		margin: 0;
		padding: 0 15px;
		width: 60px;
		height: 23px;
		line-height: 2.3;
		font-weight: normal;
		font-size: 1em;
		background: #222;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	ul#subnav li a:hover,ul#nav li a.hover {
		background: #333;
		text-decoration: none;
	}

div.slideshow {
  margin: 0;
}
	div.slideshow p {
	  padding-top: 9px;
	}
	
	div.slideshow div img {
	  z-index: 1;
	}
	div.slideshow ul a.prev {
		display: none;
		}
	div.slideshow ul {
	  bottom: -8px;
	  right: -5px;
	  position: absolute;
	  overflow: hidden;
	  padding: 0;
	  z-index: 10001;
	}
	div.slideshow ul a.next {
	  background: #000 url(../images/nav-across.gif) no-repeat 50% 50%;
	  cursor: pointer;
	  display: block;
	  height: 25px;
	  margin-right: 5px;
		opacity: .50;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	  width: 30px;
	}
	div.slideshow.edit ul {
	  display: block;
	  width: 350px;
	  bottom: -39px;
	  left: 0px;
	  position: absolute;
	  overflow: hidden;
	  padding: 5px 0;
	  z-index: 10001;
	}
	div.slideshow.edit ul a {
	  background-position: 50% 50%;
	  background: #000;
	  display: block;
	  cursor: pointer;
	  display: block;
	  height: 25px;
	  margin-right: 5px;
		opacity: .50;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	  width: 30px;
	
	}
	
	div.slideshow p {
		display: none;
	}
	div.slideshow ul a.active,
	div.slideshow ul a:hover {
		opacity: 1.00;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
	}
	div.slideshow ul li {
	  float: left;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
#Imagery {
	height: 440px;
	float: left;
	width:345px;
}

.feature {
	margin: 2px 0 0 0;
	padding: 8px 30px;
	width: 239px;
	height: 88px;
	float: left;
	border-left: 1px dashed #fff;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #fff;
	padding: 5px 35px;
}
#content div:first-child {
	border-left: 0;
}
#content.about p, #content.about p strong {
	font-size: 1.1em;
}
#content.lightbg p {

	font-size: 1.2em;
}
#content.home {
	padding: 18px 0;
}
.comingsoon {
	padding: 10px;
	margin: 0;
	margin-top: 3px;
}
.comingsoon .column {
	float: left;
	margin: 10px;
	padding: 0;
	width: 205px;
}
.comingsoon .column.english {
	margin-left:190px;
}
.comingsoon h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.comingsoon p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.green {
	background: #77ae99;
}
.gold {
	background: #5f6062;
}
.purple {
	background: #7d7b98;
}


/* Project Page */

#ProductCats {
	width : 191px;
	height: 380px;
	position: relative;
	float:left;
	list-style: none;
	padding:0;
}
#ProductCats li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 191px;
}
#ProductCats li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 191px;
	height: 23px;
	line-height: 2.2;
	font-weight: normal;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#ProductCats li a:hover {
	color: #4D4D4D;
}
#ProductCats li.selectedCat a {
	color: #fff;
}
#ProductCats li.selectedCat a:hover {
	color: #4D4D4D;
}
#ProductCats li.category a { 
/*	color : #76738c; */
	color: #4D4D4D;
}
#ProductCats li.bottom { 
	position: absolute;
	left: 0px;
	bottom: 2px;
	color: #fff;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index: 99;
}
#ProductCats li.bottom a { 
	display: inline;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	z-index: 999;
}
#ProductCats li.bottom a:hover {
	text-decoration: none;
	color: #fff;
} 
#ProductDetails {
	float:right;
	width : 600px;
	min-height: 380px;
	margin-top: 1em;
}
#ProductDetails.edit {
	min-height: 970px;
}
#ProductDetails.none {
	background: url(../images/product_bg.gif) no-repeat;
}
#ProductImages {
	float : left;
	width: 345px;
	height: 380px;
}
#ProductImages img {
	width: 345px;
	height: 380px;

}
#ProductText {
	float: left;
	margin:0;
	width: 210px;
	padding: 0 2em;
	color: #53565F;
}

#ProductText p {
	padding-left: 15px;	
}
#content.lightbg #ProductText p, #ProductText p, #ProductText p b {
	font-size: 1.1em;
	color: #fff;
}

#Products {
	width: 800px;
	height: 139px;
	overflow: hidden;
	margin: 2px 0 0 0;
	clear: both;
}

#Products .slider {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 135px;
}
#Products .slider table td, #Products .slider table{
	margin: 0;
	padding: 0;
	height: 135px;
}
#Products .slider table tr{
	padding: 0;
	margin: 0;
	width: 120px;
	height: 135px;
	border-right: 2px dotted #fff;
}
.gallerylink {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;

}
.gallerylink:hover {
	text-decoration: none;
	background: #333;
}
.gallerylink.selected {
	background: #333;
}
.gallerylink p {
	margin-top: 5px;
}
.gallerylink i, a:hover.gallerylink i {
	color: #444;
	text-decoration: none;
}
#Products .gallerylink img {
	width: 120px;
	height: 120px;
	margin: 0 0 2px 0;
}
#Products .gallerylink {
	width: 120px;
	height: 135px;
}
#Products .productcat {
	position: aboslute;
	color: #fff;
	font-size: .9em;
	opacity: .5;
}
fieldset.imageedit {
	float: left; 
	clear: left;
	width: 345px;
	margin-top: 30px;
}
a.delimage {
	width: 18px;
	height: 18px;
	border: none;
	display: block;
	background: url(../images/icons/cross.png) 50% 50%;
	text-indent: -9999px;
	cursor: pointer;
}
input.text, input.smalltext, select.select, option, textarea.textarea {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}
select.select.search, input.text.search {
	width: 180px;
}
select.select.search option {
	padding-left: 20px;
}
#ProductDetails input.text, #ProductDetails select.select,#ProductDetails textarea.textarea {
	width: 200px;
}
#minishortlist {
	font-size: 11px;
	background: #222;
}
#ProductList {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ProductList li {
	display: block;
	float: left;
	margin: 3px;
	padding: 0;
	width: 160px;
	height: 160px;
}
#ProductList .gallerylink img {
	margin: 0;
	width: 160px;
	height: 135px;
}
#ProductList .gallerylink {
	width: 160px;
	height: 160px;
}
#ProductList.shlist .gallerylink {
	background: #222;
}
#ProductList span.productname {
	width: 160px;
	height: 20px;
	padding: 15px 0 0 0;
	margin: -9px 0 0 0;
	display: block;
	position: relative;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3;
}
#ProductList.shlist span {
	width: 160px;
	height: 18px;
	padding: 12px 0 0 0;
	margin: -9px 0 0 0;
	display: block;
	position: inherit;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	color: #fff;
	font-size: 1em;
	line-height: 1;
}

#ShortList {
	list-style: none;
	clear: both;
	color: #fff;
}
#ShortList li {
	position: relative;
	width: 830px;
	height: 220px;
	display: block;
	margin: .5em 0;
	border: 1px solid #555;
}
#ShortList li a {
	width: 100%;
	background: none;
	display: block;
}
#ShortList li a a {
	width: 100px;
	display: inline;
}
#ShortList li a:hover {
	text-decoration: none;
}
#ShortList li a img.thumbnail{
	float: left;
	margin-right: 10px;
}
.modal {
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 190px;
	margin: -175px 0 0 -100px;
	padding: 15px 5px 35px 15px;
	background: #53565F;
	background: #333;
	border: 2px solid #333;
}
#emailer {
	height: 440px;
	margin-top: -220px;
}
fieldset {
	font-size: 1.2em;
}
legend {
	margin-bottom: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
input.submit {
clear:both;
margin: 9px;
background: #fff;
text-transform: uppercase;
padding: 0;
border: solid 1px #7d7b98;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
input.button {
background: #fff;
text-transform: uppercase;
padding: 1px;
border: solid 1px #7d7b98;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.closeme {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 10px;
	color: #F00;
}
.closeme2 {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 125px;
	height: 15px;
	color: #Fff;
	text-align: center;
}
.closeme2 span {
	color: #F00;
}
#message {
/*	position: absolute;
	top: 50%;
	left: 50%;

	width: 400px;
	margin: -40px 0 0 -200px;
	padding: 35px;
	*/
	padding: 10px 0;
	background: #444;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
table.imageassets td {
	vertical-align: middle;
	text-align: center;
	width: 30px;
	padding-right: 5px;

}
table.imageassets td.head {
	width: auto;
}
div.search {
	height: 360px;
}

dl {
	display: block;
	padding: 0 1em;
}
dt {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	margin: .8em 1em;
	text-align: right;
}
dt label {
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
}
dd {
	font-size: 1em;
	margin: .9em 0;
	padding: 4px;
}
dd input, dd select, dd textarea {
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
}
dd input.small {
	width: 50px;
}
dd.dimensions input, input.small, input.smalltext {
	width: 30px;
}
input.mediumtext {
	width: 80px;
}
dl.small {
	padding-left: 0;
}
dl.small dt {
	width: 80px;
}

.darktext, .content.lightbg ul.darktext, .darktext p, .darktext p strong {
	color: #333;
	font-size: 11px;
	line-height: 2;
}
#cmsbar {
	background: #77ae99;
	margin: 3px 0;
	height: 2.2em;
}
#cmsbar li {
	float: right;
	margin: 0;
	padding: 0;
	height: 2.2em;
	
}
#cmsbar li a {
	display: block;
	height: 2.2em;
	padding: 0 10px;
	line-height: 2em;
}
#footer {
	display: none;
	padding: 0 0 0 10px;
	height: 15px;
	background: #977A4F;
	background: #5F6062;
	margin: 1px 0 3px 0;
	line-height: 13px;
	clear: both;
}
#footer ul {
	margin: 0;
	display: inline;
}
#footer ul li {
	display: inline;
	background: url(../images/dot.gif) no-repeat 0 50%;
	padding-left: 12px;
}