/*
CSS Credit: Abhishek Kumar Sinha
*/

a:link, a:visited   { color: #FF8040; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #dd0034; text-decoration: underline;}



@-webkit-keyframes LoopImgFadeInOut {
    0% {opacity: 1;}
    20% {opacity: 1;}
    75% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes LoopImgFadeInOut {
    0% {opacity: 1;}
    20% {opacity: 1;}
    75% {opacity: 1;}
    100% {opacity: 0;}
}


.LoopImg {
  position:relative;
  height:300px;
  width:600px;
  
}

.LoopImg img {
    position:absolute;
    
    -webkit-animation-name: LoopImgFadeInOut;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 80s;
	
    animation-name: LoopImgFadeInOut;
    animation-iteration-count: infinite;
    animation-duration: 80s;
}


#img1 {}

#img2 {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}
#img3 {
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
}
#img4 {
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
}
#img5 {
    -webkit-animation-delay: -20s;
    animation-delay: -20s;
}
#img6{
    animation-delay: -25s;
	-webkit-animation-delay: -25s;
}
#img7 {
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
}
#img8 {
    -webkit-animation-delay: -35s;
    animation-delay: -35s;
}




.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.button a{
	clear: both;
	display: block;
	width: 86px;
	height: 22px;
	padding: 4px 0 0 0;
	
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #f8e392;
	background: url(images/button_hover.png) no-repeat;

}

.button a:hover {
	color: #d20030;
	background: url(images/button.png) no-repeat;
}


#integus_wrapper {
	width: 650px;
	margin: 0 auto;
}

#integus_left_column {
	float: left;
	width: 250px;
}

#integus_left_column #site_title {
	width: 200px;
	height: 156px;
	padding: 50px 0 0 50px;
	margin-bottom: 20px;
	background: url(images/site_title.png) repeat;
}

#site_title  #site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	font-size: 14px;
	color: #C30;
	font-weight: normal;
	margin-top: 10px;
	letter-spacing: 2px;
	background: url(images/site_header_under.png) no-repeat top center;
}


#integus_left_column #integus_sidebar {
	clear: both;
	padding-left: 30px;
}

#integus_right_column {
	float: right;
	width: 670px;
	margin-right: 30px;
	padding-top: 70px;
}

#integus_right_column p {
	text-align: justify;
}

/* menu */
#integus_menu {
	clear: both;
	width: 650px;	
	height: 44px;
	background: url(images/menu.png) no-repeat bottom;
}

#integus_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#integus_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#integus_menu ul li a{
	float: left;
	display: block;
	width: 94px;
	height: 35px;
	padding: 7px 0 0 0;
	margin-right: 5px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: normal;
	outline: none;
}

#integus_menu li a:hover, #integus_menu li .current{
	color: #C30;
	background: url(images/menu_hover.png) repeat;
}

#integus_content_wrapper {
	clear: both;
	background:  url(images/content.jpg) repeat-y;
}

#integus_content {
	padding: 30px 40px;
	background: url(images/content_top.jpg) no-repeat top;
}

#integus_content_bottom {
	width: 670px;
	height: 5px;
	background: url(images/content_bottom.png) no-repeat;
}

#integus_content h2 {
	color: #d0002f;
}

#integus_content .fl_img {
	float: left;
	margin: 3px 15px 0 0;
}


#integus_content p {
	clear: both;
	margin-bottom: 20px;
}

#integus_content .em_text {
	color: #e4672f;
}

#integus_content .latest_work_gallery {
	padding: 0;
	margin: 0;
	list-style: none;
}

.latest_work_gallery li {
	padding: 0;
	margin: 0;
	display: inline;
}

.latest_work_gallery li a {
	float: left;
	width: 160px;
	height: 120px;
	margin: 0 5px 5px 0;
	border: 3px solid #d7c88e;
	padding: 0;
}
/* end of menu */


/* footer */

#integus_footer_wrapper {
	clear: both;
	width: 100%;
	background: #6e643d url(images/footer.jpg) top repeat-x;
}

#integus_footer {
	width: 970px;
	padding: 60px 10px 30px 10px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

#integus_footer a {
	color: #ffffff;
}

#integus_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #ffffff;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}
/* end of footer */