body {
	background: white url(/newimages/body-bg.jpg) bottom left repeat-x;
	background-attachment: fixed;
	color: black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.5;
}

body, html, #outer-wrap, #wrap, #header, ul#control-nav, ul#main-nav, #text, #footer, #footer-int, #footer ul {
	margin: 0;
	padding: 0;
}


body, html {
	min-height: 100%;
}

a img { border: none; }

a {
	color: #009AF6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#outer-wrap {
	width: 760px;
	margin: 0 auto;
	position: relative;
}

/* ---------------- HEADER ---------------- */

#header {
	margin: 10px auto 0;
	height: 113px;
	background: transparent url(/newimages/header-bg.png) top left no-repeat;
}

#logo {
	margin-left: 14px;
	margin-top: 9px;
}

/* ---------------- MENU ---------------- */

ul#control-nav {
	position: absolute;
	top: 42px;
	right: 22px;
	font-size: 85%;
	z-index: 100;
}

/* For IE 5/Macand IE6/PC. Rule is duplicatd in ie.css for IE7/PC */
* html ul#control-nav {
	top: 52px;
}

ul#control-nav li,
ul#main-nav li {
	list-style: none;
	display: inline;
}

ul#control-nav a {
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
}

ul#control-nav a:hover,
ul#main-nav a:hover,
#home li#nav-home a,
#contact li#nav-contact a,
#about li#nav-about a,
#system li#nav-system a,
#features li#nav-features a,
#services li#nav-services a,
#pricing li#nav-pricing a,
#demos li#nav-demos a {
	color: #009AF6;
}

ul#main-nav {
	position: absolute;
	top: 90px;
	left: 25px;
	z-index: 100;
}

/* For IE 5/Macand IE6/PC. Rule is duplicatd in ie.css for IE7/PC */
* html ul#main-nav {
	top: 100px;
}

ul#main-nav a {
	color: white;
	text-decoration: none;
	padding-right: 10px;
	text-transform: uppercase;
}

/* ---------------- CONTENT ---------------- */

#wrap {
	width: 760px;
	margin: 0 auto;
	background: transparent url(/newimages/shadow.png) top left repeat-y;
}

#text {
	padding: 30px 50px 50px 50px;
	position: relative;
	z-index: 300;
}

#home #text {
	padding-top: 50px;
}

h1, h2 {
	font-weight: normal;
	font-size: 200%;
}

h2 { font-size: 150%; }

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

#text li {
	margin-bottom: 5px;
}

.center { text-align: center; }

hr {
	color: #000;
	background: #000;
	height: 1px;
	border: none;
}

/* ---------------- FOOTER ---------------- */

#footer {
	width: 760px;
	background: transparent url(/newimages/footer.png) top left no-repeat;
	padding-top: 155px;
	color: white;
	font-size: 85%;
	text-align: center;
	padding-bottom: 20px;
}

#footer-int {
	width: 760px;
	position: relative;
	z-index: 400;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p { margin-top: 5px; }
#footer ul { margin-top: 10px; }


/* ---------------- FORM ---------------- */

label {
	display: block;
	font-weight: bold;
}

input, select, textarea {
	width: 300px;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 100%;
}

input#submit {
	width: 150px;
	background: #eee;
	display: block;
	margin-left: 75px;
}

/* ---------------- EXTRAS ---------------- */

#automated {
	margin: 45px 0 0 48px;
}

/* ---------------- PATCHES ---------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */


/* IE6/PNG TRANSPARENCY */
/* Hide from IE Mac \*/

* html #header {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/newimages/header-bg.png', sizingMethod='crop');
}
	

* html #wrap {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/newimages/shadow.png', sizingMethod='scale');
}

* html #footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/newimages/footer.png', sizingMethod='crop');
}

/* End hide from IE Mac */

/* FOR IE5/Mac */

/*\*//*/
body {
	background-image: none;
}

#footer-int {
	display: none;
}
/**/