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

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


#coldx{
	position: relative;
	min-height: 500px;
	overflow: auto;
	right: 4px;
}
#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;*/
}

#StartProcess_Screen, #FileUploadNext, #SizeQuantityNext, #TermsNext {
	padding: 3px;
	vertical-align: top;
	position: relative;
	float: right;
	margin-right: 20px;
}
#TermsNext{
	padding: 3px;
	vertical-align: top;
	position: relative;
	top: -40px;
	float: right;
	clear: right;
	margin-right: 20px;
}
#FileUploadNext{
	display: none;
	
}
#TermsNext{
	display: none;
	
}
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; }

div#termsPanel{
	width: 45%;
	border: 2px solid #C9DC6F;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-webkit-box-shadow:10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=10, offY=10, positive=true);
	background-color: #83db5a;
	padding: 10px;
	display: block;
}

h2{
	font-size:2em;
}

#Upload_Screen{
	display: block;
	}
#SizeAndQuantity_Screen{
	display: none;
}


#Order_Screen{
	display: None;
		margin: 10px;
	color: gray;
}

div#StateRibbon{
	display: block;
	/*border: 1px solid blue;*/
	width: 90%;
	height: 25px;
}
/* Ribbon Elements*/
div#Rib_Upload{	
	display: block;
	float: left;
	background: url(../img/Steps.png) no-repeat;
	background-position: 2px -23px;
	width: 80px;/**/
	height: 23px;
}
div#Rib_SizeQty{	
	display: block;
	float: left;
	background: url(../img/Steps.png) no-repeat;
	background-position: -82px -47px;
	width: 120px;
	height: 23px;
}
div#Rib_Terms{	
	display: block;
	float: left;
	background: url(../img/Steps.png) no-repeat;
	background-position: -202px -47px;
	width: 66px;
	height: 24px;
		/*border: 1px solid #C9DC6F;*/

}
div#Rib_Order{	
	display: block;
	float: left;
	background: url(../img/Steps.png) no-repeat;
	background-position: -270px -47px;
	width: 60px;
	height: 23px;
}
// End Of Ribbon elements

table {
	width: 500px;
	margin: 10px 10px 0px 10px;
	border-collapse: collapse;
	text-align: center;
	color: #333;
	font-size: 12px;
}

th {
	background: #83db5a;
	height: 20px;
	border: 1px solid #fff;
	width: 80px;
	padding-left: 5px;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

td {
	background: #eee;
	/*border: 1px solid #fff;*/
	width: 20%;
}
td.PriceWidth{
	width: 73px;
	
}
td.PriceWidthHR{
	width: 73px;
	margin-left: 35px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: lime url(../img/green-background.png) repeat-x;
	color: white;
	height: 25px;
}

table.FilesQAndS{
	display: none;
	padding: 0px;
	width: 99%;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	margin: 5px 0px 0px;
}
table.FilesQAndS td{
	/*padding: 0px 10px;*/
	margin: 20px 0px 0px;
	padding-left: 5px;
	height: 20px;
	border-collapse: collapse;
	/*border: 1px solid gray;*/
}
table#totals{
	padding:0px;
	width: 99%;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}
table#totals td{
	width: 90px;
	padding: 0px 10px;
	margin: 20px 0px 0px;
	height: 30px;
	border-collapse: collapse;
	border: 1px solid gray;
}

.SzQnFName{
	margin-left: 35px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: lime url(../img/green-background.png) repeat-x;
	color: white;
	height: 25px;
}

td.theAt, td.theX{
	width:20px;
	padding: 0px 10px;
	text-align: center;
	vertical-align: middle;
}

span#Price_0, span#Price_1, span#Price_2, span#Price_3, span#Price_4, span#QandSSurchargePrice, span#QandSDeliveryPrice {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;

}
td.SurchAndDelv{
	width: 40%;
	background-color: silver;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-right: 15px;
	color: #333;
}

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

#demo-status {
	background:#ccc url(../img/BackgroundApple.gif) repeat-x;
	background-position: 0 35%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 0 5px 10px;
	width: 400px;
	border: 1px solid #000;
	margin-bottom: 3px;
}

#demo-status .progress {
	background: transparent url(../img/progress-bar2/progress2.png) no-repeat;
	background-position: +50% 0;
}

#demo-status .progress-text {
	position: absolute;	
	padding: 5px;
	float: right;
	clear: right;	
	text-align: right;	
}


#demo-list {
	list-style: none;
	width: 400px;
	margin: 0;
	padding: 0px;
}
#AddButton{
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	background: url(../img/All-Round-Buttons.png) no-repeat;
	background-position: 0px -1px;
	width: 32px;
	height: 31px;
}
#RemoveButton{
	margin-left: auto; margin-right: auto; width: 50%;
	display: None;
	background: url(../img/All-Round-Buttons.png) no-repeat;
	background-position: -32px -1px;
	width: 32px;
	height: 31px;
}
#UploadButton{
	margin-left: auto; margin-right: auto; width: 50%;
	display: block;
	background: url(../img/All-Round-Buttons.png) no-repeat;
	background-position: -64px -1px;
	width: 32px;
	height: 31px;
}

td#demo-browse, td#demo-upload {
	border: 1px solid black;
	vertical-align: middle;
	width: 20%;
	background-color: transparent;
	border-collapse: collapse;
	text-align: center;
	border-style: none;
}
td#demo-ProgBars{
	background-color: transparent;
	width: 250px;
}
td#demo-ProgBars div{
	padding: 3px;
}
#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 55px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../img/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border: thin solid gray;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background: url(../img/file.png) no-repeat 4px 4px;
	margin-bottom: 3px;
	width: 100%;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(../img/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(../img/success.png);
}
#demo-list li.file.file-failed {
			border: 1px solid blue;

	background-image: url(../img/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: normal;
}
#demo-list li.file .file-size {
	font-size: 0.8em;
	line-height: 15px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 15px;
	margin-right: 6px; 
}

#Terms_Screen{
   display: none;
	margin: 10px;
   padding: 10px;
	  font: 0.6em Georgia, "Times New Roman", Times, serif;
	 width: 95%;
	 /*height: 88%;*/
	 /*overflow: scroll;*/
	/*-moz-column-count: 2; 
	  -moz-column-gap: 1em; 
  -webkit-column-count: 2; 
   -webkit-column-gap: 1em;*/ 
	
}
div#spinner{
	background: transparent url(../img/5-1.gif) no-repeat;
	margin-left: 45%;
	width: 40px;
	height: 40px;
	
}
div#PayPalPushTheButtonText{
	cursor: pointer;
	display: none;
	padding: 10px;
}
div#PayPalCheckoutButton{
	cursor: pointer;
	background: url(../img/btn_xpressCheckout.gif) no-repeat;
	opacity:0.7;
	filter:alpha(opacity=70);
	width: 145px;
	height: 42px;
	display: run-in;
	vertical-align: top;
	position: absolute;
	right: 30px;
	
}
table#SimpleInvoice{
	width: 100%;
	border: 1px solid #C9DC6F;
}
td.InvIt{
	text-align: center;
	width:5%;
}
td.IncDescs{
	padding-left: 5px; 
	width: 85%;
}
td.InvTots{
	text-align: center;
	width: 10%;
}
td.InvGTots{
	background-color: #83db5a;
	height: 20px;
	border: 1px solid #fff;
	padding-right: 5px;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	width: 10%;
	text-align: right;
}

span#Shipping {
	width: 90%;
	background-color: #83db5a;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 7px;
	color: #61720E;
	margin-bottom: 5px;
	display: inline-block;
}
label {
	display: block;
	color: #333;
	margin-left: 10px;
}

.formstyle {
	margin: 5px;
	border: 1px solid #999;
	padding: 3px 5px;
	width: 250px;
}
form#messages{	
	display: none;
}
/* Terms And Contidiotn Text*/
p.TermsBodyText{
	font: 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #5c5c5c;
 	margin: 0px 0px 10px;
   padding: 0 10px 0px 10px;
}
p.TermsSubSubBodyText{
	font: 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #5c5c5c;
 	margin: 0px 0px 10px;
   padding: 0 10px 0px 20px;
}


h2.TermsSubHeadText{
		font: bold 1.8em/2em Georgia, "Times New Roman", Times, serif;
		color: black;
 	margin: 0px;
   padding: 0 5px 0px 5px;
}
h2.TermsSubSubHeadText{
		font: bold 1.8em/2em Georgia, "Times New Roman", Times, serif;
		color: black;
 	margin: 0px;
   padding: 0 0px 0px 15px;
}
h1.TermsHeadLineText {
	font: bold 2.2em/2.3em Georgia, "Times New Roman", Times, serif;
		color: black;
 	margin: 0px;
   padding: 0;
}
ol.Nums{
	list-style-type: decimal;
}
ol.Ltrs{
	list-style-type: lower-latin;
}
li.TermsLI{
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #5c5c5c;
 	margin: 0px 0px 10px;
   padding: 0 10px 0px 0px;
}
p.SizeandquantityScreen{
	display: none;	
}
div.Category{
	font-size: 1.2em;
	font-weight: bold;
	width: 30%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	
}

div.Question{
	font-size: 1em;
	font-weight: bold;
	color: #777;
	width: 505px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	cursor: pointer;
}
div.Question:hover{
	background-color: #ccc;
	color: black;
		-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;

}
div.Answer p{
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.3;
}
div.Answer{
	display:  none;
	font-size: 0.9em;
	line-height: 1.2;
	width: 90%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left:25px;
}

div#slideshow{
	width: 400px;
	height: 500px;
	overflow: hidden;
	
}
	

