/* Nordic */

@import"../css/global.css";
@import"../css/standard.css";
@import"../css/cats.css";
@import"../css/tabular.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	background: url('../images/core/bg-body2.jpg') center 0px no-repeat fixed;
}

/* Wrap */

div.wrap {
	width: 750px;
	height: auto;
	margin: 0 auto;
}	

/* Banner */

div.banner {
	width: 750px;
	height: 155px;
	position: relative;
}

div.img1 {
	background: url('../images/core/img1.jpg') 0 0 no-repeat;
}

div.img2 {
	background: url('../images/core/img2.jpg') 0 0 no-repeat;
}

div.img3 {
	background: url('../images/core/img3.jpg') 0 0 no-repeat;
}

div.img4 {
	background: url('../images/core/img4.jpg') 0 0 no-repeat;
}

div.img5 {
	background: url('../images/core/img5.jpg') 0 0 no-repeat;
}

div.img6 {
	background: url('../images/core/img6.jpg') 0 0 no-repeat;
}

div.img7 {
	background: url('../images/core/img7.jpg') 0 0 no-repeat;
}

div.img8 {
	background: url('../images/core/img8.jpg') 0 0 no-repeat;
}

div.img9 {
	background: url('../images/core/img9.jpg') 0 0 no-repeat;
}

div.img10 {
	background: url('../images/core/img10.jpg') 0 0 no-repeat;
}

div.img12 {
	background: url('../images/core/img12.jpg') 0 0 no-repeat;
}

div.img13 {
	background: url('../images/core/img13.jpg') 0 0 no-repeat;
}

div.img14 {
	background: url('../images/core/img14.jpg') 0 0 no-repeat;
}

div.img15 {
	background: url('../images/core/img15.jpg') 0 0 no-repeat;
}

div.img16 {
	background: url('../images/core/img16.jpg') 0 0 no-repeat;
}

div.img17 {
	background: url('../images/core/img17.jpg') 0 0 no-repeat;
}

div.banner div.logo img {
	border: 0;
}

div.banner div#phone {
	padding: 10px;
	font-weight: bold;
	color: #2e2e2e;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	filter:alpha(opacity=80); /* This will work in most versions of Firefox, Safari, and Opera */
	-moz-opacity:0.8; /* This one you need for IE. */
	-khtml-opacity: 0.8; /* Support way old school versions of the Mozilla browsers like Netscape Navigator. */
	opacity: 0.8; /* This is for way old versions of Safari (1.x) */
}
.blue {
	color: #0067AB;
}

/* Navigation */

div.navigation {
	font-size: 1.1em;
	background: #E9E9E9;
	position: relative; z-index: 100;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	color: #4D4D4D;
	display: block;
	padding: 8px;
	text-decoration: none;
	background: #E9E9E9;
	border-right: 1px solid #FFF;
}

div.navigation ul li a:hover {
	color: #FFF;
	background: #0067AB;
	text-decoration: none;
}		

div.navigation ul li a.active {
	color: #FFF;
	background: #0067AB;
}

div.navigation ul li.contact a:hover {
	border-right: 3px solid #0067AB;
}	

div.navigation ul li.contact a.active {
	border-right: 3px solid #0067AB !important;
}	

div.navigation ul li.contact a {
	border-right: 3px solid #E9E9E9;
}	

/* Product Search */

div.product-search {
	width: 750px;
	height: 55px;
	color: #FFF;
	font-size: 1.1em;
	position: relative;
	background: #0067AB;
}

div.product-search h3 {
	color: #FFF;
	float: left;
	margin-left: 5px;
	font-size: 1.1em;
	vertical-align: middle;
	padding-left: 20px;
	background: url('../images/core/icon-search.gif') left center no-repeat;
}

div.product-search input.field {
	border: none;
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}

div.product-search input.button {
	float: left;
	margin-left: 5px;
	vertical-align: middle;
}

div.product-search fieldset {
	border: 0;
	padding: 10px; 
	position: absolute; bottom: 0; right: 0;
	background: url('../images/core/bg-search.jpg') 0 0 no-repeat;
}

/* Product Categories */

div.product-categories {
	width: 800px;
	height: auto;
	margin: 0 auto;
	font-size: 1.1em;
	position: relative; margin-top: -18px;
}	

div.product-categories div#flash {
	width: 800px;
	height: 152px;
	margin: 0 auto;
	background: url('../images/core/category-placeholder.jpg') 0 0 no-repeat;
}

div.product-categories h3 {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	margin-left: 35px;
	padding-left: 25px;
	padding-bottom: 11px;
	background: url('../images/core/icon-productcategories.gif') left center no-repeat;
}

/* Content */

div.content {
	width: 750px;
	height: auto;
}

div.left-column,
div.middle-column,
div.right-column,
div.wide-column  {
	float: left;
	height: auto;
}

/* Left Column */

div.left-column {
	width: 155px;
	height: auto;
	color: #868484;
	font-size: 1.1em;
}

/* Cta */

div.cta ul {
	list-style-type: none;
	margin: 15px 0;
}

div.cta ul li {
	margin: 15px 0;
}

div.cta ul li img {
	border: 0;
}

/* Middle Column */

div.middle-column {
	width: 414px;
	margin-left: 19px;
	background: url('../images/core/border-text.gif') right 30px no-repeat;
}

div.middle-column div.padding {
	padding: 0 10px;
}

/* Wide Column */

div.wide-column {
	width: 576px;
	margin-left: 19px;
}

div.wide-column div.padding {
	padding: 0 10px;
}

/* Title */

div.title {
	padding: 8px;
	position: relative; 
	margin-bottom: 15px;
	background: #E9E9E9 url('../images/core/title-brd.gif') right top no-repeat;
}

div.title h3 {
	font-size: 1em;
}

div.title p {
	font-size: 0.9em !important;
}

div.title div.shopping-cart {
	position: absolute; right: 0; top: 0;
}

div.title div.shopping-cart h3 {
	background: url('../images/core/icon-shopping.gif') left center no-repeat;
}

div.title div.shopping-cart h3,
div.title div.shopping-cart p {
	float: left;
	margin: 0 0 0 13px;
}

/* Right Column */

div.right-column  {
	width: 160px;
	height: auto;
	font-size: 1.1em;
	color: #868484;
}

div.right-column hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #E9E9E9;
}

/* Shopping Cart */

div.shopping-cart  {
	padding: 8px 10px;
}

div.shopping-cart h3 {
	padding-left: 20px;
	font-size: 1em;
	color: #868484;
	font-weight: normal;
	background: url('../images/core/icon-arrow.gif') left center no-repeat;
}

div.shopping-cart p {
	margin-top: 10px;
	line-height: 1.4em;
}

div.shopping-cart a {
	color: #0067AB;
	text-decoration: none;
}

div.shopping-cart a:hover {
	color: #4E4E4E;
}

div.shopping-cart strong {
	color: #E43E0B;
}

/* Feature Products */

div.feature-products  {
	padding: 13px 10px;
}

div.featured-product-image
{
	text-align:left;
}

div.feature-products h3 {
	padding-left: 20px;
	font-size: 1em;
	color: #868484;
	font-weight: normal;
	background: url('../images/core/icon-arrow.gif') left center no-repeat;
}

div.feature-products p {
	line-height: 1.4em;
}

div.feature-products a {
	color: #0067AB;
	font-weight: bold;
	text-decoration: none;
}

div.feature-products a:hover {
	color: #4E4E4E;
}

div.feature-products strong {
	color: #E43E0B;
}

div.feature-products img.picture {
	margin: 10px 0;
	border: 1px solid #E9E9E9;
}

/* Contact */

div.contact {
	width: 730px;
	height: auto;
	color: #4E4E4E;
	padding: 20px 10px;
	font-size: 1.2em;
	border-top: 1px solid #D3D3D3;
}

div.contact ul {
	list-style-type: none;
}

div.contact ul li {
	display: inline;
	margin-left: 20px;
}	

div.contact ul li strong {
	color: #0067AB;
}

/* Footer */

div.footer {
	width: 726px;
	color:#5D5D5D;
	font-size: 0.9em;
	padding: 20px 12px;
	background: #E9E9E9 url('../images/core/tile-footer.gif') 0 0 repeat-x;
}

div.footer p {
	line-height: 1.4em;
}	

div.footer a {
	color:#5D5D5D;
}

/* Webfirm */

div.webfirm {
	margin: 15px 0;
}

div.webfirm img {
	border: 0;
}

