@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
a {
	color:#f7d6d7;
	outline:none;
	text-decoration:underline;
}
.mt20 {
	margin-top:15px !important;
}
body {
	background:url(../img/page_bg.jpg) left top repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.pgWrapper {
	margin:0 auto;
}
.header {
	height:71px;
	background:url(../img/header_bg.png) left bottom repeat-x;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:20000;
}
.wrapper-960 {
	margin:0 auto;
	width:960px;
}
.header h1 {
	float:left;
	background:url(../img/logo_aaa.png) left center no-repeat;
	color:#d3242b;
	font-size:12px;
	height:35px;
	line-height:35px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.header h1 a {
	color:#d3242b;
	text-decoration:none;
	padding-left:33px;
	font-weight:normal;
}
ul.mainNav {
	margin:20px 5px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
ul.mainNav li {
	padding:0;
	list-style:none;
	float:left;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 8px;
}
ul.mainNav li a {
	color:#d02128;
	text-decoration:none;
	background-image:url(../img/sprite_menu.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	height:26px;
	text-indent:-9999px;
	display:block;
}
ul.mainNav li.home a {
	background-position:0 0;
	width:71px;
}
ul.mainNav li.home a:hover {
	background-position:0 -31px;
}
ul.mainNav li.home a.active {
	background-position:0 -60px;
}
ul.mainNav li.work a {
	background-position:-84px 0;
	width:69px;
}
ul.mainNav li.work a:hover {
	background-position:-84px -31px;
}
ul.mainNav li.work a.active {
	background-position:-84px -60px;
}
ul.mainNav li.about a {
	background-position:-164px 0;
	width:79px;
}
ul.mainNav li.about a:hover {
	background-position:-164px -31px;
}
ul.mainNav li.about a.active {
	background-position:-164px -60px;
}
ul.mainNav li.contact a {
	background-position:-252px 0;
	width:95px;
}
ul.mainNav li.contact a:hover {
	background-position:-252px -31px;
}
ul.mainNav li.contact a.active {
	background-position:-252px -60px;
}
ul.mainNav li.blog a {
	background-position:-357px 0;
	width:59px;
}
ul.mainNav li.blog a:hover {
	background-position:-357px -31px;
}
ul.mainNav li.blog a.active {
	background-position:-357px -60px;
}
.contentContainer {
	background:url(../img/content_bg.png) left 32px no-repeat;
	margin:0 auto;
	width:960px;
	min-height:6253px;
	position:relative;
	clear:both;
}
#home {
	min-height:992px;
	padding-top:130px;
	width:920px;
	margin:0 auto;
}
#home .aaa {
	width:96px;
	height:186px;
	margin:58px 0 0 168px;
	float:left;
}
#home .aaa a {
	background:url(../img/sprite_aaa.png) 2px 0 no-repeat;
	width:96px;
	height:186px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}
#home .aaa a:hover {
	background:url(../img/sprite_aaa.png) -99px 0 no-repeat
}
#home .aaa a.active {
	background:url(../img/sprite_aaa.png) -195px 0 no-repeat
}
#home .intro {
	float:right;
	width:450px;
	margin-right:76px;
	padding-top:208px;
}
#home .intro p {
	font-size:14px;
	color:#f7d6d7;
	margin-top:10px;
}
#work {
	padding-top:186px;
	height:1830px;
	width:920px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#work p {
	font-size:14px;
	color:#f7d6d7;
	margin-top:10px;
}
#work .workItemSliderContainer {
	width:913px;
	display:block;
	overflow:hidden;
	height:383px;
	clear:both;
	float: none;
	margin-left: 6px;
}
#work .workContainer {
	display: block;
	float:left;
	margin: 0;
	background:none!important;
}
#work .workContainer .workItem {
	float:left;
	width:290px;
	height:370px;
	padding:0 0 4px 4px;
	margin:0 10px 10px 0;
	position:relative;
}
/*#work .workContainer .workItem:hover {
	background:url(../img/work_hover_bg.png) left bottom no-repeat;
}*/
#work .workContainer .workItem span.hoverShad {
	display:block;
	position:absolute;
	width:294px;
	height:374px;
	background:url(../img/work_hover_bg.png) left bottom no-repeat;
	left:0;
	top:0;
	z-index:-1;
}
#work .workContainer .workItem ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#work .workContainer .workItem ul li {
	margin:0;
	padding:0;
	list-style:none;
	width:290px;
	height:320px;
	position:relative;
	overflow:hidden;
	float:left;
}
#work .workContainer .workItem ul li .workImgCont {
	margin:0;
	padding:0;
	width:290px;
	height:320px;
	position:relative;
}
#work .workContainer .workItem ul li img {
	display:block;
}
#work .workContainer .workItem ul li .imageCover {
	position:absolute;
	left:0;
	top:0;
	width:290px;
	height:320px;
	background:url(../img/image-white-shad.png) repeat;
	z-index:30;
	cursor:pointer;
}
#work .workContainer .workItem .infoBlk {
	background:#FFF;
	height:30px;
	padding:10px;
	clear:both;
}
#work .workContainer .workItem .infoCont {
	position:absolute;
	left:0;
	bottom:0;
	width:250px;
	height:280px;
	background:url(../img/info-txtcontainer-bg.png) repeat;
	display:none;
	padding:20px;
	z-index:40;
	font-size:10px;
}
#work .workContainer .workItem .infoBlk h3 {
	float:left;
	color:#d3242b;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
}
#work .workContainer .workItem .infoBlk h3 span {
	color:#999999;
	font-size:11px;
	display:block;
	font-weight:normal;
}
#work .workContainer .workItem .slideInfo {
	float:right;
	line-height:20px;
	margin:5px 5px 0 0;
}
#work .workContainer .workItem .slideInfo span {
	color:#999999;
	font-size:11px;
}
#work .workContainer .workItem .infoLink {
	width:16px;
	height:15px;
	cursor:pointer;
	vertical-align:middle;
	background:url(../img/btn_info.png) left top no-repeat;
}
#work .workContainer .workItem .infoLink:hover {
	background-position:left bottom;
}
#work .workContainer .workItem .infoLink.current {
	background-position:left bottom;
}
#work .portfolioBtn {
	text-align:right;
	display:block;
	padding-left:800px;
	float:left;
	clear:both;
	margin-bottom:10px;
	padding-top: 0px;
	margin-left: 7px;
}
#work .portfolioBtn a.prevBtn, #work .portfolioBtn a.prevBtnDisable, #work .portfolioBtn a.nextBtn, #work .portfolioBtn a.nextBtnDisable {
	background:url(../img/sprite_portfolio_btn.png) left top no-repeat;
	width:48px;
	height:48px;
	margin:0 2px;
}
#work .portfolioBtn a.prevBtn {
	float:left;
	background-position:0 -53px;
}
#work .portfolioBtn a.prevBtn:hover {
	float:left;
	background-position:0 0;
}
#work .portfolioBtn a.prevBtn:hover {
	float:left;
	background-position:0 0;
}
#work .portfolioBtn a.prevBtnDisable {
	float:left;
	background-position:0 -105px;
	cursor:text;
}
#work .portfolioBtn a.prevBtnDisable:hover {
	float:left;
	background-position:0 -105px;
	cursor:text;
}
#work .portfolioBtn a.nextBtn {
	float:left;
	background-position:-53px -53px;
}
#work .portfolioBtn a.nextBtn:hover {
	float:left;
	background-position:-53px 0;
}
#work .portfolioBtn a.nextBtnDisable {
	float:left;
	background-position:-53px -105px;
	cursor:text;
}
#work .portfolioBtn a.nextBtnDisable:hover {
	float:left;
	background-position:-53px -105px;
	cursor:text;
}
#about {
	padding-top:186px;
	height:1531px;
	width:920px;
	margin:0 auto;
}
#about h2 {
	margin-bottom:20px;
}
#about .aboutVenkat {
	float:left;
	width:320px;
	font-size:14px;
	color:#f7d6d7;
}
#about .aboutVenkat p {
	margin-bottom:10px;
}
#about .aboutVenkat ul.accountList {
	margin:0;
	padding:0;
	list-style:none;
}
#about .aboutVenkat ul.accountList li {
	margin:0;
	padding:0 8px 0 0;
	list-style:none;
	float:left;
}
#about .aboutVenkat ul.accountList li a {
	background:url(../img/sprite_design_accounts.png) -999px -999px no-repeat;
	width:38px;
	height:38px;
	float:left;
	display:block;
	margin:0 0 8px 0;
}
#about .aboutVenkat ul.accountList li a.one {
	background:url(../img/sprite_design_accounts.png) 0 bottom no-repeat;
}
#about .aboutVenkat ul.accountList li a.one:hover {
	background:url(../img/sprite_design_accounts.png) 0 top no-repeat;
}
#about .aboutVenkat ul.accountList li a.two {
	background:url(../img/sprite_design_accounts.png) -46px bottom no-repeat;
}
#about .aboutVenkat ul.accountList li a.two:hover {
	background:url(../img/sprite_design_accounts.png) -46px top no-repeat;
}
#about .aboutVenkat ul.accountList li a.three {
	background:url(../img/sprite_design_accounts.png) -92px bottom no-repeat;
}
#about .aboutVenkat ul.accountList li a.three:hover {
	background:url(../img/sprite_design_accounts.png) -92px top no-repeat;
}
#about .skills {
	float:left;
	width:290px;
	height:300px;
	background:url(../img/skills_circle.png) 67% center no-repeat;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}
#about .skills h4 {
	color:#F7D6D7;
	font-size:14px;
	font-weight:normal;
}
#about .skills h4 span {
	color:#dd5a5f;
	font-size:10px;
	display:block;
}
#about .skills .website {
	position:absolute;
	right:45px;
	text-align:right;
	top:11px;
}
#about .skills .other {
	left:0px;
	position:absolute;
	text-align:right;
	top:172px;
}
#about .skills .animations {
	left:8px;
	position:absolute;
	text-align:right;
	top:234px;
}
#about .skills .ui {
	position:absolute;
	right:32px;
	text-align:right;
	top:235px;
}
#about .brands {
	float:right;
	width:290px;
}
#about .brands h5 {
	color:#ffffff;
	font-size:18px;
	margin-bottom:20px;
	font-weight:normal;
}
#about .brands ul.brandImg {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#about .brands ul.brandImg li {
	float:left;
	margin:0;
	padding:0 13px 15px 0;
	height:55px;
	width:82px;
	list-style:none;
	vertical-align:middle;
}
#about .brands ul.brandImg li img {
	vertical-align:middle;
}
#contact {
	padding-top:186px;
	height:1039px;
	width:920px;
	margin:0 auto;
}
#contact .contactLeft {
	float:left;
	width:470px;
	height:261px;
}
#contact .contactLeft p {
	color:#f7d6d7;
	margin:20px 0 20px 0;
	font-size:14px;
}
#contact .contactLeft a.email {
	background:url(../img/sprite_email.png) left -36px no-repeat;
	height:34px;
	width:344px;
	text-indent:-9999px;
	display:block;
	margin:10px 0;
}
#contact .contactLeft a.email:hover {
	background:url(../img/sprite_email.png) left 3px no-repeat;
}
#contact .contactLeftul.socialNetwork {
	margin:0;
	padding:0;
	list-style:none;
}
#contact .contactLeft ul.socialNetwork li {
	margin:0;
	padding:0 8px 0 0;
	list-style:none;
	float:left;
}
#contact .contactLeft ul.socialNetwork li a {
	background:url(../img/sprite_socialnetworks.png) -999px -999px no-repeat;
	width:38px;
	height:38px;
	float:left;
	display:block;
	margin:0 0 8px 0;
}
#contact .contactLeft ul.socialNetwork li a.one {
	background:url(../img/sprite_socialnetworks.png) 0 bottom no-repeat;
}
#contact .contactLeft ul.socialNetwork li a.one:hover {
	background:url(../img/sprite_socialnetworks.png) 0 top no-repeat;
}
#contact .contactLeft ul.socialNetwork li a.two {
	background:url(../img/sprite_socialnetworks.png) -46px bottom no-repeat;
}
#contact .contactLeft ul.socialNetwork li a.two:hover {
	background:url(../img/sprite_socialnetworks.png) -46px top no-repeat;
}
#contact .contactForm {
	float:right;
	width:440px;
	height:400px;
}
#contact .contactForm ul {
	margin:0;
	padding:0;
	list-style:none;
}
#contact .contactForm ul li {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
#contact .contactForm ul li label {
	float:left;
	width:70px;
	text-align:right;
	margin-right:10px;
}
#contact .contactForm ul li label img {
	margin:5px 0 0 0;
}
#contact .contactForm ul li .ipFld {
	background:none;
	border-bottom:#fff solid 1px;
	width:350px;
	padding:3px 0;
	color:#FFFFFF;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#contact .contactForm ul li .txtArea {
	background:none;
	border:#fff solid 1px;
	width:344px;
	height:130px;
	resize:none;
	padding:3px;
	color:#FFFFFF;
	font-size: 13px;
	margin-top:3px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.btnSend {
	background:url(../img/sprite_sendBtn.png) left 4px no-repeat;
	text-indent:-9999px;
	width:78px;
	height:30px;
	cursor:pointer;
	margin:0 0 0 80px;
	float:left;
	display:block;
	overflow:hidden;
	font-size: 0;
	display:block;
	line-height: 0;
}
.btnSend:hover {
	background:url(../img/sprite_sendBtn.png) left bottom no-repeat;
}
.footer {
	background:url(../img/footer_bg.png) transparent left top repeat-x;
	width:100%;
	height:62px;
	clear:both;
}
.footerImg {
	text-align:left;
	margin-bottom:-10px;
}
.footer .footerInfo {
	margin:0 auto;
	width:920px;
	padding-top:23px;
	color:#d2232a;
	font-size:12px;
}
.footer .footerInfo .copy {
	float:left;
}
.footer .footerInfo .validation {
	float:right;
}
.footer .validation a {
	color:#d2232a;
	text-decoration:none;
	background: url(../img/tick.png) left 50% no-repeat;
	padding:0 0 0 15px;
	margin-left:3px;
}
.infoAAA {
	background:url(../img/header_bg.png) left bottom repeat-x;
	position:absolute;
	width:100%;
	z-index:20000;
	left:0;
	top:60px;
}
.infoAAA .innerBlk {
	margin:60px auto 0;
	width:960px;
	position:relative;
	clear:both;
}
.infoAAA .innerBlk .leftImg {
	float:left;
	margin-left:86px;
}
.infoAAA .innerBlk .rightImg {
	float:right;
	margin-right:100px;
}
.infoAAA .innerBlk .desc {
	float:left;
	width:500px;
	margin-left:20px;
	margin-top:40px;
}
.infoAAA .innerBlk a.closeBtn {
	background:url(../img/btn_close.png) left bottom no-repeat;
	width:65px;
	height:66px;
	float:right;
	text-indent:-9999px;
	display:block;
	margin-right:40px;
}
.infoAAA .innerBlk a.closeBtn:hover {
	background:url(../img/btn_close.png) 0 2px no-repeat;
}
.infoAAA .desc p {
	color:#888888;
	margin:20px 0;
	font-size:14px;
	line-height:18px;
}
.bgCircle1 {
	background:url(../img/circle01.png) 0 400px no-repeat;
}
.bgCircle2 {
	background:url(../img/circle02.png) 40px 230px no-repeat;
}
.successMsg {
	color:#FFF;
	font-size:13px;
	background:url(../img/mailSent.png) center center no-repeat;
	width:330px;
	height:330px;
}
.errorMsg {
	color:#333;
	font-size:13px;
}
#contact .contactForm ul li label.error {
	float:left;
	text-align:left;
	padding-left:80px;
	width:350px;
	color:#FFF;
	font-size:12px;
	padding-top:5px;
}
#contact .favorites {
	float:left;
	width:400px;
	margin-top:458px;
	color:#F7D6D7;
	font-size:13px;
	margin-left:3px;
}
#contact .favorites ul {
	margin:0;
	padding:0;
	list-style:none;
}
#contact .favorites ul li {
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
}
#contact .favorites ul li a {
	background:url(../img/fav_icon.png) 100% 6px no-repeat;
	padding-right:16px;
}
#contact .thanks {
	color: #F7D6D7;
	float: right;
	font-size: 12px;
	height: 185px;
	margin-top: 462px;
	width: 332px;
}
.errorPage {
	margin:0 auto;
	width:960px;
	clear:both;
	text-align:center;
	padding-top:100px;
	color:#FFF;
}
.errorPage a {
	font-size:12px;
}
