/* Author: Milantex - Milan Tair
 * Client: Act Audio
 */

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

ul {
	margin-left: 20px;
}

p {
	margin-bottom: 5px;
}

body {
	text-align: center;
	font-family: Calibri;
	background-color: #f3f3f3;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	background-position: 130px;
}

#strip {
	background-image: url(images/site_background_black_strip.png);
	background-repeat: repeat-x;
}

	#wrapper { 
		background-color: #fff;
		text-align: left;
		display: inline-block;
		width: 700px;
		border-left: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
	}

		#header { 
			height: 130px;
			background-color: #000000;
		}
		
			#logo {
				width: 340px;
				margin-left: 10px;
				height: 130px;
				float: left;
				background-image: url(images/act_audio_logo_on_white.png);
				background-repeat: no-repeat;
				background-position: center;
			} 
			
			#motto {
				width: 285px;
				height: 50px;
				float: left;
				padding: 40px 30px;
				font-size: 17px;
				color: #f9da09;
				text-align: center;
			}

		#slider {
			height: 320px;
			position: relative;
		}
			#left_arrow { 	
				background-image: url(images/arrow_left.png);
				background-repeat: no-repeat;
				background-position: center;
				margin-left: -20px;
				margin-top: 150px;
				cursor: pointer;
				height: 17px;
				float: left;
				width: 9px;
			} 
			
			#right_arrow {
				background-image: url(images/arrow_right.png);
				background-repeat: no-repeat;
				background-position: center;
				margin-right: -20px;
				margin-top: 150px;
				cursor: pointer;
				height: 17px;
				float: right;
				width: 9px;
			} 
			
			#slides {
				width: 700px;
				height: 320px;
				position: absolute;
				border-top: 1px solid #E0E0E0;
				border-bottom: 1px solid #E0E0E0;
			}
			
			#slides ul {
				list-style: none;
				position: relative;
				margin: 0px;
				padding: 0px;
			}

				#slides ul li {
					position: absolute;
					width: 700px;
					height: 320px;
					bottom: 0px;
					right: 0px;
					left: 0px;
					top: 0px;
					opacity: 0.0;
					display: none;
				}

				#slides ul li.active {
					display: block;
				}

				#slides ul li:first-child {
					opacity: 1.0;
					display: block;
				}

					#slides ul li a { }

						#slides ul li a img {
							width: 700px;
							height: 320px;
							border: none;
						}
		
		#navigator { 
			height: 47px;
			background-color: #efefef;
		}
		
			#navigator ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
				
			}

				#navigator ul li { }

					#navigator ul li a {
						float: left;

						/* background-image: url(images/navigator_inactive_background_block.png); */
						background-position: 0px;
						color: #2a2a2a;

						text-align: center;
						padding-top: 16px;
						font-weight: bold;
						font-size: 14px;
						height: 30px;
						width: 116px;
					}
					
					#navigator ul li a.two_lines {					
						padding-top: 7px;
						height: 39px;
					}

					#navigator ul li a:hover {
						border-radius: 30px;
						text-decoration: underline;
					}

					#navigator ul li a.active {
						border-radius: 30px;
						background-color: #FFDB0F;
						background-image: none;
						background-position: 0px;
						color: #222;
					}
					
					#navigator ul li:last-child a {
						width: 120px;
					}

		#content { 
			padding: 15px 20px;
		}

			#content a {
				color: #ffdb0f;
				font-weight: bold;
			}

			#page_title {
				font-weight: bold;
				font-size: 24px;
				color: #2a2a2a;
			}
			
			#page_content { 
				margin-top: 10px;
				font-size: 16px;
				min-height: 250px;
			}
			
			#image_gallery_link_holder { 
				margin-top: 10px;
			}
				
		#footer { 
			height: 90px;
			background-image: url(images/footer_background.png);
			background-repeat: repeat-x;
			color: #111;
		}

			#footer a {
				color: #000;
				text-decoration: none;
			}

			#footer a:hover {
				text-decoration: underline;
			}

			#footer	strong {
				color: #000;
			}
		
			#footer_left { 
				float: left;
				width: 230px;
				padding-left: 20px;
				padding-top: 15px;
			}
			
			#footer_middle { 
				float: left;
				width: 200px;
				height: 48px;
				text-align: center;
				background-image: url(images/act_audio_logo_on_black.png);
				background-repeat: no-repeat;
				background-position: center;
				margin-top: 20px;
			}
						
			#footer_right { 
				float: right;
				width: 230px;
				text-align: right;
				padding-right: 20px;
				padding-top: 15px;
			}
