/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display :block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}



/***************************************
* Structure
***************************************/

body {
  background-color: #000;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Serif;
}

header {
  height: 120px;
}

#content {
  padding: 37px 0;
  background: url('../gfx/bg-texture.jpg');
  position: relative;
}

.contacts {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}



/***************************************
* Header
***************************************/

h1.main-logo {
  width: 324px;
  height: 120px;
  text-indent: -9999px;
  background: url('../gfx/main-logo.png') transparent no-repeat;
  display: block;
  margin: 0 auto;
}



/***************************************
* Content - Bands
***************************************/

.white-band {
  width: 338px;
  height: 244px;
  background-color: #f2f2f2;
  border: solid #b5b5b5;
}

.background-band {
  width: 100%;
  border-width: 1px 0;
  position: absolute;
  top: 77px;
  left: 0;
}

.band-left {
  margin: 40px 0 0;
  border-width: 1px 1px 1px 0;
  float: left;
}

.band-left img {
  margin: 7px 0;
  float: right;
}

.band-right {
  margin: 40px 0 0;
  border-width: 1px 0 1px 1px;
  float: left;
}

.band-right img {
  margin: 7px 0;
  float: left;
}



/***************************************
* Content - Shadow
***************************************/

.shadow {
  position: absolute;
  top: 0;
}

.shadow-left {
  left: 309px;
}

.shadow-right {
  right: 309px;
}



/***************************************
* Content - Info
***************************************/

.info {
  width: 322px;
  height: 386px;
  text-align: center;
  text-transform: uppercase;
  background: url('../gfx/bg-texture.jpg');
  float: left;
}

.info h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 54px 0 54px;
}

.info p {
  font-size: 17px;
  margin: 0 0 34px;
  line-height: 24px;
}

.info a,
.info a:link,
.info a:visited,
.info a:hover {
  color: #fff;
  width: 229px;
  height: 49px;
  font-size: 17px;
  line-height: 49px;
  text-decoration: none;
  background: url('../gfx/restricted-area.png');
  display: block;
  margin: 54px auto 0;
}