@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
	width: 1000px;
	border: solid 0px #95cc3d;
	margin: 0 auto;
	
	
	
}
#head
{
	border: solid 0px green;
	background-color: Black;
	
}

h1, h2, h3 {
	
	color: #95cc3d;
}

h1 {
	
	font-size: 20px;
}

h2 {
	font-size: 24px;
	
}

h3 {
	
	font-size: 20px;
}

p, ul, ol {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

p {
}

ol, ul {
	list-style: none; }

a {
	color: #95cc3d;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	border: solid 0px red;
	
}

#logo h1 {
	float: left;
	padding: 40px 0px 0 48px;
	height: 54px;
	background: url(i/lime.jpg) no-repeat;
	font-size: 38px;
	font-weight:normal;
	letter-spacing: -2px;
	border: solid 0px yellow;
	width:200px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	
	
}

#logo h2 {
	float: right;
	padding: 60px 0 0 0;
	
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	border: solid 0px yellow;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	
}

/* Menu */

#menu {
	width: 919px;
	height: 50px;
	margin: 0 auto;
	border: solid 0px orange;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .selectedli a {
	background: #EC0000 url(i/img03.gif) repeat-x left bottom;
}

/* Page */

#bg {
	background: url(i/img04.gif) no-repeat center top;
	border: solid 0px green;
}

#page {
	width: 918px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 549px;
	padding: 0 11px 0 10px;
	
	background: url(i/contentback.gif) repeat-x;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;

	
	
}

#content h1 {
	margin: 15px 0 0px 0;
	padding-left: 33px;
	color: #95cc3d;
	border: solid 0px red;
	
	
}

#content .content {
	padding-left: 32px;
}

/* Posts */

.post
{
    clear: both;
    border-bottom-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style:dotted;
    
}
.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	color: #95cc3d;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	/*background: url(i/img07.gif) no-repeat left center;*/
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	/*background: url(i/img07.gif) no-repeat left center;*/
}

.post .title a {
	text-decoration: none;
	color: #95cc3d;
}
.post .meta
{
    padding-left: 33px;
    margin-bottom: 20px;
}
.post .entry {
	padding-left: 32px;
	padding-right: 20px;
	border: solid 0px red;
	padding-bottom:20px;
}

.post .footer {
    text-align: right;
}
.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

#comments .comment
{
    padding: 10px;
    border: solid 1px #ccc;
    margin: 0 0 10px 33px;
}
#comments .comment
{
    border: solid 1px #FF0000;
}

#CommentForm
{
    border: solid 1px #ccc;
    padding: 10px;
    margin: 0 0 0 33px;
}
#CommentForm .text_input, #CommentForm .text_area
{
    width: 400px;   
}
/* Sidebar */

#leftsidebar {
	float: left;
	width: 214px;
	padding: 0 0px 0 0;
	border: solid 0px red;
}

#leftsidebar a {
	color: #4A5157;
}

#rightsidebar {
	float: right;
	width: 212px;
	padding: 0 0px 0 0;
	border: solid 0px blue;
}

#rightsidebar a {
	color: #4A5157;
}
.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #95cc3d url(i/img05.gif) no-repeat;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight:normal;
	
}

.box .content {
	padding: 10px 10px 15px 10px;
	background: url(i/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	padding: 35px 0;
	background: url(i/img08.gif) repeat-x center top;
	font-size: 12px;
	border-top: solid 1px #95cc3d;
}

#footer p {
	text-align: center;
}
#footer .poweredby
{
    text-align: center;
}

.navigation
{
    border-top: solid 1px #ccc;
    margin: 20px 0 20px 30px;
    padding: 10px 0;
}
.navigation .previous
{
    float: left;
}
.navigation .next
{
    float: right;
}
.clear
{
    clear: both;
}

#portfolio-left
{
	width: 290px;
	
	float: left;
}
#portfolio-middle
{
	width: 290px;
	
	float: left;
}
#portfolio-right
{
	width: 290px;
	
	float: left;
	
	padding-left: 0px;
}

table.prodtbl
{
	width: 260px;
	border-collapse:collapse;
	border: dotted 1px #95cc3d;
	
	
	
}
.prodtbl td  
{
	padding: 5px;
	font-size:12px;
	
	} 

h2.product-title {
	
	padding-left: 0px;
	color: #95cc3d;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	border: solid 0px black;
	text-align: left;
	/*background: url(i/img07.gif) no-repeat left center;*/
}
div#productcontent
{
	background-color:red;
	float: left;
}
