/* @override 
	http://www.txpcoder.com/css/txpCoder.css
	http://txpcoder.com/css/txpCoder.css
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded */

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

html { height: 100%; margin-bottom: 1px; }
body {
	background-color: #fff;
	font: 62.5%/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #303535;
}

#page {
	width: 720px;
	position: relative;
	margin-top: 10em;
	margin-left: auto;
	margin-right: auto;
}

/* @group Top Menu */


#topMenu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#topMenu ul {
	text-align: center;
	position: relative;
	background: #717f81 url(../images/tabMenuHover.gif) repeat-x 0 bottom;
	overflow: hidden;
}

#topMenu li {
	font: 1.4em/3.9em Georgia, "Times New Roman", Times, serif;
	display: inline;
	width: 4em;
}
#topMenu li a {
	color: #b8cdd6;
	padding: 1.4em 1.5em;
	text-decoration: none;
	display: inline;
}
#topMenu li a:hover {
	color: #fff;
	background-color: #828f91;
	background-color: rgba(232,240,241,0.15);
}
#topMenu li#order a:link,#topMenu li#order a:visited  {
	background-color: #936162;
	color: #fff;
	/*height: 1.7em;
	line-height: 1.2em;
	position: absolute;*/
}
#topMenu li#order a:hover {
	background-color: #7d5151;
}
#topMenu li.active,#tabMenu li.active {
	cursor: default;
}
#topMenu li.active a,#topMenu li#order.active a {
	color: #fff;
	background-color: #828f91;
	background-color: rgba(232,240,241,0.15);
}

/* @end */

/* @group Header */

#header {
	position: relative;
}

#logo, #youWe {
	margin: 0 auto 30px;
	display: block;
}

/* @end */

#youWe {
	margin-bottom: 0;
}
/* @group tabs */
#main {
	margin: 30px 0 30px;
	position: relative;
}
#tabTop {
	margin: 0;
	height: 159px;
	width: 720px;
}
#home #tabTop {
	background-image: url(../images/tabTopHome.gif);
}
#process #tabTop {
	background-image: url(../images/tabTopProcess.gif);
}
#pricing #tabTop {
	background-image: url(../images/tabTopPricing.gif);
}
#faq #tabTop {
	background-image: url(../images/tabTopFAQ.gif);
}
#contact #tabTop {
	background-image: url(../images/tabTopContact.gif);
}
#order #tabTop {
	background-image: url(../images/tabTopOrder.gif);
}
#quote #tabTop {
	background-image: url(../images/tabTopQuote.gif);
}
#thanks #tabTop {
	background-image: url(../images/tabTopThanks.gif);
}
#join #tabTop {
	background-image: url(../images/tabTopJoin.gif);
}
#blog #tabTop {
	background-image: url(../images/tabTopBlog.gif);
}
#outline #tabTop {
	background-image: url(../images/tabTopOutline.gif);
}
#tabs {
	position: relative;
	background: #a7b2b1 url(../images/tabBottom.gif) repeat-x 0 bottom;
	padding-bottom: 20px;
	/*min-height: 450px;*/
}
.noTabs #tabs {
	padding: 15px 50px 30px;
}
#tabMenu {
	font: 1.5em/3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#tabMenu li {
	float: left;
	display: inline;
	border-bottom: 6px solid #444d4f;
	background-color: #717f81;
	height: 3em;
}

#tabMenu li a {
	color: #a4b5b5;
	padding: 0;
	display: inline;
	float: left;
	border-left: 1px solid #939d9c;
	border-right: 1px solid #596363;
}
#home #tabMenu li a,#faq #tabMenu li a {
	width: 178px;
}
#home #tabMenu li:first-child a,#faq #tabMenu li:first-child a,#process #tabMenu li:first-child a {
	border-left-style: none;
	width: 179px;
}
#home #tabMenu li:last-child a,#faq #tabMenu li:last-child a {
	border-right-style: none;
	width: 179px;
}
#process #tabMenu li a {
	width: 239px;
}
#process #tabMenu li:first-child a {
	border-right-style: none;
	width: 239px;
}
#process #tabMenu li:last-child a {
	border-right-style: none;
	width: 239px;
}
#tabMenu li:hover {
	border-bottom: 6px solid #303535;
	background: #717f81 url(../images/tabMenuHover.gif) repeat-x 0 bottom;
}
#tabMenu li.ui-state-default a:hover {
	color: #fff;
}
#tabMenu li.ui-state-active a {
	color: #ddebef;
}
#tabMenu li.ui-state-active {
	border-bottom: 6px solid #303535;
	background: #717f81 url(../images/tabMenuActive.gif) repeat-x 0 bottom;
}
#tabs div.tabs {
	padding: 10px 50px 30px;
}
.colsTop {
	background: url(../images/600boxTop.gif) no-repeat 0 top;
	width: 620px;
	height: 6px;
	margin-top: 5px;
}
.cols {
	display: inline;
	float: left;
	width: 585px;
	background: #929d9e url(../images/600boxBottom.gif) no-repeat 0 bottom;
	padding: 0 20px 0 15px;
}
.col {
	width: 272px;
	text-align: justify;
}

/* @group New Tabs */
.ui-tabs .ui-tabs-hide { display: none !important; }

/* @end */
/* @end */

#footer {
	font-size: 0.9em;
	color: #939d9c;
}
#footer a:link, #footer a:visited {
	color: #939d9c;
}

/* @group Type */

h1,h2,h3 {
	text-align: left;
	margin-bottom: 5px;
	text-shadow: #c0c1a4 0 1px 0;
	margin-top: 5px;
}

h1 {
	font: bold 2.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	margin-bottom: 0;
	margin-top: 15px;
}
#blog h1 {
	font-size: 4em;
}
h2 {
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #933e3f;
	margin-bottom: 0;
}
/*#home h2 {
	height: 2.5em;
}*/
h2 a {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #933e3f;
}
h3 {
	font: bold 1.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p {
	margin: 10px 0;
	line-height: 2em;
	font-size: 1.2em;
}

/*p, ol {
	text-shadow: #cacaca 1px 1px 0;
}*/
p.learnMore {
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	margin-top: 20px;
	height: 30px;
}
/* @end */

/* @group Form */

.formInfo {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
}
#orderForm li, #contactForm li {
	margin-bottom: 7px;
}

#orderForm li.upload {
	background-color: #fdf6f6;
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #b25859;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #b25859;
	margin: 20px auto;
	text-align: justify;
}

input:focus, textarea:focus {
	background-color: #303535;
	color: #c5cecd;
}
#orderForm h3 {
	margin-top: 15px;
	font-size: 2em;
	color: #303535;
}
input {
	width: 270px;
}
input, textarea {
	border: 1px solid #848e8d;
	padding: 5px;
	font-size: 1.4em;
	color: #393f3f;
}
input.upload {
	background-color: #fff;
}
input.submit {
	width: 149px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	border-style: none;
	background: url(../images/submitBtn.gif) left top;
	margin: 25px auto 0;
	display: block;
}
input.submit:hover {
	background-position: left center;
}
input.submit:active {
	background-position: left bottom;
}
#orderForm p {
	margin-top: 10px;
	line-height: 1.5em;
}
label {
	width: 200px;
	font-size: 1.3em;
	display: inline;
	float: left;
	margin-top: 11px;
	vertical-align: middle;
}
.captcha {
	position: relative;
	min-height: 78px;
}
.captcha label {
	position: absolute;
	top: 19px;
}
#captcha {
	position: absolute;
	top: 0;
	left: 203px;
}
#captcha input {
	width: 140px;
}
#captcha img {
	border: 1px solid #848e8d;
}
textarea {
	width: 610px;
	overflow: auto;
	height: 100px;
}
div.Errortext {
	color: #86191b;
	margin-left: 208px;
	margin-top: 1px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}
input.error, input.error:focus, div.DivErrortext {
	border: 1px solid #86191b;
	background-color: #867a7a;
	color: #5b1112;
}
div.DivErrortext {
	padding: 10px;
	text-align: center;
	font-size: 1.4em;
	margin-top: 15px;
	text-shadow: #97a3a1 1px 1px 0;
}
/*#tooltip {
	background-color: #303535;
	display: none;
	position: absolute;
	z-index: 100;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}*/
div#tooltipinner {
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
div.backButton{
	background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
/* @end */

/* @group Links */

a:link, a:visited {
	text-decoration: none;
}
p a:link, p a:visited, dl a:link, dl a:visited,.tabs li a {
	color: #303535;
	font-weight: bold;
}
p a:hover, dl a:hover,#footer a:hover,.tabs li a:hover {
	color: #7d5151;
}
p.learnMore a span {
	padding-right: 30px;
	float: left;
	display: block;
	background: url(../images/moreBtn.gif) left top;
	margin-top: -5px;
	height: 31px;
}
p.learnMore a:link, p.learnMore a:visited {
	color: #3e4545;
	text-shadow: #c3d0cf 1px 1px 0;
	float: left;
	background: url(../images/moreBtn.gif) right top;
	height: 26px;
	padding: 5px 30px 0 0;
}
p.learnMore a:hover span {	
	background: url(../images/moreBtn.gif) left center;
}
p.learnMore a:active span {	
	background: url(../images/moreBtn.gif) left bottom;
}
p.learnMore a:hover {
	background: url(../images/moreBtn.gif) right center;
	color: #d1dfdd;
	text-shadow: #3e4545 1px 1px 0;
}
p.learnMore a:active {
	background: url(../images/moreBtn.gif) right bottom;
	color: #d1dfdd;
	text-shadow: #3e4545 1px 1px 0;	
}
#orderNow {
	display: inline;
	position: absolute;
	bottom: -29px;
	right: -38px;
}
/* @end */

/* @group Lists */

dl {
	font-size: 1.3em;
	line-height: 2em;
	margin: 15px 0;
}

dt {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	display: list-item;
	list-style-position: inside;
	list-style-type: decimal;
}

dd {
	margin-left: 30px;
	margin-bottom: 20px;
}

dd ul {
	margin-left: 40px;
	font-size: 0.8em;
}

dd li {
	list-style-type: circle;
	list-style-position: inside;
}
#tabs #whatYouGet {
	margin-top: 14px;
	font-variant: normal;
	font-style: normal;
	line-height: 16px;
	font-size: 1.1em;
}

#tabs #whatYouGet li {
	color: #46463c;
	background: url(../images/tick_lg.gif) no-repeat left 0;
	height: 16px;
	padding-left: 45px;
	margin: 15px 0;
	list-style-type: none;
}

ol {
	list-style-type: decimal;
	font-size: 1.2em;
}
ol li {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.tabs li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0 5px 15px;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul.list li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 2em;
}
ul#blog {
}
#whatYouGet li:hover {
	background: url(../images/tick_lg.gif) no-repeat left bottom;
}

/* @end */

/* @group Reusables */

.fl {
	float: left;
}

.fr {
	float: right;
}

.c {
	margin: 0 auto;
}

img.c {
	display: block;
}

.nmr {
	margin-right: 0;
}

.ml-30 {
	margin-left: -30px;
}
.fix {
	clear: both;
}
.fix:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/** html .fix,* html .clearfix {
	height: 1%;
}*/

*:first-child+html .fix,*:first-child+html .clearfix {
	min-height: 1px;
}
/* @end */
#logged {
	min-width: 140px;
	position: fixed;
	top: 65px;
	right: 10px;
	text-align: right;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 1em 2em 0;
}