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;
}

/* 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 #A99159;
    display: block;
    float: left;
    height: 269px;
    margin: 41px 0 0;
    position: relative;
    width: 410px;
}

/* right holder - Message, Robot, Try to, Search Form */
.rightHolder {
    display: block;
    float: right;
    height: 351px;
    margin: 150px 0 0 0px;  
    width: 410px;
   	font-family: 'Istok Web',sans-serif;
    font-size: 18px;
}


/* error 404 */
.errorNumber {
    background: url("../images/404.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 137px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: -9999px;
    top: 52px;
    width: 335px;
}

/* try to */

.tryToMessage {
    color: #000000;
    display: block;
    float: left;
   	font-family: 'Istok Web',sans-serif;
    font-size: 18px;
    height: 129px;
    margin: 8px 0 0 10px;
    width: 181px;
}

.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;
}


footer {
    float: left;
    padding: 20px 0 0;
    width: 830px;
}



/* footer copy */
footer p.copy {
    color: #41444b;
    float: left;
    font-family: 'Istok Web',sans-serif;
    font-size: 0.7em;
    margin: 3px 0 0;
    text-align: left;
    width: 300px;
}

/* footer menu */
footer menu {
    float: right;
    margin: 0;
    padding: 0;

    text-align: right;
    width: 500px;
}

footer menu li {
    display: inline;
    font-family: 'Istok Web',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;
}


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;
}