/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #e49f59; }

h1 { font-size: 3em; line-height: 1; margin-bottom: .5em; }
h2 { font-size: 2em; line-height: 1.125em; margin-bottom: .5625em; }
h3 { font-size: 1.5em; line-height: 1.5em; margin-bottom: .75em; }
h4, .contact h3
   { font-size: 1.1250em; line-height: 1em; margin-bottom: 1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.125em; }
h6 { font-size: 1em; margin-bottom: 1.125em; }


h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; font-size: .75em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #FF9900; }
a           { color: #FF0000; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; color: #FF9900;}
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0; padding-left: 0; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

li          { padding: 0; margin: 0 0 7px; }

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; font-size: 0.75em; }
table *     { font-size: 100%;}
th          { font-weight: bold; }
thead th    { background: #D79552; }
th,td,caption { padding: 4px 10px 4px 5px; background-color: #1d1d1d; border: 2px solid #000000;}
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* icons
-------------------------------------------------------------- */

.icon-0, .icon-1, .icon-3, .icon-5,
.icon-6, .icon-7, .icon-9, .icon-control,
.icon-buttons, .icon-but-rt, .icon-main-key-lf,
.icon-pound, .icon-main-key-rt, .icon-asterisk, .icon-tank
                  { background: transparent url("../images/icons/sprites.gif") no-repeat 0 0;
                  padding-left: 16px; }
.icon-control, .icon-buttons, .icon-but-rt, .icon-main-key-lf,
.icon-main-key-rt, .icon-tank, .icon-tank
                  { padding-left: 20px; }

.icon-0           { background-position:  0 5px;     }
.icon-1           { background-position:  0 -97px;   }
.icon-3           { background-position:  0 -197px;  }
.icon-5           { background-position:  0 -297px;  }
.icon-6           { background-position:  0 -397px;  }
.icon-7           { background-position:  0 -497px;  }
.icon-9           { background-position:  0 -595px;  }
.icon-control     { background-position:  0 -695px;  }
.icon-buttons     { background-position:  0 -795px;  }
.icon-but-rt      { background-position:  0 -895px;  }
.icon-main-key-lf { background-position:  0 -995px;  }
.icon-pound       { background-position:  0 -1096px; }
.icon-main-key-rt { background-position:  0 -1196px; }
.icon-asterisk    { background-position:  0 -1296px; }
.icon-tank        { background-position:  0 -1398px; }

.hidContent       { display: block; text-indent: -10000px; position: absolute; overflow: hidden;/*for ie 7*/ }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .625em; margin-bottom: .6875em; line-height: 1.125em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.uppercase  { text-transform: uppercase; }
.def        { font-size:0.75em; margin:0 0 1.5em; }

.yellow     { color: #FF9900; }
.red        { color: #FF0000; }
.email      { color: #FF0000; }


.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0 !important; padding-bottom:0; }
.padtop     { padding-top: 9px; }
.padbottom  { padding-bottom: 9px; }
.padbottom_add  { padding-bottom: 12px; }
.textright  { text-align: right; }
.separator  { background: transparent url("../images/base/separator.gif") no-repeat center bottom; padding-bottom: 2.25em; margin-bottom: 2.25em;}
.box        { background-color: #1d1d1d; margin-bottom: 1.5em; padding: 9px; }
.floatright { float: right; }
