/* GLOBALS */

body {
	background: url(images/sharedimgs/main-bg.gif) repeat-x #B0B0B0;
	text-align: center;
	margin: 0;
	padding: 0;
}

body,table,tr,td {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	color: white;
	font-size: 13px;
}

img {
	border-width: 0;
}

/* IDS */

#center {
	border-left: solid 1px #434343;
	border-right: solid 1px #434343;
	width: 881px;
	text-align: left;
	background: url(images/support/secondary-bg.jpg) top #0580C7;
	margin: 0 0 0 9px;
	clear: both;
	display: block;
}

#home-left {
	width: 373px;
	float: left;
	margin: 0;
	padding: 0;
}

#home-right {
	width: 508px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu img {
	float: left;
}

#middle {
	background: url(images/sharedimgs/middle-bg.gif) 0 100px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#site {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#support-page {
	background: url(images/support/primary-bg.jpg) top;
	padding: 20px;
}

/* CLASSES */

.support {
	display: block;
	float: left;
	width: 178px;
	height: 43px;
	background: url(images/sharedimgs/menu-button.jpg) no-repeat;
	text-decoration: none;
}

.support:hover {
	background: url(images/sharedimgs/menu-button-ON.jpg) no-repeat;
}