﻿/* index.css */

.bxslider{
	text-align:center
}

.slider{
	text-align:center;
	margin: 0 auto;
	height:550px
}

.caption{
	position:absolute;
   	left:10%;
   	right:10%;
   	bottom:0;
   	height:40px;
   	text-align:left;
   	color:white;
   	z-index:1;
   	padding:10px
}

.image{
	position:absolute;
	left:0;
	top:0;
	margin:0 auto;
	padding: 0 auto;
	width:100%;
}

#service{
	text-align:left;
	width:280px;
	height:210px;
	
}
#category{
	margin-top:30px;
	width:100%
}
.serviceBox{
	position:relative;
	border-top-style:solid;
	border-top-width:4px;
	border-color:#696554;
	width:25%;
	vertical-align:top
}

#serviceBoxMainService{
	border-top-style:solid;
	border-top-width:4px;
	border-color:#696554;
	background:#97917D;
	padding-left:2%;
	width:25%;
	vertical-align:top
}

.serviceBoxHr{
	border-top-style:solid;
	border-top-width:2px;
	width:23%;
	margin-left:1%;
	margin-right:1%
}
.serviceBoxPhoto{
	position:relative;
	left:0;
	top:0;
	margin:0 auto;
	padding:0 auto;
	height: 250px
}

#serviceBlockContents{
	color:white;
	margin-top:4%;
	margin-left:5%;
	font-size:small;
	font-weight:bold
}
