/*
Theme Name: Genesan Systems
Theme URI: http://wordpress.org/
Description: Genesan Systems Theme- Designed for use exclusively by Genesan Systems.
Version: 1.01
Author: Genesan Systems
Author URI: http://www.genesan-systems.com
Tags: genesan systems

	Genesan Systems Theme
	Designed for use exclusively by Genesan Systems.

*/

body {
	font-size:12pt;
	font-family: Tahoma, Helvetica, sans-serif;
	background-color:#0079C1;
margin:0 10px 0 10px;
	}
img {
	border:none;
	}
#page {
	width:980px;
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	}
/* Header */
#header {
	width:970px;
	}
#header h1 {
	margin:0;
	padding:0;
}	

/* Left Bar */
#leftBar {
	background-color:#8CC63F;
	width:200px;
	float:left;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin:10px 0 0 0;
	}
	
#leftBar ul {
padding:0;
margin:0;
}	
#leftbar h2, h2.widgettitle {
	font-size:12pt;
	padding:0;
	margin:0;
}	
#leftBar li {
	list-style-type:none;
	padding:0 0 10px; 0;
	}
#leftBar li li {
	margin:0 0 0 10px;
	padding:0;
}
#leftBar a {
	text-decoration:none;
	color:#000;
}
#leftBar a:hover {
	color:#FFF;
}

/* Rightbar */	
#rightBar {
	float:right;
	margin:10px 0 0 0;
	}
	
/* Content */
#content {
	margin: 10px 0 0 220px;
	padding:0 10px 0 10px;
	text-align:left;
	font-size:10pt;
	}
	
#content h2 {
	color:#0079C1;/*blue*/
	margin:0;
	padding:0;
	}
#content h2 a {
	color:#0079C1;
	text-decoration:none;
	font-size:14pt;
}
#content h2 a:hover {
	color:#8CC63F;
}
#content h3 {
	color:#0079C1;/*blue*/
	margin:0;
	padding:20px 0 0 0;
	}
#content h3 a {
	color:#0079C1;/*blue*/
	text-decoration:none;
}
#contnet h3 a:hover {
	color:#8CC63F;
}
#content p {
	padding:0; 
	margin:0;
	text-indent:25px;
	text-align:justify;
	}
#content table {
	border:none;
	}

	
/* MSDS List */
ul.msds {
	background-color:#CCC;
	margin:0;
	padding:5px;
}
ul.msds li {
	background-color:#FFF;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	height:150px;
}
ul.msds li h4 {
	padding:0;
	margin:0;
}
ul.msds li p.desc {
	font-size:9pt;
	text-align:justify;
	padding:0;
}
ul.msds li div.desc {
	float:left;
	width:500px;
	padding:5px;
	vertical-align:top;
}

ul.msds li div.msdsLink {
	border:0;
	width:100px;
	padding:20px 0 5px 0;
	float:left;
}
div.msdsLink img, div.msdsLink a {
	font-size:9pt;
	text-decoration:none;
}

div.msdsLink p {
	border:inherit;
	text-align:left;
	padding:0;
	margin:0;
}

/* Footer */
#footer {
	width:970px;
	background-color:#0079C1;
	text-align:center;
	color:#FFFFFF;
}
#footer ul {
	width:970px;
	padding:10px 0 10px 0;
	}
#footer li {
	display:inline;
	list-style-type:none;
	padding:0 20px 0 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Sidebar Login*/
#wp_sidebarlogin-3 p, #wp_sidebarlogin-3 label, #wp_sidebarlogin-3 input {
	padding:0;
	margin:0 0 2px 0;
	font-size:9pt;
}
li#wp_sidebarlogin-3 {
	border:1px solid;
	border-top-color:#333;
	border-left-color:#666;
	border-right-color:#CCC;
	border-bottom-color:#999;
	padding:5px;
	background-color:#B8DC87;
}

/*Mail Form Styles*/
#content div.mailForm {
border:1px solid #000;
width:700px;
height:550px;
padding:15px;
}

div.mailForm input.email, div.mailForm input.subject, div.mailForm textarea.message {
background-color:#E6FFE6;
width:300px;
border:1px solid #000;
padding:5px;
font-size:16pt;
margin:5px;
}
div.mailForm textarea.message {
font-size:12pt;
font-family:Tahoma, Arial, Helvetica;
}
div.mailForm {
font-weight:bold;
}
div.mailForm label.desc {
width:300px;
font-weight:normal;
}
div.mailForm input.submit, div.mailForm input.reset {
text-align:right;
}