/* CSS Document */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 68.75%; /* sets 1em = 11px (76% = 12px) (62.5% = 10px) */
	text-align: center; /* hack for ieWin5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #666;
}

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	text-align: left; /* resets alignment from hack */
	width: 900px;
	border: 1px #fff solid;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	height: 190px;
}

#content {
	width: 900px;
	margin-top: 30px;
}

#main-content {
	width: 530px;
	float: left;
	background-color: #fafafa;
	margin-top: -1px;
	padding: 20px;
	text-align: left;
}

#form-content {
	width: 860px;
	float: left;
	background-color: #FFF;
	margin-top: -1px;
	padding: 20px;
	text-align: left;
}

#news {
	width: 290px;
	height: 145px;
	padding: 20px;
	text-align: left;
}

#events {
	width: 290px;
	padding: 20px;
	height: 850px;
	overflow: auto;
	text-align: left;
}

#iframe-news {
	width: 330px;
	height: 135px;
	left: 570px;
	top: 354px;
	visibility: visible;
	background-color: transparent;
	overflow: hidden;
	position: absolute;
}

#iframe-events {
	width: 330px;
	height: 837px;
	left: 570px;
	top: 223px;
	visibility: visible;
	background-color: transparent;
	position: absolute;
}

#iframe-contact {
	width: 844px;
	height: 1051px;
	left: 23px;
	top: 240px;
	visibility: visible;
	background-color: transparent;
	position: absolute;
}

#iframe-rego {
	width: 787px;
	height: 530px;
	left: 22px;
	top: 407px;
	visibility: visible;
	background-color: transparent;
	position: absolute;
}

#iframe-download {
	width: 665px;
	height: 686px;
	left: 144px;
	top: 251px;
	visibility: visible;
	background-color: transparent;
	position: absolute;
}

#iframe-demo {
	width: 750px;
	height: 700px;
	left: 100px;
	top: 240px;
	visibility: visible;
	background-color: transparent;
	position: absolute;
}

#main-nav {
	position: absolute;
	width: 900px;
	height: 30px;
	background: url(images/main-nav-bkgd.jpg) repeat-x top left;
	left: 0px;
	top: 0px;
}

#secondary-nav {
	background-color: #fff;
	width: 330px;
	height: 323px;
	position: absolute;
	top: 0px;
	left: 570px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
/* =CONTENT */
h1 {
	font-size: 1em;
	font-weight: bold;
	color: #E88033;
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #0077d4;
}

p {
	color: #666;
}

#event_01 {
	margin-right: 8px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #0066CC;
}

#event_02 {
	margin-right: 8px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#table_events {
	padding: 5px;
	width: 290px;
}

#main-content li {
	color: #666;
	margin-left: 40px;
}

table#solutions, table#vendors, table#casestudies {
	margin-top: 20px;
}

/* =NAVIGATION */
#main-nav ul {
	list-style: none;
	text-transform: uppercase;
	width: 900px;
	float: left;
}

#main-nav ul li {
	float: left;
}

#main-nav ul a {
	background: url(images/main-nav-bkgd.jpg) repeat-x top left;
	padding: 0 17px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	float: left; /* for macIE5.x */
	display: block;
}

#main-nav ul a:hover {
	background: url(images/main-nav-bkgd-roll.jpg) repeat-x top left;
	color: #f60;
	
}

#secondary-nav ul {
	list-style: none;
	text-transform: uppercase;
	width: 330px;
	float: left;
}

#secondary-nav ul li {
	float: left;
}

#secondary-nav ul a {
	background: url(images/main-nav-bkgd.jpg) repeat-x top left;
	padding: 0 15.4px;
	line-height: 30px;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	float: left; /* for macIE5.x */
	display: block;
}

#secondary-nav ul a:hover {
	background: url(images/main-nav-bkgd-roll.jpg) repeat-x top left;
	color: #f60;
	
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68758A;
	text-decoration: none;
	font-weight: bold;
}

a.two:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a.two:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/* =FOOTER */
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: left;
	background-color: #999;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 15px 8px;
/*	width: 900px;
	w\idth: 880px;*/
}

/* =PRETTY STUFF */
