/* CSS styles - SGT */

* html .boxhead h2 {
	height: 1%;
}
html {
	min-height: 100%; 
	margin-bottom: 1px;
}
body {
	text-align: center;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-position: center 0;
	/*overflow: -moz-scrollbars-vertical;*/
	overflow: auto;
	/*width:950px;
	height:100%;*/
}
/* background for home & other general pages */
body#home {
}
/* background for product main page */
body#products {
}

/* mainContainer */
div.mainContainer {
	margin: 0 auto 0 auto;
	width:959px;
}

div.mainRow {
	margin-top:-2px;
	background-image:url('../img/background/background.jpg');
	background-repeat: no-repeat;
}

div.mainProductRow {
	margin-top:-1px;
	background-image:url('../img/background/product-bg.jpg');
	background-repeat: no-repeat;
}
div.banner {
	height:120px;
	/* padding-top:40px; */
}
/************** HEADER STYLE START **************/

/* IE6 Only */
* html div.mainRow {
	margin-top:-6px;
}
* html div.mainProductRow {
	margin-top:-6px;
}
/* IE7 Only */
*:first-child+html div.mainRow {
	margin-top:-2px;
}

div.headerDiv {
	width:959px;
	height:85px;
	background-image:url('../img/background/topbackground.png');
	background-repeat: no-repeat;
/*	background-position: top 0%;*/
}

div.headerRow {
	height:58px;
	margin:0 5px 0 40px;
}
div.headerMenuRow {
	margin:5px 0 0 3px;
}
div.loginDiv {
	width:130px;
	height:27px;
}
div.profileDiv {
	width:130px;
	height:27px;
}

div.bannerText {
	margin:0 auto 0 auto;
	width:100%;
	height:120px;
	font-family : 'Trebuchet MS';
	font-size : 30px;
	letter-spacing : 14px;
	text-align : center;
	word-spacing : normal;
	color : #003c79;
}

/************** HEADER STYLE END **************/

/************** MAIN CONTENTAREA STYLE START **************/

div.contentContainer {
	width: 959px;
	border:0px solid red;
	margin-top:-4px;
	border-top: solid 4px #f7a923;
}
div.mainContentDiv{
}
div.contentAreaLeft {
	float: left;
	font-size: 100%;
	/*width:279px;*/
}

/************** LEFTNAV STYLE START **************/

div.contentAreaLeft-nav-blue {
	float: left;
	font-size: 100%;
	width:210px;
}
div.row1-nav-blue {
	margin-left:5px;
	height:28px;
	padding:0;
}
div.t-left-nav-blue {
	float: left;
	height:28px;
}
div.t-mid-nav-blue {
	width: 185px;
	float:left;
	height: 28px;
	background-image: url(../img/column/bl_mid.png);
}
div.t-mid-nav-blue h1 {
	padding:0;
	float: left;
	margin:5px 0 0 10px;
	font-size: 12px;
	color: #FFFfFF;
}
div.t-right-nav-blue {
	float: left;
	height:28px;
}
div.body-center-nav-white {
	float: left;
	min-height:316px;
	height: auto;
	background-color: #FFFFFF;
	width: 175px;
}
div.b-mid-nav {
	float:left;
	width: 175px;
	height: 21px;
	background-image: url(../img/column/_r5_c3.png);
}

/* First level submenu */
div.subMenuLevel1 {
	margin:5px 0 0 0;
	float: left;
	line-height:1.8em;
	letter-spacing: 0;
	font-family: 'Arial';
	font-size:12px;
	text-align: left;
	word-spacing: normal;
}
div.subMenuLevel1 a {
	color: #000000;
}
div.subMenuLevel1 a:hover {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}
div.subMenuLevel1Active {
	margin:5px 0 0 0;
	float: left;
	line-height:1.8em;
	letter-spacing: 0;
	font-family: 'Arial';
	font-size:12px;
	text-align: left;
	word-spacing: normal;
	color: #02478e;
}
div.subMenuLevel1Active a {
	color: #02478e;
}
div.subMenuLevel1Active a:hover {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}

/* Second level submenu */
div.subMenuLevel2 {
	margin:0 0 0 15px;
	float: left;
	line-height:1.8em;
	letter-spacing: 0;
	font-family: 'Arial';
	font-size:12px;
	text-align: left;
	word-spacing: normal;
}
div.subMenuLevel2 a {
	color: #000000;
}
div.subMenuLevel2 a:hover {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}
div.subMenuLevel2Active {
	margin:0 0 0 15px;
	float: left;
	line-height:1.8em;
	letter-spacing: 0;
	font-family: 'Arial';
	font-size:12px;
	text-align: left;
	word-spacing: normal;
	color: #02478e;

}
div.subMenuLevel2Active a {
	color: #02478e;
}
div.subMenuLevel2Active a:hover {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}

/* Third level submenu */
div.subMenuLevel3 {
	margin:0 0 0 25px;
	float: left;
	line-height:1.8em;
	letter-spacing: 0;
	font-family: 'Arial';
	font-size:12px;
	text-align: left;
	word-spacing: normal;
}
div.subMenuLevel3 a {
	color: #000000;
}
div.subMenuLevel3 a:hover {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}
div.subMenuLevel3Active {
	margin:0 0 0 25px;
	float: left;
	line-height:1.8em;
	letter-spacing: 0;
	font-family: 'Arial';
	font-size:12px;
	text-align: left;
	word-spacing: normal;
	color: #02478e;
}
div.subMenuLevel3Active a {
	color: #02478e;
}
div.subMenuLevel3Active a:hover {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}

div.subMenuLevel1 #actsub_menu {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}

div.subMenuLevel2 #actsub_menu {
	font-family: 'Arial';
	font-weight:bold;
	color: #02478e;
}
/************** LEFT NAV STYLE END **************/



div.contentAreaLeft-white {
	margin-top: 0;
	float: left;
	font-size: 100%;
	/*width:479px;*/
}

div.contentAreaRight{
	float: left; /*	float: right; updated  */
	font-size: 100%;
	/*width:479px;*/
}

/* body corner style */

.row1-white {
	float:left;
	margin-top: -3px;
	margin-left:2px;
	/*height:15px; commented on 12.02.2009 */
	padding:0;
}

.row1-blue {
	margin-left:5px;
	height:28px;
	padding:0;
}


.t-left-white {
	float: left;
	height:15px;
}
.t-mid-white {
	float:left;
	/*width: 444px;*/
	height: 15px;
	background-image: url(../img/column/_r1_c3.png);
}
.t-right-white {
	float: left;
	height:15px;
}

.body-left-white {
	float: left;
	width: 15px;
	/*min-height:316px;*/
	background-image: url(../img/column/_r3_c1.png);
	background-repeat: repeat-y;
}
.body-center-white {
	float: left;
	/*min-height:316px;*/
	background-color: #FFFFFF;
	/*width: 444px;*/
}

.body-right-white {
	float: left;
	width: 18px;
	background-image: url(../img/column/_r3_c5.png);
	background-repeat: repeat-y;
}


.t-left-blue {
	float: left;
	height:28px;
}
.t-mid-blue {
	float:left;
	/*width: 454px;*/
	height: 28px;
	background-image: url(../img/column/bl_mid.png);
}
.t-mid-blue h1 {
	padding:0;
	float: left;
	margin:5px 0 0 10px;
	font-size: 12px;
	color: #FFFfFF;
}
.t-right-blue {
	float: left;
	height:28px;
}

/* body corner style */

.row2 {
	margin-left:2px;
	float: left;
	margin-top:0;
	padding-top:0;
}
.body-left {
	float: left;
	width: 15px;
	min-height:300px;
	height:auto;
	background-image: url(../img/column/_r3_c1.png);
	background-repeat: repeat-y;
}
.body-center {
	float: left;
	min-height:300px;
	height:auto;
	background-color: #FFFFFF;
	width: 444px;
}

.body-right {
	float: left;
	width: 18px;
	min-height:300px;
	height:auto;
	background-image: url(../img/column/_r3_c5.png);
	background-repeat: repeat-y;
}

/* bottom corner style */

.row3 {
	margin-left:2px;
	float: left;
	margin-top:0;
	padding-top:0;
}
.b-left {
	float: left;
	height:21px;
}
.b-mid {
	float:left;
	/*width: 444px;*/
	height: 21px;
	background-image: url(../img/column/_r5_c3.png);
}
.b-right {
	float: left;
	height:21px;
}


/* footer link style */
div.footerDiv {
	padding: 0 0 0 15px;
	font-family : 'Arial';
	font-size: 11px;
	text-align: left;
	word-spacing : normal;
	color : #9c9d9f;
}
div.footerDiv a:hover {
	color: #000000;
}


/* TODO: MOVE TO COMMON CSS */

.mt03 { margin-top: 3px; }
.mt05 { margin-top: 5px; }
.mt07 { margin-top: 7px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr05 { margin-right: 5px; }
.mr15 { margin-right: 15px; }
.mr30 { margin-right: 30px; }

.mb03 { margin-bottom: 3px; }
.mb05 { margin-bottom: 5px; }

.ml03 { margin-left: 3px; }
.ml20 { margin-left: 20px; }

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear{
	clear: both;
}

/* common width syles */
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w330 {
	width: 337px;
}
.w335 {
	width: 347px;
}
.w350 {
	width: 372px;
}
.w444 {
	width: 444px;
}
.w453 {
	width:453px;
}
.w479 {
	width: 479px;
}
.w500 {
	width: 500px;
}
.w640 {
	width: 640px;
}
.w690 {
	width: 690px;
}
.w672 {
	width: 672px;
}
.w700 {
	width: 700px;
}
.w702 {
	width: 703px;
}
.w703 {
	text-align: left;
	width: 703px;
}
.w712 {
	text-align: left;
	width: 712px;
}
.w738 {
	text-align: left;
	width: 738px;
}


/* style for 1 Column template */
.w930 {
	width: 924px;
}
.w933 {
	width: 933px;
}
.w959 {
	width: 959px;
}


/* min-height styles */
.min-H-316 {
	min-height:316px;
}

.min-H-328 {
	min-height:331px;
}

.align-left {
       float: left;
	text-align:left;
}
.align-center {
	text-align:center;
}

.mauto {
	margin:0 auto;
}

.textstyle_normal {
	font-family: 'Arial';
	font-size:0.75em;
	color: #000000;
}

.textstyle_bold {
	font-family: 'Arial';
	font-size:12px;
	font-weight:bold;
	color: #000000;
}

.articleList {
	width:690px;
	padding:3px;
}

.articletextstyle_heading {
	font-family: 'Arial';
	font-size:14px;
	font-weight:bold;
	color: #000000;
}
.articleimage {
	overflow:hidden;
	text-align: center;
	width: 180px;
}

.articleSingle {

}

.hr {
  border:0;
  border-top: 1px solid #E19832;
  height: 0;
  background: #E19832;
}


/* search container */
.searchcontainer {
	padding:3px;
}
.searchbox {
	margin: 0;
}
.searchtext {
	color: #2F4F4F;
	width:110px;
	font-family: 'Arial';
}
.subbutton {
	margin-left: 1px;
}
.buttonstyle {
	font-family: 'Arial';
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
	border:0;
	vertical-align:bottom;
	background-color: #2F4F4F;
	width: 60px;
}

.noBorder {
	border:0;
}

/* 2009-11-26 Simon - Addition of the default font for the lists */
.articleSingle li {
	font-family: Arial;
	font-size: 12px;
}

.articleSingle li p {
	font-size: 1em;
}