/* 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: #E9E9E9;

}

/* =STRUCTURE */
#wrapper {
	margin: 0 auto; /* center aligns wrapper */
	text-align: left;
	border: 1px #fff solid;
	position: relative;
	background-color: #fff;
	width: 900px;
	margin-top: 10px;
}

#dropshadow2 {
	margin: 0 auto;
	margin-top: 0px;
	width: 1000px;
	height:500px;
	background-image: url(../images/drop-shadow.jpg);
	background-repeat:no-repeat;
	/* height: 438px; */
	}

#header {
	width: 900px;
	height: 180px;
	
}
#header-grey {
	width: 900px;
	height: 30px;
	
}

#picture {
	width: 570px;
	height: 150px;

}

#header-900 {
	width: 900px;
}

#content {
	width: 898px;
	position: absolute;
	margin-top: 30px;
	left: 0px;
	top: 161px;
	background-color: #FFFFFF;
	/*	background-image: url(images/wrapper-bkgd.jpg);
*/	border: 1px #fff solid;
}

#logo-flags {
	width: 187px;
	height:160px;
	float: left;
}

#main-content {
	width: 860px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#main-header {
	float: left;
	width: 569px;
	}
	
#main-form {
	width: 860px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#secondary-menu {
	float: right;
	width: 330px;
	background-color: #FFF;
}

#product-content {
	width: 600px;
	float: left;
	background-color: #fff;
	padding-left:0px;
	padding-right:5px;
}

#product-content li {
	color: #333;
	margin-left: 20px;
	font-size: 11px;
	}

#news-content {
	width: 860px;
	background-color: #fff;
	padding: 20px;
}

#secondary-content {
	width: 227px;
	float: right;
	padding: 7px;
}
#secondary-content li {
	color: #333;
	margin-left: 25px;
	font-size: 11px;
	}

#quote-box {
	color: #0066CC;
	font-size:12px;
	font-style:italic;
	width: 205px;
	border:#ccc 1px solid;
	background-color: #F7F7F7;
	padding: 10px;
	}
#quote-news {
	color: #0066CC;
	font-size:13px;
	font-style:italic;
	width: 205px;
	border:#ccc 1px solid;
	background-color: #F7F7F7;
	padding: 10px;
	float:right;
	}
	
#quote-box-long {
	color: #0066CC;
	font-size:12px;
	font-style:italic;
	width: 580px;
	border:#ccc 1px solid;
	background-color: #F7F7F7;
	padding: 10px;
	}
	

/* =CONTENT */
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #F60;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #06C;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #0066CC;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #F63;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	color: #BD1F38;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

h7 {
	font-size: 12px;
	font-weight: normal;
	color: #BD1F38;
}



p {
	font-size: 11px;
	color: #333;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-right2 {
	float: right;
	font-size:10px;
	color: #666;
}

.float-left-margin-right {
	float: left;
	margin-right:15px;
}

#event_01 {
	margin-right: 8px;
	border: 1px solid #0066CC;
}

#table_events {
	padding: 5px;
	width: 290px;
}

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: #BD1F38;
	text-decoration: none;
	font-weight: normal;
}

a.two:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0077d4;
	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: #C00;
	text-decoration: none;
	font-weight: bold;
}

a.three:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #082B61;
	text-decoration: none;
	font-weight: normal;
}

a.three:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a.three:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}

a.four:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a.four:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.four:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #C00;
	text-decoration: none;
	font-weight: bold;
}

a.five:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}

a.five:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0077d4;
	text-decoration: none;
	font-weight: normal;
}
a.five:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.six:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BD1F38;
	text-decoration: none;
	font-weight: normal;
}

a.six:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BD1F38;
	text-decoration: none;
	font-weight: normal;
}
a.six:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}

a.seven:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B5276;
	text-decoration: none;
	font-weight: bold;
}

a.seven:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B5276;
	text-decoration: none;
	font-weight: bold;
}
a.seven:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a.eight:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D75BC;
	text-decoration: none;
	font-weight: bold;
}

a.eight:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BD1F38;
	text-decoration: none;
	font-weight: bold;
}
a.eight:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a.nine:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0077d4;
	text-decoration: underline;
	font-weight: normal;
}

a.nine:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0077d4;
	text-decoration: underline;
	font-weight: normal;
}
a.nine:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BD1F38;
	text-decoration: underline;
	font-weight: normal;
}

a.ten:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

a.ten:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06C;
	font-weight: normal;
}
a.ten:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06C;
	font-weight: normal;
}

a.eleven:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.eleven:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
a.eleven:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

a.twelve:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

a.twelve:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.twelve:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

a.thirteen:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

a.thirteen:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.thirteen:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
	
/* =FOOTER */
#footer {
	clear: both;
	color: #999;
	text-align: left;
	background-color: #E4E4E4;
	font-size: 9px;
	font-weight: bold;
	padding: 5px 15px 8px;
	height: 140px;
/*	width: 900px;
	w\idth: 880px;*/
}
/* =FOOTER */
#footer1 {
	clear: both;
	color: #FFF;
	text-align: center;
	background-color: #EAEAEA;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	height: 80px;
/*	width: 900px;
	w\idth: 880px;*/
}

/* =PRETTY STUFF */

#bia_image {
	margin-top: 0px;
}

#product-image {
	border: none;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 6px;
}

#table_products {
	padding: 5px;
	width: 280px;
	border-collapse: collapse;
	border: solid 1px #0066CC;
}

#table_events {
	padding: 5px;
	width: 850px;
}

#table_events_home {
	padding: 5px;
	width: 150px;
}

#table_courses, #table_training, #table_courses_gp {
	border-collapse: collapse;
	border: solid 1px #0066CC;
	text-indent: 7px;
}

#table_training 
	{width: 280px;}
	
#table_courses_gp
	{margin-left: 15px;}

#logo-image {
	margin: 4px;
	margin-right: 15px;
}

#quote-image {
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 4px;
}

#table-registration {
	margin-top: 1px;
	margin-left: 6px;
	margin-right: 6px;
	border-collapse: collapse;
	border: solid 5px #4A8CC3;
	width: 283px;
	height: 40px;
}

#diagram {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 15px;
}

#logo {
	border: solid 1px #0066CC;
	margin-right: 10px;
	}
	
#logo_small {
	border: solid 1px #0066CC;
	margin-right: 10px;
	margin-bottom: 20px;
	}

#latest_news {
	position: absolute;
	}

#table_gp {
	border-collapse: collapse;
	border: solid 1px #0066CC;
}

.indent
	{text-indent: 6px}
	
.indent2
	{text-indent: 12px}
	
.indent3
	{
	text-indent: 0px;
	margin-left:30px;
	}
	


#table_01 {
	width: 230px;
	border: 0px;
	background-color: #f5f5f5;
	border-bottom: 8px solid #d1e7f8;
	}

.table_01 {
	width: 230px;
	border: 0px;
	background-color: #f5f5f5;
	border-bottom: 8px solid #d1e7f8;
	}
	
#table_01_top {
	width: 230px;
	height: 25px;
	border: 0;
	background-image: url(../images/events_bkgd_2.gif);
	background-repeat: no-repeat;
	}
	
#table_grey_top {
	width: 230px;
	height: 34px;
	border: 0;
	background-image: url(../images/top-grey-table.jpg);
	background-repeat: no-repeat;
	}
	
.table_grey_top {
	width: 230px;
	height: 34px;
	border: 0;
	background-image: url(../images/top-grey-table.jpg);
	background-repeat: no-repeat;
	}	
	
#table_grey_top2 {
	width: 230px;
	height: 36px;
	border: 0;
	background-image: url(../images/full-blue-table-bg.jpg);
	background-repeat: no-repeat;
	}
	
.table_grey_top2 {
	width: 230px;
	height: 36px;
	border: 0;
	background-image: url(../images/full-blue-table-bg.jpg);
	background-repeat: no-repeat;
	}	
	
#table_02 {
	width: 230px;
	border: 0px;
	background-color: #f5f5f5;
	border-bottom: 8px solid #d1e7f8;
	}
	
#table_03 td {
	border: 0px;
	padding-right: 10px;
	}

#image_crm {
	float: left;
	margin-bottom: 24px;
	margin-right: 15px;
	margin-left: 5px;
	}
	
#table_events {
	padding: 5px;
	width: 850px;
}

#iframe-download {
	width: 811px;
	height: 597px;
	left: 20px;
	top: 05px;
	visibility: visible;
	background-color: transparent;
	position: relative;
}

.border_bottom {
	border-bottom:1px #CCC solid;
}

/* =CLASSES */	
.table_01 {
	width: 230px;
	border: 0px;
	background-color: #f5f5f5;
	border-bottom: 8px solid #d1e7f8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}	
	
.table_02 {
	width: 230px;
	border: 0px;
	background-color: #f5f5f5;
	border-bottom: 8px solid #d1e7f8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.table_03 {
	width: 230px;
	border: 0px;
	background-color: #d1e7f8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.table_900 {
	width: 900px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	}
	
	
.table_top {
	width: 230px;
	height: 25px;
	border: 0;
	background-image: url(../images/events_bkgd_2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.blue-font {
	font-family:: Verdana;
	font-size:15px;
	color:#06c;
	}
	
.orange-font {
	font-family:: Verdana;
	font-size:12px;
	font-weight: bold;
	color: #F60;
	}
	
.red-font {
	font-family:: Verdana;
	font-size:15px;
	color:#BD1F38;
	padding-top:15px;
	padding-left:5px;
	}
	
.black-font {
	font-family:: Verdana;
	font-size:14px;
	color:#333;
	font-weight: bold;
	}
	
.black-font13 {
	font-family:: Verdana;
	font-size:13px;
	color:#333;
	font-weight: normal;
	}
	
.grey-font {
	font-family:: Verdana;
	font-size:14px;
	color:#666;
	font-weight: normal;
	}
	
.footer-font {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.blue2-font {
	font-family:: Verdana;
	font-size:14px;
	color:#06C;
	font-weight: normal;
	}

.grey2-font {
	font-family:: Verdana;
	font-size:11px;
	font-weight:bold;
	color:#666;
	}
	
.grey3-font {
	font-family:: Verdana;
	font-size:10px;
	font-weight:normal;
	color:#999;
	}

.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #06C;
}

.date {
	font-size: 10px;
	font-weight: bold;
	color:#000;
}

.screenshot-description {
	font-size: 10px;
	font-weight: normal;
	color:#333;
}

.superscript {
	position: relative;
	bottom: 0.45em;
	font-size: 0.8em;
}

.li-orange-arrow {
	list-style-image: url(../products/images/li-orange-arrow.jpg);
	line-height: 17px;
	}

.text-black {
	font-size: 15px;
	font-weight: normal;
	color: #000;
}

.quote-name {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

