/* CSS Document */

/*******************************************************
	Title:		VEK - 92
	Author:		mARTin Design
	Year:		2009
	
	Stylesheet:	HOME PAGE
	
	LIST OF CONTENTS:
	-----------------
		= ROLLING IMAGES
		
		= BOXES
*******************************************************/





/* *********************************** ROLLING IMAGES */

#rolling_images {
	display:block;
	width:750px;
	height:220px;
	background:url(../images/image_shadow.png) left bottom no-repeat;
}

	#rolling_images img {
		display:none;
	}





/* ******************************************** BOXES */

.boxes {
	width:188px;
	height:178px;
	float:left;
	margin-left:46px;
	display:inline;
}

	.boxes div.box_content {
		width:188px;
		height:178px;
		position:relative;
	}

		.boxes div.box_content h4 {
			width:188px;
			height:27px;
			font:bold 1.4em Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			text-transform:uppercase;
			text-align:center;
			line-height:1.6em;
			padding:0;
		}

		.boxes div.box_content p {
			width:176px;
			height:84px;
			margin:16px 1px 20px 1px;
			padding:5px;
			font:bold 1.3em Arial, Helvetica, sans-serif;
			text-align:justify;
			overflow:hidden;
			line-height:1.6em;
		}

		.boxes div.box_content a {
			float:right;
			display:inline;
			margin:0 1px;
			font:normal 1.2em Arial, Helvetica, sans-serif;
			text-align:right;
			margin-right:5px;
			padding-left:10px;
			background:url(../images/red_arrows.gif) left 60% no-repeat;
			text-transform:lowercase;
		}

		.boxes div.box_content a:hover {
			border-bottom:1px dotted #cc0000;
		}

#brown_box {
	background:url(../images/brown_box.png) 0 0 no-repeat;
}

#green_box {
	background:url(../images/green_box.png) 0 0 no-repeat;
}

#yellow_box {
	background:url(../images/yellow_box.png) 0 0 no-repeat;
}

		#brown_box div.box_content p {
			color:#482800;
		}
		
		#green_box div.box_content p {
			color:#3b4e11;
		}

			#yellow_box div.box_content div.map iframe {
				width:186px;
				height:130px;
				margin:0 1px;
			}