body {
	background: #fff;
	color: #000;
	font: 15px/20px arial, sans-serif;
}

h1 {
	font-size: 29px;
	margin: 0 0 20px;
}
h2 {
    display: inline-block;
    /display: inline;
    font-size: 21px;
    margin-bottom: 5px;
    zoom: 1;
}

p, ol, ul, dl, table {margin-bottom: 25px;}
sup {
    color: #777;
    font-size: 12px;
}
big {
    display: block;
    font-size: 21px;
    line-height: 25px;
}
.bigList {
    color: #777;
    font-size: 21px;
    line-height: 33px;
    list-style: none;
}
    .bigList li {
        background: url(/img/li_big.gif) left 0.8em no-repeat;
        padding-left: 28px;
    }

a {color: #ff7800;}
.menu a, .portfolioItemMenu {
	color: #000;
	text-decoration: none;
}
.workList a, big a {color: #000;}
.footer a {color: #fff;}
.dotted a {
    border-bottom: 1px dotted;
    text-decoration: none;
}
a:hover {text-decoration: none;}
.menu a:hover {color: #ff7800;}
.blackMenu a:hover {
    color: #fff;
    text-decoration: underline;
}
.workList a:hover, big a:hover {
    color: #ff7800;
    text-decoration: underline;
}
.footer a:hover {
    color: #ff7800;
    text-decoration: underline;
}
.dotted a:hover {text-decoration: none;}

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	max-width: 1400px;
	min-height: 100%;
/*	position: relative;*/
}

.header {
    background: #fff;
	position: relative;
	z-index: 10;
	zoom: 1;
}
.header:after {
    clear: both;
    content: '';
    display: block;
}
	.logo {
		left: 20px;
		position: absolute;
		top: 0;
		z-index: 10;
	}
	.menu {
		font: 12px/21px Plumb, arial, sans-serif;
		margin: 0;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		z-index: 5;
	}
		.menu li {
			background: url(/img/menuBorder.gif) left top repeat-y;
			float: left;
			margin: 0;
			padding-top: 54px;
			position: relative;
			width: 23%;
			z-index: 1;
		}
		.menu li.first {border-left: 150px solid #fff;}
		.menu li.last {
		    float: none;
		    margin-right: 10px;
			overflow: hidden;
			width: auto;
			position: static;
			zoom: 1;
		}
		.menu li.active {background: url(/img/menuActive.gif) left top no-repeat;}
        .menu li:hover {z-index: 2;}
			.menu li a {
				background: #fff;
				display: inline-block;
				zoom: 1;
			}
			.menu li a:hover {
				background: #fff url(/img/menuHover.gif) left top no-repeat;
				margin-top: -54px;
				padding-top: 54px;
			}
			.menu li.active a, .menu li.active span {
				background: #ff7800;
				color: #fff;
				display: block;
				margin-right: 10px;
				padding: 0 6px;
			}
			.menu li ul {
				left: 0;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
				.menu li ul li {
					padding: 0;
					width: 16.6%;
				}
				* html .menu li ul li {width: 16.5%;}
				.menu li.active ul li {background-color: #fff;}
					.menu li ul li a, .menu li ul li span {
						background: none !important;
						display: block;
						height: 54px;
						margin: 0 !important;
						padding: 0 !important;
						position: relative;
					}
					.menu li ul li span {background: url(/img/menuActive.gif) left top no-repeat !important;}
					.menu li ul li a:hover {background: url(/img/menuHover.gif) left top no-repeat !important;}
						.menu li ul li a span, .menu li ul li span span {
							background: #777777 !important;
							color: #bbbbbb !important;
							display: none !important;
							height: auto;
							font: 11px/17px arial, sans-serif;
							left: 9px;
							padding: 0 3px !important;
							position: absolute;
							top: 48px;
							text-transform: none;
							white-space: nowrap;
							z-index: 10;
							zoom: 1;
						}
						.menu li ul li a:hover span, .menu li ul li span:hover span {
						    display: block !important;
						    /display: none;
						}
    .portfolioItemMenu {
        background: #ff7800;
        color: #fff;
        font: 12px/21px Plumb, arial, sans-serif;
        display: block;
        left: 60%;
        margin-right: 10px;
        padding: 0 6px;
        position: absolute;
        text-transform: uppercase;
        top: 0;
        width: 22%;
    }

.content {
    padding: 45px 25% 135px 150px;
    zoom: 1;
}
.content.main {
    height: 460px;
    left: 0;
    margin-top: -230px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.content.portfolio {padding-right: 150px;}
.content.portfolioItem {padding: 25px 20px 135px 20px;}
.content.contacts {padding-right: 20px;}
.content:after {
    clear: both;
    content: '';
    display: block;
}
    .content.main a {
        background: #fff;
        color: #000;
        display: inline-block;
        margin-top: 400px;
        padding: 2px 10px;
        position: relative;
        text-decoration: underline;
        z-index: 4;
        zoom: 1;
    }
    .content.main a:hover {
        background: #000;
        color: #ff7800;
    }
    .content.main .image {
        right: 50%;
        position: absolute;
        top: 0;
        z-index: 3;
    }
        .content.main .image img {
            left: 50%;
            position: relative;
        }
    .content.main .pattern, .content.main .background {
        background: left top repeat-x;
        height: 460px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .content.main .background {
        background: center top no-repeat;
        z-index: 2;
    }
    .blackMenu {
        background: #000;
        color: #fff;
        display: inline-block;
        /display: inline;
        font-size: 11px;
        line-height: 20px;
        list-style: none;
        margin: -10px 0 25px;
        padding: 5px 0 5px 10px;
        zoom: 1;
    }
        .blackMenu li {
            display: inline;
            font-weight: bold;
            margin-right: 10px;
        }
            .blackMenu li a {font-weight: normal;}
	.note {margin-top: 55px;}
		.note big {
			display: block;
			font-size: 25px;
			line-height: 27px;
		}
    .workList {
        margin: 10px 0 25px;
        padding: 0;
    }
        .workList li {
            background: none;
            display: inline-block;
            /display: inline;
            font-size: 13px;
            line-height: 18px;
            margin: 0 4% 25px 0;
            padding: 10px 0;
            text-align: center;
            vertical-align: top;
            width: 175px;
            zoom: 1;
        }
            .workList li span {
                display: block;
                height: 150px;
                margin: 0 auto 10px;
                width: 150px;
            }
                .workList li span img {
                    display: block;
                    margin: 0 auto;
                }
    .close {
        background: url(/img/close.png) left top repeat;
        height: 33px;
        float: right;
        margin-top: 20px;
        overflow: hidden;
        text-indent: -1000px;
        width: 33px;
    }
    .close:hover {background-position: left bottom;}
    .date {
        color: #777;
        display: block;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .workScroll {
        border-bottom: 1px solid #b2b2b2;
        color: #777;
        font-size: 21px;
        line-height: 28px;
        zoom: 1;
    }
        .workScroll span {
            border-bottom: 5px solid #000;
            display: block;
            margin-bottom: -3px;
            position: relative;
        }
    .work {
        padding: 50px 0 0;
        text-align: center;
    }
    .contactsColumn {
        float: left;
        width: 50%;
        /width: 49.9%;
    }
    * html .contactsColumn {width: 49.5%;}
        .feedback {
            background: #e8e8e8;
            margin-top: -12px;
            padding: 12px 28px;
            position: relative;
            zoom: 1;
        }
            .feedback_header {
                background: url(/img/dashBorder.gif) left bottom repeat-x;
                margin: 0 -28px 12px;
                min-height: 62px;
                padding: 0 30% 7px 28px;
            }
                .feedback_header p {margin: 0;}
            #feedback_file {
                overflow: hidden;
                padding: 24px 0 12px;
                zoom: 1;
            }
                #feedback_file #attached {
                    float: right;
                    font-size: 13px;
                    line-height: 20px;
                    margin: 0;
                    text-align: right;
                }
                    #feedback_file #attached .size {color: #777;}
                    #feedback_file #attached .delete {
                        background: url(../img/delete.gif) left top no-repeat;
                        color: #f47474;
                        display: inline-block;
                        font-size: 11px;
                        line-height: 20px;
                        margin-left: 12px;
                        padding-left: 10px;
                        text-decoration: none;
                        zoom: 1;
                    }
                    #feedback_file #attached .delete:hover {
                        background-position: left bottom;
                        color: #f00;
                    }
                        #feedback_file #attached .delete span {border-bottom: 1px dotted;}
                #feedback_file #sizeLimit {
                    color: #f00;
                    font-size: 12px;
                }
            .feedback .note {
                color: #777;
                display: inline-block;
                /display: inline;
                font-size: 11px;
                margin: 0;
                vertical-align: middle;
                white-space: nowrap;
                zoom: 1;
            }
            .important {
                color: #ff7800;
                font-size: 13px;
                font-weight: bold;
            }
            label {
                float: left;
                font-size: 13px;
                font-weight: bold;
                line-height: 23px;
                white-space: nowrap;
                width: 40%;
            }
                label .important {
                    float: left;
                    margin-left: -15px;
                    width: 15px;
                    position: relative;
                }
            .textField {
                float: left;
                margin-bottom: 12px;
                width: 60%;
            }
                .textField input {
                    background: #fff;
                    border: 1px solid #777;
                    height: 21px;
                    line-height: 21px;
                    width: 100%;
                }
            textarea {
                background: #fff;
                border: 1px solid #777;
                height: 110px;
                min-height: 110px;
                line-height: 21px;
                width: 100% !important;
            }
            .poststamp {
                background: url(/img/poststamp.jpg) left top repeat;
                height: 85px;
                left: 100%;
                margin-left: -74px;
                position: absolute;
                top: 2px;
                width: 70px;
            }
    .feedbackSubmit {padding: 12px 28px;}
        #ctl0_SubmitButton {
            background: url(/img/send.png) left -53px no-repeat;
            display: inline-block;
            height: 53px;
            overflow: hidden;
            text-indent: -1000px;
            text-decoration: none;
            vertical-align: middle;
            width: 196px;
            zoom: 1;
        }
        #ctl0_SubmitButton:hover {background-position: left -106px;}
        #ctl0_SubmitButton:active {background-position: left top;}
        #ctl0_SubmitButton.disabled {
            background-position: left -159px;
            cursor: default;
        }
        #warning {
            color: #f00;
            display: inline-block;
            /display: inline;
            font-size: 13px;
            line-height: 18px;
            margin-left: 10px;
            vertical-align: middle;
            width: 170px;
            zoom: 1;
        }
        #warning.hidden {display: none;}
            #warning ul {margin: 0;}

.footer {
	font: 15px/21px arial, sans-serif;
	height: 80px;
    margin: -135px auto 0;
    max-width: 1250px;
	padding: 55px 0 0 150px;
}
	.footer div {
		background: #000;
		color: #fff;
		float: left;
		padding: 10px 15px;
    	position: relative;
    	z-index: 10;
	}
	.footer p {margin: 0;}

.navArrowLeft, .navArrowRight {
	background: url(/img/navArrow.gif) left center no-repeat;
	height: 200px;
	margin-top: -100px;
	position: fixed;
	top: 50%;
	width: 73px;
	z-index: 500;

    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.navArrowLeft:hover, .navArrowRight:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
* html .navArrowLeft, * html .navArrowRight {position: absolute;}
.navArrowLeft {left: 0;}
.navArrowRight {
	background-position: right center;
	left: 100%;
	margin-left: -73px;
}
	.navArrowLeft span, .navArrowRight span {
		background: #777777;
		color: #bbbbbb;
		display: none;
		font: 11px/17px arial, sans-serif;
		margin-top: 30px;
		padding: 0 3px;
		position: absolute;
		top: 50%;
		text-transform: none;
		white-space: nowrap;
		z-index: 10;
	}
	.navArrowLeft span {left: 27px;}
	.navArrowRight span {right: 27px;}
	.navArrowLeft:hover span, .navArrowRight:hover span {
	    display: block !important;
	    /display: none;
	}

.blackMenu a.active {
color:#FFFFFF;
text-decoration:none;
}


#attachContainer, .qq-uploader, .qq-upload-button {
    display: inline-block;
    /display: inline;
    vertical-align: middle;
    zoom: 1;
}
.qq-upload-drop-area, .qq-upload-list {display: none;}