@charset "utf-8";
/* CSS Document */

#inside-right-cont{
	float: right;
	width: 550px;
	padding-top: 12px;
	background-image: url(images/inside-head-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#inside-right-cont h1{
	text-align: left;
	font-family: "AvantGarde CE";
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 17px;
}

.blue-color{
	text-align: left;
	color: #003366;
}

.red-color{
	text-align: left;
	color: #FF0000;
}

.inside-right-cont-block{
	width: 550px;
}

.inside-right-cont-block p{
	text-align: justify;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 16px;
}

.inside-right-cont-block .right-image{
	float: right;
	width: 145px;
	padding-right: 20px;
	text-align: right;
}

.inside-right-cont-block .left-image{
	float: left;
	width: 350px;
	padding-left: 20px;
	text-align: left;
}

.inside-content-topblock{
	text-align: left;
	background-image: url(images/inner-head-top.jpg);
	height: 41px;
	margin-top: 20px;
	padding-left: 15px;
}

.inside-content-topblock h1{
	text-align: left;
	font-size: 18px;
	color: #254B72;
	font-family: "Trebuchet MS";
	text-decoration: none;
	padding-top: 10px;
	margin: 0px;
}

.inside-content-bottomblock{
	background-image: url(images/inner-head-bottom.jpg);
	height: 35px;
}

.inside-content-centerblock{
	text-align: justify;
	background-image: url(images/inner-head.jpg);
	height: 41px;
	padding-left: 30px;
	background-repeat: repeat-y;
	padding-right: 30px;
	line-height: 16px;
}

.inside-content-centerblock #form ul{
	margin-left: 20px;
}

.inside-content-centerblock #form li{
	list-style-type: none;
	line-height: 30px;
}

.inside-content-centerblock #form li .field{
	text-align: left;
	float: right;
	width: 300px;
}

/* <-----------------About us Start----------------> */

.inside-content-centerblock ul{
	margin-left: 30px;
}

/* <-----------------Services Start----------------> */

.services-body {
	background-color:#EDEDED;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.services-block{
	margin-top: 20px;
}

.services-block .package-top{
	height: 110px;
	background-image: url(images/package-back.jpg);
	text-align: right;
}

.services-block .left-service{
	float: left;
	width: 260px;
}
.services-block .center{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1cfcf;
	border-left-color: #d1cfcf;
	text-align: justify;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 10px;
	line-height: 13px;
}

.services-block h1{
	color: #003366;
	font-size: 18px;
	line-height: 25px;
	font-family: "AvantGarde CE";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.services-block .right-service{
	float: right;
	width: 260px;
}

.order-package {
	background-image: url(images/order-package-over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 260px;
}

/* <-----------------Testimonial Start----------------> */

#testimonial{
	padding: 4px;
	border: 1px solid #999999;
}

#posts {
        padding: 0;
        margin: 0;
    }
	
#posts li {
	width: 534px;
	border: 1px solid #eee;
	background-color: #F9F9F9;
	background-image: none;
	float: left;
	clear: both;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: left;
    }

#posts a {
        text-decoration: none;
        color: #999;
        font-size: 0.85em;
    }

#posts img {
        display: block;
        float: left;
        border: 1px #ccc solid;
        background: white;
        padding: 3px;
        margin: 0 10px 0 0;
    }

#posts .img-1 {
	display: block;
	border: 1px #ccc solid;
	padding: 5px;
	margin: 0 0 0 0;
	background-color: #F2F2F2;
    }
	
#posts .img-1:hover {
	display: block;
	border: 1px #ccc solid;
	padding: 5px;
	margin: 0 0 0 0;
	background-color: #999999;
    }

#posts h1 {
	padding: 2px 0 0 0;
	margin: 0;
	color: #CC0033;
	font-family: "Trebuchet MS";
	font-size: 16px;
    }

#posts p {
        margin: 0;
        padding: 5px 0 0 0;
    }
	
#gallery p {
	padding: 2px 0 0 0;
	color: #CC0033;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: center;
    }
	
#gallery {
	background-color: #FFFFFF;
	width:280px;
	height:700px;
	overflow: hidden;
	}
#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#gallery ul li { 
	display: inline;
	}
#gallery ul img {
	display: block;
	border: 1px #ccc solid;
	padding: 5px;
	background-color: #EBEBEB;
	margin: 12px 16px 2px 16PX;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
#gallery ul a:hover img {
	display: block;
	border: 1px #FF6699 solid;
	padding: 5px;
	background-color: #FFDDDD;
	margin: 12px 16px 2px 16PX;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#gallery ul a:hover { color: #fff; }

#gallery .img-link {
	margin: 0 0 0 0;
	color: #CC0033;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	text-decoration: none;
    }

#gallery .img-link:hover {
	margin: 0 0 0 0;
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	text-decoration: none;
    }
	

