@import url(font.css);
@import url(form.css);

html, body {
  padding: 0px;
  margin: 0px;
}

body {
  padding: 50px 20px;
  background: #15667c url(../images/page-bg.jpg) center top no-repeat;
}

img {
  border: none;
}

.clear {
  clear: both;
}

#pageContainer,
#sidebar,
#contentContainer {
  position: relative;
}

#pageContainer {
  width: 814px; margin:0 auto;
}

#sidebar {
  position: relative;
  width: 199px;
  background: transparent url(../images/sidebar-separator.jpg) no-repeat top right;
  padding-right: 1px;
  height: 830px;
  float:left;
}

  #logo {
    margin: 0px 40px;
  }
  
  #sidebar ul,
  #sidebar ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  
  #sidebar ul {
    margin: 15px 0px;
  }

  #nav li a {
    display: block;
    background-color: #063746;
    padding: 8px 11px;
    margin: 1px 0px;
    height: 17px;
  }
  
  #nav li a:hover {
    background-color: #093d4d;
  }  
  
  #secondaryNav li a {
    position: relative;
    display: block;
    background-color: #145f74;
    border-bottom: 1px solid #115569;
  }
  
  * html #secondaryNav li a {
    height: 35px;
  }
  
  #secondaryNav li a:hover {
    background-color: #115569;
  }
  
  #secondaryNav li a#secondaryNavMailingList {
    background-image: url(../images/icon-mailing-list.gif);
    background-repeat: no-repeat;
    background-position: 8px 11px;
    padding: 20px 11px 20px 48px;
  }
  
  #sidebar ul#agentNav {
    margin-right: 8px;
  }
  
  #agentNav li {
    text-align: right;
  }
  
  
  
  
#contentContainer {
  position: relative;
  float: left;
  width: 590px;
  margin-left: 20px;
}

#bannerFlash {
  margin-bottom: 35px;
}



.itemList,
.itemList li {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.itemList li {
  width: 140px;
  float: left;
  margin: 0px 5px 15px 0px;
}

.itemList h5 {
  margin: 0px 0px 2px 0px;
}

.itemList a.itemBox {
  display: block;
  background-color: #094151;
  padding: 5px;
  text-decoration: none;
}

.itemList .itemContent {
  height: 50px;
  width: 130px;
  cursor: pointer;
  overflow: hidden;
}

.itemList h4 {
  margin: 0px;
  margin-top: 3px;
}

.itemList p,
.categoryList p {
  margin: 0px;
}

.itemList p.moreInfo,
.categoryList p.moreInfo {
  margin-top: 10px;
  text-align: right;
}

#featuredItems {
  float: right;
  text-align: right;
}

#featuredItems .itemList li {
  margin: 0px 0px 5px 5px;
  text-align: left;
}

#homeBullets {
  clear: left;
  background-color: #094151;
  margin: 0px 0px 0px 5px;
  padding: 5px;
  width: 275px;
  text-align: left;
  font-size: 12px;
}

#homeBullets ul {
  margin: 0px;
  padding: 0px;
}

#homeBullets li {
  list-style-type: square;
  margin-left: 15px;
  padding: 3px 0px;
}



.categoryList,
.categoryList li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.categoryList li {
  background-color: #0e5367;
  float: left;
  width: 194px;
  margin: 12px 2px 12px 0px;
}

.categoryList li a {
  display: block;
  padding: 5px;
}

.categoryList li h2,
.categoryList li h3 {
  margin: 0px;
}

.categoryList .categoryContent {
  height: 55px;
  cursor: pointer;
}


hr {
  position: relative;
  clear: both;
  border-top: dotted 1px #699;
  border-bottom: none;
  height: 1px;
  margin: 10px 0px;
}

.mainProductPhotoList {
  width: 250px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

.mainProductPhotoList li.photoContainer {
  display: block;
  padding: 5px;
  background-color: #094151;
  margin-bottom: 1px;
}

.mainProductPhotoList li a.printPage,
.mainProductPhotoList li a.specSheet,
.mainProductPhotoList #shareLink a {
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding: 11px 8px 11px 35px;
  height: 17px;
  display: block;
  background-color: #094151;
  margin-bottom: 1px;
}

.mainProductPhotoList li a.printPage:hover,
.mainProductPhotoList li a.specSheet:hover,
.mainProductPhotoList li#shareLink a:hover {
  color: #f0df00;
}

.mainProductPhotoList li a.printPage {
  background-image: url(../images/icon-print.gif);
}

.mainProductPhotoList li a.specSheet {
  background-image: url(../images/icon-spec-sheet.gif);
}

.mainProductPhotoList li#shareLink a {
  background-image: url(../images/icon-share-dark.gif);
}

.productDetailsContainer {
  margin-left: 300px;
  margin-bottom: 50px;
}

.productDetails {
  margin-top: 5px;
  background: transparent url(../images/dotted-separator.gif) repeat-x;
}

.productDetails th {
  text-align: left;
  width: 110px;
}

.productDetails th,
.productDetails td {
  padding: 5px 0px;
  background: transparent url(../images/dotted-separator.gif) repeat-x bottom;
}



a.add {
   background: transparent url(../images/icon-add.png) no-repeat 2px;
   height: 16px;
   padding: 5px 5px 5px 20px;
}

a.add:hover {
  color: #0c0;
  background-color: #cfc;
}

a.modify {
   background: transparent url(../images/icon-modify.png) no-repeat 2px;
   height: 16px;
   padding: 5px 5px 5px 20px !important;
}

a.modify:hover {
  color: #00c;
  background-color: #ccf;
}

a.delete {
   background: transparent url(../images/icon-delete.png) no-repeat 2px;
   height: 16px;
   padding: 5px 5px 5px 20px !important;
}

a.delete:hover {
  color: #c00;
  background-color: #fcc;
}

a.folder {
   background: transparent url(../images/icon-folder.png) no-repeat 2px;
   height: 16px;
   padding-left: 20px !important;
}

a.file {
   background: transparent url(../images/icon-file.png) no-repeat 2px;
   height: 16px;
   padding-left: 20px !important;
}

a.download {
   background: transparent url(../images/icon-database-save.png) no-repeat 2px;
   height: 16px;
   padding-left: 20px !important;
}

.messageOk {
  border: solid #333 1px;
  background: #eee url(../images/icon-accept.png) no-repeat 10px;
  padding: 10px 10px 10px 30px;
  color: #333;
}


.dataTable {
	border-top: dotted #699 1px;
  margin: 10px 0px;
}

.dataTable th {
  text-align: left;
}

.dataTable td,
.dataTable th {
  padding: 5px;
  border-bottom: dotted #699 1px;
}

dl {
  padding: 0px 0px 0px 50px;
}

dl dt {
  display: block;
  float: left;
  font-weight: bold;
}

dl dd {
  padding: 0px;
  margin: 0px 0px 0px 125px;
}

.price-matrix {  }

.price-matrix th { font-weight: normal; }

.price-matrix tbody th { text-align: left; width: 139px; }

.price-matrix .currency { text-align: right; margin: 2px 5px; width: 85px; }

