

@font-face {
	font-family: 'BryantBold';
	src: url('../fonts/bryant-bold-webfont.eot');
	src: local('☺'), url('../fonts/bryant-bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family: 'BryantLight';
	src: url('../fonts/bryant-light-webfont.eot');
	src: local('☺'), url('../fonts/bryant-light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'BryantRegular';
	src: url('../fonts/bryant-regular-webfont.eot');
	src: local('☺'), url('../fonts/bryant-regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}




*{
	margin: 0;
	padding: 0;
	font-family: 'Georgia', 'Times', serif;
}

body, html{
	width: 100%;
	text-align: center;
	min-width: 670px;
}

body{	
	background: transparent url('../img/html/background.png') repeat-y scroll center 0px;
	background-color:#eee;
}

li{
	list-style-type: none;
}


img {
	border:none;
}


a{
	color: #3b80ce;
	text-decoration: none;
	outline: none;
}
a:visited{
	color: #3b80ce;
}
a:hover{
	color: #1262bb;
}





#menu{
	margin-top: 20px;
	}
#menu li{
	display: inline;
	padding: 0 10px;
	

}

#menu a{
	font-size: 18px;
	font-family: 'Georgia', 'Times', serif;
	letter-spacing: -1px;
}











h1{
	color: #333;
	font-family: 'Georgia', 'Times', serif;
	font-size: 30px;
	font-weight:lighter;
	line-height: 30px;
	font-smooth: always;
	margin: 50px 0 5px -1px;
}

h2{
	color: #666;
	font-family: 'Georgia', 'Times', serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	font-smooth: always;
}






#abouttxt{
	display: block;
	width: 520px;
	margin: 50px auto 50px;
	padding-left: 10px;
	overflow: hidden;
}

#abouttxt li{
	float: left;
	text-align: left;
}

#abouttxt h2{
	color: #333;
	font-family: 'Georgia', 'Times', serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 5px -1px;
	font-smooth: always;
}

#abouttxt p{
	color: #666;
	font-family: 'Georgia', 'Times', serif;
	font-size: 14px;
}

#abouttxt .one{
	width: 140px;
	margin-right: 50px;
}
#abouttxt .two{
	width: 156px;
	margin-right: 50px;
}
#abouttxt .three{
	width: 124px;
}





.work{
	width: 670px;
	overflow: hidden;
	margin: -1px auto 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
	position: relative;
}

.work h1{
	/*
	color: #333;
	font-family: 'Georgia', 'Times', serif;
	font-size: 20px;
	margin-top: 30px;
	line-height: 30px;
	font-smooth: always;
	*/
	
	color: #333;
	font-family: 'Georgia', 'Times', serif;
	font-size: 20px;
	font-weight:lighter;
	line-height: 30px;
	font-smooth: always;
}

.work h2{
	color: #666;
	font-family: 'Georgia', 'Times', serif;
	font-size: 14px;
	margin-bottom: 12px;
	/* line-height: 18px; */
	font-smooth: always;
}


.work p{
	color: #666;
	font-family: 'Georgia', 'Times', serif;
	font-size: 14px;
	float: left;
	text-align: left;
	width: 360px;
	margin-left: 95px;
}

.work ul{
	color: #9d9d9d;
	font-size: 13px;
	line-height: 14px;
	float: right;
	text-align: left;
	width: 140px;
	margin-right: 60px;
}

.work li{
	font-family: 'Georgia', 'Times', serif;
}

.titlebold{
	color:#666;
}

.work .gallery li{
	width: 480px;
	height: 374px;
}

.work .dots{
	margin: 5px 0 20px;
	font-size: 0;
}

.work .dots a.selected{
	padding: 3px;
	cursor: default;
}

.work .dots a{
	padding: 3px;
	outline: none;
}


.work .dots img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3;
	opacity: 0.3;
}


.work .dots a.selected img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; 
	-khtml-opacity: 1;
	opacity: 1;
}

.work .dots img{
	border: 0;
}

.work a.prev, .work a.next{
	width: 32px;
	height: 48px;
	position: absolute;
	top: 215px;
	border: 0;
	display: block;
	outline: none;
	z-index: 300;
}

.work .shader-left, .work .shader-right{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
}
.work .shader-left{
	left: 0;
	background: transparent url('../img/html/shader-left.png');
}

.work .shader-right{
	right: 0;
	background: transparent url('../img/html/shader-right.png');
}

.work a.prev{
	left: 0;
	background: transparent url('../img/html/arrow-left.png');
}

.work a.prev:hover, .work a.next:hover{
	background-position: left bottom;
}

.work a.next{
	right: 0;
	background: transparent url('../img/html/arrow-right.png');
}


.work a.disabled, .work a.disabled{
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}


.work a.prev:hover, .work a.next:hover{
	background-position: left bottom;
}


.work a.disabled:hover, .work a.disabled:hover{
	background-position: left top;
}


.work .gallery ul{
	margin-right: 0;
	text-align: center;
	float: none;
	width: auto;
}



.gallery{
	width: 480px !important;
	height: 374px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 50px;
	position: relative;
}


.gallery img{
	border: 0px;
}

.gallery a{
	border: 0px;
}

.gallery li{
	width: 530px !important;
	text-align: left;
}

.work .subheader{
	text-align: center;
	float: none;
	width: 100%;
	margin: 0;
}

.work .subheader li{
	display: none;
}

.work .subheader li:first-child{
	display: list-item;
}


.work h1 img{
	border: 0;
	padding-left: 4px;
}

a.wide{
	display: block;
	width: 100%;
	height: 5px;
	margin: 0 0 -5px;
}

.nav{
	display: block;
	width: 100%;
	height: 1px;
}

















.contacts{
	width: 615px;
	margin: 45px auto 0;
	overflow: hidden;
	padding-bottom: 100px;
	position: relative;
	text-align: left;
}



.contacts .left{
	width: 205px;
	float: left;
	/*border-right: 1px solid #CCCCCC;*/ 
	padding: 15px 20px 30px 0;
}


.contacts .left h1{
	color: #333;
	font-family: 'Georgia', 'Times', serif;
	font-size: 20px;

	margin: 0 0 10px 0px;
}

.contacts .left p{
	color: #666;
	font-family: 'Georgia', 'Times', serif;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 25px;
}

.contacts li{
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	line-height: 15px;
	height: 20px;
	padding-left: 24px;
}

.contacts li a{
	font-family: 'Georgia', 'Times', serif;
	}

.contacts li.one{
	background: transparent url('../img/html/contact-email.png') no-repeat;
	}

.contacts li.two{
	background: transparent url('../img/html/contact-skype.png') no-repeat;
	}

.contacts li.three{
	background: transparent url('../img/html/contact-linkedin.png') no-repeat;
}


.contacts li.four{
	background: transparent url('../img/html/contact-twitter.png') no-repeat;
}

.contacts li.phone{
	background: transparent url('../img/html/contact-phone.png') no-repeat;
}




.contacts form{
	float: right;
	margin-top: 15px;
	height: 100%;
}

.contacts label{
	width: 322px;
	display: block;
	background: transparent url('../img/html/form-small-bgr.png') no-repeat scroll 0 17px;
	font-family: 'Georgia', 'Times', serif;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	padding: 0 17px;
	height: 70px;
}

.contacts input{
	display: block;
	width: 318px;
	margin-top: 8px;
	font-family: 'Georgia', 'Times', serif;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	background: transparent;
	outline: none;
}


.contacts label.msg{
	background: transparent url('../img/html/form-big-bgr.png') no-repeat scroll 0 17px;
	height: 185px;
}

.contacts label.focused{
	background-position: -400px 17px;
}

.contacts textarea{
	display: block;
	width: 318px;
	height: 138px;
	margin-top: 12px;
	font-family: 'Georgia', 'Times', serif;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	background: transparent;
	overflow: auto;
	outline: none;
}


.contacts a.submit{
	width: 165px;
	height: 39px;
	float: left;
	background: transparent url('../img/html/form-button.png') no-repeat scroll 0 0;
	padding: 0;
	margin-top: 15px;
	outline: none;
}

.contacts a.focused{
	background-position: -200px 0;
	outline: none;
}



.contacts a.disabled{
	background-position: -400px 0;
}



.contacts div#progress{
	width: 16px;
	height: 16px;
	float: left;
	background: transparent url('../img/html/loading.gif') no-repeat;
	margin: 26px 0 0 10px;
	display: none;
}



.contacts p#thanks{
	float: left;
	margin: 21px 0 0 10px;
	color: #666;
	font-family: 'Georgia', 'Times', serif;
	font-size: 13px;
	line-height: 14px;
	display: none;
}


img.corner{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 132px;
	height: 132px;
	z-index: 9999;
	border: 0;
}



img.award{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 120px;
	height: 79px;
	z-index: 9999;
	border: 0;
	padding: 10px 10px;
}






