/*
Design by Eight Bit.
http://www.8-bit.co.uk
All rights reserved by their respective owners.

Don't panic.
*/

/***** Global Elements *****/
html, body { border:0; margin:0; padding:0; }
body { font:12px Arial, Helvetica, sans-serif; background: #fbfbfb;}

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:normal;}
p, ul, ol { margin:0; padding:0;}
ul, ol { padding:0 0 0; }
form { margin:0; padding:0; display:inline;}
table { border:0; margin:0 0 10px 0; padding:0 }
textarea { width:100%; line-height:1.25; }
label { cursor:pointer; }

small { font-size:10px;}
img { border:0;}
a img { border:0 }

a, a:link, a:visited { text-decoration:underline;}
a:hover {text-decoration: none;}

/***** Global Classes *****/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear { display: inline-block; }
html[xmlns] .clear { display: block;}
* html .clear { height: 1%;}

.leftAlig { float:left; }
.rightAlig { float:right; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.imgLeft { float:left;margin:10px 10px 10px 0px; }
.imgRight { float:right;margin:10px 0px 10px 10px; }
.nopadding  { padding:0; }
.noindent { margin-left:0;padding-left:0; }
.noList { list-style:none;list-style-image:none; }

#cont {width: 520px; margin: 150px auto; background: url(../img/contbg.png) no-repeat center top; padding: 45px 45px; text-align: center;}
#cont h1 { width: 369px; padding: 0px 0px 30px; border-bottom: 1px dotted #727272; margin: 0 auto;}
#cont h1 a { display: block; text-indent: -5000px; width: 319px; height: 84px; background-image:url(../img/logo-sprite.png); background-repeat: no-repeat; margin: 0px auto;}
#cont h1 a  {background-position: 0 0;}
#cont h1 a:hover {background-position: 0 -87px;}
#cont h1 a:active {background-position: 0 -87px;}
#cont #soon {width: 369px; margin: 0 auto; border-bottom: 1px dotted #727272; padding: 10px 0px;}
#cont #soon p {margin: 20px 0px; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #777777;}
#cont #contact {width: 369px; margin: 0 auto 60px; padding: 25px 0px 0px; font-family:Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #9d9d9d;}
#cont #contact a {color: #9d9d9d;}
#tradeDrop { background: #fff; padding: 20px; margin: 0px 21px 0px 22px; text-align: left; font-size: 11px; display: none; border-bottom: 5px solid #bbbbbb; border-left: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb;}
#tradeDrop p { font-family:Georgia, "Times New Roman", Times, serif; text-align: center; color: #777777; font-size: 13px; padding: 0px 0px 10px; margin: 0px auto 10px; border-bottom: 1px dotted #727272; width: 369px}
#tradeDrop p.last {padding: 0px; margin: 0px auto; border-bottom: none;}
#tradeDrop p span {font-size: 11px; display: block; margin: 2px 0px 0px; color: #6b9b2b;}
#tradeDrop p span a {color: #6b9b2b; text-decoration: none;}
#tradeDrop p span a:hover { text-decoration: underline;}
#tradeBut {padding: 0px 22px;}
#tradeBut a { display: block; text-indent: -5000px; width: 130px; height: 26px; background-image:url(../img/dropsprite.png); background-repeat: no-repeat;}
#tradeBut a  {background-position: 0 0;}
#tradeBut a:hover {background-position: 0 -26px;}
#tradeBut a:active {background-position: 0 -26px;}

