/***********************************************/
/* sbs_style_1.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #EAEAEA;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
	border-left: 10;
	font-size: 12px;
}

	
	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #3300FF;
}

.OverrideLink a:link, .OverRide a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.OverRide a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 24px;
	letter-spacing:0.1ems;

}

h2{
	color: #99CCFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 24px;
}

h3{
	color: #0080FF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 14px;
	letter-spacing: 0.1em;
}
h4{
	font: 100% Arial,sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	line-height: 16px;
	font-size: 11px;
}

h5{
	color: #0080FF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 14px;
	letter-spacing: 0.1em;
}

h6 {
	color: #0080FF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.hdr7{
	color: #0080FF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

.hdr8 {
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:95%;
	background-color: #000040;
	position: absolute;
	top: 5px;
	left: 5px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 3px;
	right: 2%;
	width:95%;
	height: 123px;
}

#pageNav{
	float: left;
	width: 178px;
	padding: 10px 0px 0px 0px;
	background-color: ;

	font: small Verdana,sans-serif;
}

#headlines{
	width: 178px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	float:right;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	background-color: #000040;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCFCF;
  width: 55%;
}

#content2{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	background-color: #000040;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CFCFCF;
  width: 75%;
}

#logo
{
	position:relative;
}
#logo img {
	border:#cfcfcf 1px solid;}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 8px;
	color: #ffffff;
	font-weight: normal;
	font-size: 120%;
}

#phoneNo{
	margin: 0px;
	color: #ffffff;
	Font: bold 20px Arial,sans-serif;
	height: 19px;
	position:absolute;
	top:31px;
	left:284px;
}
#Showroom{
	margin: 0px;
	color: #ffffff;
	Font-size: 15px;
	font-weight:bold;
	height: 19px;
	position:absolute;
	top:28px;
	left:446px;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align:center;
	width: 418px;
}
#Address{
	margin: 0px;
	color: #ffffff;
	Font-size: 14px;
	font-weight:bold;
	height: 19px;
	position:absolute;
	top:31px;
	left:486px;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align:center;
}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 292px;
	right: 161px;
	color: #919999;
	width: 249px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 8px 8px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
min-width: 640px;
height: 24px;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: 4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 11px;
	background-image: url(glbnav_background.gif);
}
#globalLink2{
	height: 23px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 7px;
	
	width: 856px;
	background-color:#D5D5D5;
}
#globalLink3{
	top: 95px;
	height: 18px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 7px;

	width: 856px;
	background-color:#D5D5D5;

}
#NavLine {
	color:#000000;
	font-size:12px;
	border-right: 1px solid #8FB8BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.glink, a.glink:visited{
	font-size: small;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	font-family: verdana;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

a.slink, a.slink:visited{
	font-size: small;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	font-family: Verdana;
	letter-spacing: normal;
	background-image: url(glblnav_selected.gif);
}

a.slink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 82px;
/*	left: 6px; */
	left: 50px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff; 

	font-weight:bold;
	letter-spacing:0.1em;
	/*	z-index:101;
/*	background-color:#000040;*/
/*	background-image: url(glbnav_background.gif);
	line-height:20px; */
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
/*	font-size:  80%; */
	color: #ffffff; 
}

.subglobalNav a:hover{
	color: #cccccc;
}

.subgloballine {
	border-right: 1px solid #ffffff;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #ffffff;
	border-bottom:1px solid #ccd2d2;
}

#breadCrumb a{
	color: #ffffff;
}

#breadCrumb a:hover{
	color: #C0C0C0;
	text-decoration: underline;
}


/************** navigation *****************/
#navigation a {
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:5px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	font:11px georgia;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
.pagelinkheading{
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 


}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
/************** feature styles *****************/

.feature{
	padding: 10px 0px 0px 10px;
}


/************** logo styles *****************/
#logo_bg {
	background-color:#FFFFFF;
}



/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000040;
	text-decoration:none
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	display: block;
	text-align: right;
	right: auto;
}

.relatedLinks a{
	display: block;
	text-align: right;
	right: auto;
	color: #C0C0C0;
}
.relatedLinks a:visited{
	display: block;
	text-align: right;
	right: auto;
	color: #C0C0C0;
}
/**************** Catalogue Request styles *****************/

#CatReq {
	padding: 20px;
	font: small Verdana,sans-serif;
	color: #FFFFFF;
}
#CatReq img{
	display: block;
	border: thin solid #DEDEDE;
}

/**************** Catalogue Request styles *****************/

#InfoReq {
	padding: 20px;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/*************** font styles ***************/

.detailText {
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.SmallText {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	padding: 0px;
	color:#ffffff;
}
.SmallTextM {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	padding: 0px;
	color:#CCC;
}
.xSmallText {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: x-small;
	padding: 0px;
	color:#ffffff;
}
.xSmallTextGray {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: x-small;
	padding: 0px;
	color:#CCCCCC;
}
.xSmallTextDGray {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: x-small;
	padding: 0px;
	color:#666666;
}
.xSmallTextGrayTrebb {	
	font-family: "Trebuchet MS", Arial, "Sans Serif", Verdana;
	font-size: small;
	color:#999999;
	font-weight:bold;
}
.xSmallTextGrayTreb {	
	font-family: "Trebuchet MS", Arial, "Sans Serif", Verdana;
	font-size: small;
	color:#999999;

}
.xSmallTextDGrayTreb {
	font-family: "Trebuchet MS", Arial, "Sans Serif", Verdana;
	font-size: small;
	color:#666666;
}
.Treb18 {
	font-family: "Trebuchet MS", Arial, Verdana;
	Font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
}
.Treb {
	font-family: "Trebuchet MS", Arial, Verdana;
	Font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
}
.Treb15 {
	font-family: "Trebuchet MS", Arial, Verdana;
	Font-size: 15px;
	font-weight:normal;
	color: #FFFFFF;
}
.Treb14b {
	font-family: "Trebuchet MS", Arial, Verdana;
	Font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.Treb14 {
	font-family: "Trebuchet MS", Arial, Verdana;
	Font-size: 14px;
	font-weight:normal;
	color: #FFFFFF;
}

.Treb13 {
	font-family: "Trebuchet MS", Arial, Verdana;
	Font-size: 13px;
	font-weight:normal;
	color: #FFFFFF;
}

.ProdStory{
	color:#ffffff;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ProdSpec{
	color:#ffffff;
	letter-spacing:0.1em;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
	
#gtext {
	font-family: verdana, sans-serif;
	font-size:13.5px;
}

	
/********************* end **********************/

/****************** Table Styles *******************/
.pad_bottom {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

.heading{
	padding: 5px 0px 5px 0px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}


#tbl_product {
	font-style:;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: 	#EAEAEA;
	letter-spacing: 0.1em;
}


#tbl_product a:link, #tbl_product a:visited {
	text-decoration:underline;
}

#tbl_product a:hover{	
	text-decoration:none;
}

table.tbl_spec {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:100%;
}
table.tbl_spec td{
text-align:left;
padding:1px;
}


.tbl_spec_cat {
	background-color:#eee;
	color:#000033;
	font-weight:bold;
	padding: 0.1em;
	padding-left: 5px;
}
.tbl_spec_prod {
color:#666699;
font-weight:bold; 
padding-left: 10px;
}
table.tbl_spec .tbl_spec_prod a {
	text-decoration:underline;
	color: #6666FF;
}
table.tbl_spec .tbl_spec_prod a:hover {
	color: #6666FF;
}

.tbl_spec_desc {
	color:#CCC;
	font-weight:normal;
	padding-left: 10px;
}
.txt_spec_prod {
color:#666699;
font-weight:bold; 
}

.txt_spec_prod a {
	text-decoration:underline;
}
.txt_spec_prod a:hover {
	color: #6666FF;
}
.txt_spec_hd {
color:#00CC99;
font-weight:bold; 
}
.txt_spec_desc {
color:#CCCccc;
font-weight:normal;
}

table.tbl_feat {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:100%;
}
table.tbl_feat td{
padding:8px;
}
.tbl_feat_prod {
color:#666699;
font-weight:bold; 
}
table.tbl_feat .tbl_feat_prod a {
	text-decoration:underline;
	color: #6666FF;
}
table.tbl_feat .tbl_feat_prod a:hover {
	color: #6666FF;
}

.tbl_feat_desc {
	color:#CCC;
	font-weight:normal;
}

.fontBold {font-weight: bold}
.fontRed {color: #FF0000}
.fontRBlue {color: #3300FF}
.ArticleHead {
	color: #0080FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 26px;
}
.ArticleHead:link { color: #0080FF; text-decoration: none;}
.ArticleHead:visited { color: #0080FF; text-decoration: none;}
.ArticleHead:hover {color: #0080FF; text-decoration: none; border-bottom:1px dotted;}

.ArticleLead {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	letter-spacing: 1.5;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0080FF;
}
.ArticleLead:link { color: #0080FF; text-decoration: none;}
.ArticleLead:visited { color: #0080FF; text-decoration: none;}
.ArticleLead:hover{color: #FF0033; text-decoration: none; border-bottom:1px dotted;}

.Article16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1.0px;
	line-height: 24px;
}

.Article14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1.5;
	line-height: 18px;
}
.ArticleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 2.0;
	line-height: 16px;
}
