﻿/* 
1. GLOBAL SETTINGS
2. SITE OUTLINE 
3. HEAD
4. NAVIGATION
5. FORMS
6. SITEWIDE CLASSES
7. TEMPLATES
*/
/* GLOBAL SETTINGS */



h1, h2, h3{
    padding:0;
    margin: 0;
	}
h1, h2 {
	font-size:2.0em;
    color: #336699;
	font-weight:normal;
	margin: 5px 0 10px 0;
	}
h2.tableheader {
    font-size: 1.6em;
    color: #000;
    }
h3{
	font-size: 1.2em;
    color: #000;
	font-weight:bold;
    margin:0 0 15px 0;
    padding: 0;
	}
h4 {
	font-size:1.5em;
    color: #000;
	font-weight:normal;
    margin:0;
    padding: 0;
	}
a {
    color: #336699;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
}    

	
.maincontent p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}	
.pagewrapper h5, .pagewrapper h6{
	font-size:1em;
    color: #ffffff;
	font-weight:bold;
    margin:0;
    padding: 0;
	}
.pagewrapper hr{
	height:1px;
	margin:0;
	padding:0;
	border:0;
	border-top:1px solid #ffffff;
	}
.pagewrapper a, .pagewrapper a:link, .pagewrapper a:visited, .pagewrapper a:hover, .pagewrapper a:active{
    color: #2D8BFF;
	text-decoration:underline;
	}
.pagewrapper a:hover{
    color: #ffffff;
	}
.pagewrapper .maincontent ul{
	list-style:disc;
	margin:0 0 10px 1.2em;
	}
.pagewrapper .maincontent ul ul li, .pagewrapper .maincontent ul ol li, .pagewrapper .maincontent ol ul li, .pagewrapper .maincontent ol ol li{
	margin:0 0 5px 0;
	}
.pagewrapper .maincontent ul li li{
	margin: 0;
	}
.pagewrapper .maincontent ol{
	list-style:decimal;
	margin:0 0 0 2em;
	}
.pagewrapper blockquote{
    color: #2D8BFF;
    font-style:italic;
    border-left:1px solid;
    padding-left:20px;
    margin:10px 30px;
	}
span.intro{
    font-family:Verdana;
	font-size:20px;
	line-height:1.2em;
    color: #2D8BFF;
	font-weight:normal;
	}
/* SITE OUTLINE */
body{
	background:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;/*10px*/
	line-height: 20px;
	text-align: left;
	}
.outer_wrapper{
 	position:relative;
 	float: left;
 	width:100%;
	}
.inner_wrapper{
 	position:relative;
 	width:995px;
 	margin: 15px auto;
	}	
.header{
 	width:995px;
	padding:0;
	position:relative;
	height: 114px;
	clear: both;
	}
.maincontent {
	width:995px;
	float: left;
	clear: both;
	position:relative;
	}
.colA {
    position:relative;
    float: left;
    width: 187px;
    }
.colB {
    position:relative;
    float: left;
    width: 591px;
    margin-left: 15px;
    }
.colC {
    position:relative;
    float: right;
    width: 187px;
    }
.colBC {
    position:relative;
    float: left;
    width: 793px;
    margin-left: 15px;
    }    
.footer{
	position:relative;
	float: right;
    clear: both;
	width:793px;
	margin: 50px 0 20px 0;
	} 
/* N A V I G A T I O N */

.mainmenu {
    margin: 0;
    padding: 10px 0 10px 0 ;
    border-top: dashed 1px #999;
    border-bottom: dashed 1px #999;
    font-size: 1.2em;
    line-height: 1.1em;
    }
.mainmenu li {
    padding: 0px 0 5px 0;
}    
.mainmenu li a {
    color: #666;
}
.mainmenu li ul {
    margin: 8px 0 0 0;
}
.mainmenu li li {
    padding: 0 0 5px 0;
    background: url(../img/ss_mainnav_2ndlevel_bck_off.gif) repeat-y left;
}
.mainmenu li li a {
    padding: 0 0 0 15px;
    display: block;
}
.mainmenu li a.active  {
    color: #336699;
}
.mainmenu li li a.active  {
    color: #000;
    background: url(../img/ss_mainnav_2ndlevel_bck_on.gif) no-repeat left;
}
.mainmenu li li li  {
    padding: 0 0 5px 10px;
    background: url(../img/ss_mainnav_2ndlevel_bck_off.gif) repeat-y left;
}
	
/* H E A D E R */
.headerlogo {
    position:relative;
    float: left;
    }
.headerlinks {
    position:relative;
    float: right;
    width: 600px;
    text-align: right;
    }
.headerlinks ul,
.headerlinks li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
.headerlinks li {
    display: inline;
    margin: 0 0 0 15px;
    font-size: 1.2em;
    }
.headerlinks li a {
    color: #336699;
    text-decoration: none;   
}
.headerlinks li a:hover {
    text-decoration: underline;   
}   
.headercontent {
    position:relative;
    float: right;
    width: 793px;
    }
    
/* B O D Y  S T Y L E S */

.breadcrumb {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    color: #336699;
}
.breadcrumb a {
    color: #666666;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

.headerimage,
.headerflash {
    margin-bottom: 20px;
}

hr.bodydivider  {
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border-bottom:1px dashed #999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
    clear: both;
}
.textblockright {
    position: relative;
    float: right;
    width: 500px;
    padding: 10px 0 0 0;
    }
.productsearch_left {
    position:relative;
    float: left;
    width: 200px;    
    }
.productsearch_right {
    position:relative;
    float: right;
    width: 200px;    
    }

.productlist li {
    list-style-type: none !important;
    margin: 0 !important;
}


.imgright {
    position: relative;
    float: right;
    margin: 0px 0 10px 10px;
    display: inline;
    }
.imgleft {
    position: relative;
    float: left;
    padding: 0px 10px 10px 0;
    display: inline;
    }

.maincontentnav {
    position: relative;
    float: right;
    width: 187px;
    background: url(../img/ss_subnav_headerbck.jpg) no-repeat top;
    }
.maincontentnav .maincontentnav_header {
    color: #F1CC4C;
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 10px 10px;
    }
.maincontentnav ul {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 1.2em;
    }
.maincontentnav li a {
    color: #000;
    padding: 5px 0 5px 5px;
    border-bottom: dashed 1px #999;
    display: block;
    }
.maincontentnav h5 {
    border-top: dashed 1px #999;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 0 0 0;
}
.maincontentnav h5 a {
    color: #000;
}
.maincontentnav p,
.maincontentnav a {
    color: #666;
}
.maincontentnav p a {
    text-decoration: underline;
}

ul.bulletedlist {
  padding: 0;
  margin: 20px;
  list-style-type: disc;
  font-size: 1.2em;
}

ul.bulletedlist li {
  list-style-type: disc;
  padding: 0;
  margin: 5px 0 5px 0 ;
}

/* H O M E */

.homerow2 h1 {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
}
.homerow2 h2,
.homerow3 h2 {
    color: #000;
    font-size: 1.5em;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.homerow1,
.homerow2,
.homerow3 {
    position:relative;
    float: left;
    clear: both;
    width: 793px;
    margin: 0 0 20px 0;
    }
.homerow3 {
    background: url(../img/ss_homepanel_border.gif) repeat-x bottom left;
    }  
.homerow2 p,
.homerow3 p {
    color: #666;
    }
.homerow2 p a,
.homerow3 p a {
    color: #666;
    text-decoration: underline;
    }    
.homehero {
    position:relative;
    float: left;
    width: 590px;
    height: 150px;
    overflow: hidden;
}
.homesearch {
    position:relative;
    float: right;
    width: 187px;
    background: #BACCE6 url(../img/ss_home_searchpanel_bck.jpg) repeat-x top left;
    height: 150px;
}
.homesearch .textfield {
    margin: 10px 0 15px 10px;
    }
.homesearch .searchsubmit {
    margin: 0  10px 0 10px;
    }    
.homesearch h2 {
    color: #000;
    margin: 10px 0 10px 10px;
}    
.homeleadstory {
    position:relative;
    float: left;
    width: 389px;
    background: url(../img/ss_homepanel_border.gif) repeat-x top left; 
    padding: 10px 0 0 0;     
}
.homeleadstory p {
    color: #333;
    }
.homesecondstory {
    position:relative;
    float: left;
    width: 187px;
    margin: 0 15px 0 15px;
    background: url(../img/ss_homepanel_border.gif) repeat-x top left; 
    padding: 10px 0 0 0;     
}
.hometertiarystory,
.hometertiarystorylast {
    position:relative;
    float: left;
    width: 187px;
    margin: 0 15px 0 0;
    background: url(../img/ss_homepanel_border.gif) repeat-x top left; 
    padding: 10px 0 0 0; 
}
.homegroup {
    position:relative;
    float: left;
    width: 187px;
    margin: 0;
}
.hometertiarystorylast {
    margin: 0;
}

.glossaryheader {
  position: relative;
  float: left;
  width: 100%;
  background: url(../img/ss_glossary_header_bck.jpg) repeat-x top;
  margin-top: 20px;
  padding: 10px 0 30px 0;
}
ul.glossary {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
ul.glossary li {
  margin: 0 14px 0 0 !important;
  padding: 0;
  float: left;
  list-style-type: none !important;
}
.glossaryletter {
  width: 70px;
  float: left;    
  font-size: 4.2em !important;
  line-height: normal;
  padding:0;
  margin: 0;
}
.glossaryheadertxt {
  width: 521px;
  float: left;
  padding: 28px 0 5px 0;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}
.glossaryitem 
{
  position:relative;
  width: 80px;
  float: left;    
  font-weight: bold;
}
.glossarydef 
{
  position:relative;
  float: right;
  width: 501px; 
}
.producttable {
    font-size: 1.2em;
    line-height: 1.2em;
    border-collapse: collapse;
    margin-bottom: 20px;
    background: url(../img/coats_tablehead_bck.jpg) repeat-x top left;
    }
.producttable thead tr {
    position:relative;
    color: #FFF;
    }
.producttable thead th {
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    border-bottom: solid 2px #FFF !important;
    font-size: 1.17em;
    background: none;
    }
.producttable thead th.noborder {
    border-bottom:  solid 0px #FFF !important;
    }    
.producttable td {
    background-color: #C0D1E1;
    border: dashed 1px #FFF;
    padding: 10px;
    }
    
.colB ul {
    font-size: 1.2em;
    margin: 0 0 15px 0;
    }
.colB ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    }
.contactform label {
    position:relative;
    display: inline-block;
    width: 200px;
    } 
    
    .warningB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
    }
	.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.warning A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.warning A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.warning A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.warning A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.bodytext A:active {font-family: arial; font-size: 13px; text-decoration: underline; color: #000000; }

.mainheader {font-family: arial; font-size: 18px; color: #333333; }

.spider {font-family: arial; font-size: 9px; text-decoration: none; color: #666666; }

/****** CSS for contact centers starts ******/

.container
{
	margin-bottom: 10px;
	width:280px;
}
#divCenter 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;  
 line-height : 15px;
  font-weight: normal;	
  color: #666666;
  text-decoration: none;
  float:left;
  
}
.sub-head
{
	
	font-weight:bold;
}


table.contact-center
{
	border-collapse: collapse;
	width: 600px;
}

.contact-center th, .contact-center td
{
	padding: 10px;/*5px*/
	padding-bottom: 10px;
	margin: 0px;
	vertical-align: top;
	
}
.contact-center th
{
	font-weight:bold;
	margin-bottom: 10px;
	padding: 3px 5px;	
	font-variant: small-caps;
	border-bottom: 1px solid #E5E5E5;
}

.contact-center th a
{
	color: #FFFFFF;
	text-decoration: none;
}

.contact-center td
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	
}
.default-grid td a
{
	color: #000000;
	text-decoration: none;
}

.default-grid td a:hover
{
	text-decoration: underline;
}

/****** CSS for gloal operations list on home contactus page ends ******/

.smallfields 
{
	font-family: arial; 
	font-size: 12px; 
	border-top: 1px; 
	border-right: 1px; 
	border-left: 1px; 
	border-bottom: 1px; 
	border-top-color: #999999; 
	border-right-color: #999999; 
	border-left-color: #999999; 
	border-bottom-color: #999999; 
	border-style: solid;
	width: 180px;
	 }
	 .emailfields 
{
	font-family: arial; 
	font-size: 12px; 
	border-top: 1px; 
	border-right: 1px; 
	border-left: 1px; 
	border-bottom: 1px; 
	border-top-color: #999999; 
	border-right-color: #999999; 
	border-left-color: #999999; 
	border-bottom-color: #999999; 
	border-style: solid;
	width: 300px;
	 }
	 
	 .zipfields 
{
	font-family: arial; 
	font-size: 12px; 
	border-top: 1px; 
	border-right: 1px; 
	border-left: 1px; 
	border-bottom: 1px; 
	border-top-color: #999999; 
	border-right-color: #999999; 
	border-left-color: #999999; 
	border-bottom-color: #999999; 
	border-style: solid;
	width: 80px;
	 }