html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	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.png) 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: 0.8em;
	line-height: 4.7em;
	width: 70%;
	margin-left: 20px;
	height: 180px;
	float: left;
	margin-top: 10px;
	color: white;
	text-align: left;
	text-shadow: black 1px 1px 3px;
	filter: glow(color=black,strength=5);
	filter: dropshadow(color=black,offX=2,offY=2);
}
div#tagLine strong{
	font-size: 1.4em;
	font-weight: bold;
	color: #83db5a;
	}

#menu {
	width: 990px;
	height: 30px;
	position: relative;
	background: #89e762 url(../img/testBackground.png) repeat-x;
	border-top: 1px solid #fff;
}

#menu a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #fff;
	line-height: 1.4em;
	color: black;
	padding: 7px;
}

#menu a:hover {
	background: #6886b8 url(../img/testBackground.png) repeat-x;

	text-decoration: underline;
	/*background-color: #83db5a;*/
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	padding-bottom: 7px;
}

#menu li {
	display: inline;
}

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

#sl_1 {
	background: url(../img/samplePix/pricesMedium.jpg) no-repeat;
	width: 450px;
	height: 500px;
	padding: 20px;
}

#sl_1_Text{
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	background-color: #00ec00;
	width: 350px;
	height: 80px;
	padding: 5px;	
	-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=black,offX=5,offY=5, positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=clack,offX=5,offY=5, positive=true);

}

#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;
}

#boxdx {
	width: 370px;
	position: relative;
	float: right;
	overflow: auto;
	height: 270px;
}

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: 990px;
	position: relative;
	background: #83db5a url(../img/testBackground.png) repeat-x;
	border-top: 1px solid #fff;
}

.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: 70px;
	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{
    display:  none;
	vertical-align: bottom;
	margin-left: 20%;
	white-space: nowrap;
}




