/* General Class used for font and style of text on all pages*/
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	}
/* Class used for Main content area on whole website*/
#Main
{
	width: 1024px;
	height:auto;
	float:left;
	margin-left:-512px;
	position:absolute;
	left:50%;
padding:20px 0 0 0px;
}
/*Class used for Header Backdground image*/
#Header
{
width:1024px;
height:177px;
float:left;
background-image:url(Images/HeaderBg.jpg);
background-repeat:no-repeat;
}
/* Class used for solution page header logo*/
#Header .LogoSolutions
{
	width:139px;
	height:115px;
	float:left;
	padding:0 0 0 27px;
}
/* Class used for taking Top content for header */
.HeaderTopContainer
{
	width:1024px;
	height:49px;
	float:left;
}

/* Class used for taking Top Left content for header */
.TopLeft
{
	width:598px;
	height:32px;
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:right;
	padding:17px 9px 0 0;
}
/* Class used for taking Top Right content for header */
.TopRight
{
	width:417px;
	height:49px;
	float:right	;
}
/* Class used for taking Light blue Image */
.LightBlueBg
{
	width:158px;
	height:35px;
	float:left;
	background-image:url(Images/LightBlueBg.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	color:#55331a;
	font-weight:bold;
	padding:14px 0 0 10px;
	
}
/* Class used for taking blue Image */
.BlueBg
{
	width:218px;
	height:49px;
	float:left;
	background-image:url(Images/BlueBg.jpg);
	background-repeat:no-repeat;
}
/* Class used for taking text in front of face book icon */
.TopRightText
{
	width:127px;
	height:auto;
	float:left;
	color:#fbf7f7;
	font-weight:bold;
	font-size:14px;
	padding:17px 0 0 6px;
}
/* Class used for giving face book icon */
.FaceBookIcon
{
	width:34px;
	height:35px;
	float:left;
	padding:7px 0 0 6px;
}
/* Class used for giving In icon */
.InIcon
{
	width:35px;
	height:36px;
	float:left;
	padding:7px 0 0 5px;
}
/* Class used for giving spacer between Naviagation bar and Header content */
.SpacerHeader
{
	width:1024px;
	height:76px;
	float:left;
}
/* Class used for giving Navigation container */
.NavContainer
{
	width:1024px;
	height:41px;
	float:left;
}
/* Class used for giving space in fron of Navigation bar */
.SpacerNav
{
	width:500px;
	height:41px;
	float:left;
}

/* Class used for giving Home Menu */
.Home
{
width:53px;
height:26px;
float:left;
color:#ffcc66;
font-size:14px;
font-weight:bold;
padding:15px 0 0 0;

}
/* Class used for giving Link colour to Home */
ul li a.MenuLink
{
color:#ffcc66;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
/* Class used for giving Link colour to Home */
ul li a.MenuLink:hover
{
color:#FFF;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
	
/* Class used for giving container for Icons of navigation bar */
.IconOne
{
	width:41px;
	height:41px;
	float:left;
}
/* Class used for giving container for Icons of navigation bar */
.IconTwo
{
	width:42px;
	height:41px;
	float:left;
}
/* Class used for giving spacer container for Icons of navigation bar */
ul li .SpacerIcns
{
	width:5px;
	height:41px;
	float:left;
}
/* Class used for giving Middle container */
#MiddleContainer
{
	width:1024px;
	float:left;
	min-height:330;
	}
/* Class used for giving Middle top panel */
.MiddleTop
{
	width:1024px;
	height:auto;
	float:left;
	padding:3px 0 6px 0;
}
/* Class used for giving container for Logo */
.LogoHome
{
	width:214px;
	height:179px;
	float:left;
}
/* Class used for giving text in middle panel */
.MiddleTextPannel
{
	width:455px;
	height:auto;
	float:left;
}
/* Class used for giving text in middle panel */
.MiddleTextPannel .TextContainer
{
	width:440px;
	min-height:159px;
	float:left;
	padding:20px 10px 0 5px;
	background-color:#f7f7f1;
}

/* Class used for giving browne text in middle panel */
.MiddleTextPannel .TextContainer .BrownText
{

	float:left;
	width:440px;
	height:auto;
	font-size:18px;
	color:#993333;
	font-weight:bold;
	line-height:24px;	
	text-align:right;
	
}
/* Class used for giving heading in brown text for right area */
.MiddleTextPannel .TextContainer .BrownText1
{
	float:left;
	width:440px;
	height:auto;
	color:#993333;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	line-height:20px;
	
}
.MiddleTextPannel .TextContainer .TextContainerText
{
	width:440px;
	height:auto;
	float:left;
	line-height:16px;
	text-align:right;
	font-size:13px;
	padding:10px 0 0 0px;
	background-color:#f7f7f1;
}
/* Class used for giving container for read more button in Middle panel  */
.MiddleTextPannel .TextContainer .ReadMoreContainer
{
	width:440px;
	height:29px;
	float:left;
	padding:18px 0 0 0px;
}
/* Class used for giving giving Read more Button */
.MiddleTextPannel .TextContainer .ReadMoreContainer .ReadMoreButton
{
	width:214px;
	height:29px;
	float:right;
}
/* Class used for giving container for right image of middle container */
.RightImageContainer
{
	width:355px;
	height:179px;
	float:left;
	background-color:#f7f7f1;
}
/* Class used for giving right image for top panel of middle container */
.RightImage
{
	width:338px;
	height:179px;
	float:left;
}
/* Class used for giving container for middle panel of middle container */
.MiddlePanel
{
	width:1024px;
	height:166px;
	background-image:url(Images/GrayLineBg.jpg);
	background-repeat:no-repeat;
	float:left;
}
/* Class used for giving middle panel navigation */
.MiddlePanelNav
{
	width:949px;
	height:50px;
	float:left;
	padding:20px 0 0 75px;
}
/* Class used for giving list style */
.MiddlePanelNav ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:34px;
	color:#d2cfce;
}
/* Class used for giving list style */
.MiddlePanelNav ul li
{
	display:inline;
	float:left;
	margin-right:30px;
}
/* Class used for giving Link colour to Middle Navigation */
.MiddlePanelNav ul li a.GrayLink
{
		font-size:34px;
	color:#d2cfce;
	text-decoration:none;
}
/* Class used for giving Link colour to Middle Navigation */
.MiddlePanelNav ul li a.GrayLink:hover
{
		font-size:34px;
	color:#d2cfce;
	text-decoration:none;
}
/* Class used for giving container to bottom panel of middle container */
.BottomPanel
{
	width:1024px;
	height:190px;
	float:left;
	background-image:url(Images/GrayLineBg1.jpg);
	background-repeat:no-repeat;
	}
/* Class used for giving white corners */
.CornerContainer
{
	width:1011px;
	height:190px;
	float:left;
	padding:0 0px 0 13px;
		}
/* Class used for giving Top white corners */
.TopCorner
{
	width:998px;
	height:34px;
	float:left;
	background-image:url(Images/TopCorner.jpg);
	background-repeat:no-repeat;
	
}
/* Class used for giving Bottom white corners */
.BottomCorner
{
	width:998px;
	height:8px;
	background-image:url(Images/BottomCorner.gif);
	background-repeat:no-repeat;
	float:left;

}

/* Class used for giving Paprika News button */
.Corner1
{
	width:314px;
	height:34px;
	float:left;
	padding:0 0 0 13px;
}
/* Class used for giving Featured Project button */
.Corner2
{
	width:314px;
	height:34px;
	float:left;
	padding:0 0 0 22px;
}
/* Class used for giving Industry News button */
.Corner3
{
	width:300px;
	height:34px;
	float:left;
	padding:0 0 0 22px;
}
/* Class used for giving white Bg between the corners*/
.WhiteBg
{
	width:998px;
	min-height:100px;
	float:left;
	background-image:url(Images/WhiteBg.gif);
	background-repeat:repeat-y;
}
/* Class used for giving Paprika news Content*/
.WhiteBg .PaprikaNewsContainer
{
	width:327px;
	height:auto;
	float:left;
}
/* Class used for giving Paprika news text */
.WhiteBg .PaprikaNewsContainer .PaprikaNewText
{
	width:300px;
	height:auto;
	float:left;
	line-height:14px;
	padding:14px 5px 0 22px;
}
/* Class used for giving Heading with bold in Paprika news section */
.WhiteBg span.HeadingBlack
{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#333333;
	}
/* Class used for giving check out our portfolio */
.WhiteBg .PaprikaNewsContainer .PaprikaNewsLeft
{
	width:170px;
	height:28px;
	float:left;
	padding:24px 0 0 22px;
}
/* Class used for giving red green image in paprika news section */
.WhiteBg .PaprikaNewsContainer .PaprikaNewsRight
{
	width:83px;
	height:54px;
	float:left;
	padding:4px 0 0 35px;
}
/* Class used for giving space between the white corners */
.WhiteBg .SpacerWhiteCorner
{
	width:9px;
	height:100px;
	float:left;
}
/* Class used for giving container for Featured project */
.WhiteBg .FeaturedProjectContainer
{
	width:344px;
	height:auto;
	float:left;
		
}
/* Class used for giving container for Featured project contant */
.WhiteBg .FeaturedProjectContainer .FeaturedProjectContant
{
	width:317px;
	height:auto;
	float:left;
	padding:14px 5px 0 22px;
		
	
}
/* Class used for giving container for Featured project left image */
.WhiteBg .FeaturedProjectContainer .FeaturedProjectContant .FeaturedProjectLeft
{
	width:107px;
	height:70px;
	float:left;
	padding:0 0 0 3px;
}
/* Class used for giving container for Featured project text */
.WhiteBg .FeaturedProjectContainer .FeaturedProjectContant .FeaturedProjectRight
{
	width:178px;
	height:auto;
	float:left;
	line-height:14px;
	padding:0 0 0 12px;
	
}
/* Class used for giving container for Featured project More to see button */
.WhiteBg .FeaturedProjectContainer .MoreToSee
{

	padding:29px 0 0 22px;
	width:250px;
	height:31px;
	float:left;
	text-align:right;
	
}
/* Class used for giving Industery News Container */
.WhiteBg .IndusteryNewsContainer
{
	
	width:325px;
	height:auto;
	float:left;
}
/* Class used for giving Industery News Contant */
.WhiteBg .IndusteryNewsContainer .IndusteryNewsContent
{
	width:298px;
	height:auto;
	float:left;
	padding:14px 5px 0 22px;
	}
/* Class used for giving link color to Industery News URL */
.WhiteBg .IndusteryNewsContainer .IndusteryNewsContent a.Link
{
	color:#803106;
	text-decoration:none;
}
/* Class used for giving link color to Industery News URL */
.WhiteBg .IndusteryNewsContainer .IndusteryNewsContent a.Link:hover
{
	color:#803106;
	text-decoration:underline;
}

/* Class used for giving Footer background image */
#Footer
{
	width:1010px;
	height:37px;
	float:left;
	background-image:url(Images/FooterBg.jpg);
	background-repeat:no-repeat;
	padding:10px 0px 0 14px;
	}
/* Class used for giving footer text and colour */
#Footer .GreenFooter
{
	width:998px;
	float:left;
	height:19px;
	background-color:#9acb46;
	text-align:center;
	padding:7px 0 0 0;
	color:#55321b;
}
/* Class used for giving link colour to footer text */
#Footer .GreenFooter a.FooterLink
{
	font-weight:bold;
	color:#55321b;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
/* Class used for giving link colour to footer text */
#Footer .GreenFooter a.FooterLink:hover
{
	font-weight:bold;
	color:#55321b;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}

/* Class used for taking Top content for header */
.HeaderTopContainer1
{
	width:858px;
	height:49px;
	float:left;
}
/* Class used for taking text in front of face book icon */
.TopRightText1
{
	width:112px;
	height:auto;
	float:left;
	color:#e4e0e0;
	font-weight:bold;
	font-size:11px;
	padding:17px 0 0 17px;
}
/* Class used for taking blue Image */
.BlueBg1
{
	width:218px;
	height:49px;
	float:right;
	padding-right:27px;
	}
/* Class used for giving spacer between Naviagation bar and Header content */
.SpacerHeader1
{
	width:858px;
	height:76px;
	float:left;
}
/* Class used for giving Navigation bar */
.NavBar
{
	width:520px;
	height:41px;
	float:right;
	}
.NavRight
{
	width:247px;
	height:41px;
	float:right;
}
.NavBar ul
{
	width:250px;
	height:41px;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
		}
	
	.NavBar ul li
	{
	float:left;
	height:41px;
		}
/* Class used for giving Solutions Menu */
.NavBarLeft
{
width:260px;
height:26px;
float:left;
color:#ffcc66;
font-size:14px;
font-weight:bold;
padding:15px 10px 0 0px;
text-align:right;
}
/* Class used for giving Middle container for Solution page */
#MiddleContainer1
{
	width:985px;
	float:left;
	min-height:330px;
	padding:0 12px 0 27px;
	
}
/* Class used for giving Flash container for Portfolio page */
.FlashContainer
{
	width:951px;
	float:left;
	height:auto;
	padding:10px 0px 10px 34px;
	}

/* Class used for giving Text area for Solutions page */
.TextContainerSolutions
{
	width:985px;
	height:auto;
	float:left;
	
}
/* Class used for giving container for left right heading for solutions page */
.HeadingContainer
{
	width:985px;
	height:41px;
	float:left;
	padding:0 12px 0 27px;
}
/* Class used for giving container for giving left heading for solutions page */
.HeadingLeftSolutions
{
	width:514px;
	height:29px;
	float:left;
	background-color:#99cb46;
	color:#55331a;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 8px;
}
/* Class used for giving container for giving right heading for solutions page */
.HeadingRighttSolutions
{
	width:449px;
	height:29px;
	float:right;
	background-color:#acdcf5;
	color:#55331a;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 8px;
}
/* Class used for giving line Bg */
.TextAreaSolutions
{
	width:985px;
	height:auto;
	float:left;
	background-image:url(Images/LineBgSolution.jpg);
	background-repeat:repeat-y;
	padding:0 0 10px 0px;
		}
/* Class used for giving Left text area */
.TextAreaLeftSolutions
{
	width:484px;
	height:auto;
	float:left;
    padding:20px 30px 0 8px;
	color:#666666;
	font-size:12px;
	line-height:17px;
	}
/* Class used for giving heading for solution page text */
.TextAreaLeftSolutions span.HeadingSolutionText
{
	font-size:14px;
	font-weight:bold;
}
/* Class used for giving middle text area */
.TextAreaRighttSolutions
{
	width:346px;
	height:auto;
	float:left;
	padding:10px 0 0px 0px;
}
/* Class used for giving image under the middle text */
.Geno1
{
	width:300px;
	height:376px;
	background-image:url(Images/GENO1.jpg);
	background-repeat:no-repeat;
	float:left;
	}
/* Class used for giving the text under the image */
.ImageText
{
	width:170px;
	height:auto;
	float:left;
	font-size:10px;
	color:#666666;
	padding:290px 0 0 0;
}
/* Class used for giving link colour solution page */
.ImageText .LinkBlueText1
{
color:#00aeef;
	font-size:12px;
		text-decoration:none;
}
/* Class used for giving link colour solution page */
.ImageText .LinkBlueText1:hover
{
color:#00aeef;
	font-size:12px;

	text-decoration:underline;
}
/* Class used for giving for right area text */
.TextAreaRight1
{
	width:105px;
	height:auto;
	float:left;
	padding:20px 0px 0 10px;
	color:#666666;
	font-size:12px;
	line-height:17px;
}
/* Class used for giving browne text in middle panel */
.TextAreaRight1 .BrownText
{
	color:#993333;
	font-weight:bold;
	
}
/* Class used for giving container for giving left heading for About paprika page */
.HeadingLeftSolutionsAbout
{
	width:630px;
	height:29px;
	float:left;
	background-color:#99cb46;
	color:#55331a;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 8px;
	}
/* Class used for giving list style */
.HeadingLeftSolutionsAbout ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
/* Class used for giving list style */
.HeadingLeftSolutionsAbout ul li
{
	display:inline;
	float:left;
	margin-right:10px;
	font-size:14;
	font-weight:bold;
	color:#55331a;
}
/* Class used for giving container for giving right heading for About paprika page */
.HeadingRighttSolutionsAbout
{
	width:335px;
	height:29px;
	float:right;
	background-color:#acdcf5;
	color:#55331a;
	font-size:14px;
	font-weight:bold;
	padding:12px 0 0 8px;
}
/* Class used for giving Link colour to green area */
.LinkGreenArea
{
color:#993333;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
/* Class used for giving subLink colour to on the meet the team page*/
.SublinkColor
{
color:#993333;
text-decoration:none;
}
/* Class used for giving Link colour to green area */
.SublinkColor:hover
{
color:#993333;
text-decoration:underline;
}


/* Class used for giving Link colour to green area */
.LinkGreenArea:hover
{
color:#55331a;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
/* Class used for giving selected Links colour to green area */
.LinkGreenAreahover
{
color:#55331a;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

/* Class used for giving heading in brown colour */
.LinkBrown
{
	color:#993333;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
/* Class used for giving heading in brown colour */
.LinkBrown:hover
{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
/* Class used for giving line Bg in the middle container */
.TextAreaSolutions1
{
	width:985px;
	height:auto;
	float:left;
	background-image:url(Images/LineBg2.jpg);
	background-repeat:repeat-y;
	}
.TextAreaSolutions1 span.HeadingSolutionText
{
	font-size:14px;
	font-weight:bold;
}
/* Class used for giving blue text on solution page */
.TextAreaSolutions1 span.BlueText
{
	color:#00aeef;
	font-size:12px;
}
/* Class used for giving Left text area */
.TextAreaLefMakethcall
{
	width:510px;
	height:auto;
	float:left;
    padding:0px 0px 0 70px;
	color:#666666;
	font-size:12px;
	line-height:17px;
	}
	
	
/* Class used for giving Left panel image */
.ImageContainer
{
	width:238px;
	height:auto;
	float:left;
	padding:130px 0 0 0;
}
/* Class used for giving Left area text */
.AboutText
{
	width:380px;
	height:auto;
	float:left;
	line-height:17px;
	
}
/* Class used for giving Right text area */
.AboutRight
{
	width:331px;
	height:auto;
	float:left;
    padding:5px 0px 0 12px;
	color:#666666;
	font-size:12px;
	line-height:17px;
	}
/* Class used for giving Right text area */
.AboutRightText
{
	width:331px;
	height:auto;
	float:left;
	color:#666666;
	font-size:12px;
	line-height:17px;
	}
/* Class used for giving left scrolling text area */
.ScrollAreaContainer
{
	width:331px;
	height:auto;
	float:left;
	color:#666666;
	font-size:12px;
	line-height:17px;
	padding:10px 0 10px 0px;
	}
/* class used for upper arrow container*/
#UpperArrow
{
float:left;
width:16px;
height:14px;
cursor: pointer;
margin:0px 0 2px 0px;
}
/* class used for Down arrow container*/
#DownArrow
{
float:left;
width:16px;
height:15px;
   cursor: pointer;
}
/* Class used for giving scroller */
#ScrollContainer
{
	width:18px;
	height:100px;
	float:left;
	}

/* Class used for giving top text for paprika clients */
.TopTextClients
{
	width:331px;
	height:auto;
	float:left;
	color:#666666;
	font-size:12px;
	line-height:17px;
}
/* Class used for giving scrolling text "height:520px" */
#ScrollTextContainer
{
	width:310px;
	height:330px;
	float:left;
			}
/* Class used for scrolling text in scrolling text container*/
#ScrollText
  {
  width:260px;
  float: left;
  height:auto;
  color:#666666;
	font-size:12px;
	line-height:17px;
	padding:0px 10px 0 40px;
   }
/* Class used for giving Left text area */
.TextAreaLefMakethcal2
{
	width:618px;
	height:auto;
	float:left;
    padding:20px 20px 10px 0;
	color:#666666;
	font-size:12px;
	line-height:17px;
		}
/* Class used for taking Top Left content for header */
.TopLeft2
{
	width:432px;
	height:32px;
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:right;
	padding:17px 9px 0 0;
}
/* Class used for taking Top content for header */
.HeaderTopContainer2
{
	width:858px;
	height:49px;
	float:right;
}

/* Class used for giving Left panel image */
.ImageTheAgency
{
	width:238px;
	height:auto;
	float:left;
}
/* Class used for giving Left area text */
.TheAgencyText
{
	width:340px;
	height:auto;
	float:left;
	line-height:17px;
	}
/* Class used for giving Left text area */
.MeetTheTeamText
{
	width:638px;
	height:auto;
	float:left;
	color:#666666;
	font-size:12px;
	line-height:17px;
	padding:0 0 10px 0px;

}
.ContainerGrayAreaMain
{
	width:619px;
	height:28px;
	float:left;
	padding:0 0 0 19px;
	color:#993333;
	font-size:12px;
}
.ContainerGrayArea
{
	width:609px;
	height:20px;
	float:left;
	background-color:#f5f5f4;
	padding:8px 0 0 10px;
		
}
/* Class used for giving Left area text */
.MeetTheTeamTextArea
{
	width:390px;
	height:auto;
	float:left;
	line-height:17px;
		}
.MeetTheTeamTextArea span.HeadingSolutionText
{
	font-size:14px;
	font-weight:bold;
}
/* Class used for giving Left panel image */
.ImageTeam
{
	width:196px;
	height:auto;
	float:left;
	padding:25px 0 0 0px;
		}

/* Class used for making bold to contact info text */
.ContactHeading
{
	font-size:14px;
	font-weight:bold;
}
/* Class used for giving link colour solution page */
.TextAreaSolutions1 a.LinkBlueText1
{
color:#00aeef;
	font-size:12px;
	
	text-decoration:none;
}
/* Class used for giving link colour solution page */
.TextAreaSolutions1 a.LinkBlueText1:hover
{
color:#00aeef;
	font-size:12px;
	text-decoration:underline;
}
/* Class used for giving Contact container */
.ContactText
{
	width:520px;
	min-height:60px;
	float:left;
}
/* Class used for giving left contact text */
.ContactTextLeft
{
	width:60px;
	height:auto;
	float:left;
}
/* Class used for giving right contact text */
.ContactTextRight
{
	width:200px;
	height:auto;
	float:left;
}
/* Class used for giving Right text area */
.TextAreaRighttMakethcall
{
	width:317px;
	height:auto;
	float:left;
    padding:20px 14px 0 12px;
	color:#666666;
	font-size:12px;
	line-height:17px;
}
/* Class used for giving gray colour links */
.TextAreaRighttMakethcall a.LinkGray
{
	color:#666666;
	font-size:12px;
	text-decoration:none;
}
/* Class used for giving gray colour links */
.TextAreaRighttMakethcall a.LinkGray:hover
{
	color:#666666;
	font-size:12px;
		text-decoration:underline;

}

/* Class used for giving footer text and colour */
#Footer .GreenFooter1
{
	width:890px;
	float:left;
	height:19px;
	background-color:#9acb46;
	text-align:center;
	padding:7px 0 0 106px;
	color:#55321b;
	}
/* Class used for giving link colour to footer text */
#Footer .GreenFooter1 a.FooterLink
{
	font-weight:bold;
	color:#55321b;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
/* Class used for giving link colour to footer text */
#Footer .GreenFooter1 a.FooterLink:hover
{
	font-weight:bold;
	color:#55321b;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}

#Footer .GreenFooter1 ul
{
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}
#Footer .GreenFooter1 li
{
	display:inline;
	float:left;
	list-style-type:none;
	padding-right:4px;
	font-weight:bold;
}
/* Class used for giving Left text area */
.LeftMainContainer
{
	width:638px;
	height:auto;
	float:left;
}
/* Class used for giving Left text area */
#LeftScrollContainer
{
	width:588px;
	height:auto;	
	float:left;

}
/* Class used for giving Left text area */
#LeftContainer
{
	width:588px;
    height:340px;
	float:left;
	padding:10px 10px 0px 20px;
		}
/* class used for upper arrow container*/
#LeftUpperArrow
{
float:left;
width:16px;
height:14px;
cursor: pointer;
margin:15px 0 2px 0px;
}
/* class used for upper arrow container on Solutions page*/
#LeftUpperArrowSolutions
{
float:left;
width:16px;
height:14px;
cursor: pointer;
margin:15px 0 2px 0px;
}
/* class used for Down arrow container on Solutions page*/
#LeftDownArrowSolutions
{
float:left;
width:16px;
height:15px;
   cursor: pointer;
}
/* class used for Down arrow container*/
#LeftDownArrow
{
float:left;
width:16px;
height:15px;
   cursor: pointer;
}
/* Class used for giving scroller */
#LeftScrollArrowContainer
{
	width:18px;
	height:100px;
	float:left;
	}
	/* Class used for giving scroller on solutions page */
#LeftScrollArrowContainerSolutions
{
	width:18px;
	height:100px;
	float:left;
	}
	/* Class used for give the margin to the contact left text on contact us page*/
	.ContactLeftMainContainer
{
	width:638px;
	height:auto;
	float:left;
	padding:28px 0 10px 0px;
}
/* Class used for giving middle text scroll area on the solution page */
#ScrollRightSolutions
{
	width:322px;
	height:350px;
	float:left;
	padding:10px 0 0 0px;
 }
 /* Class used for giving middle text scroll area on the solution page */
#ScrollTextRightSolutions
{
	width:290px;
	height:auto;
	float:left;
	padding:0px 14px 0 12px;
	color:#666666;
	font-size:12px;
	line-height:17px;
 }
 /* Class used for giving Left text area on the Award page */
.TextAreaLeftAward
{
	width:618px;
	height:auto;
	float:left;
    padding:28px 20px 10px 0;
	color:#666666;
	font-size:12px;
	line-height:17px;
		}
/* Class used for giving Left text area  on the Award page */
#LeftContainerAward
{
	width:588px;
    height:352px;
	float:left;
	padding:0px 10px 0px 20px;
			}
/* Class used for giving Left text area  on the Award page */
#LeftScrollContainerAward
{
	width:588px;
	height:auto;	
	float:left;
}
/* class used for upper arrow container  on the Award page */
#LeftUpperArrowAward
{
float:left;
width:16px;
height:14px;
cursor: pointer;
margin:15px 0 2px 0px;
}
/* class used for Down arrow container  on the Award page*/
#LeftDownArrowAward
{
float:left;
width:16px;
height:15px;
cursor: pointer;
}
/* Class used for giving scroller  on the Award page */
#LeftScrollArrowContainerAward
{
	width:18px;
	height:100px;
	float:left;
	}

