/* @override http://localhost:8888/portfolio/css/style.css */

/**********************
Nirmal Rodrigo Was Here
www.nirmal.ca
nirmal@nirmal.ca
**********************/

/*Global Reset*/
* {
	padding: 0;
	margin: 0;
	}

/*Global Styles*/

a img {
	border-style: none;
}

body {
	background-image: url(../images/bigBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #114b77;
}
/*h1 {
	background-image: url(../images/nirmal_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 43px;
	width: 159px;
}
h2 {
	background-image: url(../images/mainTag.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 21px;
	width: 353px;
}*/
.fL {
	float: left;
}
.fR {
	float: right;
}
.clearBoth {
	clear: both;	
}
p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 1px;
	padding: 1px;
}
small {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*Structure*/

#container {
	text-align: left;
	width: 1030px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	height: 100px;
	width: 1030px;
	position: relative;
	left: 0px;
	top: 0px;
}
#logo {
	width: 515px;
	position: absolute;
	left: 0px;
	bottom: 22px;
	height: 43px;
}
#tag {
	width: 515px;
	position: absolute;
	text-align: right;
	bottom: 30px;
	right: 0px;
}
#mainContent {
	height: 400px;
	width: 1030px;
	position: relative;
	left: 0px;
	top: 0px;
}
#aboutMe {
	height: 320px;
	width: 566px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#aboutContainer {
	height: 75px;
	width: 566px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#aboutTitle {
	height: 16px;
	width: 83px;
	position: absolute;
	left: 0px;
	bottom: 17px;
}
#contactJump {
	height: 26px;
	width: 160px;
	position: absolute;
	left: 0px;
	bottom: 10px;
}
#myPic {
	height: 245px;
	width: 160px;
	position: absolute;
	left: -10px;
	bottom: 0px;
}
#aboutContent {
	height: 245px;
	width: 406px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#connectWithMe {
	height: 80px;
	width: 566px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#connectTitle {
	width: 566px;
	position: absolute;
	left: 0px;
	top: 12px;
}
#myLatest {
	height: 400px;
	width: 464px;
	top: 0px;
	position: absolute;
	right: 0px;
}
#myPorfolio {
	position: relative;
	left: 0px;
	top: 0px;
	clear: both;
	width: 100%;
	margin-bottom: 120px;
}
#portfolioContainer {
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#portfolioTitle {
	height: 28px;
	width: 133px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#portfolioTag {
	height: 28px;
	width: 770px;
	position: absolute;
	left: 133px;
	bottom: 0px;
}
#bestDesigns {
	position: relative;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
.thumb {
	float: left;
	padding: 0px;
	position: relative;
	clear: right;
	width: 217px;
	height: 240px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 54px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}

.thumb a,
.lastThumb a {
	text-decoration: none;
	border-bottom: solid 1px #fff;
}

.thumb a:hover,
.lastThumb a:hover
 {
	text-decoration: none;
	border-bottom: none;
}

.thumb p, .lastThumb p {
	position: relative;
	margin: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	clear: left;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: auto;
}
.thumb img, .lastThumb img {
	height: 165px;
	width: 205px;
	border: 6px solid #FFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}

.thumb a .zoom-icon, .lastThumb a .zoom-icon  {
	position: relative;
	margin-bottom: -29px;
	bottom: 32px;
	left: 185px;
	background: #fff url(../images/zoom.png) no-repeat 1px 1px;
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	cursor: pointer;
	z-index: 2;
}

.thumb a:hover > .zoom-icon, .lastThumb a:hover > .zoom-icon {
	background: #14253F url(../images/zoom.png) no-repeat 1px -29px;
}

.thumb a:hover > img, .lastThumb a:hover > img {
	border: 6px solid #14253F;
}

.lastThumb {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 240px;
	width: 217px;
	position: relative;
	left: 0px;
	top: 0px;
}

#fourBoxes {
	position: relative;
	height: 300px;
	width: 100%;
	clear: both;
}
#fourBoxesContent {
	height: 262px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/4boxBg.png);
	clear: both;
}
.fourBoxesTitles {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 200px;
}
#myServices {
	height: 262px;
	width: 253px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.icons {
	height: 31px;
	width: 31px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.item {
	position: relative;
	width: 230px;
	height: 30px;
	left: 24px;
	top: 55px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#myBlog {
	height: 262px;
	width: 260px;
	position: absolute;
	left: 253px;
	top: 0px;
}
#blogContent {
	width: 220px;
	position: relative;
	left: 24px;
	top: 55px;
}

#blogContent a {
	text-decoration: none;
}

#blogContent strong {
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

#blogContent .view {
	text-decoration: none;
	border-bottom: solid 1px #fff;
}

#blogContent a:hover > .view {
	text-decoration: none;
	border-bottom: none;
}

#projectQuotes {
	height: 262px;
	width: 260px;
	position: absolute;
	left: 513px;
	top: 0px;
}
.steps {
	height: 20px;
	width: 23px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.instructions {
	position: relative;
	height: 18px;
	left: 22px;
	top: 55px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: 224px;
}
#contactMe {
	height: 262px;
	width: 253px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#contactContent {
	width: 210px;
	position: relative;
	left: 24px;
	top: 55px;
}
#phoneNumber {
	position: relative;
	left: 22px;
	top: 75px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
	overflow: auto;
	width: 220px;
	height: 30px;
}
#footer {
	width: 1030px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 80px;
}
#footerContent {
	width: 980px;
	position: absolute;
	left: 24px;
	top: 0px;
}
#cc {
	height: 34px;
	width: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footerTag {
	position: absolute;
	left: 45px;
	top: 0px;
	height: 21px;
	width: 414px;
}
#disclaimer {
	position: absolute;
	left: 45px;
	top: 21px;
}
#footerLogo {
	height: 31px;
	width: 115px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*Buttons*/

#videoButton {
	height: 29px;
	width: 95px;
	position: absolute;
	bottom: 10px;
	left: 160px;
	background-image: url(../images/videoButton.png);
	background-position: 0px 0px;
}
#videoButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 29px;
}
#videoButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/videoButton.png);
}
#resumeButton {
	height: 29px;
	width: 109px;
	position: absolute;
	bottom: 10px;
	left: 270px;
	background-image: url(../images/resumeButton.png);
	background-position: 0px 0px;
}
#resumeButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 29px;
}
#resumeButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/resumeButton.png);
}
#aboutContent a {
	padding: 1px 0px;
	color: #fff;
	text-decoration: none;
	white-space: pre;
	border-bottom: 1px solid #fff;
}
#aboutContent a:hover {
	color: #fff;
	border-bottom: none;
}
#clientList {
	font-family: Helvetica, "Lucida Sans Unicode", Arial;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	font-weight: 300;
}
#clientList li {
	height: 22px;
	width: 250px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
.highlight{
	font-size: 16px;
	font-weight: bold;
	color: #1D8BB5;
}
.alignCenter {
	text-align: center;
}
#clientListButton {
	height: 29px;
	width: 121px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/clientListButton.png);
	background-position: 0px 0px;
}
#clientListButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 29px;
}
#clientListButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/clientListButton.png);
}
#blogButton {
	height: 29px;
	width: 133px;
	position: absolute;
	bottom: 29px;
	left: 60px;
	background-image: url(../images/blogComingSoon.png);
	background-repeat: no-repeat;
}
#blogButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 29px;
}
#blogButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/labButton.png);
}
#quoteButton {
	height: 29px;
	width: 187px;
	position: absolute;
	bottom: 30px;
	left: 37px;
	background-image: url(../images/quoteButton.png);
	background-position: 0px 0px;
}
#quoteButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 29px;
}
#quoteButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/quoteButton.png);
}
#contactButton {
	height: 29px;
	width: 171px;
	position: absolute;
	bottom: 30px;
	left: 37px;
	background-image: url(../images/emailButton.png);
	background-position: 0px 0px;
}
#contactButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 29px;
}
#contactButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/emailButton.png);
}

#followButton {
	height: 28px;
	width: 132px;
	position: absolute;
	bottom: 30px;
	left: 67px;
	background-image: url(../images/followButton.png);
	background-position: 0px 0px;
}
#followButton a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 28px;
}
#followButton a:hover {
	background-position: 0px -29px;
	background-image: url(../images/followButton.png);
}


/*Connect Buttons*/

ul#connectLinks{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 52px;
	width: 566px;
	left: 0px;
	bottom: 0px;
}
ul#connectLinks a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 27px;
}
li#msn {
	position: absolute;
	height: 23px;
	width: 27px;
	left: 0px;
	bottom: 3px;
	background: url(../images/msnAdd.png) no-repeat 0px 0px;
}

li#gtalk {
	position: absolute;
	height: 32px;
	width: 36px;
	left: 62px;
	bottom: -6px;
	background: url(../images/gtalkAdd.png) no-repeat 0px 0px;
}
li#twitter {
	position: absolute;
	height: 19px;
	width: 75px;
	left: 191px;
	bottom: 7px;
	background: url(../images/twitterVisit.png) 0px 0px;
}
li#facebook {
	position: absolute;
	height: 17px;
	width: 84px;
	left: 303px;
	bottom: 9px;
	background: url(../images/facebookVisit.png) no-repeat 0px 0px;
}
li#linkedin {
	position: absolute;
	height: 23px;
	width: 24px;
	left: 128px;
	bottom: 3px;
	background: url(../images/linkedinVisit.png) no-repeat 0px 0px;
}
/*li#msn a:hover {
	background-image: url(../images/msnAdd.png);
	background-position: 0px -27px;
}
li#gtalk a:hover {
	background-image: url(../images/gtalkAdd.png);
	background-position: 0px -27px;
}
li#aim a:hover {
	background-image: url(../images/aimAdd.png);
	background-position: 0px -27px;
}
li#facebook a:hover {
	background-image: url(../images/facebookVisit.png);
	background-position: 0px -27px;
}
li#linkedin a:hover {
	background-image: url(../images/linkedinVisit.png);
	background-position: 0px -27px;
}*/
#msnClick {
	height: 21px;
	width: 317px;
	position: absolute;
	top: 11px;
	left: 164px;
	visibility: hidden;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #fff;
	float: left;
	margin-top: 2px;
	white-space: nowrap;
}
#gTalkClick {
	height: 21px;
	width: 320px;
	position: absolute;
	top: 11px;
	left: 164px;
	visibility: hidden;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #fff;
	float: left;
	margin-top: 2px;
	white-space: nowrap;
}
/*#aimClick {
	height: 21px;
	width: 174px;
	position: absolute;
	top: 12px;
	left: 160px;
	visibility: hidden;
}*/

/*Text Styles*/

#aboutContent p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	width: 317px;
	line-height: 20px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: 300;
}
#myServices p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 40px;
	top: -1px;
	font-weight: 300;
}
#myServices strong {
	font-weight: bold;
}
#blogContent p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	line-height: 18px;
	padding: 0px;
	font-weight: 300;
	width: 219px;
}
#contactContent p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	line-height: 18px;
	padding: 0px;
	font-weight: 300;
}
#projectQuotes p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 32px;
	top: 3px;
}
#phoneNumber p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 30px;
	color: #FFF;
	margin: 0px;
	line-height: 18px;
	padding: 0px;
	font-weight: 100;
}
#disclaimer p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}

/*Form Style*/

#formContainer {
	text-align: left;
	width: 600px;
}

#formContainer strong {
	font-weight: bold;
}

#formContainer input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 250px;
	padding: 2px;
	font-weight: 300;
	color: #000;
}
#formContainer p {
	font-size: 14px;
	font-weight: 300;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #666;
	margin-bottom: 5px;
	line-height: 18px;
	margin-top: 5px;
}
#formSelect {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #666;
}

#formSelect input {
	width: auto;
	position: relative;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*All IE Hack*/
#formSelect input {
	bottom: -2px\9;
}

#formSelect .bump {
	margin-right: 10px;
}
#quoteDone input {
	width: auto;
	font-size: 14px;
}
#thanksText {
	font-size: 14px;
	font-weight: 300;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	color: #000;
	line-height: 18px;
}
.formElement {
	float: left;
	width: 300px;
	padding-bottom: 10px;
}

.formElement h1 {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	display: block;
	color: #666;
}
.formElement input {
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-right-color: #d6d6d6;
	border-bottom-color: #e9e9e9;
	border-left-color: #d6d6d6;
	background-color: #eee;
}

.formElement input:focus,
.formDescription textarea:focus {
	background-color: #d5eaff;
}

.formDescription textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	width: 92%;
	height: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9e9e9e;
	border-right-color: #d6d6d6;
	border-bottom-color: #e9e9e9;
	border-left-color: #d6d6d6;
	font-size: 14px;
	font-weight: 300;
	margin: 0px;
	padding: 2px;
	color: #000;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
.formDescription {
	margin-top: 20px;
}
