/* CSS Document */

/*basic settings to ensure consistancy*/

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}


body {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(../css_images/background-main.gif) no-repeat fixed center center;
	text-align: center;
	font-size: 62.5%;
}


/* !home page styling */
#frame_home {
	position: absolute;
	width: 100%;
	height: 38.5em;
	top: 50%;
	left: 0;
	margin-top: -18em;
	text-align: left;
}
#content_home {
	position: absolute;
	height: 15em;
	width: 100%;
	top: 17.3em;
	background-color: #333;
}
#frame_home #header {
	position: absolute;
	left: 45%;
	top: 6.0em;
	margin-left: -13.3em;
	width: 26.7em;
	height: 28.3em;
	z-index: 10;
	background: transparent url(../css_images/home_logo.gif) no-repeat;
}
#frame_home>#header {
	background-image: url(../css_images/home_logo.png);
}
#frame #header {
	text-align: left;
	position:relative;
	height: 25em;
	width: 84em;
	left: 50%;
	margin-left: -42em;
	background: transparent url(../css_images/nav_flash_bkrd.gif) no-repeat bottom right;
}
#frame #header #header_logo {
	position: relative;
	top: 3.5em;
	left: 2.5em;
	width: 28.6em;
	height: 15.8em;
	background: transparent url(../css_images/ignition72_logo.gif) no-repeat;
	z-index: 20;
}
#header_logo a {
	display: block;
	width: 100%;
	height: 158px;
}
#header_logo span {
	display: none;
}




#frame {
	text-align: left;
}

#frame_home #nav_wrap {
	position: absolute;
	font-size:1em;
	font-weight: bold;
	width: 25.4em;
	left: 50%;
	margin-left: 1em;
	background: transparent url(../css_images/nav_home_bottom.gif) no-repeat bottom;
	padding-bottom: 7.7em;
	z-index: 15;
}
#frame_home>#nav_wrap {
	background-image: url(../css_images/nav_home_bottom.png);
}
#frame #nav_flash {
	position: absolute;
	top: 0;
	right: 0;
	width: 56em;
	height: 25em;
	z-index: 10;
	text-align: left;
	background: transparent url(../css_images/nav_flash_bkrd.gif) no-repeat bottom;
}
#frame object#nav_flash {
	background: none;
}
#frame #nav_wrap {
	position: absolute;
	font-size:1em;
	font-weight: bold;
	top: 0;
	left: 46em;
	width: 23.4em;
	background: transparent url(../css_images/nav_bottom.gif) no-repeat bottom;
	padding-bottom: 6.6em;
	text-align: left;
	z-index: 15;
}
#frame>#header>#nav_wrap {
	background-image: url(../css_images/nav_bottom.png);
}
#frame_home #nav_wrap ul, #frame #nav_wrap ul {
	position: relative;
	list-style: none;
	background: transparent url(../css_images/nav_home_top.gif) no-repeat top;
	padding: 2.7em 2.0em 0 40%;
	line-height: 1.6em;
}
#frame #nav_wrap ul {
	padding: 1.7em 2.0em 0 40%;
	background-image: url(../css_images/nav_top.gif);
}
#frame_home #nav_wrap>ul {
	background-image: url(../css_images/nav_home_top.png);
}
#frame #nav_wrap>ul {
	background-image: url(../css_images/nav_top.png);
}
#nav_wrap li {
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
}
#nav_wrap li a {
	color: #fff;
}
#frame #nav_wrap li a:hover, #frame #nav_wrap li.active a, #frame_home #nav_wrap li a:hover {
	color: #000;
}
#nav_util {
	display: none;
}

#top_spacer {
	position: relative;
	height: 1.2em;
	background-color: #333;
}

#content {
	position:relative;
	width: 84em;
	left: 50%;
	margin-left: -42em;
	background-color: #333;
	text-align: left;
	color: #fff;
	padding: 2.0em 0;
	line-height: 1.8em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 1.5em;
	margin-left: 3.5em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}
#content p {
	margin: 0.5em 5.0em 1.0em 5.0em;
	line-height: 1.6em;
	font-size: 1.1em;
}
#content h1 {
}
#content h2 {
}
#content h3 {
	position: relative;
	font-size: 2.4em;
	padding: 0;
	border-bottom: 1px solid #999;
}
#content h4 {
}
#content h5 {
}
#content h6 {
}

#content a {
	text-decoration: underline;
	color: #b9cf34;
}
#content ul, #content ol {
	margin: 0.5em 10.0em;
}
#content li {
	color: #0099ff;
	font-size: 1.1em;
}
#content li span {
	color: #fff;
}


/* ! faq styles */
#content div.faq_q, #content div faq_a {
	margin: 0.5em 10.0em;
	font-size: 1.1em;
}


/* ! table styles */
#content table {
	margin: 0.5em 5.0em;
	border-top: 1px solid #4c4c4c;
	max-width: 74em;
	width: 74em;
	border-collapse: collapse;
	font-size: 1.0em;
}
#content table thead tr {
	background-color: #000;
	color: #ccc;
}

#content table tr {
	border-bottom: 1px solid #747474;
}
#content table tr.odd {
	background-color: #3f3f3f;
}
#content table td {
	border-bottom: 1px solid #4c4c4c;
	border-left: 1px solid #4c4c4c;
	font-size: 1.1em;
	padding: 0.3em;
	color: #fff;
}



#footer {
	clear: both;
	text-align:center;
	color:#333;
	padding: 1.0em 0;
}
#frame_home #footer {
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	color: #666;
}



#work .content_work h3 {
	padding-bottom: 0;
}


/* portfolio viewing */
#portfolio_large {
	position: relative;
	display: block;
	margin-left: 2.0em;
	width: 68em;
	height: 37em;
	text-align: left;
	background: transparent url(../css_images/portfolio_large_image_bkrd.gif) repeat-x;
}
#content .portfolio_hidebkrd {
	background-image: none;
	background-color: #333; 
}
#portfolio_list {
	position: relative;
	float: right;
	width: 12.5em;
	height: 37em;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 0.5em;
}
#portfolio_list ul {
	margin: 0;
}
#portfolio_list img {
	border: 2px solid #fff;
}
#portfolio_image {
	position: relative;
	width: 68em;
	height: 37em;
	overflow: hidden;
	text-align: center;
}
#portfolio_image img {
	position: relative;
}
#portfolio_large>#portfolio_image {
	background: transparent url(../css_images/portfolio_large_image_logo.png) no-repeat center center;
	width: 100%;
	height: 37em;
	overflow: hidden;
}
#portfolio_detail {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: left;
	background: #090909 url(../css_images/portfolio_detail_background.gif) repeat-y;
	z-index: 999;
}
#frame #portfolio_detail h3 {
	letter-spacing: normal;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 1.0em;
	font-size: 1.5em;
	display: inline;
	text-transform: capitalize;
	border: none;
}
#frame #portfolio_detail h3.active {
	background: transparent url(../css_images/portfolio_show_detail.gif) no-repeat right center;
}
#portfolio_detail h3 a {
	color: #fff;
	text-decoration: underline;
	padding-right: 2.0em;
}
#frame #portfolio_detail p {
	margin: 0 1.0em;
	width: 50%;
}
#portfolio_launch {
	position: absolute;
	bottom: 0;
	right: 0.5em;
}
#portfolio_launch a {
	color: #0099ff;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
}
a.portfolio_arrow {
	position: absolute;
	display: block;
	height: 36px;
	width: 27px;
	top: 15em;
	background: transparent url(../css_images/portfolio_nav_arrows.gif) no-repeat top;
}
#portfolio_next {
	background-position: bottom;
	right: -0.5em;
}
#portfolio_prev {
	left: -0.5em;
}