html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0; 
	padding: 0;
	border: 0;
}
ol,
ul, dl, dt, dd {
	position: relative;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #FFFFFF;
}

h1 {
	padding: 0 0 20px;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	padding: 4px 0 14px;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
}
h3 {
	padding: 2px 0 2px;
	font-size: 16px;
	text-transform: lowercase;
}
h4 {
	padding-top: 0;
	font-size: 11px;
	color: #666;
}
h5 {
	font-size: 11px;
	padding-top: 0;
	color: #666;
}
h6 {
	font-size: 11px;
	padding-top: 0;
	color: #666;
}
p {
	padding: 0 0 10px;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #2162ac;    /* blue */
}
a:hover, 
a:active {
	color: #8b50a0;    /* purple */
	text-decoration: underline;
}

#page {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
	text-align: left;
}

#content {
	z-index: 100;
	position: relative;
	clear: both;
	width: auto;
	line-height: 18px;
	background: white;
}

/*============================================================================*/
/*==  Specific to Order Pages  ===============================================*/
/*============================================================================*/

.label
{
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}

.field
{
	margin: 0 0 5px 0;
}

.section
{
	margin: 0 0 15px 0;
}

/*============================================================================*/

/*============================================================================*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
/*============================================================================*/
