/*Contact*/
div.errormark {
	display: none;
	width: 16px;
	height: 16px;
}

div.errormark a {
	display: block;
	background: transparent url(../images/icons/error.png)
		no-repeat;
	width: 16px;
	height: 16px;
}

div.errors {
	position: relative;
	background: #efefef;
	border: solid 1px #666666;
	padding: 10px;
	margin-bottom: 10px;
}

div.errors .error-close {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0px;
	right: 0px;
	display: block;
	background: url(../images/icons/error_close_icon.png)
		no-repeat;
}

div.error-text {
	margin-top: 5px;
}

.main-flash {
    width: 1064px;
    height: 424px;
    margin-bottom: 20px;
}

a.button {
    background: -moz-linear-gradient(center top , #676B55, #585C45) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #1E1F17;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font: bold 12px/28px Arial,Helvetica,sans-serif;
    height: 28px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.footer-left {
    width: 532px;
    float: left;
}
.footer-right {
    width: 532px;
    float: left;
    text-align: right;
}


.contact-table {
    margin: 20px 0;
}

.contact-text {
    padding: 5px;
    border: 1px solid #5A5E47;
    width: 300px;
}
.contact-table textarea {
    height: 100px;
    resize: none;
}
.contact-table td {
    padding-bottom: 10px;
}

.footer {
    position: relative;
    height: 26px;
}
.bottomlogo {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.bottom-buttons {
    bottom: -20px;
    left: 464px;
    position: absolute;
}

.request-text {
    border: 1px solid #5A5E47;
    padding: 5px;
    width: 300px;
}
.request-other-text {
    border: 1px solid #5A5E47;
    padding: 5px;
    width: 300px;
}
.request-table {
    margin: 15px 0;
}
.request-table td {
    padding: 10px;
}
textarea {
    resize: none;
    overflow: auto;
}
.request-table textarea {
    width: 300px;
    border: 1px solid #5A5E47;
    padding: 5px;
    height: 100px;
}
.request-table th {
    padding: 5px;
    background: #5E624C;
    color: #ffffff;
    font-weight: bold;
}
.request-radio {
    margin-right: 10px;
}
.request-table label {
    padding-bottom: 3px;
    display: block;
}
.request-table label.request-other-label {
    display: inline;
}

.news-title {
    font-size: 16px;
}
.news-item .button {
    width: 100px;
}
.news-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #5A5E47;
}

div.paginationControl {
    padding: 10px 0;
}
div.paginationControl span.disabled {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
}
div.paginationControl span.selected {
    background: none repeat scroll 0 0 #5A5E47;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
}
div.paginationControl a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
    text-align: center;
    width: 15px;
}
div.paginationControl a:hover {
    background: none repeat scroll 0 0 #5A5E47;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 8px 20px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-special {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-size: 28px;
}

.btn-special:hover,
.btn-special:focus,
.btn-special:active,
.btn-special.active,
.btn-special.disabled,
.btn-special[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-special:active,
.btn-special.active {
    background-color: #942a25 \9;
}

#content {
    width: 1064px;
}