html	{
	height:	100%;
	width:	100%;
}
html	{ background: #FFF; }
body	{
	background:		#FFF;
	color:			#000;
	font-size:		75%;
	font-family:	'trebuchet ms', arial, tahoma, sans-serif;
	font-weight:	normal;
	font-style:		normal;
	letter-spacing:	normal;
	text-transform:	normal;
	position:		relative;
	height:			100%;
}


/* Metrics */
#wrapper	{
	background:	#FFF;
	min-height:	100%;
	_height:	auto !important;
	_height:	100%;
	min-width:	970px;
	position:	relative;
	z-index:	10;
	zoom:		1;
	_width:		expression( (document.documentElement.clientWidth < 970) ? '970px' : '100%' );
}
	.main #wrapper	{ background: #000; }
#bg		{
	height:		100%;
	left:		0;
	min-width:	970px;
	overflow:	hidden;
	position:	absolute;
	text-align:	right;
	top:		0;
	width:		100%;
	z-index:	-1;

}
#bg img {
position: absolute;
top: 0;
right: 0;
}

#primary	{
	background:	#E0E0E0;
	height:		34px;
	position:	relative;
	text-align:	center;
}
	.main #primary	{ background:	url('/themes/ac/images/primary.png') 0 0 repeat; }
#container	{
	margin:		0 auto;
	padding:	120px 0 65px;
	position:	relative;
	width:		970px;
}
	.main #container	{ padding-top: 260px; }
#content	{
	clear:		none;
	font-size:	108.5%;
	padding:	0 0 30px 85px;
	position:	relative;
	zoom:		1;
        height: auto !important;
        height: 500px;
        min-height: 540px;
}
#gallery	{
	float:		right;
	width:		485px;
	z-index:	200;
}
#footer	{
	bottom:		0;
	height:		23px;
	left:		50%;
	margin:		0 0 0 -485px;
	padding:	0 0 11px;
	position:	absolute;
	width:		970px;
	z-index:	1000;
}
	#footer .inside	{
		height:		20px;
		padding:	3px 0 0;
		position:	relative;
		zoom:		1;
	}
		#footer  .meter {
			position:	absolute;
			margin: -11px 0 0 853px;
			z-index: 1500;
		}



/* Bg */
#bg img	{ height: 100%; }



/* Primary */
#primary	{
	position:	relative;
	z-index:	1000;
}
	#primary .inside	{
		margin:		0 auto;
		position:	relative;
		width:		970px;
		z-index:	1200;
	}
#primary ul	{
	/*display:	inline-block;
	margin:		0;
	padding:	0;
	z-index:	500;
	zoom:		1;
	//display:	inline;*/
	margin:		0 0 0 -9px;
	padding:	0 0 0 85px;
	position:	relative;
}
	/*.main #primary ul	{ padding-left: 27px; }*/
	#primary ul li	{
		display:	block;
		float:		left;
		font-size:	125%;
		margin:		0;
		padding:	0;
		position:	relative;
	}
	
	#primary ul li.active a{
			background:	#000;
			color:		#fff;
	}
		#primary ul li a	{
			color:		#000;
			display:	block;
			float:		left;
			height:		28px;
			padding:	6px 9px 0;
		}
			.main #primary ul li a	{ color: #FFF; }
		#primary ul ul	{
			background:	#000;
			display:	none;
			left:		9px;
			padding:	8px 0;
			position:	absolute;
			text-align:	left;
			top:		34px;
			z-index:	1000;
		}
			#primary ul li li	{
				float:		none;
				font-size:	87%;
				padding:	0 13px 8px 13px;
			}
				#primary ul li li a	{
					color:			#FFF;
					float:			none;
					height:			auto;
					padding:		0;
					white-space:	nowrap;
				}
				
			/* li:hover */
			#primary ul li:hover a,
			#primary ul li.hovered a	{
				background:	#000;
				color:		#FFF;
			}
				#primary ul li:hover ul,
				#primary ul li.hovered ul	{
					display:	block;
				}


/* Container */
#container	{  }
	#container .icons	{
		left:		85px;
		position:	absolute;
		top:		60px;
		z-index:	300;
	}
		#container .icons img	{ margin-right: 35px; }

	#container .phone	{
		right:		31px;
		position:	absolute;
		top:		30px;
		z-index:	300;
	}
		#container .phone span	{ display: none; }
		.main #container .phone	{ right: 23px; }


/* Content */
#content .text {
				/*width: 90%;*/
				position: relative;
				margin: 0 0 0 0;
				padding: 0 30px 0 0;
}
#content .text p	{ 
				margin-bottom: 8px; 
				line-height: 20px;
			}
#content .text h2	
{ 
				color:			#727272;
				font-size:		140%;
				margin:			30px 0 5px 0;
				text-transform:	uppercase;
}
#content .text h2.index	
{ 
				color:			#FFF;
				font-size:		130%;
				margin:			30px 0 5px 0;
				text-transform:	uppercase;
				font-weight: normal;
				font-style: normal;
}

#content .text .catalog h3	
{ 
				color:			#727272;
				margin:			0 0 15px 0 !important;
				text-transform:	uppercase;
}

#content .text h3
{ 
				color:			#727272;
				font-size:		120%;
				margin:			30px 0 5px 0;
				text-transform:	uppercase;
}
#content .text h3 a
{ 
				color:			#727272;
				text-transform:	uppercase;
}

/**/
#content .text ul.ab {
				margin: 0 0 20px 0;
				padding: 20px 5px 5px 20px;
				background-color: #EEEEEE;
}
#content .text ul.ab li{
				margin: 0 0 10px 0px;
				padding: 0 0 10px 15px;
				background: transparent url(/themes/ac/images/li.gif) no-repeat 0px 5px;
				list-style-type: none;
				line-height: 18px;
			/*	border-bottom: 1px solid #C9C9C9;*/
}

/**/
#content .text table {
				margin: 10px 0 10px 0;
}
#content .text table, #content .text table tr, #content .text table tr td{
				border-collapse: separate;
				
}
#wrapper #container #content .text table td{
				vertical-align: middle;
}
#wrapper #container #content .text table td{
				border-bottom: 1px solid #727272;
}

#wrapper #container #content .text .hidden .hidden_in {
	padding: 0 20px 0 0;
}

#wrapper #container #content .text .hidden .hidden_in table,
#wrapper #container #content .text .hidden .hidden_in table tr,
#wrapper #container #content .text .hidden .hidden_in table td,
#wrapper #container #content .text .hidden .hidden_in table tr td{
				border-bottom: 1px solid #727272;
				background-color: #EEEEEE;
				padding: 0 0 0 13px;
}

#content .text table p
{ 
				margin: 0 0 0 0;
				padding: 10px 0px 15px 0px;

}
/**/
#wrapper #container #content .text table.noborder tr, #wrapper #container #content .text table.noborder tr td
{
				border: none;
}
#wrapper #container #content .text table.noborder img
{
				padding: 5px;
				margin: 0px 0px 0px 0px;
				border: 1px solid #727272;
}

/**/
#content .text .quest {
				margin: 0 0 20px 0;
				padding: 20px 5px 5px 20px;
				background-color: #EEEEEE;
}


/**/
#content .text .hidden {
		margin-bottom: 12px;
	}
	
	#content .text .hidden a.hidden-a {
		color: #727272;
		font-size:13pt;
		text-decoration: none;
		border-bottom: 1px dashed #727272;
	}
	#content .text .hidden .hidden_in {
		margin: 10px 0 0 0;
	}
	
		#content .text .hidden .hidden_in table {
			margin: 10px 0 40px 20px;
		}



/**/
#content .text ul.catalog {
		margin: 0;
		padding: 0;
}
#content .text ul.catalog li {
				zoom:1;
				list-style: none;
				display: block;
				width: 100%;
				float: none;
				overflow: hidden;
}
#content .text ul.catalog li img{
				padding: 5px;
				margin: 10px 20px 15px 0;
				border: 1px solid #727272;
				float: left;
}

#content #header	{
	margin:		0 0 0 -85px;
	padding:	0 0 0 85px;
	position:	relative;        
        width: 400px;
}
#content h3.logo_title	{
	background:		url('/themes/ac/images/logo_title.png') 0 0 no-repeat;
	padding-bottom:	24px;
	border-bottom:	2px solid #C9C9C9;
	height:			45px;
	margin:			0 0 16px;
	width:			396px;        
}

#content .logo_title span	{ display: none; }

#logotype	{
	background:	url('/themes/ac/images/logo.png') 0 0 no-repeat;
	left:		14px;
	margin:		0;
	position:	absolute;
	top:		0;
}
	#logotype a	{ display: block; height: 55px; width: 53px; }
	#logotype span	{ display: none; }

#content .title	{
	clear:			left;
	color:			#727272;
	font-size:		200%;
	margin:			0 0 15px;
	text-transform:	uppercase;
}

#content .title-wrap	{
	padding:	0 0 21px;
	position:	relative;
	text-align:	center;
	zoom:		1;
}
	#content .title-wrap .title	{
		border:			1px solid #B3B3B3;
		display:		inline-block;
		margin:			0;
		padding:		8px 13px 4px;
		position:		relative;
		zoom:			1;
		//display:		inline;
	}
		#content .title span	{
			background:	url('/themes/ac/images/decor_down.png') 0 0 no-repeat;
			bottom:		-8px;
			display:	block;
			height:		8px;
			left:		50%;
			margin:		0 0 0 -8px;
			position:	absolute;
			width:		13px;
			_top:		100%;
			_margin-top:1px;
		}
		
	

#content .title-wrap1	{
	padding:	0 0 21px;
	position:	relative;
	text-align:	center;
	zoom:		1;
	width: 40%;        
}
	#content .title-wrap1 .title1	{
		border:			1px solid #B3B3B3;
		display:		inline-block;
		margin:			0;
		padding:		8px 13px 4px;
		position:		relative;
		zoom:			1;
		//display:		inline;
	}
		#content .title1 span	{
			background:	url('/themes/ac/images/decor_down.png') 0 0 no-repeat;
			bottom:		-8px;
			display:	block;
			height:		8px;
			left:		50%;
			margin:		0 0 0 -8px;
			position:	absolute;
			width:		13px;
			_top:		100%;
			_margin-top:1px;
		}
		
		
#content .title1	{
	clear:			left;
	color:			#727272;
	font-size:		200%;
	margin:			0 0 15px;
	text-transform:	uppercase;
}



		
		
#secondary	{
	margin:		0 0 15px -7px;
	position:	relative;        
        
}
	#secondary table, #secondary tbody,
	#secondary td, #secondary tr	{
		border:	0;  width: 45%;
	}
		#secondary td	{ padding: 0; vertical-align: top;}
		#secondary .left	{ padding-right: 30px; }
	
	#secondary ul, #secondary li	{ margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
	#secondary ul	{
		display:	block;
		float:		left;
	}
		#secondary ul li	{ padding-bottom: 8px; }
			#secondary ul li a	{
				color:			#6C6C6C;
				padding:		2px 7px 3px;
			}
				#secondary ul li a:hover	{
					background:	#000;
					color:		#FFF;
				}
				#secondary ul li.active a {
					background:	#000;
					color:		#FFF;
				}



/* Gallery */
#gallery	{
	overflow:	hidden;
	text-align:	center;
	position: relative;
}
#cwrap	{
	background:	url('/themes/ac/images/down.gif') center 100% no-repeat;
	padding:	1px 0 23px;
	position:	relative;
	zoom:		1;
}
	#cwrap .button	{
		cursor:		pointer;
		display:	block;
		height:		18px;
		position:	absolute;
		width:		10px;
		top:		37px;
	}
                #cwrap .next img,
                #cwrap .prev img {
                    display: none;
                }
		#cwrap .next	{ background: url('/themes/ac/images/buttons.gif') 0 0 no-repeat #060; right: 8px; }
		#cwrap .prev	{ background: url('/themes/ac/images/buttons.gif') 0 -18px no-repeat #600; left: 8px; }
                #cwrap .next.hover {
                     background: url('/themes/ac/images/next-hover.gif') 0 0 no-repeat transparent;                     
                }
                #cwrap .prev.hover {
                    background: transparent url('/themes/ac/images/prev-hover.gif') no-repeat 0 0;
                }

	#cwrap .carousel	{
		cursor: pointer;
		background:	#FFF;
		border:		1px solid #999999;
		display:	inline-block;
		padding:	5px 0 5px 5px;
		zoom:		1;
		width: 416px;
		//display:	inline;
	}
		#cwrap .carousel li	{ padding-right: 5px; }
		#cwrap .carousel img	{ display: block; }
			#cwrap .carousel a.active img { opacity: 0.3; filter: alpha(opacity = 30) }

#iwrap	{
	padding:	0 0 20px;
	position:	relative;
}
	#iwrap .elem	{
		display:	none;
	}
		#iwrap .elem .image	{
			background:	#FFF;
			border:		1px solid #999999;
			display:	inline-block;
			padding:	5px;
			zoom:		1;
			//display:	inline;
		}
			#iwrap .elem .image img	{ display: block; }
		#iwrap .elem .info	{
			color:		#4C4C4C;
			display:	block;
			margin-top:	6px;
		}


/* Main content */
#container .container-inside	{
	
}
.main #content	{
	background:	url('/themes/ac/images/black.png') 0 0 repeat;
	color:		#FFF;
	font-size:	117%;
	margin:		0 0 0 58px;
	padding:	28px 27px;
	position:	relative;
	width:		576px;
}
	.main #content .logo_title	{
		background:		url('/themes/ac/images/logo_title_main.png') 0 0 no-repeat;
		padding-bottom: 25px;
		border-bottom:	1px solid #FFF;
		height:			65px;
		margin:			0 0 32px 0;
		width:			100%;
	}
	.main #content p	{
		margin-bottom:	5px;
	}



/* Footer */
.main #footer .inside	{
	background:		url('/themes/ac/images/black.png') 0 0 repeat;
	color:			#FFF;
	margin-left:	58px;
	width:			630px;
}
	#footer .copy	{
		float:			left;
		margin-left:	85px;
	}
		.main #footer .copy	{ margin-left: 25px; }
	#footer .author	{ margin-left: 60px; }
		.main #footer .author	{
			float:			right;
			margin-right:	40px;
		}
		.main #footer .author a	{ color: #FFF; }
		
		
		


.form {
    width: 400px;
    margin: 0;
    padding: 0;
}
.form .simple{
	padding: 4px;
}
.form .simple label{
	display: block;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding: 4px 0 4px 0;
}
.form .simple input {
	width: 100%;
}
.form .simple a:hover {
	color: #000;
}
.form .simple textarea {
	width: 100%;
	height: 150px;
}
#content .form .simple table,
#content .form .simple table tr,
#content .form .simple table tr td {
        border: none;
}
#content .form .simple table tr td input {
        width: 100%;
}
.form .action {
	padding: 0px 0 15px 0;        
}
.form .action input {
        border: none;
        
        background: #000;
        color: #fff;
        padding: 4px 4px 4px 4px;
        cursor: pointer;
}
.form .action input:active {
        margin: 2px -2px -2px 2px;
}


.form .errorSummary {
    background-color: #EEEEEE;
    padding: 10px;
    margin:10px 0;
}
.form .errorSummary p {
    font-weight: bold;
}
.form .errorSummary ul li {
    line-height: 18px;
}

/* news */
dl.news {
    padding: 20px 0 10px;
}

dl.news dt {
    font-size: 12px;
    font-style: italic;
    color: #6C6C6C;
}
dl.news dd {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #C9C9C9;
}
dl.news dd a.header {
    display: block;
    font-size: 16px;
    color: #6C6C6C;
    padding: 4px 0 5px;
}
dl.news dd h3 {
    margin: 0 !important;
    padding: 0 !important;
}



ul.news-pager {
    padding: 0;
    margin: 0;
    
    width: 45%;
    overflow: hidden;
    *zoom: 1;
    list-style-type: none;
}
ul.news-pager li {
    float: left;
    padding: 0 0 0 0;
    margin: 0 15px 0 0;
}
ul.news-pager li a {
    padding: 6px 6px 4px 6px;
}
ul.news-pager li.page a:hover,
ul.news-pager li.page.selected a {
    color: #fff;
    background: #000;
    text-decoration: none;
}
ul.news-pager .first,
ul.news-pager .last,
ul.news-pager .previous span,
ul.news-pager .next span {
    display: none;
}
ul.news-pager .previous a {
    display: block;
    width: 18px;
    height: 20px;
    background: transparent url(../images/pager/prev.gif) no-repeat top left;
    padding: 0;
    margin: 0;
}
ul.news-pager .next a {
    display: block;
    width: 18px;
    height: 20px;
    background: transparent url(../images/pager/next.gif) no-repeat top left;
    padding: 0;
    margin: 0;
}
ul.news-pager .previous a:hover {
    background: transparent url(../images/pager/prev-hover.gif) no-repeat top left;
}
ul.news-pager .next a:hover {
    background: transparent url(../images/pager/next-hover.gif) no-repeat top left;
}


