	 
	/* ----------------------------------------------
	   HTML ELEMENTS
	------------------------------------------------- */ 

	/* Top Elements */
	* { margin: 0; padding: 0; outline: 0 }

	body {
		background: #CCC url(../images/bg.jpg) repeat-x;
		font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
		color: #6B6B6B; 
		text-align: center;	
	}

	/* links */
	a, a:visited {	
		color: #A3A3A3;
		background: inherit;
		text-decoration: none;
	}
	a:hover {
		color: #032058;
		background: inherit;
		/*text-decoration: underline;*/
	}

	/* headers 
	h1, h2, h3 {
		font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		font-weight: Bold; 	
		padding: 10px;		
		color: #444;	
	}
	h1 {
		font-size: 2.9em;		
	}
	h2 {
		font-size: 2.5em;
		color: #88AC0B;
	}
	h3 {
		font-size: 1.6em;
		font-weight: normal;	
		padding: 16px 10px 4px 10px;	
	}
*/
	/* Paragraph 
	p { padding: 5px 10px;	}
*/
	/* Lists 
	ul, ol {
		margin: 10px 20px;
		padding: 0 20px;	
	}*/
	ul { list-style: none; }

	dl { padding: 10px; margin: 0; }

	dt {
	  font-weight: bold;
	  color: #79A62E;
	}
	dd {
	  padding-left: 25px; 
	}

	/* images */
	img {
		border: 0;
	}
	img.float-right {
		margin: 5px 0px 10px 10px;  
	}
	img.float-left {
		margin: 5px 10px 10px 0px;
	}

	code {
		margin: 5px 0;
		padding: 15px;
		text-align: left;
		display: block;
		overflow: auto;  
		font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
		/* white-space: pre; */
		border: 1px solid #EEE8E1; 
		background: #FAF7F5;
	}
	acronym {
	  cursor: help;
	  border-bottom: 1px dotted #895F30;
	}
	blockquote {
		margin: 15px 10px;
		padding: 5px 7px 5px 40px;  	
	   font-weight: normal;
		font-size: 17px;
		line-height: 1.6em;
		font-style: italic;
		font-family: Georgia, 'Times New Roman', Times, serif;		
		color: #80614D;	
		border: 1px solid #EEE8E1; 
		background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
	}

	/* start - table */
	table {
		border-collapse: collapse;
		margin: 15px 10px;		
	}
	th {
		height: 38px;
		padding-left: 12px;
		padding-right: 12px;
		color: #fff;
		text-align: left;
		background: #ADD163;	
/*		border-width: 1px;
		border-style: solid;
		border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	*/
	}
	tr {
/*		height: 34px;*/
		background: #fff;
	}
	td {
		padding-left: 11px;
		padding-right: 11px;
		/*border: 1px solid #E7F0CC;	*/
		font-size: 12px;
	}	
	/* end - table */

	/* form elements 
	form {
		margin: 20px 10px; 
		padding: 15px 25px 25px 20px; 
		border: 1px solid #EEE8E1; 
		background: #FAF7F5;
	}
	form p {
		border-bottom: 1px solid #ECE5DD;
		padding: 12px 0 5px 0;	margin: 0;	
		color: #9D6D37;
	}*/
	label {
		font-weight: bold;
		color: #A7743B;
	}
	input, select, textarea {
		margin: 5px 0;
		/*padding: 5px;*/
		color: #6A6969;
		border-width: 1px;
		border-style: solid;
		border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	}
	option { padding-right: 0.5em; } 

	#name, #email, #message, #website{
		width: 455px;
	}
	input.button { 
		font: bold 12px Arial, Sans-serif; 
		height: 30px;
		margin: 0;
		padding: 2px 3px; 
		color: #fff;
		background: #A6CD56;
		
		border-width: 1px;
		border-style: solid;
		border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
	}


	/*-------------------------------------------
	   LAYOUT
	--------------------------------------------*/ 
	#wrap {
		position: relative;
		width: 775px;
		background: #FFFFFF url(../images/wrap.jpg) repeat-y center top;
		margin: 0px auto 30px auto;
		text-align: left;	
		padding-top: 20px;
	}
	#content {
		clear: both;	
		float: left;	
		width: 775px;						
		padding: 25px 0 60px 0; 	
	}
	#header {
		position: relative;
		width: 775px;
		height: 98px;
		background: url(../images/header.jpg) no-repeat;	
		color: #fff;	
		padding: 0;	
		margin-left: 15px;	
	}
	#header h1#logo-text a {
		position: absolute;
		margin: 0; padding: 0;
		font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		letter-spacing: -5px;
		text-decoration: none;
		color: #332616;
		
		/* change the values of top and left to adjust the position of the logo*/
		top: 75px; left: 55px;	
	}
	#header p#slogan {
		position: absolute;
		margin: 0; padding: 0;
		font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		color: #322815;
		letter-spacing: -0.5px;
		
		/* change the values of top and left to adjust the position of the slogan*/
		top: 148px; left: 150px;		
	}

	/* top-menu */
	 #top-menu {
		position: absolute;
		margin: 0;
		padding: 30px 15px 8px 15px;
		background: #74A838 url(../images/top-menu.gif) repeat-x;
		font-family: 'Trebuchet MS', Arial, Sans-serif;
		color: #FFF;
		
		top: 0;	right: 70px
	 }
	 #top-menu p { 	
		margin: 0; padding: 0;	
	 }
	 #top-menu a {
		font-weight: bold;
		color: #fff;
	 }


	/* Main Column */
	#main {
		float: left;
/*		padding: 0; margin: 0 0 0 40px;*/
		display: inline;	
	}
	#main h2 {
		font: bold 1.7em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		color: #032058; 
		padding: 10px 0 0 0; 	
		margin-left: 0;		
		letter-spacing: -1px;
	}
	#main h2 a {
		color: #032058;
		text-decoration: none;		
	}

	#main h3 {
		font: bold 1.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		color: #032058; 
		padding: 10px 0 0 0; 	
		margin-left: 0;		
		/*letter-spacing: 0px;*/
	}
	#main h3 a {
		color: #032058;
		text-decoration: none;		
	}

	#main p {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#main ul {
		list-style: disc;
		padding-left: 25px;
		padding-top: 10px;
	}
	
	
	
	.sidebar {
		width: 200px;
		padding: 0; 
		margin: 0;
		display: block;	
	}

	.sidebar h2 {
		font: bold 1.4em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;		
		color: #032058; 
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.sidebar h3 {
		font: bold 1.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;		
		color: #032058; 
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	/*
	.float-left {
		float: left;
	}

	.float-right {
		float: right;
	}
*/

	
	/* footer */
	#footer {
		clear: both;width: 775px;
		margin: 0;
		padding: 5px 0 5px 0;
		background-color: #002664;			
		font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		font-size: 0.95em;
		color: #FFFFFF;
		text-align: center;	
		letter-spacing: .2px;
	}
	#footer p {
		padding:10px 0;
	}
	#footer a:hover { 
		color: #555; 
		border-bottom: 1px dotted #555;
		text-decoration: none;
		
	}


	/* alignment classes */
	.float-left  { float: left; }
	.float-right { float: right; }
	.align-left  { text-align: left; }
	.align-right { text-align: right; }

	/* display and additional classes */
	.no-border { border: none; }
	.clearer { clear: both; }
	.clear {	display:inline-block; }
	.clear:after {
		display:block; 
		visibility:hidden; 
		clear:both; 
		height:0; 
		content: "."; 
	}

	#nav {
			text-align: right;
			margin: 0 20px 0 0;
			padding: 0;
	}

	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#nav li {
		display: inline;
		font-weight: bold;
	}


	#leftnav {
		padding-left: 30px;
		width: 150px;
	}

	#leftnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#leftnav li {
		font: 1.2em 'Trebuchet MS', 'Helvetica Neue',Arial,Sans-serif,;
		font-weight: Bold;
		color: #444;	
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#rightnav {
		padding-right: 20px;
	}

	#rightnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#rightnav img {
		border: 0;
		background: #FFFFFF;
	}


	#tabpane {
		display: block;
		margin: 15px 0 0 0;
		padding: 0 0 0 0;
		float: left;
		border-bottom: none;
		border-right: thin solid #A3A3A3;
		border-top: thin solid #A3A3A3;
		border-left: thin solid #A3A3A3;
	}
	#tabcontent {
		background-color: #FFFFFF;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
	}

	#tabcontent div {
		padding: 20px;	
		border-top: none;
		border-right: thin solid #A3A3A3;
		border-bottom: thin solid #A3A3A3;
		border-left: thin solid #A3A3A3;
	}


	
	#tabcontent p {
		
		
	}
	* Subsection Tabs
	--------------------*/	
	ul.subsection_tabs {
		list-style:none;
		clear:both;
		display: block;
	}

	ul.subsection_tabs li.tab {
		float:left;
		margin: 0 0 0 0;
		text-align:center;
		border-bottom: thin solid #A3A3A3;
		/*border-width: thin;
		border-color: #A3A3A3;
		border-style: solid;*/
	}
	
	.border-right {
		border-right: thin solid #A3A3A3;
	}

	ul.subsection_tabs li.tab a {
		display:block;
		height:20px;
		padding:0 6px 0 6px;
		background-color:#FFFFFF;
		color:#A3A3A3;
		/*width:80px;*/
	}

	ul.subsection_tabs li.tab a:hover {
		color: #032058;	
		text-decoration: none;
	}

	ul.subsection_tabs li.tab a.active {
		background-color:#FFFFFF;
		color: #032058;	
	}

	.text-justify {
		text-align: justify;
	}

	.font-italic {
		font-style: italic;
	}
	
	.font-bold {
		font-weight: bold;
	}
	
	.border-bottom {
		border-bottom: 1px solid #A3A3A3; 	
	}
	
/*
	.border-bottom-only {
		border-bottom: 1px solid #A3A3A3; 	
		border-left: none;
		border-top: none;
		border-right: none;
	}
	
	.border-none {
		border: none; 	
	}
	*/
	.border-top {
		border-top: 1px solid #A3A3A3; 	
	}
	
	.two-col-width {
		width: 500px;
		padding: 0; margin: 0 0 0 40px;
	}

	.three-col-width {
		width: 355px;
	}
	
	#content_tabs {
		list-style: none;
	}
	
	#ordernow {
		float: left;
		padding-left: 30px;
	}
	#ordernow h1{
		font: bold 1.7em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		color: #1EAF1D; 
		padding: 10px 0 0 0; 	
		margin-left: 0;		
		letter-spacing: -2px;
		
	}
	
	#ordernow p{
		color:#6B6B6B;
		font-family:'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
		font-size:11px;
		padding: 10px 0 0 0; 	
		margin-left: 0;		
		letter-spacing: 1px;
		
	}	
	
	#main ul.services {
		list-style: disc;
		padding-top: 0;
		padding-left: 35px;
	}
	
	#main span {
		display: block;
		
	}
	
	#main span.header {
		margin-left: 0;
	}

	#main span.header2 {
		margin-left: 0;
		display:inline;
	}
	
	.text-blue {
		color: #032058;	
	}
	
	#main div.testimonials {
		padding-top: 20px;	
		display: block;
	}
	
	#footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
	}
	#footer li {
		display: inline;		
	}
	
	.font-medium {
		font-size: 14px;
		
	}
	
	#footer a, #footer a:visited {
		color: #FFFFFF;
	}