/*
Theme Name: Producol
Theme URI: http://www.w3forge.org/
Description: This is a custom theme developed for Producol S.A. (Based on DEFAULT)
Version: 1.0
Author: Hans Doller
Author URI: http://www.w3forge.org

*/
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	background: white;
}

img {
	border: none;
}

a {
	color: #5F9B8F;
	text-decoration: none;
}

a:hover {
	color: #3B6059;
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #303030;
}

h2 {
	font-size: 10pt;
}

h3 {
	font-size: 9pt;
}
.productTable {
	font-size: 9pt;
	margin-top:0px;
	margin-bottom:10px;
}
.productTable .header,
.productTable .header_C,
.productTable .header_R {
	color: white;
	background: #004000;
	padding: 4px;
	font-size: 10pt;
	font-weight: bold;
}
.productTable .caption,
.productTable .caption_C,
.productTable .caption_R,
.productTable .subcaption,
.productTable .subcaption_C,
.productTable .subcaption_R  {
	color: black;
	padding: 4px;
	font-weight: bold;
	font-size: 9pt;
}
.productTable .subcaption,
.productTable .subcaption_C,
.productTable .subcaption_R  {
	font-size: 8pt;
}
.productTable .value,
.productTable .value_C,
.productTable .value_R {
	color: #339966;
}
.productTable .header_C,
.productTable .caption_C,
.productTable .subcaption_C,
.productTable .value_C {
	text-align:center;
}
.productTable .header_R,
.productTable .caption_R,
.productTable .subcaption_R,
.productTable .value_R {
	text-align:right;
}
.sideBarHeader {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #303030;
}

.post {
	
}

.post .entry {
	
}

.post .entry ul {
	list-style-image: url("/images/bullet.gif");
}

.post .entry ul li {
	margin-bottom: 5px;
}

.post .entry .attachment {
	margin-top: 5px;
	text-align: center;
	background: #F1F1F1;
}

.post .entry .attachment .caption {
	
}

.post .entry .imageGallery {
	font-size: 9pt;
}

.post .entry .attachment img,.post .entry .imageGallery img {
	border: 1px solid gray;
	background: white;
	padding: 10px;
}

.postBody {
	width: 400px;
}

.mainHeader {
	
}

.mainHeader .description {
	padding: 10px;
	padding-left: 25px;
}

.mainFooter {
	color: silver;
	text-align: center;
	font-size: 7pt;
}

.mainContainer {
	padding-top: 25px;
	width: 700px;
	text-align: left;
}

.mainContent {
	font-size: 9pt;
	vertical-align: top;
	padding: 10px;
	padding-top: 85px;
	color: black;
	background-image: url('images/contentbg-01.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.mainContent table {
	font-size: 9pt;
}

.searchForm {
	padding-bottom: 10px;
}

.siteBarMainContainer {
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}

.siteBarContainer {
	font-size: 9pt;
	text-align: left;
}

.mainContentTable {
	font-size: 9pt;
}

.menuTable {
	width: 100%;
	font-size: 9pt;
}

.menuTable a {
	color: #A0A0A0;
	text-decoration: none;
}

.menuTable a:hover {
	color: #505050;
	text-decoration: underline;
}

.menuTable .contact {
	text-align: center;
	width: 100px;
	background-image: url('images/menu_tile.gif');
}

.menuTable .contactHeader {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.menuTable .content {
	height: 27px;
	background-image: url('images/menu_tile.gif');
}

.menuTable .sideLeft {
	height: 27px;
	width: 16px;
	background-image: url('images/menu_left.png');
}

.menuTable .sideRight {
	height: 27px;
	width: 16px;
	background-image: url('images/menu_right.png');
}

.menuTableItems {
	font-size: 9pt;
}

.menuTableItems .item {
	padding-left: 8px;
	padding-right: 8px;
}

.menuTableItems .separator {
	
}

.contactForm {
	font-size: 9pt;
}

.contactForm .caption {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	font-weight: bold;
}

.contactForm .seperator {
	height: 10px;
}

.contactForm .seperator hr {
	border: none;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contactForm .value {
	vertical-align: top;
}

.contactForm .captcha {
	color: #c0c0c0;
	text-align: center;
}

.contactForm .captcha a,.contactForm .captcha a:hover {
	font-size: 7pt;
	color: white;
	text-decoration: none;
}

.contactForm .captcha a:hover {
	text-decoration: underline;
}

.contactForm .captcha #captchaImg {
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#captchaField {
	font-size: 16pt;
	font-weight: bold;
}