/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #fff;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 11px;
}

p, td, li, form, label {
	font-size: 11px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 130%;
	padding: 0 0 15px 0;
	color: #fff;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
} 

div.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
} 

h1 {
    font-size: 20px;
	line-height: 120%;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
	color: #0068B3;
}

h2 {
    font-size: 11px;
	line-height: 120%;
	padding: 0 0 10px 0;
	margin: 0;
	color: #003366;
}

h3, h4 {
    font-size: 11px;
	line-height: 120%;
	padding: 0 0 7px 0;
	margin: 0;
	color: #003366;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* main containers */ 

#main-container {
	text-align: left; 
	margin: 0 auto;
	width: 760px;
}

/* util links */

#util p {
	text-align: right;
	color: #0068B3;
	font-size: 10px;
	padding: 3px 0 0 0;
}

#util p a {
	color: #0068B3;
	font-size: 10px;
	text-decoration: none;
}

#util p a:hover {
	text-decoration: underline;
}

#util p span {
	color: #000;
	font-weight: bold;
}

#util p span img {
	vertical-align: -0.3em;
}

#logo-top {
	margin: -15px 0 0 0;
}

/* content styles */

#content-container-home {
	background: #9E1D21 url(../images/content-home-bg.jpg) left top repeat-x;
}

#content-container {
	background: #9E1D21 url(../images/content-top-bg.jpg) left top repeat-x;
}

#general-container {
	background: url(../images/iron-man-bg.jpg) right top no-repeat;
	padding: 37px 27px 10px 27px;
}

#content-container-blue {
	background: #5AC0F6 url(../images/content-top-blue.jpg) left top repeat-x;
	padding: 27px 0 0 24px;
}

#content-container-bottom {
	background: url(../images/content-bottom-bg.jpg) left bottom repeat-x;
}

#home-container {
	background: url(../images/home-iron-man-bg.jpg) right top no-repeat;
	padding: 12px 13px 0 13px;
}

#general-container ol {
	margin: 0 0 0 22px;
}

#general-container ol li {
	padding: 0 0 25px 0;
}

.products {
	background: url(../images/dot.gif) left top repeat-y;
}

.prod-l {
	float: left;
	width: 236px;
	margin: 0 4px 0 0;
}

.prod-l div {
	padding: 0 10px  0 5px;
}

.prod-l .blurb {
	margin: 0 0 0 -12px;
	position: relative;
	z-index: 1;
}

.prod-c div {
	padding: 0 10px  0 8px;
}

.prod-r div {
	padding: 0 10px 0 10px;
}

.prod-c {
	float: left;
	width: 236px;
	margin: 0 4px 0 0;
}

.prod-r {
	float: left;
	width: 232px;
	margin: 0 4px 0 0;
}

.prod-r .intro {
	background: none;
}

.intro {
	
}

/* home features */

.home-features {
	margin: 9px 0 0 0;
}

.home-features p {
	text-align: center;
}

.home-features p a {
	margin: 0 12px 0 0;
}

/* floated images */

.img-flush-right {
	float: right;
	margin: 0 0 5px 20px;
}

.img-flush-left {
	float: left;
	margin: 0 10px 5px 0;
}

.flush-right {
	float: right;
	margin: 0 0 5px 20px;
}

/* footer */

#footer {
	color: #0068B3;
	font-size: 10px;
	padding: 7px 0 0 3px;
}

#footer-l {
	float: left;
	color: #0068B3;
}

#footer-l span {
	color: #000;
}

#footer-r {
	float: right;
	font-weight: bold;
	color: #000;
}

#footer a {
	text-decoration: none;
	color: #0068B3;
}

#footer a:hover {
	text-decoration: underline;
}

/* other styles */

#hdr-print {
	display: none;
}
