/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #43CD43;
	font-weight:bold;	
	text-decoration:underline;
}
nav a {
	color: #34C734;
	padding:3px;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
	}
body {
	background: #fff url(img/bag2.jpg) repeat-x ;
	color: #444;
	font: normal 70% "Arial",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Arial",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #43CD43;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background:#fff;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
	border-left:5px solid #2DB52D;border-right:5px solid #2DB52D;
	
}
div.img_left {
    float: left; 
    margin: 3px;
}

div.img_right {
    float: right; 
    margin: 3px;
}

div.img_left img, div.img_right img {
    display: block;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
div.img {
    
    border: 1px solid #ccc;
    margin: 0;
    padding: 2px;
}
.header {
	background: url(img/pms_Plastics_logo1.jpg) no-repeat;
}
.header1 {
	
	height:120px;
	margin-bottom:3px;
}
/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Arial,sans-serif;
	height: 103px;
	line-height: 150px;
	margin-bottom: 3px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #46D246;
	color: #FFF;
	float: left;
	font: bold 12px "Arial",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 3px solid #46D246;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 0px 0px;
}

/* main left */
.sidenav h1,.sidenav ul {

}
.sidenav {
	background:url(img/bg1.jpg) repeat-y;

	float: left;
	width: 240px;
}
.sidenav h4 {
	color: #fff;
	background-color:#2DB52D;
	padding:3px;
	font-size: 16px;
	height: 15px;
	
	font-weight:normal;
	
}
.sidenav a {
	color: #fff;
	padding:3px;
	text-decoration:none;
	font-weight:normal;
}
.sidenav a:hover{
	color:#333;
	padding:3px;
	text-decoration:none;
	
	
}

/* content */
.content {
	float: right;
	width: 520px;
}
.content .item {
	
	border-left: 1px solid #2DB52D;
	border-top: 1px solid #2DB52D;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFF;
	margin-bottom: 5px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
	padding:5px;
}
.content .h1 {
	font-size: 12px;
	padding:3px;
	font-weight:bold;
		
		
	color:#fff;
	background:#2DB52D;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #fff;
	border-top: 2px solid #2DB52D;
	color: #333;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #2DB52D;
	text-decoration: underline;
}
