@charset "UTF-8";

#tabs_cell {
	width:546px;
}

#tabs {
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}

#tabs ul {
	display:block;
	margin:0;
	padding:0;
}

#tabs li {
	list-style:none;
	text-align:center;
	display:inline;
}

#tabs a {
	color:white;
	text-decoration:none;
	display:block;
	padding:3px 14px 3px 9px;
	font-size:11px;
	display:inline;
	background-image:url(../../images/home/tab_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:16px;
	margin-right:-3px;
	border-left:1px solid #CCCCCC;
}

#tabs a:hover {
	color:#CCCCCC !important;
	background-image:url(../../images/home/tab_bg_selected.gif);
}

/*#tab_stack_5 {
	z-index:5;
	position:relative;
}

#tab_stack_4 {
	z-index:4;
	position:relative;
}

#tab_stack_3 {
	z-index:3;
	position:relative;
}

#tab_stack_2 {
	z-index:2;
	position:relative;
}

#tab_stack_1 {
	z-index:1;
	position:relative;
}*/

.tabs_selected {
	color:#85761A !important;
	padding:3px;
	font-size:13px;
	background-color:#EEEEEE !important;
}

.tabcontent{
	display:none;
	overflow: auto;
}



#tab_home {
	padding:1px;
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url(../../images/home/bg_home.jpg);
	background-repeat: no-repeat;
}
#tab_smb {
	padding: 1px;
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url(../../images/home/bg_smMedBiz.jpg);
	background-repeat: no-repeat;
}
#tab_enterprise {
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url(../../images/home/bg_enterprise.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px;
}
#tab_threatsense {
	padding: 1px;
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url(../../images/home/bg_threatSense.jpg);
	background-repeat: no-repeat;
}
#tab_reseller {
	padding: 1px;
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url(../../images/home/bg_reseller.jpg);
	background-repeat: no-repeat;
}
