/*~~~~~~~~~~~~~~~~~global styles starts~~~~~~~~~~~~~~~~~*/
html {
	width: 100%;
	height: 100%;
	border: none;
}

body {
	margin: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: "Helvetica", Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #F9F9F9;
	background: #000 url(../Images/greyBackground2.jpg) repeat-y center top;
}

img, object, embed {
	display: block;
	outline: none;
}

a img, img a, img {
	border: none;
}

a {
	outline: none;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	padding: 0;
	margin: 0;
}

.clearer{
	clear: both;
	line-height: 0px;
}

p.noJS {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F24E31;
}
/*~~~~~~~~~~~~~~~~~global styles ends~~~~~~~~~~~~~~~~~*/


/*---------------index style starts-------------------*/

div.greyBackground {
	text-align: left;
	width: 962px;
	border-top: 3px solid #F4D11A;
	margin: 0 auto;
}

div.greyBackground div.header {
	width: 920px;
	margin: 0 auto;
	height: 130px;
	position: relative;
	border-bottom: 1px solid #F9F9F9;
}

div.greyBackground div.header a.logo {
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

div.header div.nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div.nav a {
	color: #F4D11A;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	padding: 7px 0 7px 0;
	margin-left: 8px;
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.nav a { 
		margin-bottom: -1px; 
	}

}

div.nav a:hover {
	color: #494949;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.nav a.profile {
	width: 61px;
}

div.nav a.profile:hover {
	background-image: url(../Images/profile.gif);
}

div.nav a.contact {
	width: 61px;
}

div.nav a.contact:hover {
	background-image: url(../Images/contact.gif);
}

div.nav a.projects {
	width: 61px;
}

div.nav a.projects:hover {
	background-image: url(../Images/projects.gif);
}

div.nav a.blog {
	width: 46px;
}

div.nav a.blog:hover {
	background-image: url(../Images/blog.gif);
}

div.nav a.inspirations {
	width: 87px;
}

div.nav a.inspirations:hover {
	background-image: url(../Images/inspirations.gif);
}

div.contentContainer {
	width: 920px;
	height: 100%;
	margin: 25px auto;
}

div.contentContainer div.nav2 {
	color: #F9F9F9;
	font-size: 10px;
	padding-bottom: 10px;
}

div.contentContainer div.nav2 a {
	color: #F4D11A;
	font-size: 12px;
	text-decoration: none;
}

div.contentContainer div.nav2 a:hover {
	color: #F9F9F9;
}

div.contentContainer div.imageContainer {
	width: 295px;
	margin-right: 16px;
	padding-bottom: 40px;
	float: left;
	background: url(../Images/loadingtemp.gif) no-repeat center 50px;
}

div.contentContainer div.imageContainerThird {
	margin-right: 0;
}

div.contentContainer div.imageContainer a {
	display: block;
	width: 291px;
	height: 176px;
	border: 2px solid #494949;
}

div.contentContainer div.imageContainer a:hover {
	border: 2px solid #F4D11A;
}

div.contentContainer div.imageContainer img {
	width: 291px;
	height: 176px;
}

span {
	color: #F4D11A;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

h4 {
	color: #F4D11A;
	font-size: 14px;
	font-weight: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
	padding: 5px 0 5px 0;
}

p {
	font-size: 12px;
	line-height: 130%;
}

/*---------------index style ends-------------------*/

/*---------------project style starts-------------------*/

div.galleria_container {
	width: 600px;
	margin-bottom: 20px;
	background: url(../Images/loadingtemp.gif) no-repeat center center;
}

ul.gallery_demo {
	width: 600px;
	float: left;
	padding: 10px 0 0px 0;
	margin-bottom: 15px;
	border-top: 2px solid #323230;
}

ul.gallery_demo li {
	list-style: none;
	width: 60px;
	height: 34px;
	margin: 0 2px 10px 0;
	float: left;
	border: 2px solid #494949;
}

ul.gallery_demo2 li {
	list-style: none;
	width: 60px;
	height: 34px;
	float: left;
	border: 2px solid #494949;
}

ul.gallery_demo li img {
	width: 60px !important;
	height: 34px !important;
	margin: 0 !important;
}

ul.gallery_demo li.active {
	border: 2px solid #F4D11A;
}

ul.gallery_demo li.hover {
	border: 2px solid #F4D11A;
}

div.description {
	float: right;
	width: 285px;
	margin: -11px 20px 0 0;
	_margin-right: 10px;
}

div.descriptionTitle {
	float: right;
	width: 305px;
	margin-bottom: 15px;
}

h3 {
	color: #F4D11A;
	font-size: 16px;
	font-weight: normal;
	font-family: "Georgia", Times New Roman, Times, serif;
	padding: 10px 0 5px 0;
}

div.description a {
	color: #F9F9F9;
	font-size: 12px;
	text-decoration: none;
}

div.description a:hover {
	color: #F4D11A;
	font-style: italic;
}

/*---------------project style ends-------------------*/


/*---------------profile style starts-------------------*/

div.profileImage {
	margin-bottom: 55px;
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.profileImage { 
		margin-bottom: 68px; 
	}

}

div.profileDetail {
	width: 285px;
	float: left;
	margin-top: -15px;
	padding-left: 20px;
}


/*---------------profile style ends-------------------*/


/*---------------contact style starts-------------------*/

div.form {
	float: left;
	margin-bottom: 100px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.form { 
		margin-bottom: 141px; 
	}

}

label {
	display: block;
	width: 200px;
	margin: 15px 0 0 0;
}

label.labelCheckbox {
	float: left;
}

input.text {
	display: block;
	padding: 3px;
	background-color: #F4D11A;
	border: none;
	width: 300px;
	font-family: "Helvetica", Arial, sans-serif;
	color: #494949;
}

input.submitBtn {
	display: block;
	padding: 0;
	margin-top: 15px;
	background-color: #F4D11A;
	border: none;
	width: 306px;
	height: 20px;
	font-family: "Helvetica", Arial, sans-serif;
	color: #494949;
}

input:hover {
	background-color: #F9F9F9;
}

input.checkbox {
	width: 14px;
	height: 14px;
	margin: 12px 8px 0 0;
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.checkbox { 
		margin: 13px 8px 0 0; 
	}

}

input.checkbox:hover {
	width: 14px;
	height: 14px;
	margin: 13px 8px 0 0;
	float: left;
}

textarea {
	display: block;
	padding: 3px;
	background-color: #F4D11A;
	width: 300px;
	font-family: "Helvetica", Arial, sans-serif;
	color: #494949;
	border: none;
}

textarea:hover{
	background-color: #F9F9F9;
	border: none;
	width: 300px;
	font-family: "Helvetica", Arial, sans-serif;
	color: #494949;
}

div.contactDetail {
	width: 285px;
	float: left;
	margin-top: 8px;
	padding-left: 20px;
}

div.contactDetail a {
	text-decoration: none;
	color: #F9F9F9;
}

div.contactDetail a:hover {
	color: #F4D11A;
	font-style: italic;
}

div.contactDetail em {
	font-size: 10px;
}

div.successDescription {
	margin-bottom: 472px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.successDescription { 
		margin-bottom: 457px; 
	}

}

div.errorDescription {
	margin-bottom: 457px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.errorDescription { 
		margin-bottom: 470px; 
	}

}


/*---------------contact style ends-------------------*/


/*---------------inspirations style starts-------------------*/

div.inspirations {
	float: left;
	width: 220px;
	padding-right: 20px;
	margin-bottom: 264px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.inspirations { 
		margin-bottom: 284px; 
	}

}

div.inspirationsLast {
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-bottom: 259px;
}

div.inspirations a{
	color: #F9F9F9;
	text-decoration: none;
}

div.inspirations a:hover {
	color: #F4D11A;
	font-style: italic;
}

div.inspirationsLast a{
	color: #F9F9F9;
	text-decoration: none;
}

div.inspirationsLast a:hover {
	color: #F4D11A;
	font-style: italic;
}


/*---------------inspirations style ends-------------------*/


/*---------------blog style starts-------------------*/


div.blogDescription {
	margin-bottom: 482px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.blogDescription { 
		margin-bottom: 470px; 
	}

}


/*---------------blog style ends-------------------*/



/*---------------footer style starts-------------------*/

div.footer {
	width: 920px;
	color: #868688;
	text-align: left;
	border-top: 1px solid #F9F9F9;
	padding: 5px 0 10px 0;
	margin: 0 0 0 20px;
}