/* Reset 
 ------------------------------------------------------- */
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.5}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Typography
 ------------------------------------------------------- */
html {
    font-size: 100.01%;
}

body {   
	font-size:75%;
	line-height:1.5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
		
}
a {    
    text-decoration: underline;
}
a:focus {
	outline:none;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal; color: #111;}

h1 {
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0.6em;
}

h2 {
    font-size: 2em;
	line-height:1em;
    margin:0 0 0.50em 0;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: bold;
}

p {
    margin: 0 0 1.5em 0;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong, dfn {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

/* Lists */
li ul, li ol {
    margin: 0;
}

ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}

/* Tables */
table {
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
	vertical-align:middle;
}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e0e0e0;}
tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

/* Forms */
label {font-weight:bold;}
input[type=text], input[type=password], input.text, input.input, input.title, textarea, select {margin:0.25em 0;}

/* Misc. */
.small {font-size:0.9em; line-height:1.63em;}
.large {font-size:1.2em; font-weight:bold; line-height:1.28em; margin:0 0 1.28em 0;}
.center {text-align:center;}
.last {margin-right:0 !important;}
.lastbottom {margin-bottom:0 !important;}
.txtcenter {text-align:center;}
.txtright {text-align:right;}
.txtleft {text-align:right;}

.clear,.cleaner,.clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.float {
    display: inline;
    float: left;
}
.fleft {
	float:left;	
}
.fright {
	float:right;
}











/* Forms
 ------------------------------------------------------- */
.tab {
    float: left;
    color: #626262;
    font-weight: bold;
	font-size: 1.2em;    
    margin: 0 5px -1px 0;
	padding:10px 15px;
    background:#d5d1ba url(/img/tabstatic.gif) repeat-x top;
    border:1px solid #b9b59b;	
	border-bottom:none;
}

.tab a {
	text-decoration:none;
}
.tab a.mailico {
	background:url(/img/mail.gif) no-repeat 0 3px;
	padding:0 0 0 23px;
}
.tab a.pdfico {
	background:url(/img/pdf.gif) no-repeat 0 3px;
	padding:0 0 0 23px;
}

.tabtitle {
	border:none;
	background:none;
}
.tabactive {    
	background:#f6f5ee;
	border-left: 1px solid #d6d3bf;
    border-right: 1px solid #d6d3bf;
    border-top: 1px solid #d6d3bf;							
}
.tabactive a {
	color: #000;
	text-decoration:none;    
}
.bymail,.bypdf {
	cursor:pointer;
}

#order {	
	background:#f6f5ee;
	border:1px solid #d6d3bf;
	padding:20px;
	margin-bottom:20px;	
	/*padding-left:40px;*/
}
#order a {	
	text-decoration:underline;
}
#order h1 {
	text-shadow: #444e25 1px 1px 1px;
}

#order form {	
	height:1%;	
}
form input,form span {
    vertical-align: middle;
}
form label {
    margin: 0 20px 0 0;
	padding:0 0 3px 0;
	text-align:left;
	float:left;		
	font-size:1em;
	width:200px;	

}
	form label.blank {
 	   background: none;
	}

input.text,textarea, select {
	border:1px solid #b2ae8e;
}

form input.text {
	width:250px;	
	padding:3px 0;
}

input.submit,input.reset {
	background:#d6d3bf url(/img/bgbutton.gif) repeat-x top;
	width:120px;
	border:1px solid #817e68;	
	padding:8px 0;	
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	position:relative;
	margin:0 5px 0 0;
}
form select {
	padding:3px;
}

form textarea {
    width: 250px;
	height:50px;
	resize: none; /* Chrome none resize */
	padding:0;	
}
form textarea.terms {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	width:390px;	
}

.focusBrochure {
    cursor: pointer;
}

.getreader {
    font-size: 0.9em;
    width: auto;
	background:none;
	padding: 0;
    margin: 0 0 1em 0;
}

.getreader img {
	margin:0 5px 0 0;
}

form p {	
	margin:0 0 0.5em 0;
}
form p.terms {
	margin:0 0 1em 0;
	font-size:0.9em;
}
form p.terms div.error {
	font-size:1em;
	margin:0 0 0 0;
}
input.zipcode {
    width: 125px !important;
}

div.error {
	color:#c60c0c;	
	font-weight:bold;
    font-size: 0.9em;
    margin: 0 0 0 220px;
	width:250px;
}
* html body div.error {
	margin:0 0 0 223px;
}

.download {
    display: none;
}


