@charset "utf-8";
/* Body Starts */
body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) fixed no-repeat;
	background-size:cover;
}
/* Body Ends */

/* Wrapper Starts */
#wrapper{
	width:80%;
	height:auto;
	margin:0 auto;
}

/* Header Starts */
#header{
	width:100%;
	height:100px;
	float:left;
	background:url(../images/logo.png);
	background-color:transparent;
}
/* Header Ends */

/* Content Starts */
#content{
	width:100%;
	height:2150px;
	float:left;
	background:#FFF;
}

/* Slider Starts */
#content .slider{
	width:100%;
	height:420px;
	float:left;
}
/* Slider Ends */

/* Intro Starts */
#content .intro{
	width:100%;
	height:150px;
	float:left;
	margin-top:10px;
}
#content .intro h1{
	font-family:Rockwell;
	font-size:1.6em;
	color:#F06;
	padding-left:15px;
	border-top:3px solid #333;
	border-bottom:1px solid #333;
	border-radius:5px 0 5px 5px;
	text-transform:uppercase;
}
#content .intro p{
	font-family:Rockwell;
	font-size:14px;
	color:#333;
	padding-left:30px;
	line-height:20px;
	padding-right:20px;
}
/* Intro Ends */

/* About Starts */
#content .about{
	width:100%;
	height:130px;
	float:left;
}
#content .about h1{
	font-family:Rockwell;
	font-size:1.3em;
	color:#F06;
	padding-left:15px;
	border-top:3px solid #333;
	border-bottom:1px solid #333;
	border-radius:5px 0 5px 5px;
	text-transform:uppercase;
}
#content .about p{
	font-family:Rockwell;
	font-size:14px;
	color:#333;
	padding-left:30px;
	line-height:20px;
	padding-right:20px;
}
/* About Ends */

/* Services Starts */
#content .services{
	width:100%;
	height:210px;
	float:left;
}
#content .services h1{
	font-family:Rockwell;
	font-size:1.3em;
	color:#F06;
	padding-left:15px;
	border-top:3px solid #333;
	border-bottom:1px solid #333;
	border-radius:5px 0 5px 5px;
	text-transform:uppercase;
}
#content .services .box{
	width:32%;
	height:200px;
	float:left;
	margin-left:10px;
}
#content .services .box ul{
	margin:0;
	padding:0;
}
#content .services .box ul li{
	width:auto;
	height:20px;
	list-style-type:disc;
	padding-left:10px;
	margin-left:40px;
}
/* Services Ends */

/* Gallery Starts */
#content .gallery{
	width:100%;
	height:830px;
	float:left;
}
#content .gallery h1{
	font-family:Rockwell;
	font-size:1.3em;
	color:#F06;
	padding-left:15px;
	border-top:3px solid #333;
	border-bottom:1px solid #333;
	border-radius:5px 0 5px 5px;
	text-transform:uppercase;
}
/* Gallery Ends */

/* Site Starts */
#content .site{
	width:48%;
	height:300px;
	float:left;
}
#content .site h1{
	font-family:Rockwell;
	font-size:1.3em;
	color:#F06;
	padding-left:15px;
	border-top:3px solid #333;
	border-bottom:1px solid #333;
	border-radius:5px 0 5px 5px;
	text-transform:uppercase;
}
/* Site Ends */
/* Contact Starts */
#content .contact{
	width:48%;
	height:250px;
	float:left;
}
#content .contact h1{
	font-family:Rockwell;
	font-size:1.3em;
	color:#F06;
	padding-left:15px;
	border-top:3px solid #333;
	border-bottom:1px solid #333;
	border-radius:5px 0 5px 5px;
	text-transform:uppercase;
}
#content .contact p{
	font-family:Rockwell;
	font-size:16px;
	color:#333;
	padding-left:25px;
}
.text{
	font-family:Rockwell;
	font-size:16px;
	color:#333;
	padding-left:115px;
}
/* Contact Ends */
/* Content Ends */

/* Footer Starts */
#footer{
	width:100%;
	height:40px;
	float:left;
}

/* Fcopy Starts */
#footer .fcopy{
	width:35%;
	height:40px;
	float:left;
}
#footer .fcopy h5{
	font-family:Rockwell;
	font-size:14px;
	color:#333;
	padding-left:50px;
}
/* Fcopy Ends */

/* Fdesign Starts */
#footer .fdesign{
	width:30%;
	height:40px;
	float:right;
}
#footer .fdesign h5{
	font-family:Rockwell;
	font-size:14px;
	color:#333;
	padding-left:95px;
}
#footer .fdesign h5 a{
	font-family:Rockwell;
	font-size:14px;
	color:#333;
	text-decoration:none;
}
/* Fdesign Ends */
/* Footer Ends */
/* Wrapper Ends */


