/*--------------- Global Reset Start ------------------*/


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, img, ins, kbd, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}

/*body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*--------------- Global Start ------------------*/


body {
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eaebed;
	background: #000 url(../images/bg-footer.gif) left bottom repeat-x;
}

p, h1, h2, h3, ins, del, form, span {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}

ul, li, dt, dd, dl {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

/*dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}*/

input, select, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
	font-family: "lucida sans unicode";
	font-style: normal;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #eaebed;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin-top: 10px;
	line-height: 20px;
}

.centralizer {
	width: 960px;
	margin: 0 auto;
}


/*--------------- Main Contents Start ------------------*/


.main-wrapper {
	background-color: #000;
	float: left;
	width: 100%;
}

.wrap-outer {
	width: 960px;
	float: left;
}

.logo-menu {
	width: 960px;
	float: left;
	position: relative;
	height: 80px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	margin: 20px 0;
	text-align: right;
}

.logo-menu div {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.logo-menu div a {
	text-transform: uppercase;
}

.wrap-4pics-index {
	width: 960px;
	float: left;
	position: relative;
	height: 470px;
}

.wrap-4pics-index div {
	position: absolute;
	top: 0;
	width: 220px;
}

.wrap-4pics-index div a {
	width: 210px;
	display: block;
	height: 312px;
	position: absolute;
	left: 5px;
	top: 5px;
}

.wrap-4pics-index div a:hover {
	width: 206px;
	border: 2px solid #fff;
	height: 308px;
}

.wrap-4pics-index div.ap { left: 0; }
.wrap-4pics-index div.np { left: 246px; }
.wrap-4pics-index div.hr { right: 246px; }
.wrap-4pics-index div.fr { right: 0; }



.under-construction {
	position: absolute;
	background: url(../images/under-construction.png) 0 0 no-repeat;
	height: 27px;
	left: 0;
	top: 370px;
	display: block;
	padding-left: 490px;
}

.under-construction a {
	width: auto;
	display: block;
	height: auto;
	position: static;
	left: auto;
	top: auto;
	color: #fff;
	padding-top: 10px;
	font-size: 14px;
}

.under-construction a:hover {
	width: auto;
	display: block;
	border: none;
	height: auto;
}

.footer {
	width: 100%;
	background: url(../images/bg-footer.gif) left bottom repeat-x;
	padding-top: 75px;
	float: left;
	position: relative;
	color: #6f461d;
	height: 25px;
}

.footer-art {
	position: absolute;
	background: url(../images/footer-art.png);
	width: 567px;
	height: 100px;
	right: 0;
	bottom: 0;
}

.footer .centralizer {
	position: relative;
}

.footer a, .footer a:hover {
	color: #000;
}


#demo-bar {
	width: 100%;
	height: 100px;
	left: 0;
}