/*******************
	Page Layout
********************/
body {
	background:#d4d4d4 url("../images/page-bg.gif") repeat-x;
	text-align:center;
}
.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.input{
	font-size: 12px;
	color: #666666;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#event-registration{
	background-color: #fad0a5;
	margin: 10px 0 10px 0;
	width: 430px;
	border: 15px solid #fad0a5;
}

.search-input{
	width: 140px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.submit{
	font-size: 12px;
	color: #666666;
	text-align: center;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 1;
}
#site-search{
	position: relative;	
	margin: 2px 0 0 0;
	height: 25px;
}

#search-table td{
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #e1e1e1;
}

.textarea-request{
	font-size: 12px;
	color: #666666;
	width: 200px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;	
}

#page-container {
	width:800px;
	margin:0 auto;
	text-align:left;
}
#masthead {
	width:800px;
	float:left;
	height:240px;
	position: relative;
	background: #F78F1F;
}
#quotes {
	width:220px;
	height: 200px;
	background: #F78F1F;
	overflow: hidden;
	padding:20px 20px 20px 20px;
	float:right;
	color:#fff;
	position: absolute;
	right:0;
	top:0;
	z-index: 2;
}
#quotes p.content {
	font-family:Times, Times New Roman, Times Roman, serif;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:20px;
}
#quotes p.speaker {
	font-size:9px;
	margin:16px 0 0 0;
	padding:0;
}
#flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#navigator {
	width:800px;
	float:left;
	position:relative;
	height:26px;
	font-size:11px;
	z-index: 100;
}
#navigator ul {
	float: left;
	margin:0;
	padding:0;
	z-index: 100;
}
#navigator ul li {
	position: relative;
	float: left;
	margin:0;
	padding:0;
	list-style: none;
	border-right:1px solid #e1e1e1;
	cursor: pointer;
	background: none;
}
#navigator ul li a {
	color:#52564a;
	padding: 0 5px 0;
	line-height:26px;
	text-decoration:none;
	height: 26px;
	display: block;
	float: left;
}
#navigator ul li a#on {
	color:#ed7b22;
	font-weight:bold;
}
#navigator ul li a.on {
	color:#ed7b22;
}
#navigator ul li.on a {
	color:#ed7b22;
}
#navigator ul li.on li a {
	color:#52564a;
}
#navigator ul li a:hover {
	color:#ed7b22;
}
#navigator ul li ul {
	position: absolute;
	top:26px;
	left:-1px;
	width: 160px;
	background-color: #e1e1e1;
	z-index: 10;
	display: none;
}
#navigator li.on ul {
	display: block;
	list-style: none;
}
#navigator ul li ul li.on {
	background-color:#d1d1d1;
}
#navigator ul li ul li.on a {
	color:#52564a;
}
#navigator ul li ul li a:hover {
	color:#52564a;
}
#navigator ul li li a {
	word-spacing: -1px;
	width: 160px;
}
#navigator ul li ul li{
	display: block;
	width: 160px;
	list-style: none;
	border: 0;
}
#content {
	width:800px;
	float:left;
	background-color:#fff;
	padding-top: 20px;
	color:#52564a;
}
#content-bg {
	width:800px;
	float:left;
	background:#fff url("../images/content-bg.gif") repeat-y;
}
#right-side {
	width:460px;
	float:right;
	padding:0 38px 0 19px;
	margin-left:19px;
}
#left-side {
	width:230px;
	padding-right: 0;
	padding-left:20px;
}
#contentfooter {
	width:460px;
	float:right;
	font-size:11px;
	padding:30px 38px 30px 19px;
	margin-left:19px;
}
#contentfooter ul {
	margin:0;
	padding:0;
	float:right;
}
#contentfooter ul li {
	margin:0;
	padding:0 4px;
	float:left;
	list-style:none;
	border-left:1px solid #c8c8c3;
	background: none;
}
#contentfooter ul li.first {
	border:none;
}
#contentfooter ul li a {
}
#contentfooter p {
	margin-bottom:0;
}
#contentfooter p a {
	font-weight:bold;
	font-style:italic;
}
#contentfooter p a.rss {
	font-weight:normal;
	font-style:normal;
	color:#ed7b22;
	background:url("../images/icons/rss.gif") no-repeat left center;
	padding-left:16px;
	margin-right:6px;
	line-height:12px;
}
#partners {
	width:800px;
	float:left;
	padding:18px 0 0 0;
}
#partners ul {
	margin:0;
	padding:0;
	text-align: center;
}
#partners ul li {
	margin:0;
	padding:0 6px;
	list-style:none;
	display: inline;
	background: none;
}
#partners a {
	color:#5a5a51;
	font-size:11px;
	text-decoration:none;
}
#partners p {
	margin:0;
}
#footer {
	width:800px;
	border-top:1px solid #92928e;
	float:left;
	padding:6px 0;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	margin:0;
	padding:0 4px;
	float:left;
	list-style:none;
	font-size:9px;
	background: none;
	color:#5a5a51;
}
#footer ul li.floatRight {
	margin-left:4px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	color:#5a5a51;
	text-decoration:none;
}
#footer ul li a:hover, #footer ul li a:active {
	color:#000;
}
/*************************
	Site wide elements
**************************/
.inside {
	padding:12px;
}
/*h1{text-indent: -100em; overflow: hidden; background: url("../images/path/") no-repeat; height:72px;}*/

#content a {
	color:#52564a;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
p#phone {
	color:#ed7b22 !important;
	font-size:18px;
	padding:22px 0 0 0;
}
#left-side h2 {
	font-size:12px;
	margin:12px 0 0 0;
	padding:0;
}
#left-side h2.big {
	font-size:18px;
	margin:12px 0 6px 0;
	padding:0;
}
#left-side hr {
	clear:left;
	height:1px;
	color:#d5d5d1;
	background-color:#d5d5d1;
	border:0;
	margin:12px 0;
}
ul.inline {
	margin:0;
	padding:0;
}
ul.inline li {
	margin:0 2px 0 0;
	padding:0;
	display:inline;
	list-style:circle;
	white-space:nowrap;
	font-size:12px;
	background: none;
}
ul.inline li a {
	color:#52564a;
	text-decoration:none;
}
ul.block {
	margin:0;
	padding:0;
}
ul.block li {
	margin:0;
	padding:0;
	list-style:none;
	background: none;
}

h1 {
	font-family:Times,Times New Roman,Times Roman,serif;
	font-size:34px;
	font-weight:normal;
	margin:0;
	padding:0 0 16px;
}
h2 {
	font-size:18px;
	margin:0;
	padding:0;
	color:#ed7b22;
}

ul.latestnews {
	margin:8px 0 0 0;
	padding:0;
}
ul.latestnews li {
	margin:0 0 8px 0;
	padding:0 0 4px 0;
	list-style:none;
	border-bottom:1px solid #d5d5d1;
	background: none;
}
ul.latestnews li h3 {
	font-weight:bold;
	margin:0;
	padding:0;
}
ul.latestnews li p {
	margin:0;
	padding:0;
}
ul.latestnews li.spaced h3, ul.latestnews li.spaced p {
	margin:0 0 8px 0;
	padding:0;
}
ul.latestnews li p.full {
	margin:4px 0;
	padding:0;
}
ul.latestnews li p.full a {
	margin-right: 6px;
	white-space:nowrap;
}
label em {
	color: #f00;
}
table.uneven {
	width:100%;
	font-size:12px;
}
table.uneven thead th {
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #d9d9d5;
	padding:2px;
}
table.uneven thead th.middle, table.uneven tbody td.middle {
	border-left:1px solid #d9d9d5;
	border-right:1px solid #d9d9d5;
}
table.uneven tbody td {
	border-bottom:1px solid #d9d9d5;
	padding:2px;
	vertical-align:top;
}
.orange {
	color:#ed7b22;
}
#right-side h3 {
	margin-bottom: 0;
}
#right-side ul, #right-side p {
	margin-top: 0;
}
/***********
	Utils
************/
.hide {
	display: none;
}
.show {
	display: block;
}
.show_ {
	display: inline;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}
.sstrike {
	text-decoration: line-through;
}
.floatRight {
	float: right !important;
}
.floatLeft {
	float: left !important;
}
hr {
	width:100%;
}
.floatRightImg {
	float:right;
	margin: 0 0 8px 8px;
	clear: right;
}
.floatLeftImg {
	float:left;
	margin: 0 8px 8px 0;
	clear: left;
}
a {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.orange {
	color: #ed7b22
}
/* Tool tips */

#tooltip {
	position: absolute;
	background: url("../images/tooltip-shadow.png") no-repeat;
	padding: 3px;
	z-index: 999;
	width: 200px;
}
#tooltip .c {
	text-align: left;
	padding: 5px;
	background: #333;
	color:#ed7b22;
}
a.bullet, .bullet a {
	background:  url("../images/bullet1.gif") no-repeat 0 6px;
	padding-left: 7px;
	text-decoration: none;
}

#left-side a.bullet, #left-side .bullet a {
	background:  url("../images/bullet1.gif") no-repeat 0 6px;
	padding-left: 7px;
	text-decoration: none;
}

#left-side a.bullet:hover {
	text-decoration: underline;
}

#home-headline {
	width: 456px;
	height: 164px;
	text-indent:-9999px;
	background: url("../images/home-headline.jpg") no-repeat left top;
}
#sitemap {
	margin-right: -20px;
}
#sitemap li {
	display: block;
	width: 110px;
	margin-right: 35px;
	background: none;
	float: left;
}
#sitemap li li {
	display: block;
	width: 110px;
	float: left;
	margin:0;
	padding:0;
}
#sitemap li li a {
	font-weight: normal;
	padding: 0;
	border: 0;
}
#sitemap a {
	background: none;
	float: left;
	clear: both;
}
#sitemap a.b {
	font-weight: bold;
}
#sitemap ul {
	border-bottom: 1px solid #d5d5d1;
	width: 110px;
	float: left;
	padding: 7px 5px;
	margin:0;
}
#sitemap .last {
	margin-right: 0;
}
ul.latestnews .home-partners {
	border-top: 1px solid #d5d5d1;
	text-align: center;
	padding: 20px 0 30px;
	height: 90px;
}
ul.latestnews .home-partners a {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

ul.latestnews .home-partners2 {
	border-top: 1px solid #d5d5d1;
	text-align: center;
	padding: 20px 0 30px;
	height: 100px;
}
ul.latestnews .home-partners2 a{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
}

.citrix-h{
	padding-top: 14px;	
}

.cisco-h{
	padding-top: 18px;
}

.vmware-h{
	padding-top: 16px;
}


table.padding td, table.padding th {
	padding: 5px 5px 0 5px !important;
}