* { margin: 0; padding: 0; }

/* ================== template styles ====== */
body {
	font-family: Helvetica, Arial, Sans-Serif;
	background: #ccc url("../images/wire_bkgd.jpg") repeat 0 0;	
}

#wrap {
	width: 900px;
	margin: 0 auto;	
}

#header {
	background: #fff url("../images/main_banner_stent.gif") no-repeat 0 0;
	height: 360px;
	position: relative;
}

#nav {
	float: left;
	margin: 5px 0 0 5px;
	list-style: none;	
	line-height: 1;
}

#nav ul {
	list-style: none;
	line-height: 1;	
}

#nav a {  /* all links */
	display: block;
	color: #fff;
	font-size: .85em;
	text-decoration: none;
}

#nav span {
	display: block;
	color: #fff;
	font-size: .85em;
	font-style: italic;
	margin: 0;
	padding: .25em;
	background: #3b91bf;
	border-bottom: 1px solid #497caa;
	line-height: 1.2;
}

#nav li a {  /* top level links */
	margin: 0 .5em;
}

#nav li { /* all list elems */
	float: left;
}

#nav li ul li { /* drop list elems */ 
	width: 10em;
	clear: left;
}

#nav li ul li a { /* drop list links */
	margin: 0;
	background: #0b5aa3;
	padding: .25em;
	border-bottom: 1px solid #497caa;
	line-height: 1.2;
}

#nav li ul li a:hover { /* drop list links hover state */ 
	background: #1864aa;
}

#nav li ul {
	position: absolute;
	display: none;
	/*left: -999em; - more ideal, causes IE issues*/
	border: 1px solid #497caa;
	border-top: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	/*left: auto; - more ideal, causes IE issues */
	display: block;
}

.indent {
	padding-left: 1.5em !important;	
}

#logo {
	float: right;
	margin: 12px 8px 0 0;
	border: 0;
}

#footer {
	background: #e31937;
	padding: 5px 10px;
	font-size: 11px;
	color: #fff;
}

#footer ul {
	list-style: none;	
}

#footer ul li {
	display: inline;	
}

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

#footer a:hover {
	color: #00cc00;
}

#copyright {
	font-size: 11px;
	background: #ccc;	
	padding: 10px;
}

#copyright a {
	color: #ff0000;
	text-decoration: none;	
}

/* flash video or product stills */
#products_billboard {
	position: absolute;
	top: 40px;
	left: 0;
}

/* ================== shared content styles ====== */
#content {
	border: solid 10px #ccc;
	background: #fff;
	font-size: 15px;
	line-height: 150%;
}

#content p {
	margin: 10px 0;	
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	text-transform: uppercase;
	color: #50b948;
	font-weight: normal;
	line-height: normal;
}

#content h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

#content h2 {
	font-size: 18px;
	margin: 0 0 13px 0;	
}

#content h3 {
	font-size: 18px;
	margin: 0 0 13px 0;	
}

#content h4 {
	font-size: 16px;
	margin: 0 0 14px 0;	
}

#content ul {
	margin: 10px 40px;
}

#content a {
	color: #19489a;	
}

#content a:hover {
	text-decoration: none;	
}

/* ================== index styles ====== */
#index_lcol {
	display: inline;
	float: left;
	position: relative;
	width: 550px;
	border-right: solid 10px #ccc;
}

#index_rcol {
	display: inline;
	float: right;
	position: relative;
	width: 320px;
}

.index_section {
	padding: 10px;
	border-bottom: solid 10px #ccc;
}

#upcoming_events {
	margin: 0 0 10px 0;
	background: #fff;
}

#customer_service {
	background: #fff;
}

.index_sidebar {
	font-size: 12px;
	line-height: 120%;
	padding: 10px;
}

.index_sidebar a {
	color: #ff0000;	
}

/* ================== products landing styles ====== */
#products_lcol {
	display: inline;
	float: left;
	position: relative;
	width: 530px;
	padding: 10px;
}

#products_rcol {
	display: inline;
	float: right;
	position: relative;
	width: 300px;
	padding: 10px
}

/* ================== individual product page styles ====== */
.indiv_lcol {
	display: inline;
	float: left;
	position: relative;
	width: 200px;
	padding: 10px;
}

.indiv_rcol {
	display: inline;
	float: right;
	position: relative;
	width: 630px;
	padding: 10px
}

.product_title {
	margin: 15px 0;
	float: right;
}

/* === for the grids at the bottom of product pages === */
.product_grid td {
		border-bottom: 1px solid #ccc;
		vertical-align: top;
		padding: 3px;
		text-align: center;
}

.product_grid th {
		vertical-align: top;
		padding: 3px;
}

.product_grid th {
	background: #5c7cb7;
	color: #fff;
}

.product_grid_header_2 td {
	background: #93a4cf;
	color: #fff;
	text-align: center;
}

/* === for the video launcher on product pages === */
.video_launch {
	float: left;
	height: 124px;
	width: 180px;
	border: 1px solid #245079;
	text-align: center;
	margin: 0 2px;
	color: #245079;
	font-weight: bold;
}

/* === hides grids/styles clickies for jquery animations === */
.toggle_container img {
	float: right;
}

.toggle_container p {
	margin: 0;
}

#alimaxxe_1 { display: none; }
#alimaxxe_2 { display: none; }
#alimaxxb { display: none; }
#aero_1 { display: none; }
#aero_2 { display: none; }
#maxxwire { display: none; }

/* ================== generic one column page styles ====== */
#generic_col {
	padding: 10px;	
}

/* === board of directors / executive team bios styles === */
.bio_heading { padding: 4px; color: #00539b !important; text-transform: uppercase; cursor: pointer; }
.bio_help { font-size: 11px; text-align: right; color: #00539b; text-transform: uppercase; }
.bio_text { display: none; margin: 10px 30px !important; }

/* ================== generic classes ====== */
.img_left {
	float: left;
	margin: 0 10px 10px 0;
}

.tiny { font-size: 9px; line-height: normal; font-weight: normal; }

.clear { clear: both; width: 100%; height: 0px; overflow: hidden; }
