/*
	CSS Reset
	Global Styles
	All styles
	Author: preynolds@webassociates.com
*/



html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/*p, img, ul, ol, table, blockquote { 
	margin-bottom:1em;
}*/



ul, ol {
	list-style:none;
}
body {
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	background-color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color:#3d98bd;
	text-decoration: underline;
}
p {}

/* Headings
-------------------- */

h1 {
	padding:0;
	margin:0;
}
h1.ignite {
	width:294px;
	height:78px;
	float:right;
	background:url(../images/ingniteneo.jpg) no-repeat left 13px;
	text-indent:-9999px;
}
h2 {
	margin:0;
	padding:0;
	float:left;
}
h2.gallery {
	width:150px;
	height:20px;
	display:block;
	background:url(../images/text_gallery.png) no-repeat left top;
	text-indent:-9999px;
}
h2.where-to-buy {
	width:150px;
	height:20px;
	display:block;
	background:url(../images/text_wheretobuy.png) no-repeat left top;
	text-indent:-9999px;
}
h2.contact {
	width:150px;
	height:20px;
	display:block;
	background:url(../images/text_contact.png) no-repeat left top;
	text-indent:-9999px;
}
h2.specifications {
	width:150px;
	height:20px;
	display:block;
	background:url(../images/text_specification.gif) no-repeat left top;
	text-indent:-9999px;
}
h3 {
	margin:0;
	padding:0;
	float:left;
	clear:left;
}
h3.top-features {
	width:150px;
	height:11px;
	display:block;
	font-size:1px;
	line-height:1px;
	background:url(../images/text_features.gif) no-repeat left top;
	text-indent:-9999px;
}
h3.top-tech {
	width:150px;
	height:11px;
	display:block;
	font-size:1px;
	line-height:1px;
	background:url(../images/text_tech.gif) no-repeat left top;
	text-indent:-9999px;
}
h3.productivity {
	width:150px;
	height:11px;
	display:block;
	font-size:1px;
	line-height:1px;
	background:url(../images/text_productivity.gif) no-repeat left top;
	text-indent:-9999px;
}
h3.technical-specification {
	width:160px;
	height:11px;
	display:block;
	font-size:1px;
	line-height:1px;
	background:url(../images/text_technical_specification.gif) no-repeat left top;
	text-indent:-9999px;
}
h3.downloads {
	width:120px;
	height:11px;
	display:block;
	font-size:1px;
	line-height:1px;
	background:url(../images/text_downloads.gif) no-repeat left top;
	margin-bottom:3px;
	text-indent:-9999px;
}

.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size:0px;
	display: table;
}

/* Layout
-------------------- */

#html-container {
	width:100%; height:100%;
	background:#000000 url(../images/bg.jpg) no-repeat top center;
}

#wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#header {
	width:866px;
	height:182px;
	padding:44px 48px 0 46px;
	float:left;
	background:url(../images/bg_top.jpg) no-repeat left top;
}
#header p {
	width:800px;
	color:#f4f4f4;
	font-size:14px;
	padding-top:5px;
	clear:both;
}
#main {
	width:960px;
	padding:0 0 15px 0;
	float:left;
	position:absolute;
	left:0;
	top:226px;
}
#sidebarone {
	width:457px;
	padding:0 0 0 42px;
	float:left;
}
#sidebartwo {
	width:413px;
	float:left;
}
