/* Reset CSS */
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: tahoma;
}

ul {
	list-style: none;
}

body {
	background-image: url('../images/background.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

::selection {
background: #FE57A1;
color: white;
}


/*-------- Start of Main Style (Remain same for all pages) ----------*/

#main {
	width: 768px;
	margin: 0 auto;
	padding-top: 30px;
	background-image: url('../images/bg.jpg');
	padding-bottom: 12px;
}

#container {
	width: 694px;
	margin: 0 auto;
	background-color: white;
}

#header {
	width: 660px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: auto;
}

#header ul li {
	float: left;
	width: 300px;
	height: 80px;
	display: inline;
}

#header ul li p{
	font-size: 16px !important;
	font-weight: bold;
}

#topBar img {
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}

#topBar p {
	float: right;
	margin-top: 5px;
	margin-right: -50px;
}


#content {
	float: left;
	width: 658px;
	margin-top: 4px !important;
	margin-left: 16px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #574b46;
	border-right: none;
}

/*--------- End Of Main Style ------------*/

/*--------- Start Of About Page ----------*/

#about-image {
	float: left;
	width: 263px;
	height: 288px;
	
}

#about-image img{
	width: 263px;
	height: 263px;
}

#about-text {
	overflow: hidden;
	font-size: 11px;
	padding: 10px 10px 23px 10px;
	
}

#about-text h2 {
	color: ce4a1c;
	font-size: 20px;
	border-bottom: 2px solid #88807b;
}

#about-text p {
	font-size: 11px;
	color: #66605c;
	margin-top: 5px;
}

#logos {
	margin-top: 5px;
	padding-left: 70px;
	margin-top: 25px;
}

#logos img {
	border: 1px solid #88807b;
	margin-right: 20px;
}

/*-------- End of About Page ------------*/

/*-------- Start of Testimonial ----------*/

#testimonial {
	overflow: hidden;
	font-size: 11px;
	padding: 10px 10px 23px 10px;
	
}

#testi-image {
	float: left;
	width: 99.7%;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	margin-top: 7px;
}

#testi-image  img {
	width: 638px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

#simpleslider {
	overflow: hidden;
	height: 80px;
	padding: 10px;
	background-color: #88807b;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
}

#simpleslider div { 
	margin-bottom: 30px;
}

#testimonial h2 {
	color: Black;
	font-size: 20px;
	border-bottom: 2px solid #88807b;
}

#testimonial q {
	font-size: 16px;
	color: white;
	margin-top: 5px;

}

#testimonial code {
	font-size: 12px;
	color: Black;
	margin-top: 5px;
}

/*------- End of Testimonial -------------*/

/*-------- Start of Gallery ----------*/

div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin: 0 5px 0 5px;
	border:5px solid white;
	width:auto;
	height:auto;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}

/*------- End of Gallery -------------*/

/*-------- Start of Footer (Remains same for all pages) ----------*/

#footer {
	overflow: hidden;
	width: 240px;
	margin: 0 auto;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

#footer-text {
	font-size: 11px;
}

#footer-text a {
	text-decoration: none;
}


/*-------- End of Footer ------------*/































