/* Global Declarations  */

* {
	margin: 0;
	padding: 0;
}
		
		
body {
	text-align: center; /* IE5.x centeing fix */
	background-color: #FFF;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #172228;
	line-height: 18px;
	background:url(../../images/layout/bg-banner.jpg) repeat-x;
	padding: 0 0 15px 0;
}

p {
	margin: 20px 0 0 0;
}

a {
	color: #E15D05;
	text-decoration: none;
	outline:0 !important;
}

a:hover {
	text-decoration: underline;
}


/* Layout  */

#wrapper {
	
}

#main-container {
	width: 778px;
	margin: 0 auto;
	text-align: left; /* IE5.x counter centering fix */
}

#top-container {
	height: 147px;
	}

h1 {
	background: url(../../images/layout/logo.gif) no-repeat;
	width: 217px;
	height: 78px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}

#page-container {
	width: 100%;
	background: url(../../images/layout/content-divider.jpg) repeat-y;
	padding: 0 0 20px 0;
}

#left-content {
	float: left;
	width: 519px;
	margin: 0 46px 0 0;
}

#right-content {
	float: left;
	width: 212px;
}

h2 {
	width: 520px;
	height: 30px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
}

#main-image {
	width: 520px;
	height: 176px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	margin: 20px 0 30px 0;
}

.divider {
	background: url(../../images/layout/divider.gif) repeat-x;
	width: 100%;
	height: 1px;
	display: block;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	line-height: 1px;
	clear:both;
}

h4 {
	font-size: 124%;
	color: #0089D3;
	margin: 20px 0 0 0;
	font-weight: normal;
}

.download {
	background: url(../../images/layout/button.gif) no-repeat;
	padding: 2px 0 20px 30px;
}

.left, .right {
	display: block;
	width: 48%;
	float: left;
}


/*  Right Content */

#panel-top {
	width: 212px;
	background: url(../../images/layout/right-box-top.gif) no-repeat;
	height: 12px;
	font-size: 1px;
}

#panel-grow {
	width: 202px;
	height: auto;
	background-color: #F0F0F0;
	padding: 1px 0 10px 10px;
	
}

#panel-bottom {
	width: 212px;
	background: url(../../images/layout/right-box-bottom.gif) no-repeat;
	height: 12px;
	margin: 0 0 28px 0;
}

h3.screenShots {
	background: url(../../images/right-headers/screen-shots.gif) no-repeat;
	width: 164px;
}

#right-content ul {
	list-style-type: none;
}

#right-content ul#options {
	list-style-type: none;
	padding: 0 24px 0 24px;
}

#right-content li {
	list-style-type: none;
	padding: 0 0 12px 0;
}

#right-content li.desc {
	padding: 10px 24px 10px 24px;
	color: #999999;
}

#right-content li.header {
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	height: 32px;
}

#right-content p.news {
	padding: 0 24px 14px 24px;
	color: #999999;
}

.title {

	color: #0089D3;
}

h3 {
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	height: 23px;
	margin: 24px 8px 16px 24px;
}

.button {
	display: block;
	height: 20px;
	width: 20px;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	background: url(../../images/layout/button.gif) no-repeat;
	margin: 16px 0 16px 0;
}

.button a {
	display: block;
	height: 20px;
	width: 20px;
}

.float {
	float: left;
}

p.link {
	float: left;
	padding: 0 10px 20px 0;
}

/* Forms  */

#right-content form {
	margin: 0 0 0 24px;
	}
	
#right-content input {
	margin: 0 0 4px 0;
}

#right-content .textBox {
	border: 1px solid #999999;
	height: 18px;
	width: 140px;
	margin: 0 10px 0 0;
}

label {
	color: #999999;
}

/*  Lists */

#left-content ul {
	margin: 20px 0 0 0;
	list-style-type: none;
	}

#left-content li {
	margin: 0 0 8px 0;
	padding: 0 0 0 16px;
	background: url(../../images/layout/bullet.gif) no-repeat;
	background-position: 0 6px;
	list-style:none;
	}



/*  Footer */

#footer {
	background: url(../../images/layout/footer-line.gif) repeat-x;
	width: 778px;
	margin: 19px 0 0 0;
	color: #D6D6D7;
	}
	
#footer a {
	color: #D6D6D7;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 15px 0 0 0;
}
	
#footer div#left {
	float: left;
	width: 50%;
	}
	
#footer div#right {
	float: left;
	width: 50%;
	text-align: right;
	}

/* Misc */

.grey {
	color: #999999;
	}
	
#iWeb i {
	display: none;
	}


/*  Clear Fix  */
	
.clearfix:after {
	   content: ".";
	   display: block;
	   height: 0;
	   clear: both;
	   visibility: hidden;
	}
	
.clearfix { display: inline-block; }/* Hide from IE Mac \*/
	
.clearfix { display: block; }/* End hide from IE Mac */
	