/* CSS Document */
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	margin: 0px; 
	padding: 0px;
	color: #ffffff;
	background-color: #000000;
}
.clear {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}





/* Text Styles — Headlines, Subheads, Body, List, Links
------------------------------------------------------------ */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	color: #43a637;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h2 {
	color: #43a637;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
h3 {
	color: #43a637;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
p {
	color: #ffffff;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
a {
	color: #43a637;
	text-decoration: underline;
}
a:hover {
	color: #43a637;
	text-decoration: none;
}
li {
	color: #ffffff;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}





/* Layout — Containers and Wrappers 
------------------------------------------------ */
#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#container_wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}





/*Header and Navbar sections*/
#header_wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navbar_wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #43a637;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
}
#header {
	position: relative;
	width: 825px;
	margin: 0 auto;
	padding: 0;
}
#header a {
	text-decoration: underline;
}
#logo {
	position: relative;
	margin: 60px 0 20px 49px;
	width: 230px;
	height: 35px;
}
#tagline {
	position: relative;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 80px 59px 0 0;
	width: 300px;
	text-align: right;
}
#navbar {
	position: relative;
	width: 825px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	height: 45px;
}
#navbar ul {
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	position: relative;
	color: #ffffff;
	float: left;
	display: block;
	width: auto;
	height: auto;
	border-left: solid 1px #000000;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	background-color: #43a637;
}
#navbar .navpress {
	border-right: solid 1px #000000;
}
#navbar li a {
	color: #ffffff;
	display: block;
	padding: 8px 9px 9px 9px;
	text-decoration: none;
}
#navbar li a:hover {
	color: #43a637;
	background-color: #ffffff;
	/*padding-bottom: 7px; 
	margin-bottom: -1px;*/
}
/*Current Page*/
#company #navbar .navcompany a,
#quality #navbar .navquality a,
#privacy #navbar .navprivacy a,
#complaints #navbar .navcomplaints a,
#inquire #navbar .navinquire a,
#press #navbar .navpress a { 
	color: #512b1b;
	background-color: #a1d29b;
	cursor: default;
}




/*Content Area
--------------------------------------------------*/
#content_wrapper {
	position: relative;
	width: 100%;
	/*background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e8f1f7;
	border-bottom: solid 1px #ffffff;*/
}
#content_inner_wrapper {
	position: relative;
	width: 825px;
	margin: 0 auto;
	padding: 0;
	/*background-image: url(images/bg_right.gif);
	background-position: top right;
	background-repeat: repeat-y;*/
}
#content {
	position: relative;
	width: 625px;
	/*background-image: url(images/bg_left.gif);
	background-position: top left;
	background-repeat: repeat-y;*/
	margin: 0;
	padding: 50px 25px 100px 50px;
}
#thankyou {
	position: relative;
	height: 300px;
	width: 825px;
	padding: 0px;
	margin: 0 auto;
}
#thankyou p {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #43a637;
	padding: 50px 0 50px 0;
	margin: 0 50px 0 50px;
	border-top: solid 2px #43a637;
	text-align: center;
}



/*Website Listing Sidebar
--------------------------------------------------*/
#sidebar {
	position: relative;
	float: right;
	width: 150px;
	padding: 0 0 0 20px;
	margin: 50px 0 0 0;
	border: solid 1px #bbbbbb
}
#sidebar ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#sidebar li a {
	color: #bbbbbb;
	font-size: .75em;
	line-height: 1.5em;	
	text-decoration: none;
}
#sidebar li a:hover {
	color: #ffffff;
	text-decoration: underline;
}




/* Form - elements
--------------------------------------------------*/
/*Two column grid for top portion of the form*/
#form_wrapper {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: solid 2px #43a637;
}

#formleft {
	position: relative;
	width: 300px;
	float: left;
}
#formright {
	position: relative;
	width: 300px;
	float: right;
}
/*For the error message(s) that appear at the top when the form is not submitted properly*/
#errormsg {
	list-style-type: disc;
	width: 265px;
	margin: 0 0 25px 0;
	padding: 10px 10px 10px 25px;
	background-color: #43a637;
}
#errormsg li{
	font-size: .75em;
	line-height: 1.3em;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 5px;
	list-style-position: outside;
}
/*Text next to the form input fields*/
label {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: .80em;
	text-align: left;
	color: #43a637;
}
/*#wordinput label {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: .80em;
	text-align: left;
	color: #512b1b;
}*/
/*Input fields*/
input {
	width: 295px;
	font-size: 11px;
	border: solid 1px #43a637;
}
textarea {
	width: 620px;
	font-size: 11px;
	border: solid 1px #43a637;
}
#wordinput input {
	width: 245px;
	font-size: 11px;
	border: solid 1px #43a637;
}
/*Freecap Image*/
#freecap {
	position: relative;
	margin: 25px 0 12px 0;
	font-size: .7em;
	line-height: 2em;
	text-align: left;
}
#freecap img{
	border: solid 1px #b2cfe3;
}
/*Submit Button*/
#wordinput #submitbut {
	display: block;
	width: auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #43a637;
	border: solid 1px #43a637;
	margin: 25px 0 0 0;
	padding: 4px 5px 5px 4px;
	cursor: pointer;
}
#wordinput #submitbut:hover {
	color: #43a637;
	background-color: #ffffff;
}







/*Footer Section*/
#footer_wrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer {
	position: relative;
	width: 825px;
	margin: 0 auto;
	padding: 0x;
}
#footer p {
	font-size: .60em;
	color: #ffffff;
	line-height: 1.4em;
	padding: 8px 0 50px 0;
	margin: 0 50px 0 50px;
	border-top: solid 2px #43a637;
}






















