<style type="text/css">
<!--

* { 
	margin:0;
	padding:0;
}

html,body {
	margin: 0;
	padding: 0;
	background-color: #bfbfbf;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.gray {
	color: #ddd;
}

#wrapper {
	width: 983px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#topborder {
	background-image: url("../images/bg_top.gif");
	width: 983px;
	height: 36px;
}

#body {
	background-image: url("../images/bg_body.gif");
	background-color: #fff;
	width: 983px;
}

#topheader {
	width: 937px;
	height: 72px;
	margin-left: 32px;
}

#logo {
	float: left;
	width: 305px;
	margin-top: 5px;
}

#nav {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}

#main {
	width: 959px;
	min-height: 440px;
	background-image: url("../images/bg_main.gif");
	margin: 0 auto;
	clear: both;
}

#left {
	float: left;
	width: 232px;
}

#left_top {
	height: 18px;
}

#center {
	float: left;
	width: 514px;
}

#center_content {
	padding: 0 20px 20px 20px;
	background-color: #666;
}

#right {
	float: right;
	width: 177px;
}

#twitter {
	height: 100px;
	padding-left: 30px;
}

#contact {
	letter-spacing: 2px;
	padding: 10px 0 0 30px;
}

#thumbs {
	background-image: url("../images/bg_thumbs.gif");
	width: 944px;
	min-height: 160px;
	margin: 0 auto;
}

#bottomborder {
	background-image: url("../images/bg_bottom.gif");
	width: 983px;
	height: 36px;
}

#footer {
	width: 983px;
	height: 36px;
	color: #676767;
	font-size: 9.5px;
	letter-spacing: 3px;
	font-family: Helvetica;
	text-align: center;
}

img {
	border: 0;
}

p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

tr {
	valign: top;
	vertial-align: top;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url("../images/dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 14px;
}

a:link, a:visited {
	text-decoration: none;
	color: #98012e;
	font-family: Arial;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
	font-family: Arial;
}

a.right_white:link, a.right_white:visited {
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.right_white:hover {
	letter-spacing: 2px;
	font-size: 11px;
	color: #413120;
	text-decoration: none;
}

a.right_dark:link, a.right_dark:visited {
	letter-spacing: 2px;
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}

a.right_dark:hover {
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.footerl:link {
	text-decoration: none;
	color: #676767;
	font-size: 9.5px;
}

a.footerl:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 9.5px;
}



/* home page */

.home_header {
	margin: 20px 0 5px 0;
	font-size: 16px;
	color: #8ac43f;
}

#home h1 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #8ac43f;
	font-weight: normal;
}

#home h2 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #8ac43f;
	font-weight: normal;
}

#home_inside {
	width: 943px;
	margin: 0 auto;
	background-image: url("../images/bg_inside_home.gif");
/*	margin-bottom: 4px; */
}

#home_left {
	background-image: url("../images/left_home.gif");
	min-height: 440px;
}

#home_guarantee {
	height: 247px;
	background-color: #3f8518;
	border-left: 20px solid #1c2b06;
	padding-left: 10px;
}



/* work page */

.header_work {
	color: #37a29c;
	font-weight: bold;
}

#work_inside {
	width: 943px;
	min-height: 440px;
	margin: 0 auto;
	background-color: #ffffff;
}

#work_left {
	float: left;
	width: 226px;
	padding-left: 5px;
}

.work_header {
	margin: 50px 5px 5px 0;
	font-size: 16px;
	color: #37a29c;
}

#work_right {
	float: right;
	width: 707px;
}




/* tools page */

.tools_header {
	margin: 20px 0 5px 0;
	font-size: 16px;
	color: #359f9b;
}

#tools h1 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #359f9b;
	font-weight: normal;
}

#tools h2 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #359f9b;
	font-weight: normal;
}

#tools_inside {
	width: 943px;
	margin: 0 auto;
	background-image: url("../images/bg_inside_tools.gif");
/*	margin-bottom: 4px; */
}

#tools_left {
	background-image: url("../images/left_tools.gif");
	min-height: 440px;
}

#tools_guarantee {
	height: 247px;
	background-color: #0b645e;
	border-left: 20px solid #042826;
	padding-left: 10px;
}

a.toolsl:link, a.toolsl:visited {
	font-size: 12px;
	color: #359f9b;
	text-decoration: none;
}

a.toolsl:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}




/* working page */

.working_header {
	margin: 20px 0 5px 0;
	font-size: 16px;
	color: #202020;
}

#working h1 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #202020;
	font-weight: normal;
}

#working h2 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #202020;
	font-weight: normal;
}


#working_inside {
	width: 943px;
	margin: 0 auto;
	background-image: url("../images/bg_inside_working.gif");
/*	margin-bottom: 4px; */
}

#working_left {
	background-image: url("../images/left_working.gif");
	min-height: 440px;
}

#working_guarantee {
	height: 247px;
	background-color: #5a0540;
	border-left: 20px solid #24021a;
	padding-left: 10px;
}




/* team page */

.team_header {
	margin: 20px 0 5px 0;
	font-size: 16px;
	color: #fd9e1b;
}

#team_inside {
	width: 943px;
	margin: 0 auto;
	background-image: url("../images/bg_inside_team.gif");
/*	margin-bottom: 4px; */
}

#team_left {
	background-image: url("../images/left_team.gif");
	min-height: 440px;
}

#team_guarantee {
	height: 247px;
	background-color: #fd9e1b;
	border-left: 20px solid #65400b;
	padding-left: 10px;
}



/* seminars page */

#seminars_inside {
	width: 943px;
	min-height: 440px;
	background-color: #666;
	margin: 0 auto;
}

#seminars_left {
	float: left;
	width: 470px;
	padding: 20px 0 20px 15px;
}

.seminars_main {
	font-size: 20px;
	color: #dddddd;
}

.seminars_header {
	margin: 20px 0px 5px 0px;
	font-size: 16px;
	color: #8ac43f;
}

#seminars h1 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #8ac43f;
	font-weight: normal;
}

#seminars h2 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	color: #8ac43f;
	font-weight: normal;
}

.seminars_headersm {
	font-size: 16px;
	color: #8ac43f;
}

#seminars_right {
	float: right;
	width: 330px;
	margin: 90px 20px 0px 0px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #fff;
}

#seminars label {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 10px;
}


/* testimonials */

#testimonials {
	width: 820px;
	margin: 0 auto;
}

.quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 0px 0px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
	margin-bottom:10px;
}

.source {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bbbbbb;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 0;
	padding: 0px 0px 20px 0px;
}

-->
</style>
