﻿/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

body 	{
	background: #e1e1e1;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .70em;
	}
	
#logo	{
	margin: 0 auto;
	padding: 20px 0px 10px 30px;
	width: 770px;
		}
#logo_bar	{
		position: relative;
		margin: 0;
		padding: 0;
		background: #8aa55e;
		}
.floatright	{
		float:right;
		margin: 5px 0 10px 20px;
		border: 0px;
		}		
/* text
---------------------------------------------------------- */

p, ul	{
		color: #4b4b4b;
		line-height: 1.7em;
		}
	
.footer	{
		color: #4b4b4b;
		font-size: 1em;
		}

h1		{
		color: #8aa55e;
		font-size: 1.7em;
		line-height: .5em;
		font-weight: normal;
		padding: 0 0 20px 0;
		}
h3		{
		color: #599e62;
		margin: 15px 12px 0 12px;
		padding-bottom: 2px;
		text-transform: uppercase;
		border-bottom: 1px solid #599e62;
		font-size: 1.3em;
}
.dif-head	{
	color: #7f7f7f;
}
.image-right p, #smartcontroller p	{
	margin: 0 0;
	color: #77b770;
	font-weight:bold;
}
.image-right p	{
	padding: 0 0 0 20px;
}
.floatright	img {
	border: none;
	}
	
/* lists---------------------------------------------------------- */
	 
ul.downloads	{
	width: 200px;
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #d3d3d4;
	}
ul.downloads li	{
	width: 160px;
	padding: 10px 7px 5px 30px;
	list-style-type: none;
	background: url(../images/icn-pdf.gif) 10px 10px no-repeat;
	}
ul.downloads a {
	color: #599e62;
	text-decoration: none;
	}
ul.downloads a:hover {
	color: #599e62;
	text-decoration: underline;
	}
ul.mytemplist	{
	padding: 15px 0 10px 30px;
	}
ul.mytemplist li	{
	padding: 0 0 5px 0;
	}

/* images
---------------------------------------------------------- */

.head_img	{
	margin: 10px 5px 0px 10px;
	}
.image-right	{
	width: 275px;
	float:right;
	margin: 10px 0 10px 20px;
	}
.imga {
	border-width: 0;
	margin: 0 0;
	float: left;
	}
#call	{
	position: absolute;
	top: 4px;
	left: 588px;
}	
/* pages
---------------------------------------------------------- */

#mainpage {
	width: 800px;
	margin: 0 auto;
	padding: 0 7px;
	background-color: #fff;
  	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
}

#txtcap {
	width: 814px;
	height: 11px;
	margin: 0 auto;
	background: url(../images/txt_cap.gif) no-repeat;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 0 17px;
	background-color: #fff;
  	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#footercap {
	width: 814px;
	height: 60px;
	margin: 0 auto;
	padding: 0 0;
	background: url(../images/btm.gif) no-repeat;
}
	
		
/* text blocks
---------------------------------------------------------- */

#videos	{
	width: 526px;
	margin: 10px 5px -9979px 10px;
	padding: 25px 20px 9999px 20px;
	border: solid 1px #d3d3d4;
	float: left;
	}

#content	{
	width: 526px;
	margin: 0px 5px -9979px 10px;
	padding: 25px 20px 9999px 20px;
	border: solid 1px #d3d3d4;
	float: left;
	}

#sidebar	{
	width: 200px;
	margin: 10px 10px -9979px 5px;
	padding: 0 0 9999px 0;
	border: solid 1px #d3d3d4;
	float: right;
	}

/* mainnav
---------------------------------------------------------- */

#mainnav {
	width: 200px;
	padding: 0;
	}

#mainnav ul {
	margin: 0;
	padding: 0;
	}

#mainnav li {
	list-style: none;
	padding: 10px 10px;
	margin: 0;
	border-bottom: 1px solid #d3d3d4;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.1em;
}

#mainnav a {
	color: #599e62;
	text-decoration: none;
	}
#mainnav a:hover {
	color: #599e62;
	text-decoration: underline;
	font-weight: bold;
	}
#mainnav #on a {
	color: #599e62;
	font-weight: bold;
	text-decoration: none;	
	}
#mainnav #on a:hover {
	color: #599e62;
	font-weight: bold;
	text-decoration: underline;
	}