@charset "utf-8";

	.itemdiv { }

	.titleimage { width:723px; height:auto; float:left; margin: 0px 0px 10px 0px; padding:0px; }
	.titleimage img { width:723px; height:100px; float:left; margin:0px; padding:0px; }

	dl.tabs {
		position:relative;
		width:723px;
		height:300px;
		float:left;
	}
		dl.tabs dt {
			display:none!important;
			padding:0px!important;
			border:none;
			color:#333;
			float:left;
			font-size:12px;
			font-weight:100;
			margin: 300px 16px 0px 0px;	
			width:230px;
		}
		
		
		dl.tabs dt img {
			width:230px;
			height:150px;
			float:left;
		}
		
		
		dl.tabs dt span {
		text-align:left;
		width:215px;
		display:block;
		float:left;
		padding: 5px;
		margin: 10px 0px 0px 0px;
		border-left: 5px #005b81 solid;
		font-size:12px;
		font-weight:bold;
		background:#FFFFFF;
		color:#666666;
		}
			
		dl.tabs dt#enddiv 
		{
		width:	230px!important;
		margin:  300px 0px 0px 1px!important;
		}
		
		dl.tabs dd {
			width:723px;
			height:300px;
			background:#ffffff;		
			clear:both;
			display:block;
		}
			
		dl.tabs dd img {
			width:721px;
			height:300px;
			border:#FFF 1px solid;
			margin:0px;
			padding:0px;
			 border-bottom:10px #2582c4 solid;
		}
					
		/* if JS is ACTIVATED, enable new style to dl.tabs */
		dl.tabs.enabled {
			height:300px;
		}
		dl.tabs.enabled dt {
			border-width:0;
			border-style:solid;
			color:#7a7a7a;
			cursor:pointer;
		}
			dl.tabs.enabled dt:hover {
				color:#333;
			}
		dl.tabs.enabled dt.active {
			padding:8px 10px;
			border:none;
			color:#333333;
			cursor:default;
		}
		
		
		dl.tabs.enabled dt.active span {
			color:#FFFFFF;
			background:#005b81;
		}
			dl.tabs.enabled dd {
				position:absolute;
				top:0px;
				left:0;
				margin:0;
				z-index:1;
				clear:none;
			}
			dl.tabs.enabled dd.active {
				z-index:3;
			}
			
			
			#image-1 { background:url(../images/main-image-1.jpg) bottom left no-repeat!important; }
			#image-2 { background:url(../images/main-image-2.jpg) bottom left no-repeat!important; }
			#image-3 { background:url(../images/main-image-3.jpg) bottom left no-repeat!important; }
			#image-4 { background:url(../images/main-image-4.jpg) bottom left no-repeat!important; }
			
			
			
			
			
