* { margin:0; padding:0; box-sizing: border-box; -moz-box-sizing: border-box;}
body {font-family:Tahoma; font-size:11px; line-height:14px; color:#594536; text-align:center; background:url(../images/main_bg.jpg) left center #d0c0af;}
table, td {border-collapse:collapse; font-size:11px;}
table, td, img {border:0;}
form, td {margin:0; padding:0;} 
ul, ol { list-style:none;}

.dottedLine {
    background-image:url(../images/dottedLine.gif);
    height:5px;
    line-height: 5px;
    font-size:5px;
    margin-bottom:5px;
}
.dottedLine img {
    width:1px;
    height:5px;
}

.wrapper { width:100%;} 

p { margin:0; padding:0;}

strong { font-weight:bold;}
b{font-weight:bold; }
 
/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

/* ______________image_class______________*/
.image_top_left{ margin:0 10px 10px 0; float:left;}
/*______________image_class______________*/

.width {
    width:100%;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

a {
    color:#940f17;
    text-decoration:underline;
	cursor:pointer;
	color:inherit;
	*color:#940f17;
}

.readMore {
	text-align:right;
    padding-left: 10px;
    background-image: url('../images/bullet.gif');
    background-position:top left;
    background-repeat:no-repeat;
    font-weight:bold;
}

.backLink {
    padding:5px 0;
	text-align:right;
}
.backLink a {
    padding-left: 10px;
    background-image: url('../images/bullet.gif');
    background-position:top left;
    background-repeat:no-repeat;
    font-weight:bold;
}

.mainTable {
  width:654px;
  text-align:left;
  margin:25px;
  
}

.headerTop {
    background-image:url('../images/header_center_top.jpg');
    background-position:top;
    background-repeat:repeat-x;
}

.headerMiddle {
    background-image:url('../images/header_center_middle.jpg');
    background-position:top left;
}
.siteHeaderRight {
   background-image:url('../images/header_right_middle.jpg');
   background-position:top;
   background-repeat:repeat-y; 
}

.siteHeaderLeft {
   background-image:url('../images/header_left_middle.jpg');
   background-position:top;
   background-repeat:repeat-y; 
}

.headerBottom {
    background-image:url('../images/header_center_bottom.jpg');
    background-position:top;
    background-repeat:repeat-x;
}

.siteMenuTd {
    background-image:url('../images/header_menu_middle.jpg');
    background-position:top;
    background-repeat:repeat-y;
}

.contentTableLeft {
    background-image:url('../images/content_left_middle.jpg');
    background-position:top;
    background-repeat:repeat-y;
}
.contentTableLeft img {
    width:23px;
}
.contentTableRight {
    background-image:url('../images/content_right_middle.jpg');
    background-position:top;
    background-repeat:repeat-y;
}
.contentTableRight img {
    width:24px
}
.mainContent {
    background-color:#f2efe0;
	vertical-align:top;
	text-align:left;
}

.mainContent ul li {
    padding-left: 10px;
    background-image: url('../images/bullet.gif');
    background-position:top left;
    background-repeat:no-repeat;
}

.footerTilling {
    background-image:url('../images/content_center_bottom.jpg');
    background-position:top;
    background-repeat:repeat-x;
}

#copyright { text-align:center; padding:0 10px 0px 10px; }
#copyright .copyright_link{color:#594536; font-size:11px; text-decoration:none;}
#copyright .copyright_link span.crls{ text-decoration:underline;}
#copyright .copyright_link:hover{text-decoration:none;}
#copyright .copyright_link_div{ padding:5px 0;}


.siteLogotype {
    text-align:right;
    padding-top:22px;
    padding-right:60px;
}
.siteCompanyName {
    text-align:right;
    padding-right:20px;
    padding-left:25px;
    clear:both; 
}
.siteSlogan {
    text-align:right;
    padding-right:40px;
    padding-left:25px;  
    
}

.smallTitle {
    font-weight:bold;
    font-size:11px;
    color:#940f17;
    text-transform:uppercase;
}
.bigTitle {
    
    font-size:20px;
    color:#940f17;
    font-family:"Times New Roman", Times, serif
	
	
}

.contactForm input, .contactForm select{
   width:100%;
   height:21px;
   line-height:21px; 
}
.contactForm textarea {
    width:100%;
    height:150px;
}

 .contactFormSubmit {
    padding-left: 10px;
    background-image: url('../images/bullet.gif');
    background-position:top left;
    background-repeat:no-repeat;
    font-weight:bold;
    text-transform: uppercase;
}
.error {
    padding-bottom:10px;
}
.error li {
    color:#940f17;
    text-decoration:underline;
}
