/* ADVANCE SPECIALTIES
/* CSS Document
/* Design by Red Flannel (www.redflannelgroup.com)
/* Coded by Sean Flanagan
/* Hosted on Netcetra (www.netcetra.com)
*/
/* CONTENTS:
/* 1. Basic Layout
/* 2. Logo Styles
/* 3. Navigation Styles
/* 4. Header Styles
/* 5. Footer Styles
/* 6. Text Styles
*/

/* 1. BASIC LAYOUT */

body {
	background: rgb(0,161,96);
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}
#container {
	width: 100%;
	background: url(../images/bg1.gif) repeat-x white;
}
#container1 {
	width: 280px;
	position: absolute;
	left: -280px;
}
#container2 {
	width: 630px;
	border-left: 280px solid rgb(0,84,164);
	position: relative;
	margin: 0px auto;
}
#main-image {
	display: block;
	position: relative;
}

/* 2. LOGO STYLES */

#logo {
	display: block;
	position: relative;
}
	#logo h1 {
		display: block;
		width: 280px;
		height: 190px;
		text-indent: -2000px;
		background: url(../images/logo.gif) no-repeat;
		position: relative;
	}

/* 3. NAVIGATION STYLES */

#nav {
	width: 280px;
	background: url(../images/bg2.gif) repeat-x;
	padding-top: 30px;
	padding-bottom: 150px;
}
	#nav a {
		text-decoration: none;
		display: block;
		position: relative;
		border-bottom: 1px solid rgb(0,84,164);
		line-height: 29px;
		height: 29px;
	}
	#nav li a:link, #nav li a:visited {
		color: rgb(255,161,0);
		font-size: 1.5em;
		padding-left: 12px;
	}
	#nav ul li a:link, #nav ul li a:link {
		color: rgb(245,203,137);
		font-size: 1.25em;
		padding-left: 24px;
	}
	#nav li a:hover, #nav ul li a:hover {
		color: white;
		background: rgb(0,84,164);
	}

/* 4. HEADER STYLES */

#header {
	width: 630px;
	height: 100px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
	#header h2 {
		width: 331px;
		height: 80px;
		position: absolute;
		right: 0px;
		text-indent: -2000px;
		overflow: hidden;
		background: url(../images/we_imprint.gif) no-repeat left center;
	}
	#header h3 {
		width: 252px;
		position: absolute;
		left: 12px;
		top: 28px;
		text-align: center;
		font-size: 1.5em;
		color: rgb(245,203,137);
		line-height: 15px;
		border-right: 1px dotted rgb(0,84,164);
	}
		.ipromo {
			font-style: italic;
			color: white !important;
			position: relative;
			display: block;
		}
		.division {
			font-weight: bold;
			font-size: 0.5em;
			letter-spacing: 2px;
			text-transform: uppercase;
			position: relative;
			display: block;
		}
	#header h4 {
		width: 331px;
		text-align: center;
		position: absolute;
		right: 0px;
		top: 52px;
		font-size: 1.5em;
		color: rgb(245,203,137);
	}
/* 5. FOOTER STYLES */
#footer {
	height: 104px;
	left: 0px;
	right: 0px;
	position: relative;
	background: url(../images/bg5.gif) repeat-x top center;
	padding-top: 36px;
}
	#footer-wrap {
		width: 910px;
		margin: 0px auto;
	}
	#footer li {
		float: left;
		padding-right: 36px;
		line-height: 1.5em;
	}
		#footer li a:link, #footer li a:visited {
			color: rgb(245,203,137);
			text-decoration: none;
		}
		#footer li a:hover {
			color: white;
		}
		#footer li a:active {
			color: white;
		}
	#footer h3 {
		text-align: right;
		color: white;
		line-height: 1.5em;
	}
		#footer h3 a:link, #footer h4 a:visited {
			color: white;
			text-decoration: none;
		}
		#footer h3 a:hover {
			text-decoration: underline;
		}
	#footer h4 {
		text-align: right;
		color: rgb(109,199,159);
		font-size: 0.8em;
		line-height: 1.8em;
	}
		#footer h4 a:link, #footer h4 a:visited {
			color: rgb(109,199,159);
			text-decoration: none;
		}
		#footer h4 a:hover {
			color: white;
		}
		#footer h4 a:active {
			color: white;
		}
		#footer h4 img {
			padding-left: 21px;
			padding-top: 6px;
		}

/* 6. TEXT STYLES */
em {
	font-style: italic;
}
#headline {
	font-size: 2em;
	color: rgb(36,0,94);
	font-weight: normal;
	width: 594px;
	padding: 18px;
	display: block;
	position: relative;
	background: rgb(255,161,0);
}
	/*Fix It for Redmond */
		* html #headline {
			width: 636px;
		}
	#headline span {
		font-size: 0.5em;
		line-height: 1.5em;
		color: rgb(36,0,94);
		text-align: right;
		display: block;
		position: absolute;
		right: 10px;
		top: 15px;
	}
		#headline span a:link, #headline span a:visited {
			color: rgb(36,0,94);
			text-decoration: none;
		}
		#headline span a:hover {
			text-decoration: underline;
		}
#content {
	position: relative;
	width: 612px;
	min-height: 350px;
	padding: 18px 0px 18px 18px;
	background: url(../images/bg3.gif) repeat-x;
	overflow: hidden;
}
	/*Fix It for Redmond */
		* html #content {
			height: 350px;
			width: 636px;
			overflow: visible;
		}
	#content p {
		line-height: 1.5em;
		position: relative;
		margin-bottom: 0.75em;
	}
	#content p.aside {
		font-size: 1.5em;
		line-height: 1.25em;
		color: rgb(255,161,0);
		width: 210px;
		padding: 15px;
		margin-left: 12px;
		margin-bottom: 0px;
		float: right;
		background: url(../images/bg4.jpg) repeat-x rgb(0,84,164);
		margin-top: -18px;
	}
		#content p.aside a:link, #content p.aside a:visited {
			color: rgb(255,161,0);
			text-decoration: underline;
		}
		#content p.aside a:hover {
			color: white;
		}
	#content h2 {
		font-size: 1.5em;
		color: rgb(36,0,94);
		font-weight: normal;
		margin-bottom: 0.5em;
	}
	#content h3 {
		font-size: 1.2em;
		color: rgb(36,0,94);
		font-weight: bold;
	}
	#content table {
		width: 192px;
		height: 400px;
		margin-right: 8px;
		margin-bottom: 10px;
		float: left;
		border: 1px solid rgb(0,84,164);
		color: rgb(36,0,94);
		vertical-align: top;
		text-transform: capitalize;
		table-layout: fixed !important;
	}
		/*Fix It for Redmond */
		* html #content table {
			display: block;
			float: left;
			font-size: 12px;
		}
		#content.rain table {
			height: 500px !important;
		}
		#content table.wide {
			width: 392px !important;
		}
		#content table.contact {
			width: 492px;
			height: 500px;
		}
		#content table td {
			padding: 0px;
			letter-spacing: -0.05em;
			vertical-align: super;
		}
		#content table td.thead {
			color: rgb(241,203,137);
			font-size: 1.2em;
			line-height: 1em;
			font-weight: bold;
			width: 180px;
			height: 48px !important;
			min-height: 48px;
			padding: 0px 6px;
			background: url(../images/bg4.jpg) repeat-x rgb(0,84,164);
			vertical-align: middle;
		}
		#content table td.timage {
			text-align: center;
			vertical-align: middle;
			height: 180px;
			width: 180px;
		}
		#content table td.column1 {
			width: 45px;
			padding: 5px 5px 0px 5px;;
			font-size: 0.9em;
			color: rgb(0,84,164);
			text-align: right;
			vertical-align: inherit;
			letter-spacing: -0.15em;
		}
			/* Fix It for Redmond */
			* html #content table td.column1 {
				font-size: 0.8em;
				vertical-align: text-top;
			}
			#content table.contact td.column1 {
				width: 120px !important;
				vertical-align: top;
			}
		#content table td.price {
			font-weight: bold;
			color: rgb(0,84,164);			
		}
		#content table td.tall {
			height: 60px;
		}
		#content table td.tfoot {
			text-align: center;
			padding: 6px;	
		}
.track_out {
	letter-spacing: 1px;
}