/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #333333 url(gfx/base.jpg) repeat-y 50% 0;;
	text-align: left;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	font-size: 12px;
	color: #DDDDDD;
}

container {
background-color: #FFFFFF;
}

h1 {
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #66cc33;
	font-weight: bold;
}

h3, h4{
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
}


h7 {
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #66cc33;
	font-weight: normal;
	line-height: 120%;
	font-size: 16px;
}
}

a {
	font-weight: bold;
	color: #66cc33;
}

h2 {
	font-size: 16px;
		color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px;
}


li {
	list-style: circle outside;
	color: #CCCCCC;
}

cite {
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #66cc33;
	font-weight: normal;
	font-size: 10px;
	font-style: italics;

}

h5 {
	font-style: bold;
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;

}

hr {color: #444444; background-color:
	#444444; border: 1px dotted #66cc33;
	border-style: none none dotted; }
}

img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #66cc33;
}



.text1 {
	font-size: 14px;
}

table.smpr {
	border-width: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: 222222;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	padding: 0px 0px 0px 0px;
	color: #66cc33;
	font-size: 11px;
	margin-top: 00px;

}

table.smpr th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #66cc33;
	background-color: rgb(250, 240, 230);
}

tr:nth-child(even) {background: #222222}
tr:nth-child(odd) {background: #333333}

table.smpr td {
	padding: 10px;
}


/** HEADER */

#header {
	width: 770px;
	height: 100px;
	margin: 0px auto;
	background: #66cc33 url(gfx/banner_logo_green.jpg);
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #222222;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #689c35;
}


/** SUBMENU */

#submenu {
	width: 770px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: #689c35;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #222222;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 151px;
	padding: 30px 15px 40px 15px;
	background-color: #222222;
}

#left img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #66cc33;
}

#right {
	float: left;
	width: 559px;
	padding: 15px 15px 40px 15px;
	background-color: #222222;
}

#colA {
	float: left;
	width: 348px;
	padding: 0px 15px 0px 0px;
	border-right: 1px dotted;
}

#colA img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #66cc33;
}

#colB {
	float: left;
	width: 180px;
	padding: 0px 0px 0px 15px;
}

#colB img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #66cc33;
}

#clientsa {
	float: left;
	width: 160px;
	padding: 0px 15px 0px 15px;
	border-right: 1px dotted;
}

#clientsb {
	float: left;
	width: 160px;
	padding: 0px 15px 0px 15px;
	border-right: 1px dotted;
}

#clientsc {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 15px;
}





/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #66cc33;
	background-color: #222222;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 20px 15px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

a {
	font-weight: normal;
	color: #66cc33;
}

#border-top {
	border-top: 0px solid #66cc33;
}
