@import url("content.css");
@import url("slimbox.css");
@import url("news.css");
@import url("products.css");
@import url("product_detail.css");
@import url("contact.css");
@import url("search.css");

body {
	background-color: #009898;
	padding: 0px;
	margin: 0px;
}

.cleaner {
	clear: both;
}

.hide {
	display: none;
}

table#printOnlyContact {
	display: none;
}

div#main {
	width: 980px;
	margin: 0px auto;
	background-color: white;
}

div#top {
	width: 375px;
	padding: 0px 0px 0px 599px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	margin-right: 5px;
}

h1 {
	margin: 0px;
}

h1 a {
	display: block;
	width: 375px;
	height: 186px;
	background: url(../images/logo.jpg) no-repeat center center;
}

h1 span {
	display: none;
}

div#flash {
	padding: 0px 5px 0px 5px;
	width: 970px;
	clear: both;
}

div#flash div {
	display: block;
	margin: 0px auto;
	width: 560px;
}

ul#mainMenu, ul#functions {
	margin: 5px 0px 5px 5px;
	padding: 0px 30px;
	background-color: #009898;
	height: 19px;
	width: 744px;
	list-style: none;
	float: left;
	display: inline;
}

li.MenuItem, li.MenuItemActual {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	float: left;
	font: bold 0.9em/19px Arial, Helvetica, sans-serif;
}

li.MenuItem a, li.MenuItemActual a {
	color: white;
	text-decoration: none;
}

li.MenuItem a:hover, li.MenuItemActual a:hover {
	color: black;
}

li.MenuItemActual a {
	color: black;
}

ul#functions {
	width: 150px;
	padding: 0px 5px;
	background: #92bebe url(../images/search_bg.png) no-repeat center right;
}

ul#functions li {
	font: bold 0.9em/19px Arial, Helvetica, sans-serif;
}

ul#functions li a {
	color: black;
	text-decoration: none;
}

div.mainContent {
	padding: 0px 5px 5px 5px;
	clear: both;
}

div#footer {
	margin: 0px 5px 5px 5px;
	background-color: #009898;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	padding: 3px;
	clear: both;
}

div#footer a {
	color: white;
}

div#footer p {
	margin: 0px;
}

div#created {
	padding: 0px 5px 5px 5px;
}

div#created a {
	float: right;
	width: 82px;
	height: 21px;
	background: url(../images/cw_logo.png) no-repeat;
}

div#created p {
	float: left;
	margin: 0px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: gray;
}

div#created a span {
	display: none;
}

div#productNewsHome {
	width: 590px;
	float: left;
	margin: 0px 0px 5px 5px;
	display: inline;
}

div#newsHome {
	width: 375px;
	float: left;
	margin: 0px 0px 5px 5px;
	display: inline;
}

div#productNewsHome h2, div#newsHome h2 {
	background: #009898 url(../images/head_bg.png) no-repeat left top;
	color: white;
	font: bold 0.9em/20px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding-left: 35px;
}

div.productNewsPreview {
	width: 190px;
	height: 240px;
	background-color: #009898;
	float: left;
	display: inline;
	margin: 5px 0px 0px 0px;
	position: relative;
}

div.productPreviewImage {
	width: 190px;
	height: 85px;
	background-color: white;
	padding: 0px 0px 3px 0px;
}

div.productPreviewImage div {
	width: 182px;
	height: 77px;
	border: 1px solid #009898;
	padding: 3px;
	text-align: center;
}

div.productPreviewImage a {
	display: block;
}

div.productPreviewImage img {
	margin: 0px auto;
	border: none;
}

div.lftMargin {
	margin-left: 10px;
}

div.productNewsPreviewText {
	padding: 5px;
	color: white;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}

div.productNewsPreviewText h3 {
	margin: 2px 0px;
	color: white;
	font-size: 1.2em;
}

div.productNewsPreviewText p {
	margin: 0px;
}

p.ppDetailLink {
	margin: 40px 0px 10px 0px;
}

p.ppDetailLink a {
	display: block;
	width: 47px;
	height: 20px;
	color: white;
	font: normal 0.9em/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
	background: url(../images/detail.png) no-repeat right center;
	position: absolute;
	left: 128px;
	top: 200px;
}

div#newsPrevContainer {
	border: 1px solid #009898;
	padding: 0px 5px 5px 5px;
	margin: 5px 0px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}

img.newsImagePreview {
	margin: 0px 5px 5px 0px;
	float: left;
	display: inline;
}

div#newsPrevContainer h3 {
	color: #009898;
	margin: 0px 0px 3px 0px;
	font-size: 1.1em;
}

div#newsPrevContainer h3 a {
	color: #009898;
	text-decoration: none;
}

div#newsPrevContainer p {
	margin: 0px;
}

div.newsPreview {
	margin-top: 5px;
}

div.npDivider {
	border-bottom: 1px solid #009898;
}

p.newsText {
	margin: 0px;
}

a.newsDetailLink {
	display: inline;
	width: 35px;
	height: 20px;
	padding: 0px 25px 0px 0px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 20px;
	color: #009898;
	background: url(../images/list_detail.png) no-repeat right center;
	text-decoration: none;
	float: right;
}

div.middleText {
	width: 600px;
	margin: 10px auto;
	clear: both;
}
