/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */
body {
	background:#0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#656565;
}
html {
	min-width:980px;
}
html, body {
	height:100%;
}
/* Global Structure ============================================================= */
#main {
	position:absolute;
	z-index:1000;
	min-height:100%;
	height:auto!important;
	height:100%;
	width:100%;
}
.container {
	margin:0 auto;
	width:945px;
	font-size:.875em;
}
/* Header */
header .container {
	height:274px;
	position:relative;
	z-index:10;
}
/* Footer */
footer {
	position:absolute;
	left:50%;
	margin-left:-473px;
	bottom:0;
	width:945px;
	height:70px;
	overflow:hidden;
	font-size:.786em;
	line-height:1.2em;
}
footer .container {
	height:70px;
	border-radius:20px 20px 0px 0px;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-radius:20px 20 px 0px 0px;
	background-color: rgba(0, 0, 0, 0.88) !important;
	background-color:#000;
	behavior: url(js/PIE.htc);
	position:relative;
}
/* Left & Right alignment */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
}
fieldset {
	border:0;
}
/*----- lists -----*/

nav ul li {
	float:left;
	margin-left:7px;
	position:relative;
}
nav ul li:first-child {
	margin:0;
}
nav ul li a {
	display:block;
	background-image:url(../images/nav-tail.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.786em;
	line-height:5em;
	text-transform:uppercase;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:3px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:3px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 4px 0 rgba(0, 0, 0, 0.5);
	behavior: url(js/PIE.htc);
	position:relative;
	width:151px;
	height:54px;
	text-align:center;
}
nav ul li a:hover,  nav ul li.current a {
	background-image:url(../images/nav-act.gif);
	color:#000;
	text-shadow:1px 1px 0 #fff;
}
nav ul li div {
	background:url(../images/submenu-top.png) no-repeat center top;
	padding-top:11px;
	position:absolute;
	left:-30px;
	top:52px;
	display:none;
	width:210px;
}
nav ul li ul {
	background:url(../images/submenu-tail.gif) repeat-x left top #1f1f1f;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 1);
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 1);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 1);
	behavior: url(js/PIE.htc);
	padding:25px 0 10px 0;
}
nav ul li div.active {
	display:block;
}
nav ul li ul li {
	float:none;
	margin:0;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
nav ul li ul li a,  nav ul li.current ul li a {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);
	font-weight:normal;
	background:none;
	width:auto;
	color:#fff;
	height:25px;
	line-height:1.2em;
	text-align:left;
	text-indent:22px;
	text-shadow:0 0 0 #fff;
}
nav ul li.current ul li a:hover,  nav ul li ul li a:hover {
	background:none;
	text-shadow:0 0 0 #fff;
	color:#fff;
	text-decoration:underline;
}
.list {
	padding-bottom:22px;
}
.list li {
	padding:0 0 14px 28px;
	background:url(../images/marker.gif) no-repeat left top;
}
.list li a {
	color:#fff;
}
.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:25px;
}
.list1.alt li {
	padding:30px 0 0 0;
}
.list1.alt li:first-child {
	padding:0;
}
.list1.alt li p {
	margin-bottom:20px;
}
.list1 li img {
	float:left;
	margin-right:19px;
}
.list1 li p {
	margin:0;
}
.list2 li {
	padding-top:40px;
}
.list2 li:first-child {
	padding:0;
}
.list2 li p {
	margin-bottom:15px;
}
/*----- other -----*/
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	line-height:1.5em;
}
.img-box img {
	float:left;
	margin:0 20px 0 0;
}
.extra-wrap {
	overflow:hidden;
}
p {
	margin-bottom:35px;
	line-height:1.5em;
}
dl {
	line-height:1.5em;
	padding-bottom:7px;
}
dl dt {
	color:#fff;
	padding-bottom:4px;
}
dl dd {
	padding-bottom:20px;
}
.address span {
	float:right;
}
/*----- txt, links, lines, titles -----*/
a {
	color:#656565;
	outline:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	text-indent:-9999px;
}
h1 a {
	position:absolute;
	left:-35px;
	top:10px;
	width:350px;
	height:146px;
	background:url(../media/logo_acr.png) no-repeat left top;
}
h2 {
	font-size:36px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:27px;
}
h5 {
	color:#fff;
	font-size:1em;
	line-height:1.286em;
	font-weight:normal;
	margin-bottom:5px;
}
h5 span {
	color:#979696;
	text-transform:uppercase;
	display:block;
	font-size:.786em;
	line-height:1.8em;
}
.link1 {
	display:inline-block;
	color:#000;
	text-decoration:none;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(js/PIE.htc);
	position:relative;
	font-size:.786em;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #fff;
	background:url(../images/link1-tail.gif) repeat-x left top;
	padding:9px 19px;
}
.link1:hover {
	background:#c1c1c1;
}
.line-ver {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	background-position:518px 0;
	width:100%;
}
.line-ver1 {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	background-position:350px 0;
	width:100%;
}
/*==================boxes====================*/
.box {
	background:#171717;
	width:100%;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior: url(js/PIE.htc);
	position:relative;
}
.box .inner {
	padding-left:40px;
	padding-right:30px;
}
/*===== header =====*/
header nav {
	position:absolute;
	left:0;
	top:185px;
}
/*===== content =====*/
#content .indent {
	padding-top:45px;
	padding-bottom:55px;
}
#content .indent1 {
	padding-top:42px;
}
#content {
	padding-bottom:80px;
}
#content nav {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-470px;
}
/*===== footer =====*/
footer .inside {
	padding:17px 30px 0 30px;
}
footer, footer a {
	color:#fff;
}
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer ul {
	float:right;
	position:relative;
	top:3px;
}
footer ul li {
	float:left;
	margin-left:10px;
}
footer ul li a {
	color:#626262;
	text-decoration:none;
	display:block;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	position:relative;
	behavior: url(js/PIE.htc);
	padding:7px 12px;
}
footer ul li a:hover,  footer ul li.current a {
	color:#fff;
	text-decoration:none;
	background-color:#212121;
}
/*----- forms -----*/

#contacts-form .rowElem {
	height:26px;
	width:100%;
	overflow:hidden;
}
#contacts-form label {
	float:left;
	width:69px;
	padding-top:2px;
}
#contacts-form input, #contacts-form textarea {
	background:#232323;
	border:1px solid #a4a4a4;
	padding:1px 0 1px 3px;
	float:left;
	width:238px;
}
#contacts-form input {
	vertical-align:top;
	line-height:1.2em;
}
#contacts-form textarea {
	height:239px;
	overflow:auto;
	margin-bottom:25px;
}
/*==========================================*/

/*--- CAROUSEL ---*/    
/*
 * Required 
*/
.cont {
	height:180px;
	overflow:hidden;
	position:relative;
	width:423px;
	left:29px;
}
.slides {
	position:absolute;
	top:0;
	left:0;
}
.slides div.slide {
	position:absolute;
	top:0;
	left:0;
	width:136px;
	height:137px;
	display:none;
}
/*
 * Optional
*/
#loopedCarousel {
	width:486px;
	height:137px;
	overflow:hidden;
	position:relative;
	clear:both;
}
ul.pagination {
	list-style:none;
	padding:0;
	margin:0;
}
.previous, .next {
	width:25px;
	height:43px;
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	background-position:left top;
	top:51px;
}
.previous {
	background-image:url(../images/prev1.gif);
	left:0;
}
.next {
	background-image:url(../images/next1.gif);
	right:0;
}
