* {
	padding: 0px;
	margin: 0px;
}

/* mac hide \*/
html, body {
	width: 100%;
	height: 100%;
}
/* end hide */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #452217;
}

object, embed {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {	display:inline-block; }

/* Hide from IE Mac \*/
.clearFix { display: block; }
/* End hide from IE Mac */

* html .clearFix { height: 1px; }

/* ##################################################################### */
/* #                              WRAPPER                              # */
/* ##################################################################### */

.wrapper {
	min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -38px;
	//width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
}

/* #################################################################### */
/* #                              HEADER                              # */
/* #################################################################### */

.header {
	background-color: #E3DDC7;
	height: 384px;
	position: relative;
}

.headerLeftColumn {
	margin-right: 780px;
	position: relative;
}

.headerLeftColumn ul {
	list-style-type: none;
	padding-top: 170px;
	margin: 0px 0px 0px 54px;
}

.headerLeftColumn ul li {
	margin-bottom: 10px;
}

.headerLeftColumn ul a {
	font-size: 18px;
	color: #aa1a1a;
	border-bottom: 1px dashed #aa1a1a;
	text-decoration: none;
}

.headerLeftColumn ul a:hover {
	color: #7B7B7B;
	border-bottom: 0px none;
}

#logo {
	position: absolute;
	left: 30px;
	top: 30px;
	border: 0px none;
}

#logoSmall {
	display: none;
	position: absolute;
	left: 30px;
	top: 45px;
	border: 0px none;
}

.headerRightColumn {
	width: 780px;
	position: absolute;
	top: 0px;
	left: -780px;
	margin-left: 100%;
	height: 384px;
}

/* ##################################################################### */
/* #                              CONTENT                              # */
/* ##################################################################### */

.content {
    min-height: 174px;
    height: auto !important;
    height: 174px;
	background: transparent url(../images/content_cell_background.gif) repeat-x scroll left top;
	color: #FFFFFF;
	font-size: 12px;
	border-top: 2px solid #000000;
}

.content a {
	color: #f8dbb6;
}

.content a:hover {
	text-decoration: none;
}

.content p {
	text-indent: 20px;
}

.index {
	padding: 45px;
}

.index h1 {
	font-size: 20px;
	font-weight: normal;	
	margin-bottom: 1em;
}

.index ul {
	margin: 1em 0;
	list-style-type: none;
}

.indexLeftColumn {
	float: left;
	width: 47%;
}

.indexRightColumn {
	float: right;
	width: 47%;
}

.internal {
	padding: 44px 65px;
}

.internal h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1em;
}

.internal ul {
	margin-left: 1.3em;
}

/* ####################################################################### */
/* #                              PORTFOLIO                              # */
/* ####################################################################### */

.portfolio {
	padding-top: 20px;
}

.portfolio a {
	display: block;
	width: 240px;
	float: left;
	font-size: 18px;
	text-decoration: underline;
	margin: 0px 40px 40px 0px;
	text-align: center;
}

.portfolio a:hover {
	text-decoration: none;
}

.portfolio a img {
	display: block;
	border: 1px solid #351A12;
	margin-bottom: 4px;
}

/* ##################################################################### */
/* #                              PROJECT                              # */
/* ##################################################################### */

.project {
	padding-top: 20px;
}

.project img {
	margin-bottom: 40px;
	display: block;
	border: 1px solid #351A12;
}

/* ###################################################################### */
/* #                              ARTICLES                              # */
/* ###################################################################### */

.articles div {
	float: left;
	width: 33%;
}

.articles h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

/* ##################################################################### */
/* #                              ARTICLE                              # */
/* ##################################################################### */

.article ul {
	margin: 0.5em 0px 0.5em 50px;
}

.article ul ul {
	margin: 0.5em 0px 0.5em 20px;
}

.article h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 1.5em 0px 1em 0px;
}

.article h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}

.article p.more {
	font-size: 18px;
}

.article a {
	font-size: 12px;
}

.article img {
	display: block;
	margin: 1em 0px;
	border: 1px solid #351A12;
}

.article .info {
	border-collapse: collapse;
	margin: 0px 0px 1em 20px;
}

.article .info td,
.article .info th {
	padding: 10px;	
	vertical-align: top;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.article .info .left {
	text-align: left;
}

/* ###################################################################### */
/* #                              CONTACTS                              # */
/* ###################################################################### */

.contacts {
	font-size: 14px;
}

.contacts h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

.phones {
	float: left;
	margin-right: 80px;
}

.emails {
	float: left;
	margin-right: 80px;
}

.contactsWarningBlock {
	position: absolute;
	top: 590px;
	left: 65px;
	color: #FF0000;
	width: 400px;
}

.contactForm {
	float: left;
	width: 419px;
}

.contactForm form {
	padding-top: 1em;
}

.contactForm dl {
	clear: both;
}

.contactForm dt {
	float: left;
	width: 90px;
}

.contactForm dd {
	float: right;
}

.contactForm dd input,
.contactForm dd textarea {
	background: #452217 url(../images/contacts_input_background.gif) left top no-repeat;
	border: 1px solid #7E5549;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	width: 319px;
	margin-bottom: 9px;
}

* html .contactForm dd input,
* html .contactForm dd textarea {
	background-attachment: fixed;
}

.contactForm .sendButton {
	background-color: #351A12;
	border: 1px solid #7E5549;
	color: #f8dbb6;
	font-size: 14px;
	height: 22px;
	width: 114px;
	float: right;
	cursor: pointer;
	cursor: hand;
}

.contactForm .sendButton, x:-moz-any-link {
	padding-bottom: 4px;
}

/* #################################################################### */
/* #                              FOOTER                              # */
/* #################################################################### */

.footerPusher {
    height: 38px;
}

.footer {
	background-color: #351A12;
	border-top: 1px solid #2B150E;
	height: 37px;
	color: #FFFFFF;
	font-size: 12px;
	min-width: 1000px;
	//width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
	overflow: hidden;
}

.footerContainer {
	margin: 0px 48px;
}

.copyright {
	float: left;
	line-height: 37px;
	width: 12%;
}

.footerLink {
	float: left;
	line-height: 37px;
	width: 28%;
	text-align: center;
}

.footerLink a {
	color: #f8dbb6;
}

.footerLink a:hover {
	text-decoration: none;
}

.counter {
	float: left;	
	width: 10%;
	text-align: center;
	padding-top: 2px;
}

.footerContacts {
	float: left;
	width: 49%;
	text-align: right;
	padding-top: 2px;
}

/* ############################################################################## */
/* #                              WEBART COPYRIGHT                              # */
/* ############################################################################## */

#webartCopyright {
	width: 88px;
	height: 31px;
	position: relative;
	margin-top: 2px;
}

#webartCopyright * {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica,Arial,Helvetica,sans-serif;
	float: none;
	color: #FFFFFF;
	line-height: 1em;
}

#webartCopyright a {
	width: 52px;
	height: 31px;
	position: absolute;
	background: transparent url(../images/small_webart_logo.png) no-repeat left top;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/small_webart_logo.png", sizingMethod="crop");
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	padding-left: 36px;
	line-height: 9px;
	cursor: pointer;
	cursor: hand;
	text-indent: -1px;
}

#webartCopyright p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
	left: 36px;
	bottom: 0px;
}

#webartCopyright p span {
	color: #F7941E;
}
