html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: 333;
	background-color: #CCC;
}

#main {
	width: 990px;
	margin: auto;
	position: relative;
	overflow: auto;
	background: #fff;
	border: 1px solid #FFF;
	border-top: none;
}

#top {
	width: 990px;
	margin: auto;
	position: relative;
	height: 186px;
	background: url(../img/top2thirds.jpg) top left no-repeat;
	text-align: right;
}
#toporderconf {
	display:  none;
	width: 990px;
	margin: auto;
	position: relative;
	height: 508px;
	background: url(../img/toporderconf.jpg) top left no-repeat;
	text-align: right;
}

#tagLine {
	display: block;
	font-size: 1em;
	line-height: 4em;
	width: 70%;
	margin-left: 100px;
	height: 170px;
	float: left;
	margin-top: 10px;
	color: black;
	text-align: left;
	text-shadow: white 1px 1px 3px;
}

div#tagLine strong{
	font-size: 1.4em;
	font-weight: bold;
	color: #426d2e;
	}


	/* @group Menu System */
	#nav {
	 background: #f1fff0;
	 float: left;
		font-size: 12px;
		font-weight: normal;
		line-height: 16px;
	 margin: 0; padding: 0;
	 /*border: 1px solid white;*/
	 border-bottom: none;
	 width: 100%;
	 filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#c2e6ae, #f1fff0,), color-stop(90%, #96b287), color-stop(100%, #687b5e));
		background: -webkit-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
		background: -moz-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
		background: -o-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
		background: -ms-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
		background: linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);



	}

	#nav li a, #nav li, div.theSubMenu li{
	 float: left;
	}
	#nav li, div.theSubMenu li{
		list-style: none;
		position: relative;
	}

	#nav li a{
		padding: 0.5em 1em;
		text-decoration: none;
		color: black;
		background: #c2e6ae;
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff00ff,endColorStr=#00ff99)";
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
		background: -moz-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
		background: -webkit-gradient(linear, left top, left bottom, 
											from(#f1fff0), 
											color-stop(10%, #c2e6ae), 
											color-stop(90%, #96b287), 
											to(#687b5e));
		background-image: -o-linear-gradient(top,#f1fff0,#c2e6ae 10%,#96b287 90%,#687b5e 100%);

	 	border-right: 1px solid #687b5e;
	 	border-left: 1px solid #c2e6ae;
	 	border-bottom: 1px solid #687b5e;
	 	border-top: 1px solid #c2e6ae;
	}

	#nav li a:hover{
		text-decoration: underline;
	  	background: #96b287;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
	 	background: -moz-linear-gradient(top, #f0ffff, #aee6e4 10%, #87b2b1 90%, #5e7b7b 100%);
	 	background: -webkit-gradient(linear, left top, left bottom, 
	 										from(#f0ffff), 
	 										color-stop(10%, #aee6e4), 
	 										color-stop(90%, #87b2b1), 
	 										to(#5e7b7b)); 
	 	background-image: -o-linear-gradient(top,#f0ffff,#aee6e4 10%,#87b2b1 90%,#5e7b7b 100%);	
	}
	 div.theSubMenu2 ul li a:hover{
		text-decoration: underline;
	  	background: #96b287;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
	 	background: -moz-linear-gradient(top, #f0ffff, #aee6e4 10%, #87b2b1 90%, #5e7b7b 100%);
	 	background: -webkit-gradient(linear, left top, left bottom, 
	 										from(#f0ffff), 
	 										color-stop(10%, #aee6e4), 
	 										color-stop(90%, #87b2b1), 
	 										to(#5e7b7b));
	 	background-image: -o-linear-gradient(top,#f0ffff,#aee6e4 10%,#87b2b1 90%,#5e7b7b 100%);	

	 }
	/* Submenu */
	#nav li ul {
	 display: none;
	 position: absolute;
	 left: 0;
	 top: 100%;
	 padding: 0; margin: 0;
	}
	#nav li:hover > ul {
	 display: block;
	}
	#nav li ul li, #nav li ul li a, div.theSubMenu ul li{
	/*	border: 1px solid blue;
	*/  float: none;
	}
	#nav li ul li {
	 _display: inline; /* for IE6 */
	}
	#nav li ul li a {
	 display: block;
	}
	/* SUBSUB Menu */
	div.theSubMenu{
		background-color: white;
		display: none;
		position: fixed;
	 	float: none;
		margin: 0; padding: 0;
		z-index: 9999;
		padding: 0px;
		margin: 0px;
		border-collapse: collapse;
	}
	div.theSubMenu ul{
		position: static;
		padding: 0px;
		margin: 0px;
	 	top: 0px;
		width: 200px;
	/*	border: 2px solid #f00;
	*/}

	div.theSubMenu ul li{
		height: 29px;
		max-width: 200px;
	}
	div.theSubMenu ul li a{
		width: 200px;
		height: 29px;
		text-decoration: none;
		color: black;	
		white-space:nowrap;
	}
	div.theSubMenu ul li span{
		padding: 4px 7px 5px 9px;
		float: left;
		background: #c2e6ae;
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff00ff,endColorStr=#00ff99)";
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
		background: -moz-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
		background: -webkit-gradient(linear, left top, left bottom, 
											from(#f1fff0), 
											color-stop(10%, #c2e6ae), 
											color-stop(90%, #96b287), 
											to(#687b5e));
		background-image: -o-linear-gradient(top,#f1fff0,#c2e6ae 10%,#96b287 90%,#687b5e 100%);	
	 	border-right: 1px solid #687b5e;
	 	border-left: 1px solid #c2e6ae;
	 	border-bottom: 1px solid #687b5e;
	 	border-top: 1px solid #c2e6ae;
		min-width: 200px;
		max-width: 200px;
	}
	div.theSubMenu ul li span:hover{
		text-decoration: underline;
	  	background: #96b287;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
	 	background: -moz-linear-gradient(top, #f0ffff, #aee6e4 10%, #87b2b1 90%, #5e7b7b 100%);
	 	background: -webkit-gradient(linear, left top, left bottom, 
	 										from(#f0ffff), 
	 										color-stop(10%, #aee6e4), 
	 										color-stop(90%, #87b2b1), 
	 										to(#5e7b7b));
		background-image: -o-linear-gradient(top,#f0ffff,#aee6e4 10%,#87b2b1 90%,#5e7b7b 100%);


		min-width: 200px;
		max-width: 200px;
	}

	/* @end */

#content {
	width: 980px;
	position: relative;
	overflow: auto;
	border-top: 1px solid #fff;
}

div#slideshow{
	width: 450px;
	height: 600px;
	
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 68%, rgba(234,234,234,1) 69%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(68%,rgba(252,252,252,1)), color-stop(69%,rgba(234,234,234,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 68%,rgba(234,234,234,1) 69%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 68%,rgba(234,234,234,1) 69%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 68%,rgba(234,234,234,1) 69%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 68%,rgba(234,234,234,1) 69%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */



	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow:5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	overflow: hidden;

}
div.slsh {
border: 0px solid #ccc;
margin: 50px 80px;
}
/*div#sl_1, div#sl_2, div#sl_3, div#sl_4, div#sl_5, div#sl_6, div#sl_7, div#sl_8, div#sl_9, div#sl_10{
	border:1px solid #C9DC6F;
	width: 420px;
	height: 480px;
	overflow: hidden;
}
div#sl_1 img, div#sl_2 img, div#sl_3 img, div#sl_4 img, div#sl_5 img, div#sl_6 img,div#sl_7 img{
	position: relative;
	top: -20px;
	margin-left: 30px;
}
*/

#ordersystem {
	border:1px solid #C9DC6F;
	background-color: #eee;
	margin: 10px 5px 0px 5px;
	width: 415px;
	height: 500px;
	float: right;
	/*overflow: auto;*/
}

h2{
	font-size:2em;
}
span.bquotecont{
	width: 100%;
	position: relative;
	display: inline-block;
}

blockquote {
	width: 40%;
	float: left;
	margin: 10px;
	padding: 5px;
	quotes: "\201C" "\201D";
	border: 1px solid #C9DC6F;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow:5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=5,offY=5, positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=gray,offX=5,offY=5, positive=true);
	background-color: #b3e8ac;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }



h2{
	font-size:2em;
}

#coldx {
	/*border: 2px solid red;*/
	width: 450px;
	position: relative;
	clear: right;
	float: left;
	overflow: hidden;
	height: 600px;


}

p {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.samples {
	width: 360px;
	margin-left: 10px;
	height: 30px;
	background: #C9DC6F url(../img/frecce.png) center left repeat-x;
	float: right;
}

#linebottom {
	height: 30px;
	width: 988px;
	position: relative;
	overflow: hidden;
	/*background: #83db5a url(../img/testBackground.png) repeat-x;
	border-top: 1px solid #fff;*/
	background: #c2e6ae;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr='#c2e6ae', endColorstr='#687b5e');
 	background: -moz-linear-gradient(top, #f1fff0, #c2e6ae 10%, #96b287 90%, #687b5e 100%);
 	background: -webkit-gradient(linear, left top, left bottom, 
 										from(#f1fff0), 
 										color-stop(10%, #c2e6ae), 
 										color-stop(90%, #96b287), 
 										to(#687b5e));
 	border-right: 1px solid #687b5e;
 	border-left: 1px solid #c2e6ae;
 	border-bottom: 1px solid #687b5e;
 	border-top: 1px solid #c2e6ae;
}
div#HotNewsText {
	margin-top: 1px;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	margin-left: 20px;
	color: #555;
}
div#news{
/*	float: left;
	clear: right;*/
	margin-top: 2px;
	left: 110px;
	font-size: 15px;
	line-height: 28px;
	
}

div#news div{
	margin-left: 5px;
	padding-left: 5px;
	float: left;
	width: 80%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #fff;
}
div#news div a, div#news div a:visited{
	text-decoration : none;
	font-weight: bold;
	color: #056f48;
	
}
.samples a {
	font-size: 14px;
	text-transform: uppercase;
	color: #61720E;
	font-weight: bold;
	text-decoration: none;
}

.samples a:hover {
	text-decoration: underline;
}

.samples p {
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	text-align: center;
}

#footer {
	width: 990px;
	height: 100px;
	margin: auto;
	background: #fff;
	text-align: center;
}

#footer img {
	border: 0px;
	margin-top: 10px;
}

#company {
	position: relative;
	margin: auto;
	width: 600px;
	height: auto;
	background-color: #fff;
	margin-top: 20px;
	border: 1px solid #999;
}

#company p {
	padding-left: 10px;
	color: #333;
	font-size: 12px;
}

#company ul {
	list-style-type: none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 30px;
}

#company img {
	border: 0px;
}

.topcol {
	width: 400px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



#colsx { 
	width: 510px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;

}




/* === form div link styles ======================================== */

#colsx a { 
  color : #669900; 
}
  
#colsx a:hover, #colsx a:focus, #colsx a:active { 
  color : #000; 
  text-decoration : none; 
}

#colsx a:focus, #colsx a:active { 
  background-color : #eee; 
}

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set {
  border : 1px solid #ccc;
  	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;

  padding : 5px;
}
#colsx legend { 
  font-weight : bold;
}

legend.main-legend { 
  color : #777;
  font-size : 110%;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}


legend.req-legend {
  margin-left : -2px 10px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #669900;
}


input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 300px;
  height : 150px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

* html input.button {
  border : 1px solid #666;
}

span.antispamimage{
	float: right;
	vertical-align: bottom;
	width: 300px;
	position: relative;
}
span.ErroredText{
	color:  red;
	padding-left: 10px;
}
span#AJAXMessage{
	background: transparent url(../img/smiley50x90.png) left center no-repeat;
	width: 450px;
	height: 100px;
	padding-left: 60px;
    display:  none;
	vertical-align: bottom;
	white-space: nowrap;
}





