/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, menu, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
        outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul, menu {
	list-style: none;
}
table {
        border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:hover, a:active {
	text-decoration:none;
}

/******************************************************************************/
body, html {
  width:100%;
  margin:0 auto;
  padding:0;
}

body {
  /*background: #f2f2f2 url("images/background.png") top left;*/
  background-color: #f2f2f2;
}

/* page wrappers **************************************************************/

/* page Wrapper */
.wrapper { 
  width:100%;
  margin:-200px auto 0;
  display:table;
  position:absolute;
  top:50%;
  background: url("images/container_background.png") repeat-x scroll left top transparent;
}

/* content wrapper */
.mainWrapper {
  margin: 0 auto;
  position: relative;
  width: 830px;	
}

/* main holders */
/* left holder - Logo, 404 Error */
.leftHolder {
  border-right: 1px solid #666666;
  display: block;
  float: left;
  height: 269px;
  margin: 41px 0 0;
  position: relative;
  width: 410px;
}

/* right holder - Message, , Try to, Search Form */
.rightHolder {
  display: block;
  float: right;
  height: 351px;
  margin: 0 0 31px;
  width: 410px;
}

/* your logo 
.logo {
  background: url("images/logo.png") no-repeat scroll left top transparent;
  display: block;
  height: 40px;
  margin: -120px 0 0;
  text-indent: -9999px;
  width: 128px;
}*/

/*  message holder 
.message {
  background: url("images/message_stick.png") no-repeat scroll 41px 100% transparent;
  display: block;
  float: right;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: -30px 0 30px;
  overflow: hidden;
  padding: 0 0 10px;
  position: relative;
}*/
/*  message text 
.message p {
  background: none repeat scroll 0 0 #41444B;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  padding: 10px;
  width: 319px;
}*/

/* error 404 */
.errorNumber {
  background: url("images/404.png") no-repeat scroll left top transparent;
  color: #FFFFFF;
  display: block;
  float: left;
  height: 211px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  top: 52px;
  width: 400px;
}

/* try to */
.tryToMessage {
    color: #000000;
    display: block;
    float: left;
   	font-family: 'Roboto',sans-serif;
    font-size: 18px;
    height: 105px;
    margin: 102px 0 0 10px;
    width: 500px;
}
  .tryToMessage ul {
      font-size: 16px;
      margin: 0;
      padding: 10px 0 0 0;
      text-align: left;
  }
    .tryToMessage ul li {
        background: url("images/list_bullet.png") no-repeat scroll left top transparent;
        display: block;
        margin: 0 0 0 10px;
        padding: 4px 0 4px 10px;
    }
      .tryToMessage ul li a {
      	color:#6b571c;
      }
        .tryToMessage ul li a:hover {
        	color:#261f09;
        }

/*search holder 
.search {
  float: right;
  height: 36px;
  text-align: left;
  width: 339px;
  position:relative;
}
.errorSearch {
  background: none repeat scroll 0 0 #CB0101;
  color: #FFFFFF;
  display: block;
  font-family: 'Chivo',sans-serif;
  font-size: 13px;
  left: 13px;
  padding: 5px;
  position: absolute;
  top: 36px;
  display:none;
}
*/

/*footer {
  float: left;
  padding: 20px 0 0;
  width: 830px;
}
footer p.copy {
  color: #41444b;
  float: left;
  font-family: 'Roboto',sans-serif;
  font-size: 0.7em;
  margin: 3px 0 0;
  text-align: left;
  width: 300px;
}
footer menu {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 500px;
}
footer menu li {
  display: inline;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  padding: 0 8px;
}
footer menu li a {
	color:#41444b;
}
footer menu li a:hover {
	color:#8e9519;
}
footer menu li.last {
	margin-right:0;
	padding-right:0;
}
*/


/* BACKGROUNDS 
body.square {
    background:url("images/background_square.png") top left !important;
}

body.hash {
    background:url("images/background_hash.png") top left !important;
}

body.rhash {
    background:url("images/background_rhash.png") top left !important;
}

body.dline {
    background:url("images/background_dline.png") top left !important;
}

body.line {
    background:url("images/background_line.png") top left !important;
}

body.vline {
    background:url("images/background_vline.png") top left !important;
}*/