/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
* homepage
**/

.homepage #main-content {
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.homepage #main-content h3 {
	display: none;
}
#hero {
	height: 350px;
}
#hero-flash {
	position: absolute;
}

/**
* Site Section
**/

#business-area {
	position: relative;
	z-index: 2;
	margin-top: -63px;
	*margin-top: -69px;
	_float: left;
}
#business-area ul {
}
#business-area-tabs li {
	float: left;
	display: inline;
	text-align: center;
	color: #FFFFFF;
	padding-left: 9px;
	margin: 0px 0px 0px -28px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#business-area-tabs li.selected {
	position: relative;
	z-index: 3;
	background-position: -398px 0px;
	
}
#business-area-tabs li a {
	display: block;
	line-height: 26px;
}
/*#business-area li a:hover,
#business-area li a:active {
	padding-left: 0px;
}*/

/* Tab 01 */
li#tab-server-storage {
	width: 187px;
	margin-left: 0px;
	background-image: url("/resource/image/homepage/tabs/tab-01.gif");
}
li#tab-server-storage.selected a {
	color: #004685;
}

/* Tab 02 */
li#tab-industrial-pc-networking {
	width: 202px;
	padding-left: 5px;
	background-image: url("/resource/image/homepage/tabs/tab-02.gif");
	*position: relative; /* Fix For IE 7 */
	*left: -20px; /* Fix For IE 7 */
	_left: 0px; /* Fix For IE 6 */
}
li#tab-industrial-pc-networking.selected a {
	color: #075D5D;
}

/* Tab 03 */
li#tab-embedded-computing {
	width: 194px;
	background-image: url("/resource/image/homepage/tabs/tab-03.gif");
	*position: relative; /* Fix For IE 7 */
	*left: -20px; /* Fix For IE 7 */
	_left: 0px; /* Fix For IE 6 */
}
li#tab-embedded-computing.selected a {
	color: #5B2C2F;
}

/* Tab 04 */
li#tab-applied-computing {
	width: 194px;
	background-image: url("/resource/image/homepage/tabs/tab-04.gif");
	*position: relative; /* Fix For IE 7 */
	*left: -20px; /* Fix For IE 7 */
	_left: 0px; /* Fix For IE 6 */
}
li#tab-applied-computing.selected a {
	color: #C35F33;
}

/* Tab 05 */
li#tab-security-surveillance {
	width: 194px;
	background-image: url("/resource/image/homepage/tabs/tab-05.gif");
	*position: relative; /* Fix For IE 7 */
	*left: -28px; /* Fix For IE 7 */
	_left: 0px; /* Fix For IE 6 */
}
li#tab-security-surveillance.selected a {
	color: #7E7647;
}
#main-content .panel.products,
#main-content .panel.news li  {
	width: 380px;
	*width: 380px !important;
	_width: 380px !important;
}
.product-options {
	clear: both;
	background-color: #FFFFFF;
	width: 900px;
	min-height: 185px;
	/*_height: 120px;*/
	background-repeat: no-repeat;
	*margin-top: 26px; /* Fix For IE 7 */
	_margin-top: 0px; /* Fix For IE 6 */
	_float: left;
	padding-bottom: 15px;
}
.product-options h4 {
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 1px !important;
}
.product-options h4.products {
	width: 60px;
}
.product-options h4.news {
	width: 98px;
}
.product-options h4.configuration {
	width: 186px;
}
.product-options li {
	float: left;
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 15px;
	background-position: 0px 3px ;
	background-repeat: no-repeat;
}
.product-options li a {
	line-height: 13px;
}
.product-options .panel {
	padding-right: 5px;
}
.product-options .products li {
	width: 160px;
	*width: 160px;
	_width: 160px;
}

/**
* Coloured Themes for Tabs
**/

/* Theme 01 */
.theme-01 {
	background-image: url("/resource/image/homepage/tabs/theme-01.gif");
}
.product-options.theme-01 .products h4 {
	background-image: url("/resource/image/title/homepage/theme-01-products.gif");
}
.product-options.theme-01 .news h4 {
	background-image: url("/resource/image/title/homepage/theme-01-news.gif");
}
.product-options.theme-01 .configuration h4 {
	background-image: url("/resource/image/title/homepage/theme-01-configuration.gif");
}
.product-options.theme-01 li {
	background-image: url("/resource/image/icon/arrow-blue.gif");
}
.product-options.theme-01 li a,
.product-options.theme-01 p {
	color: #004685;
}

/* Theme 02 */
.theme-02 {
	background-image: url("/resource/image/homepage/tabs/theme-02.gif");
}
.product-options.theme-02 .products h4 {
	background-image: url("/resource/image/title/homepage/theme-02-products.gif");
}
.product-options.theme-02 .news h4 {
	background-image: url("/resource/image/title/homepage/theme-02-news.gif");
}
.product-options.theme-02 .configuration h4 {
	background-image: url("/resource/image/title/homepage/theme-02-configuration.gif");
}
.product-options.theme-02 li {
	background-image: url("/resource/image/icon/arrow-green.gif");
}
.product-options.theme-02 li a,
.product-options.theme-02 li p {
	color: #009999;
}

/* Theme 03 */
.theme-03 {
	background-image: url("/resource/image/homepage/tabs/theme-03.gif");
}
.product-options.theme-03 .products h4 {
	background-image: url("/resource/image/title/homepage/theme-03-products.gif");
}
.product-options.theme-03 .news h4 {
	background-image: url("/resource/image/title/homepage/theme-03-news.gif");
}
.product-options.theme-03 .configuration h4 {
	background-image: url("/resource/image/title/homepage/theme-03-configuration.gif");
}
.product-options.theme-03 li {
	background-image: url("/resource/image/icon/arrow-red.gif");
}
.product-options.theme-03 li a,
.product-options.theme-03 p {
	color: #5B2C2F;
}

/* Theme 04 */
.theme-04 {
	background-image: url("/resource/image/homepage/tabs/theme-04.gif");
}
.product-options.theme-04 .products h4 {
	background-image: url("/resource/image/title/homepage/theme-04-products.gif");
}
.product-options.theme-04 .news h4 {
	background-image: url("/resource/image/title/homepage/theme-04-news.gif");
}
.product-options.theme-04 .configuration h4 {
	background-image: url("/resource/image/title/homepage/theme-04-configuration.gif");
}
.product-options.theme-04 li {
	background-image: url("/resource/image/icon/arrow-orange.gif");
}
.product-options.theme-04 li a,
.product-options.theme-04 p {
	color: #C35F33;
}

/* Theme 05 */
.theme-05 {
	background-image: url("/resource/image/homepage/tabs/theme-05.gif");
}
.product-options.theme-05 .products h4 {
	background-image: url("/resource/image/title/homepage/theme-05-products.gif");
}
.product-options.theme-05 .news h4 {
	background-image: url("/resource/image/title/homepage/theme-05-news.gif");
}
.product-options.theme-05 .configuration h4 {
	background-image: url("/resource/image/title/homepage/theme-05-configuration.gif");
}
.product-options.theme-05 li {
	background-image: url("/resource/image/icon/arrow-brown.gif");
}
.product-options.theme-05 li a,
.product-options.theme-05 p {
	color: #7E7647;
}