@charset "utf-8";
/* CSS Document */
/**
*    CSS for Blue themed template for Root
*
* @author		raja_027at09
* @copyright	Copyright (c) 2008{@link http://www.agriya.com Agriya Infoway}
* @license 		http://www.agriya.com Agriya Infoway Licence
* @version
* @since 		2008-10-10
*/
/*-- Common Styles -- */
 body{
	color:#000;
	font-family:Georgia;
	font-size:80%;  /*-- Enables font size scaling in MSIE  --*/
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(../images/bodybg.jpg) repeat-x top left;
	
}
.clsMainBody{
}
html > body{
	font-size:9.5pt;
}
#top,#header h2,#selSubFooter h2,#selSubHeader h3{		/*-- Nomensa Method to hide the content --*/
	position:absolute;
	left:-999em;
	width:990em;
}
form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div,dt,dl,dd, pre{
	margin:0;
	font-size:100%;
	padding: 0 0;
}
li{
	padding:0.2em 0;
	list-style:none;
	font-size:11px;
}
a{
	color:#a71e22;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	font-size:11px;
	}
a:hover{
	text-decoration:none;
	color:#000;
}
img{
	border:0;
	vertical-align:top;
}
label{ vertical-align:middle;}
p{
	font-size:11px;
}
.clsClearFix{
	overflow:hidden;
	zoom:1;
}
*html .clsClearFix{
	overflow:visible;
	height:1%;
}
.clsBodyContent{
	width:980px;
	margin:0 auto;
	text-align:left;
	padding-bottom:2px;
	padding-top:7px;
	
}
#header{
	background:url(../images/shodow-top.jpg) no-repeat top center;

}
.clsHeaderPart{
	background:url(../images/shodow-bottom.jpg) no-repeat bottom center;
	padding:4px 0px 10px 0px;
	margin-bottom:10px;
}
.clsHeaderLeft{
	width:370px;
	float:left;
	
}
	.clsHeaderLeft h1 a{
	background:url(../images/logo.jpg) no-repeat top left;
	width:346px;
	height:116px;
	display:block;
	text-indent:-999999px;
}
.clsHeaderRight{
	width:610px;
	float:right;
	text-align:right;
	position:relative;
}
	.clsTopMenu{
		float:right;
		padding:5px 0;
		height:75px;
	}
	.clsTopMenu li{
		float:left;
		padding:0 5px;
		line-height:18px;		
	}
	.clsTopMenu li a{
		background:url(../images/topmenu-left.jpg) no-repeat top left;
		line-height:18px;
		height:18px;
		display:block;
		float:left;
		color:#7e7e7e;
		padding-left:7px;
		font-family:arial;
		text-transform:capitalize;
		font-weight:bold;
	}
	
	.clsTopMenu li a span{
		background:url(../images/topmenu-right.jpg) no-repeat top right;
		line-height:18px;
		height:18px;
		display:block;
		float:left;
		padding-left:3px;
		padding-right:10px;
	}
	.clsTopMenu li a:hover{
		color:#a71e22;
	}
	.clsPoweredBy{
		color:#a71e22;
		font:14px/17px Georgia;
		font-style:italic;
		text-align:left;
		background:url(../images/poweredby.jpg) no-repeat right 2px;
		padding-right:40px;
		position:absolute;
		left:0px;
		bottom:-20px;
	}	
	#main{
		min-height:600px;
		padding-bottom:30px;
	}
#footer{
	background:url(../images/footerbg.jpg) repeat-x top left;
}
.clsFooterContent{
	background:url(../images/footerbg.jpg) repeat-x top left;
	width:980px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
}
.clsFooterContent ul{
	margin:0 auto;
	height:18px;
	padding:5px 0
}
.clsFooterContent li{
	display:inline;
	padding:0 10px;
	color:#fff;
	background:url(../images/footerlist-bdr.jpg) no-repeat center right;
}
.clsFooterContent li a{
	color:#fff;
	font-size:10px;	
}
.clsFooterContent li a:hover{
	color:#a71e22;
}
.clsFooterContent li.clsNoBorder{
	background:none!important;
}
.clsFooterContent .clsCopyRights{
	color:#fff;
	padding:5px 0;
	
}
.clsIndexTopPart{
	padding:0 0 20px 0;
}
.clsIndexScriptPart{
	float:left;
	width:640px;
	text-align:center;
	height:350px;
}
.clsSearchPart{
	float:right;
	width:290px;
	padding:10px;
}
.clsSearchPart h2{
	font:normal 30px Georgia;
	font-style:italic;
	background:url(../images/search-icon.jpg) no-repeat top left;
	color:#fff;
	border-bottom:1px solid #fff;
	padding:0px 0 10px 40px;
}
.clsSearchContent{
	line-height:20px;
	padding-top:10px;
}
.clsSearchContent input{
	border:1px solid #6b6b6b;
	background:#fff;
	padding:0px 0;
	text-align:center;
	font-style:italic;
	color:#929292;
	width:280px;
	margin:13px 0;
	line-height:25px;
	height:25px;
}
.clsSearchContent select{
	border:1px solid #6b6b6b;
	background:#fff;
	text-align:center;
	font-style:italic;
	color:#929292;
	width:280px;
	margin:13px 0;
	height:25px;
	line-height:25px;
}
.clsSearchContent p{
	text-align:center;
}
.clsSearchBtn{
	margin-top:10px;
	margin-right:10px;	
}
.clsSearchBtnRight{
	float:right
}
.clsSearch-lft{
	background:url(../images/search-lft.jpg) no-repeat top left;
	height:26px;
	line-height:26px;
	display:block;
	float:left;
	padding-left:10px;
	
}
.clsSearch-rgt{
	background:url(../images/search-rgt.jpg) no-repeat top right;
	height:26px;
	line-height:26px;
	display:block;
	float:left;
	padding-right:10px;
}
.clsSearch-rgt input{
	border:0;
	background:none;
	font:bold 11px Georgia;
	font-style:italic;
	width:160px!important;
	margin:0;
	padding:0;
	height:26px;
	color:#fff;
	
}
.clsDreamPart{

}
.clsDreamPartLeft{
	width:650px;
	float:left;
}
.clsDreamPartRight{
	width:310px;
	float:right;
}
.clsDreamCont h2{
	font:normal 32px/37px Georgia;
	font-style:italic;
	color:#a71e22;
	padding:10px 0;
	padding-left:10px;
}
.clsDreamSub{
	font:normal 19px/25px Georgia;
	color:#000;
	padding:0 10px 15px 10px;
	border-bottom:1px solid #000;
	line-height:21px;
}
.clsDreamDet{
	padding:5px
}
.clsDreamDet li{
	font:normal 14px/19px Georgia;
	width:46%;
	padding:5px 12px;
	float:left;
	line-height: 1.75em;
}
.clsDreamDet li p{
	font:normal 14px/19px Georgia;
	line-height: 21px;
}

.clsDreamDet li p:first-letter{
	color:#000;
	font-size:xx-large;
	font:60px/40px Georgia;
	padding: 5px 0px -5px 4px;
	margin-right: 3px;
	margin-top:2px;
	float: left
}
* html .tlc-player,* html .trc-player{
height:1%
}

* html .lb-player{
	width:100%
}
.lb-player,.tlc-player,.trc-player{
	zoom:1
}
.tlc-player{
	background:transparent url(../images/tlc-player.jpg) no-repeat;
}
.trc-player{
	background:transparent url(../images/trc-player.jpg) no-repeat right top;
}	
.blc-player{
	background:transparent url(../images/blc-player.jpg) no-repeat left bottom;
}
.brc-player{
	background:transparent url(../images/brc-player.jpg) no-repeat right bottom;
}
.tb-player{
	background:transparent url(../images/tb-player.jpg) repeat-x;
}
.bb-player{
	background:transparent url(../images/bb-player.jpg) repeat-x center bottom;
}	
.rb-player{
	background:transparent url(../images/rb-player.jpg) repeat-y right top;
}
.lb-player{
	background:#fff url(../images/lb-player.jpg) repeat-y left bottom;
}	
.clsRounderd{
	padding:20px 15px;
}
.clsPlayerHdPart{
	background:url(../images/player-hd-bdr.jpg) repeat-x bottom left;
	padding-bottom:10px;
}
.clsPlayerCont{
	padding-top:20px;
}
.clsPlayerHdPart p{
	font: normal 20px Myriad Pro;
}
.clsPlayerHdPart .clsPlayerHd{
	font: bold 23px Myriad Pro;
	text-transform:uppercase;
}
.clsquestionLinksPart{
	padding:15px 0;
}
.clsquestionLinksPart a{
	background:url(../images/questions-link.jpg) no-repeat top left;
	width:304px;
	height:105px;
	display:block;
	text-indent:-99999px;
}
.clsContentHdPart h2{
	background:url(../images/contenthd-bg.jpg) no-repeat top left;
	padding:0px 0 10px 40px;
	border-bottom:2px solid #000;
	color:#a71e22;
	font:normal 30px Georgia;
	font-style:italic;
}
.clsSubHdCont{
	padding:10px;
	border-bottom:1px solid #000;
	font:normal 14px Georgia;
	line-height: 20px;
}
.clsDiffernceDetails{
	background:url(../images/difference-bg.jpg) no-repeat top left;
}
.clsDifferenceContent ul{
	padding:20px 10px;
}
.clsDifferenceContent li{
	float:left;
	width:29%;
	padding:0 20px;
	text-align:center;
	
}
.clsDiffHd{
	color:#646464;
	padding-left:0px;
	padding-top:10px;
	width:100%;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
}

.clsclsDiffSubHd{
	color:#a71e22;
	font-style:italic;
	padding:5px 0;
}
.clsDiffernceDetails p.clsDeffernceDis{
	padding:10px 0;
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: 1.75em;
	font-weight: normal;
	font-variant: normal;
}
.clsDiffImagePart{
	width:auto!important;
	margin:0 auto;
	display:table;
}
.clsDiffImagePart a{
/*	background:url(../images/img-shadow-lft.jpg) no-repeat top left; */
	padding-left:10px;
	height:71px;
	display:block;
	float:left;
	vertical-align:middle;
	display:table-cell;

}
.clsDiffImagePart a span{
/*	background:url(../images/img-shadow-rgt.jpg) no-repeat top right; */
	padding-right:10px;
	height:71px;
	display:block;
	float:left;
}
.clsContentBottomPart{
	padding:6px 0;
	border-top:1px solid #000;
	border-bottom:2px solid #000;
}
.clsContentBottomPart-lft{
	width:85%;
	float:left;
}
.clsContentBottomPart-rgt{
	width:15%;
	float:right;
	text-align:right;
}
.clsReadMore{
	padding-left:10px;
}
.clsReadMore a{
	background:url(../images/readmore.jpg) no-repeat right 3px;
	padding-right:18px;
	color:#000;
}
.clsReadMore a:hover{
	color:#A71E22;
}
.clsBacktoTop{
	padding-right:10px;
	text-align:right;
}
.clsBacktoTop a{
	background:url(../images/backtotop.jpg) no-repeat right 3px;
	padding-right:18px;
	color:#000;
}
.clsBacktoTop a:hover{
	color:#A71E22;
}
.clsPhotographerPart{
	padding:50px 0 0 0;
}
.clsPhotographerPartLeft{
	width:610px;
	float:left
}
.clsPhotographerPartRight{
	float:right;
	width:350px;
}
. ul{
	padding:10px 0;
}
. li{
	padding:5px 10px;
}
.clsLearnMoreList li a{
	background:url(../images/learnmore-lst.jpg) no-repeat left 4px;
	padding-left:20px;
}
.clsLearnMoreList li{
	margin-bottom:5px;
}
.clsLearnMoreList ul{
	margin-top:5px;
}
.clsBanner{
	padding:20px 0;
	text-align:right;
}
.clsPhotographerSearch{
	padding:20px 0;
}
.clsPhotographerSearch h2{
	font:bold 14px/20px Georgia;
	color:#a71e22;
	text-align:center;
}
.clsPhotographerSearchCont{
	text-align:center;
	padding:30px 10px;
}
.clsPhotographerSearchCont input, .clsPhotographerSearchCont select{
	border:1px solid #a71e22;
	margin-right:10px;
	width:165px;
	text-align:center;
}
.clsPhotographerSearchCont .clsOR{
	padding:20px 0;
	text-align:center;
	font-weight:bold;
}
.clsCertifi{
	padding:10px 40px;
}
.clsCertifi p.clsCertifiBg{
	background:url(../images/certifi.jpg) no-repeat top left;
	padding-left:80px;
	font-size:10px;
	width:20px;
	height:29px;
	float:left;
}
.clsCertifi input{
	margin-right:10px;
}
.clsCertifi .clsCertifiTxt{
	float:right;
	width:425px;
	font:normal 10px Georgia;
	font-style:italic;
}
.clsCertifi .clsCertifiTxt a{
	text-decoration:underline;
}

.clsSubmitBtnMain{
	display:table;
	margin:0 auto;
}
.clsSubmitBtn{
	padding:20px 40px;
	display:table-cell;
	text-align:center;
}
.clsSubmitBtn-lft {
	background:url(../images/submit-btn-left.jpg) no-repeat top left;
	height:25px;
	line-height:25px;
	padding-left:10px;
	float:left;
	display:block;
	margin-right:20px;
}
.clsSubmitBtn-rgt {
	background:url(../images/submit-btn-right.jpg) no-repeat top right;
	height:25px;
	line-height:25px;
	padding-right:10px;
	float:left;
	display:block;
}
.clsSubmitBtn-rgt input{
	border:0;
	background:none;
	padding:0 5px 3px 5px;
	height:24px;
	font:normal 14px Georgia;
	font-style:italic;
	color:#fff;
}
.clsCancelBtn-lft {
	background:url(../images/cancel-btn-left.jpg) no-repeat top left;
	height:25px;
	line-height:25px;
	padding-left:10px;
	float:left;
	display:block;
}
.clsCancelBtn-rgt {
	background:url(../images/cancel-btn-right.jpg) no-repeat top right;
	height:25px;
	line-height:25px;
	padding-right:10px;
	float:left;
	display:block;
}
.clsCancelBtn-rgt input{
	border:0;
	background:none;
	padding:0 5px 3px 5px;
	height:24px;
	font:normal 14px Georgia;
	font-style:italic;
	color:#fff;
}
.clsInstruction{
	text-align:center;
	line-height:20px;
	padding:10px 50px;
	
}
.clsInstruction p{
	font:normal 8px Arial;
	font-style:italic;
}

