/* Custom Bertoia CSS */

body {
  background: #737373 url('images/bg.gif') top left repeat-x;
  margin: 0;
  padding: 0;
  font: 10.5pt/1.3em "Trebuchet MS", Helvetica, Arial;
}

img {
  border: none;
}


/* General text styling */

h2 { 
  color: #000; 
  font-weight: normal;
  margin: 18px 0 22px 0;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial;
  font-size: 160%;
}

h3 { 
  color: #ae7b00; 
  font-family: Helvetica, Arial, Verdana;
  font-weight: normal;
}

h4 {
}

a { 
  color: #038;
}

a:hover {
  color: #5b2d08;
  background: #fbfbec;
}

p {
}

strong {
  font: 10.5pt/1.2em Times, "Times New Roman";
  color: #000;
  font-weight: bold;
  font-size: 110%;
}

em {
}

ul {
  padding: 0 0 0 18px;
  margin-left: 0;
}

li {
  list-style-image: url(images/bullet-beige.gif);
  margin: 7px 0;
}

dl {
  margin: 25px 0;
}

dd {
  margin: 10px 0;
}

/* END General text styling */

#logo {
  margin: 25px 40px;
}

#container {
  width: 907px;
  background: #fff url(images/sitebgtile.gif) top left repeat-y;
  margin: 0 auto;
}

#header-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 834px;
  height: 335px;
}

#header-white {
  background: #ffffff url(images/sitebg.gif) top left no-repeat;
  height: 388px;
}

#header-image {
width: 834px;
height: 300px;
padding-top: 35px;
}

#order-now-link {
float: right;
margin: 14px;
}

#order-now-link a {
color: #b2cbe7;
text-decoration: none;
}

#order-now-link a:hover {
color: #c2dbf7;
}

#navigation {
background: url(images/navigation-bg.gif) top left no-repeat;
font: 13px/1.2 Verdana, sans-serif;
width: 834px;
height: 43px;
margin: 0 auto;
}

#navigation a:hover {
background: none;
}

#navigation ul {
list-style-type: none;
padding: 14px;
margin: 0;
}

#navigation li {
display: inline;
margin: 0 10px;
}

#navigation li a {
color: #bbb;
text-decoration: none;
}

#navigation li.active a, #navigation li a:hover, #navigation li.active {
color: #fff;
}

.content {
padding: 20px 35px;
}

#bottom-white {
background:url(images/bottom-white.gif) bottom left no-repeat;
height:54px;
}

#footer {
background: #464646;
border-top: 1px solid #323232;
margin: 20px 0 0 0;
padding: 10px 0;
text-align: center;
font-size: 85%;
}

#footer ul {
list-style-type: none;
padding: 0;
}

#footer li {
display: inline;
}

#footer li a {
color: #e9f7b3;
}

#footer li a:hover {
color: #fff;
background: none;
}

div.blue-notice {
  background: #b2cbe7 url(images/blue-notice-top.gif) top left no-repeat;
  padding: 10px 10px 0 10px;
  width: 343px;
  font: 1.0em/1.3em Helvetica, Arial;
  margin:0px;
}

.blue-notice-bottom {
  margin-bottom: 40px;
}

div.blue-notice h2 {
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  font-size: 200%;
  margin-bottom: 0;
}

div.blue-notice p {
  margin-bottom: 0;
}

div.blue-notice p.big {
  margin-top: 30px;
}

div.blue-notice a {
  text-decoration: none;
}


/* TWO COLUMN TABLE */

table.two-cols {
width:100%;
}

table.two-cols td {
vertical-align: top;
padding: 0px 10px 0px 10px;
}

td {
  vertical-align: top;
}

#leftcolumn {
}

#rightcolumn {
width: 363px;
}

/* ---------------- */


/* UTILITIES */

.highlight {
background: #fcffbf;
color: #666;
padding: 3px 6px;
}

p.small {
font-size: 9pt;
margin: 14px 0 0 0;
text-align: right;
position: relative;
right: 10px;
}
