/*------------------------
	GENERAL SELECTORS
------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.7%;
	font-family: Arial, sans-serif;
	color: #434749;
}

p {
	font-size: 1.2em;
	line-height: 165%;
	margin: 0 0 23px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	color: #2ac;
}

a:hover {
	background-color: #2ac;
	color:#ffffff;
	text-decoration:none;
}

a:focus {
	outline:none;
}

/*------------------------
	RULES FOR ALL PAGES
------------------------*/
#container {
	width: 740px;
	margin: 20px auto 0 auto;
	position:relative;
}

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 44px 0 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 282px;
	height: 130px;
	background: transparent url(../img/logo.gif) no-repeat left top;
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 37px;
	width: 416px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:0px;
	bottom:0px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 82px;
	height: 83px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */

#nav_concept {
	background: transparent url(/images/nav_concept.gif) no-repeat left top;
	left: 0;
}

#nav_features {
	background: transparent url(/images/nav_features.gif) no-repeat left top;
	left: 83px;
}

#nav_demo {
	background: transparent url(/images/nav_demo.gif) no-repeat left top;
	left: 166px;
}

#nav_choices {
	background: transparent url(/images/nav_choices.gif) no-repeat left top;
	left: 249px;
}

#nav_interested {
	background: transparent url(/images/nav_interested.gif) no-repeat left top;
	left: 332px;
}

#navigation a:hover {
	background-position: 0 -83px;
}

#navigation a.current {
	background-position: 0 -166px;
}

* html #content { width: 774px; border:1px solid #f00; position:relative; }

#copy {
	border-left: 1px solid #e5e5e5;
	position:relative;
	top:-80px;
	left:250px;
	width: 509px;
	z-index:4001;
}

#copy table {
	width: 500px;
	z-index:4002;
	border:1px solid #02A0C6;
	border-top:none;
	border-left:none;
	margin-left: 15px;
}

#copy table th, #copy table td {
	border:1px solid #02A0C6;
	border-bottom:none;
	border-right:none;
	font-size:12px;
	font-weight:normal;
	padding:10px;
}

#copy table th {
	background-color:#ffd;
	text-align:left;
}

#copy table td {
	text-align:center;
}

#sidebar {
/* layout */
	position:absolute;
	left:40px;
	text-align:right;
	width:190px;
}
#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	color:#A1C9D0;
	font-size:1.8em;
	line-height:2.0em;
}

* html #copy {
	position: relative;
}

#copy object, #copy embed {
	margin: 0;
	padding: 0;
}


#copy h3, #copy h4, #copy p {
	margin-left: 25px;
	margin-right: 15px;
}

#copy h3 {
	text-transform: uppercase;
	color: #888888;
	font-size: 1.4em;
	margin-bottom: 7px;
}

#copy h4 {
	text-transform: uppercase;
	color: #98ca45;
	font-size: 1.4em;
	margin-bottom: 7px;
}

#footer {
	border-top:1px solid #e5e5e5;
	clear:both;
	top:-30px;
	position: relative;
}

#footer > #breadcrumbs {
	position:relative;
}

#breadcrumbs li {
	display: inline;
	position: relative;
	padding:5px;
	margin:10px;
}

#breadcrumbs a {
	color:#98ca45;
	display: inline;
	margin:5px;
	font-size:1.2em;
}

#breadcrumbs a:hover {
	background-color:#98ca45;
	color:#ffffff;
	text-decoration:none;
}