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


/*--------------------------------------------------------------------SLIDER---*/
#slider	{
	margin: 0 auto;
	position: absolute;
	width: 100%;
	height:535px;
	top: 185px;
	z-index:5;
}

.scroll {
	height: 535px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	background: transparent;
}

.scrollContainer div.panel {
	padding-left: 160px;
	height: 535px;
	width: 3200px; 
}
/*--------------------------------------------------------------------SLIDER ENDS---*/



/*--------------------------------------------------------------------HOME CONTENT---*/
#homeContent {
	background: transparent url(images/main_bg.png) scroll 0 0;
	background-repeat:no-repeat; 
	height: 535px;
}

#homeContentLeft {
	position: relative;
	float: left;
	width: 520px;
	padding-top: 46px;
	padding-left:70px;
}

#homeContentRight {
	position: relative;
	float: left;
	padding-top:28px;
	left: 110px;

}

#homeContentRight ul li{
	list-style-type: none;
	display: block;
}

#homeContentRight li a {
	display: block;
	text-indent: -9999px;
	width: 190px;
	height: 150px;
	padding-bottom: 15px;
}

#homeContentRight #FD a {
	background: transparent url(images/fdesign.png) no-repeat;
}

#homeContentRight #FD a:hover {
	background: transparent url(images/fdesign1.png) no-repeat;
}

#homeContentRight #FS a {
	background: transparent url(images/fshots.png) no-repeat;
}

#homeContentRight #FS a:hover {
	background: transparent url(images/fshots1.png) no-repeat;
}

#homeContentRight #FB a {
	background: transparent url(images/fmenu.png) no-repeat;
}

#homeContentRight #FB a:hover {
	background: transparent url(images/fmenu1.png) no-repeat;
}
/*--------------------------------------------------------------------HOME CONTENT ENDS---*/



/*--------------------------------------------------------------------ABOUT CONTENT---*/
#aboutContent {
	background: transparent url(images/about_bg.png) scroll 0 0; 
	background-repeat:no-repeat; 
	height: 535px; 
}

#aboutContentLeft {
	position: relative;
	float: left;
	width: 410px;
	padding-left:65px;
	padding-top: 40px;
}

#aboutContentRight {
	position: relative;
	float: left;
	width: 390px;
	padding-left:50px;
	padding-top:60px;
}
/*--------------------------------------------------------------------ABOUT CONTENT ENDS---*/


/*--------------------------------------------------------------------DESIGN CONTENT STARTS---*/
#designContent {
	background: transparent url(images/main_bg.png) scroll 0 0;
	background-repeat:no-repeat; 
	height: 535px;
}

.hsDesignContainer {
	position:relative;
	width:895px;
	top: 40px;
	padding-left: 40px;
}
/*--------------------------------------------------------------------DESIGN CONTENT ENDS---*/


/*--------------------------------------------------------------------PHOTO CONTENT ENDS---*/
#photoContent {
	background: transparent url(images/main_bg.png) scroll 0 0;
	background-repeat:no-repeat; 
	height: 535px;
}

.hsPhotoContainer {
	position:relative;
	width:895px;
	top: 40px;
	padding-left: 40px;
}
/*--------------------------------------------------------------------PHOTO CONTENT ENDS---*/


#menuContent {
	background: transparent url(images/freshmenu_bg.png) scroll 0 0;
	background-repeat:no-repeat; 
	height: 535px;
}
/*
#menuContainer {
	padding-left:70px;
	position:relative;
	padding-top:35px;
	width:820px;
}
*/
#menuleft { float:left;
margin-left:40px;
padding:40px 20px 20px;
position:relative;
width:430px; }

#menuright { -moz-border-radius:10px 10px 10px 10px;
border:2px solid #72bf44;
float:left;
margin-left:40px;
margin-top:58px;
padding:30px;
position:relative;
width:280px; -webkit-border-radius:10px; }

#menuright img { padding-bottom:10px;
padding-left:25px;
padding-top:20px; }

