@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_html_work.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
}

.bknd_head { background-image: url(../images/bknd_head_internal.gif); background-repeat: no-repeat; }

.contactbknd_int {
	background-image: url(../images/contact_bknd_internal.gif);
	background-repeat: no-repeat;
}

/*gallery*/
/*///////////////////////////////////////////////////////////////////////////////////////// */

#gallery {
	border: 8px solid #ebedee;
	width: 464px;
}

#gallery .thumb {
	display: block;
	
}

#gallery_changer li {
	display: inline;
	background: url(../images/diagline.gif) no-repeat left;
	padding: 0 0 0 10px;
	margin: 0 0 0 7px;
}

#gallery_changer .first {
	padding-left: 0 0 0 0;
	margin-left: -45px;
	background: none;
}

#gallery_changer .current a {
	color: #000;
	text-decoration: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////// */

/*contact*/
/*///////////////////////////////////////////////////////////////////////////////////////// */
ol, ul {
	list-style: none;
}
li.contact-text-input{
	background: url(../images/contact-input_int.gif);
	width: 296px;
	height: 60px;
}

li.contact-text-textarea{
	background: url(../images/contact-textarea_int.gif);
	width: 295px;
	height: 120px;
}
li.sendContactEmail {
	background: url(../images/form_send_bknd.gif);
	background-repeat:no-repeat;
	width: 295px;
	height: 60px;
}

#sendContactEmail{
	margin: 0 0 0 15px;
	margin: 18px 0 0 18px;
}
/*///////////////////////////////////////////////////////////////////////////////////////// */