﻿/* CSS Document */

body{
	padding:42px 0 22px 0;
	margin:0;
	background-color:#1c1c1c;
	font:normal 12px/17px Tahoma, Arial, Helvetica, sans-serif;
	color:#d2d2d2;
	}
	
h3{
	padding:0;
	margin:0;
	}
	
h2{
	padding:0;
	margin:0;
	}
	
h1{
	padding:0;
	margin:0;
	}
	
div{
	padding:0;
	margin:0;
	}
	
p{
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
a{
	outline:none;
	color: #FFFFFF;
}

/*------------------------ Main Container--------------------------*/

#mainContainer{
	width:929px;
	margin:0 auto;
	}
	
/*--- Header-----*/
		
#header{
	height:78px;
	}
	
#header h1{
	font-size:12px;
	line-height:13px;
	font-weight:normal;	
}
	
	
/*--- Header-----*/

/*-----Menu Panel------*/

#menuPanel{
	height:61px;
	}
	
#menuPanel ul{
	padding:0 0 0 101px;
	}
	
#menuPanel ul li{
	float:left;
	margin-right:4px;
	}
	
#menuPanel ul li a{
	display:block;
	float:left;
	background:url(images/menu-left.jpg) no-repeat 0 0;
	height:61px;
	text-decoration:none;
	padding:0 0 0 16px;
	}
	
#menuPanel ul li a span{
	display:block;
	background:url(images/menu-right.jpg) no-repeat 100% 0;
	float:left;
	height:39px;
	padding:0 16px 22px 0;
	font-size:17px;
	line-height:39px;
	font-weight:normal;
	color:#FFFFFF;
	cursor:pointer;
	
	}
	
#menuPanel ul li a:hover{
	background:url(images/menu-left-hover.jpg) no-repeat 0 0;
	}
	
#menuPanel ul li a:hover span{
	background:url(images/menu-right-hover.jpg) no-repeat 100% 0;
	}
	
#menuPanel ul li a.active{
	background:url(images/menu-left-hover.jpg) no-repeat 0 0;
	}
	
#menuPanel ul li a.active span{
	background:url(images/menu-right-hover.jpg) no-repeat 100% 0;
	}


/*-----Menu Panel------*/

/*----- Body Panel ----*/

#bodyPanel{
	width:929px;
	}
	
/*--------------Body Top---------------*/

#bodyTop{
	padding:0 0 200px 0;
	position:relative;
	}

/*--- Core fact ---*/	
#coreFact{
	position:absolute;
	left:0;
	bottom:0;
	width:885px;
	height:185px;
	background-color:#587242;
	padding:13px 22px 0;	
	}
	
#coreFact h2{
	font-size:32px;
	line-height:35px;
	margin-bottom:8px;
	color:#d4ecc0;
	font-weight:normal;
	}
	
#coreFact ul{
	float:left;
	margin-right:30px;
	}
	
#coreFact ul li{
	background:url(images/icon.gif) no-repeat 0 7px;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	color:#d2f8b1;
	padding:0 0 0 17px;
	}
	
#coreFact ul.rightList{
	margin-right:0;
	}
	
/*--- Core fact ---*/

/*---- Details panel------*/
#detailsPanel{
	width:929px;
	}
	
#rightPanel{
	float:right;
	width:378px;
	height:597px;
	}


/*---- Left Panel ----*/
	
#leftPanel{
	float:left;
	width:551px;
	}
	
#leftPanel h2.mainHeading{
	background:url(images/heading-hst.gif) no-repeat 0 0;
	height:71px;
	text-indent:-20000px;
	margin-bottom:7px;
	}


/*--Designer box--*/

.alignLeft{
	float:left;
	}
	
.alignRight{
	float:right;
	}
	
.designerBox{
	border-top:solid 1px #bebebe;
	padding:2px 0 0 0;
	width:270px;
	}
	
.designerHeading{
	background:url(images/designer-heading-bg.gif) repeat-x 0 0;
	height:34px;
	padding:0 10px;
	}
	
.designerBox h2{
	background:url(images/icon-arrow.gif) no-repeat 100% 50%;
	font-size:14px;
	line-height:33px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.designerBody{
	background:#000000;
	border:solid 1px #717171;
	padding:7px;
	color:#d2d2d2;
	}
	
.mrgnCenter{
	margin:0 auto;
	}
	
/*.designerBody2{
	background:url(images/designer-body2.gif) repeat-x 0 0 #d6dbbf;
	border:solid 1px #bdc1a3;
	padding:7px;
	color:#000000;
	}*/
	
.redText{
	color:#d14a00;
	font-weight:bold;
	}
	
.greenText{
	color:#86b900;
	font-weight:bold;
	}
	
.padd1{
	margin-bottom:17px;
	}
	
.mrgnTop{
	margin-top:20px;
	}
	
.pricePanel{
	height:101px;
	padding:8px 0 0 12px;
	}


a.more{
	display:block;
	background:url(images/more-bg.gif) no-repeat 0 0;
	width:82px;
	height:28px;
	padding:0 0 0 30px;
	font-size:11px;
	line-height:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.more:hover{
	color:#000000;
	}
	
.pricebox{
	width:71px;
	height:58px;
	padding:28px 0 15px 0;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	line-height:14px;
	color:#FFFFFF;
	}	
	
.pricebox1{
	background:url(images/priceboxbg1.jpg) no-repeat 0 0;
	float:left;
	margin-right:6px;
	}
	
.pricebox2{
	background:url(images/priceboxbg2.jpg) no-repeat 0 0;
	float:left;
	margin-right:6px;
	}
	
.pricebox3{
	background:url(images/priceboxbg3.jpg) no-repeat 0 0;
	float:left;
	}
	
.pricebox4{
	background:url(images/priceboxbg4.jpg) no-repeat 0 0;
	float:left;
	margin-right:6px;
	}
	
.pricebox5{
	background:url(images/priceboxbg5.jpg) no-repeat 0 0;
	float:left;
	margin-right:6px;
	}
	
	
p.price{
	font-size:18px;
	line-height:25px;
	}	
	
p.price span{
	font-size:22px;
	}
	
p.type{
	margin-top:2px;
	color:#e6f3a9;
	}
	
p.type1{
	margin-top:2px;
	}
	
/*--Designer box--*/
	
/*---- Left Panel ----*/
	

/*---- Details panel------*/

/*-------------------Body Top--------------------*/
	
/*--------- Portfolio Panel--------------*/

#portfolioPanel{
	float:left;
	border:solid 1px #000000;
	background:url(images/portfolio-bg.gif) repeat-x 0 0 #45484d;
	width:901px;
	padding:9px 14px 15px;
	margin-top:18px;
	}
	
 h2.portfolioHeading{
	background:url(images/portfolio-heading.jpg) no-repeat 0 0;
	text-indent:-20000px;
	height:55px;
	margin:0 0 20px 0;
	}
	
	
/*--- Portfolio left ----*/	

#portfolioLft{
	float:left;
	width:481px;
	padding:0 38px 0 32px;
	}
	
#portfolioLft img{
	float:left;
	margin:0 20px 0 0;
	}
	
/*--- Portfolio left ----*/

/*--- Portfolio right ----*/

#portfolioRight{
	float:right;
	width:300px;
	padding:10px 35px 0 14px;
	}
	
#portfolioRight p{
	margin-bottom:15px;
	}

#portfolioRight p span{
	font-weight:bold;
	color:#db6300;
	}
	
a.view{
	background:url(images/button-bg.jpg) no-repeat 0 0;
	display:block;
	width:191px;
	height:65px;
	font:normal 18px/65px Arial, Helvetica, sans-serif;
	color:#1c1c1c;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 0 23px 55px;
	}
	
a.view:hover{
	color:#FFFFFF;
	}

/*--- Portfolio right ----*/

/*---- Portfolio Panel------*/

/*----- Body Panel ----*/


/*---------- Footer --------------*/

#footer{
	width:913px;
	padding:0 8px;
	}
	
#footer img{
	float:left;
	margin:22px 0 0 0;
	}
	
#footerRight{
	float:right;
	}
	
ul.footerlink{
	float:right;
	margin:22px 0 0 0;
	}
	
ul.footerlink li{
	background:url(images/footer-divider.gif) no-repeat 0 50%;
	line-height:18px;
	padding:0 9px;
	float:left;
	}
	
ul.footerlink li.menuStart{
	background-image:none;
	}
	
ul.footerlink li.menuEnd{
	padding:0 0 0 9px;
	}
	
ul.footerlink li a{
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	color:#dbdbdb;
	}
	
ul.footerlink li a:hover{
	text-decoration:underline;
	}
	
#footer p{
	float:right;
	font-size:11px;
	line-height:18px;
	color:#dbdbdb;
	}
	
	
/*---------------------------------------- inner pages ---------------------------------------*/

#bodybottom{
	padding:10px;
	}

h2.bottomheading{
	font-size:16px;
	line-height:31px;
	font-weight:bold;
	padding:0 0 0 40px;
	color:#db6300;
	background:url(images/heading-icon.gif) no-repeat 0 50%;
	margin-bottom:15px;
	}	
	
p.whyusText{
	margin-bottom:40px;
	}


#bottomPanel2{
	float:left;
	border:solid 1px #000000;
	background:url(images/portfolio-bg.gif) repeat-x 0 100% #000000;
	width:889px;
	padding:20px;
	margin-top:18px;
	}

	
h2.whyUsHeading{
	background:url(images/why-us-heading.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:10px;
	text-indent:-20000px;
	}
	
p.textMargin{
	margin-bottom:10px;
	}
	
h2.portfolioHead{
	background:url(images/heading-portfolio.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:10px;
	text-indent:-20000px;
	}
	
.projectPanel{
	padding:20px 0 10px 80px;
	border-top:solid 1px #6c6c6c;
	}
	
.projectPanel img{
	padding:5px;
	border:solid 1px #a5a5a5;
	float:left;
	margin:0 40px 0 0;
	}
	
.projectRt{
	float:left;
	padding:20px 10px 0 20px;
	}

.btnRt{
	margin:40px 10px 0 0;
	}
	
.thumbPanel{
	margin:15px 0;
	text-align:center;
	}
	
.thumbpic{
	margin:0 auto;
	padding:5px;
	border:solid 1px #CCCCCC;
	}
	
h2.progressHeading{
	font-size:24px;
	line-height:25px;
	color:#db6300;
	font-weight:normal;
	}
	
	
/*----- Contact Page --------------*/
	
h2.contactHeading{
	background:url(images/contact-heading.gif) no-repeat 0 0;
	height:35px;
	text-indent:-20000px;
	margin-bottom:20px;
	}
	
#contactLft{
	width:400px;
	float:left;
	}
	

.contactBox{
	float:left;
	border-top:solid 1px #bebebe;
	padding:2px 0 0 0;
	width:400px;
	margin-bottom:10px;
	}
	
	
h2.subHeading{
	background:url(images/icon-arrow.gif) no-repeat 100% 50%;
	font-size:14px;
	line-height:33px;
	font-weight:bold;
	color:#FFFFFF;
	}

	
#contactRht{
	width:510px;
	float:right;
	}
	

	
.contactBox2{
	float:left;
	border-top:solid 1px #bebebe;
	padding:2px 0 0 0;
	width:510px;
	margin-bottom:10px;
	}
	
p.addressHeading{
	margin-bottom:8px;
	}
	
p.addressHeading span{
	display:block;
	float:left;
	width:150px;
	color:#df5900;
	font-weight:bold;
	}
	
/*--- Contact Form ----*/

#contact_form1{
	padding:20px 120px;
	}
	
#contact_form1 input.textBox{
	background:#565555;
	border:solid 1px #838383;
	color:#000000;
	}
	
#contact_form1 textarea{
	background:#565555;
	border:solid 1px #838383;
	height:101px;
	width:142px;
	color:#000000;
	}
	
#contact_form1 input.sendButton{
	width:115px;
	height:30px;
	border:none;
	cursor:pointer;
	background:url(images/send-button.jpg) no-repeat 0 0;
	}
	
.panelsize01{
	height:100px;
	}
	
.panelsize02{
	height:730px;
	}
	
a.email{
	color:#d2d2d2;
	text-decoration:none;
	}
	
a.email:hover{
	text-decoration:underline;
	}
	

/*---------------------- Service Page -----------------------------*/

h2.serviceHeading{
	background:url(images/heading-designer.gif) no-repeat 0 0;
	height:31px;
	text-indent:-20000px;
	margin-bottom:10px;
	}
	
h3.chooseProfile{
	background:url(images/choose-profile.gif) no-repeat 0 0;
	height:19px;
	text-indent:-20000px;
	margin-bottom:20px;
	}

.serviceLeft{
	float:left;
	width:49%;
	}
	
.serviceRight{
	float:right;
	width:49%;
	}
	
p.serviceTextHeading{
	font-size:16px;
	line-height:21px;
	color:#db6300;
	}
	
.topPart{
	border-bottom:dashed 1px #717171;
	height:110px;
	padding:10px 10px 15px;
	}
	
.midPart{
	border-bottom:dashed 1px #717171;
	height:160px;
	padding:20px 0 15px 6px;
	}
	
.bottomPart{
	height:220px;
	padding:20px 0 15px 6px;
	}
	
h3.serviceSubheading{
	font-size:14px;
	line-height:19px;
	margin-bottom:8px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
ul.serviceList{
	padding:0 0 0 5px;
	}
	
ul.serviceList li{
	background:url(images/icon-tick.gif) no-repeat 0 5px;
	padding:0 0 0 25px;
	line-height:21px;
	margin:0 0 10px 0;
	}
	

	
a.serviceButton{
	background:url(images/button-big.jpg) no-repeat 0 0;
	display:block;
	width:175px;
	height:28px;
	margin:20px auto;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	line-height:27px;
	font-weight:bold;
	}
	
a.serviceButton:hover{
	color:#000000;
	}

h2.howitworkaHeading{
	background:url(images/how-it-works-heading.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:10px;
	text-indent:-20000px;
	}	
	
ul.serviceList2{
	padding:0 0 0 40px;
	}
	
ul.serviceList2 li{
	background:url(images/icon-arrow2.gif) no-repeat 0 5px;
	padding:0 0 0 25px;
	line-height:21px;
	margin:0 0 10px 0;
	}
	
/*----- billing model------*/

.modelbox{
	float:left;
	width:32%;
	margin-right:1%;
	}
	
h2.layoutHeading{
	background:url(images/billing-layout-heading.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:20px;
	text-indent:-20000px;
	}
	
h2.flashHeading{
	background:url(images/billing-flash-heading.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:20px;
	text-indent:-20000px;
	}
	
h2.cssHeading{
	background:url(images/billing-html-heading.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:20px;
	text-indent:-20000px;
	}
	
h2.allrounderHeading{
	background:url(images/billing-allrounder-heading.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:20px;
	text-indent:-20000px;
	}
	
.topPart2{
	border-bottom:dashed 1px #717171;
	/*height:90px;*/
	padding:10px 10px 15px;
	}
	
.midPart2{
	border-bottom:dashed 1px #717171;
	/*height:100px;*/
	padding:20px 0 15px 6px;
	}
	
.bottomPart2{
	/*height:350px;*/
	padding:20px 0 15px 6px;
	}
	
p.costtext{
	float:none;
	margin:10px 0 0 50px;
	font-size:20px;
	line-height:33px;
	color:#ed9232;
	font-weight:normal;
	}
	
p.costtext span{
	font-size:30px;
	line-height:33px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
/*----- FAQ -----*/

h2.faqHeading{
	background:url(images/heading-faq.gif) no-repeat 0 0;
	height:35px;
	margin-bottom:20px;
	text-indent:-20000px;
	}
	
p.que{
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	padding:0 0 0 40px;
	color:#db6300;
	background:url(images/heading-icon2.gif) no-repeat 0 50%;
	margin-bottom:15px;
	}	
	
p.faqAns{
	padding:0 0 0 40px;
	}
