@charset "utf-8";

*
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
}

body
{
	background: #C5C5C5 url(../images/background_main.png) repeat-x scroll 0 0;
}

#SupportOverviewHeader
{
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}


#SupportOverview
{
	font-size: 12px;
	padding: 15px 70px;
	text-indent: -3px;
}

#Tabs
{
	margin-left: 110px;
	padding: 0px 50px 0px 50px;
}

#SupportInfo
{
	background: url(../images/productpages/Tab_Bar.gif) repeat-x 0px 21px;
	width: 850px;
	float:left;
}

.Tabs
{
	float:left;
	width:118px;
	height:22px;
	padding: 4px 0px;
	text-align:center;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	background: url(../images/productpages/Off_Tab.gif) no-repeat;
}

#OnTab
{
	background: url(../images/productpages/On_Tab.gif) no-repeat;
}

.clear
{
	clear:both;
}

#Content
{
	padding: 10px 80px 10px 80px;
	min-height:170px;
	font-size: 12px;
}

#SupportOverviewHeader2
{
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.CustomerName
{
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: -10px;
	left: 10px;
}

#Footer
{
	background:url(../images/productpages/Bottom_Bar.gif);
	padding-bottom: 8px;
}

#Wrapper
{
	width:850px;
	position:relative;
	margin:auto;
	background-color:#FFF;
}