/* Screen - Nessco */

* {
	margin: 0;
	padding: 0;
}	

body {
	font: normal 62.5% "Tahoma";
}

/*===========================================
	Container
=============================================*/

div.container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 50px;
	background: url('../images/core/tile-container.jpg') 0 0 repeat-y;
}
	
/*===========================================
	Header
=============================================*/

div.header {
	width: 900px;
	height: 124px;
	position: relative;
	background-color: #c1c1c1;
	background-image: url(../images/core/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}

/* Logo */

div.logo {
	width: 610px;
	height: 87px;
	position: absolute; top: 25px; left: 8px;
}

div.logo img {
	border: 0;
}

/*===========================================
	Navigation and Search
=============================================*/

div.navigation-search {
	width: 900px;
	height: 36px;
	background: url('../images/core/bg-navigationsearch.jpg') 0 0 no-repeat;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #262260;
}

/* Navigation */

div.navigation {
	float: left;
	font-size: 1.4em;
	padding: 10px 20px;
	color: #FFF;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	display: inline;
}

div.navigation ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.navigation ul li a:hover {
	color: #262260;
}

/* Search */

div.search {
	float: right;
	font-size: 0.9em;
	padding: 7px 20px;
}

div.search ul {
	list-style-type: none;
}

div.search ul li {
	float: left;
	margin-left: 5px;
}

div.search ul li input,
div.search ul li select {
	vertical-align: middle;
	font-size: 1em;
	color: #443c3c;
}

div.search ul li input.field {
	border: 1px solid #CCC;
	padding: 3px;
	_padding: 2px;
	width: 100px;
}

/* for IE */
/*\*/
* html div.search ul li input.field {
	height: 12px;
}

* html div.search ul li select.field {
}
/**/


div.search ul li select.field {
	border: 1px solid #CCC;
	width: 155px;
	padding: 2px;
}

div.search ul li input.button {
	border: 0;
}

/*===========================================
	Product Slide
=============================================*/

div.product-slide {
	width: 900px;
	height: auto;
	font-size: 1.2em;
	background: #dbdbdb;
	text-align: right;
}

div.product-slide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.product-slide h2 {
	font: bold 1em "Verdana";
	line-height: 2em;
	padding: 5px;
}

div.product-slide h2 span {
	color: #F8931D;
}

div.product-slide ul {
	width: 900px;
	list-style-type: none;
}	

div.product-slide ul li {
	float: left;
	margin-left: -1px;
	margin-bottom: -2px;
}

div.product-slide ul li img {
	border: 2px solid #000;
	float: left;
}

/*===========================================
	Content
=============================================*/

div.content {
	width: 900px;
	height: auto;
	padding: 20px 0;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*===========================================
	Content Left
=============================================*/

div.content-left {
	width: 223px;
	height: auto;
	float: left;
}

/* Downloads */

div.downloads {
	font-size: 1.2em;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 223px;
}

div.downloads h2 {
	font: bold 1em "Tahoma";
	color: #FFF;
	padding: 8px 15px;
	display: block;
	background-image: url(../images/core/bg-downloadsh2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: c1c1c1;
}

div.downloads ul {
	list-style-type: none;
	padding: 9px 9px 12px;
	background-color: #D1D2D4;
	background-image: url(../images/core/bg-downloads.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

div.downloads ul li {
	margin-bottom: 3px;
	padding: 5px;
	clear: left;
	background-color: #EEEEEE;
}

div.downloads ul li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.downloads ul li img {
	float: left;
	margin-right: 10px;
	border: 0;
}

div.downloads ul li p {
	margin-top: 10px;
	line-height: 1.4em;
}

div.downloads ul li a {
	color: #F8931D;
	text-decoration: none;
}

div.downloads ul li a:hover {
	color: #000;
}

div.downloads ul li a.pdf {
	padding-left: 20px;
	background: url('../images/core/icon-pdf.gif') left center no-repeat;
}

/*product catalogue - accordion style*/
div.product-catalogue {
	font-size: 1.2em;
	color: #2a2929;
	margin-bottom: 20px;
	width: 223px;
	float: left;
	margin-bottom: 15px;
}

div.product-catalogue h2 {
	font: bold 1em "Tahoma";
	color: #FFF;
	padding: 8px 15px;
	background-color: c1c1c1;
	background-image: url(../images/core/bg-downloadsh2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*product catalogue - accordion style*/
ul#catalogue {
	width: 205px;
	list-style: none;
	height: auto;
	float: left;
	padding: 9px 9px 12px;
	background-color: #D1D2D4;
	background-image: url(../images/core/bg-productcatalogue.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
ul#catalogue li { display: block; height: auto; padding-bottom: 2px;  float: left; background: url('../images/core/tile-productcatalogue.jpg') left bottom repeat-x; }
ul#catalogue li a.firstlevel {
	width: 197px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 4px;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url(../images/core/icon-arrowdown.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
}
ul#catalogue li a.firstlevel:hover {
	color: #F8931D;
	text-decoration: none;
	fontweight: bold;
}
ul#catalogue li a.selected {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #F8931D;
	background-image: url(../images/core/icon-arrowdown2.gif);
	background-repeat: no-repeat;
	background-position: 195px center;
}
ul#catalogue li a.selected:hover { color: #fff; }
ul#catalogue li a.current {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #262260;
	background-image: url(../images/core/icon-arrowright2.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
ul#catalogue li a.current:hover {
	color: #F8931D;
}
ul#catalogue li ul { width: 205px; background: none; padding: 0; }
ul#catalogue li li {
	display: block;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
}
ul#catalogue li li a {
	width: 165px;
	float: left;
	text-decoration: none;
	padding: 4px 20px;
	display: block;
	color: #26225F;
	background-color: eeeeee;
	background-image: url(../images/core/icon-arrowright.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
ul#catalogue li li a:hover {
	color: #F8931D;
	text-decoration: none;
}


/*===========================================
	Content Right
=============================================*/

div.content-right {
	width: 660px;
	height: auto;
	float: left;
	margin-left: 17px;
}

/* Text */

div.text {
	padding: 20px;
}

/* Standard */

div.standard {
	font-size: 1.2em;
	color: #363636;
}

div.standard h1 {
	font-size: 1.2em;
	color: #363636;
	margin-bottom: 15px;
}

div.standard h2 {
	font-size: 1.1em;
	color: #363636;
	margin-bottom: 15px;
}

div.standard h2 a {
	color: #F8931D;
	text-decoration: none;
}

div.standard h2 a:hover {
	color: #000;
}

div.standard h3 {
	font-size: 1em;
	color: #363636;
	margin-bottom: 15px;
}

div.standard h4 {
	font-size: 0.9em;
	color: #363636;
	margin-bottom: 15px;
}

div.standard h5 {
	font-size: 0.8em;
	color: #363636;
	margin-bottom: 15px;
}

div.standard ul {
	list-style-type: square;
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ol li {
	line-height: 1.5em;
}

div.standard p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

div.standard a {
	color: #F8931D;
	text-decoration: underline;
}

div.standard a:hover {
	color: #000;
}

div.standard hr {
	height: 0;
	margin-bottom: 15px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #D1D2D4;
}

/* Product Listing */

div.product-listing table {
	margin-bottom: 15px;
}

div.product-listing table td {
	padding: 20px 20px 10px 0;
	vertical-align: top;
	border-bottom:1px solid #D3D7D5;
}

/* Product Detail */

div.product-detail table td {
	vertical-align: top;
	padding: 20px 20px 10px 0;
}

div.product-detail table td.image {
	text-align: center;
}

div.pdf {
	color: #818181;
}

div.pdf ul {
	list-style-type: none;
}

div.pdf ul li {
	line-height: 2em;
	padding-left: 25px;
	background: url('../images/core/icon-pdf.gif') left center no-repeat;	
}

/* Enquiry Form */

div.enquiry-form table td {
	padding: 5px 15px 5px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	border-top:1px solid #D3D7D5;
	border-left:1px solid #D3D7D5; 
	border-right:1px solid #919191; 
	border-bottom:1px solid #919191;
	padding: 5px;
	width: 250px;
	font: normal 1em "Tahoma";
	color: #363636;	
}

div.enquiry-form table td input.button {
	border: 0;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #F8931D;
}

/*===========================================
	Container Footer 
=============================================*/

div.container-footer {
	width: 100%;
	height: auto;
	background-color: #D1D2D4;
	background-image: url(../images/core/tile-containerfooter.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}	

/*===========================================
	Footer 
=============================================*/

div.footer {
	width: 900px;
	height: auto;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 20px 50px 50px;
	background: url('../images/core/bg-footer.jpg') 0 0 no-repeat;
}

div.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Footer Links */

div.footer-links {
	color: #535353;
	float: left;
}

div.footer-links p {
	line-height: 1.8em;
}

div.footer-links a {
	color: #535353;
	text-decoration: underline;
}	

div.footer-links a:hover {
	color: #000;
}

div.footer-links img {
	border: 0;
}

/* Footer Contact */

div.footer-contact {
	color: #222222;
	float: right;
	text-align: right;
}

div.footer-contact p {
	line-height: 1.4em;
}

div.footer-contact a {
	color: #222222;
	text-decoration: underline;
}

div.footer-contact a:hover {
	color: #F8931D;
}

div.product-detail td td { padding: 5px!important; }
div.product-detail td table { border: 0px solid #333!important; }

