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

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: arial; font-size: 11px; color: #fff;line-height:12px; letter-spacing:normal; }
input, select, textarea { font-family: Arial; font-size: 11px; color: #3b3b3b;  }
body { background: #574d44 url(../_img/brown.jpg) top left repeat; margin-top: 30px; }
img { border: 0px; }
ul {margin-left: 25px;}

/* ### GLOBAL CLASSES ### */
.clear { clear: both;/* height: 0px; overflow: hidden;*/ }

/* ### WRAPPER ### */
/*#wrapper { width: 100%; min-height: 100%; }*/

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 960px; background: #98d4cc url(../_img/turq.jpg) top left repeat; height: 670px;}
.horStripe {width: 960px; height: 20px;background: #98d4cc url(../_img/turq.jpg) top left repeat;}

#header {width: 920px; height: 120px;margin-left: 20px; background: #574d44 url(../_img/brown.jpg) top left repeat;}

#logo {float: left; width: 227px;} 
#menuBlock { float: right; width:500px; font-family:Arial, Helvetica, sans-serif; font-size:15px;text-align: right; padding:  50px 23px 0 0}
#menuBlock ul{ }
#menuBlock li{ display:inline; list-style:none; padding-left: 27px;  color:#fff; }
#menuBlock li a{ color:#76D5CD; text-decoration:none; }
#menuBlock li a:hover{ color:#fff; }

#centerCntr {width: 920px; height: 490px;margin-left: 20px; background: #574d44 url(../_img/brown.jpg) top left repeat;}
#centerCntrWht {width: 920px; height: 490px;margin-left: 20px; background-color: #fff; color: #000; font-size: 16px;}

#centerCntrWht h1{font-family: Arial, Helvetica, sans-serif; font-size: 28px; color: #000;}
#centerCntrWht td {text-align:center; font-size: 22px; line-height:32px; padding: 10px;}

.vertStripe {  float:left; height:490px; width: 20px; background: #98d4cc url(../_img/turq.jpg) top left repeat;}

#leftBoxAbout {float:left; height:490px; width: 481px; }
#textAbout { float: right; width: 436px; margin-top:33px; margin-right: 30px; text-align:right; font-size:12px; line-height:16px;}
#textAbout-left { float: right; width: 436px; margin-top:33px; margin-right: 30px; text-align:left;  font-size:12px;line-height:16px;}
#textAbout-right { float: right; width: 400px; margin-top:33px; margin-right: 30px; text-align:left;  font-size:12px;line-height:16px;}
#textAbout p { margin-bottom: 12px; }
#textAbout p.larger { font-size:14px; color: #76D5CD;}

#rightBoxAbout {float:left; height:490px;  width: 372px; background: #574d44 url(../_img/brown.jpg) top left repeat; }

#leftBoxShop {float:left; height:490px; width: 385px; }
#rightBoxShop {float:left; height:490px;  width: 468px; background: #574d44 url(../_img/brown.jpg) top left repeat; }

#textShop { float: right; width: 300px; margin-top:225px; margin-right: 30px; text-align:right; font-size:15px; line-height:22px;}
#textShop p { margin-bottom: 12px; }

#leftBoxContact {float:left; height:490px; width: 385px; }
#rightBoxContact {float:left; height:490px;  width: 468px; background: #574d44 url(../_img/brown.jpg) top left repeat; }

#textContact {float: right;  width: 300px; margin-top:195px; margin-right: 30px; text-align:right; font-size:15px; line-height:16px;}
#textContact p { margin-bottom: 12px; }
#textContact p a, #textContact p a:visited{ font-weight:bold; color:#fff; text-decoration:none;}
#textContact p a:hover{ font-weight: bold; color:#fff; text-decoration:underline;}

#footerCntr{ margin: 0 auto; width: 960px; background: #574d44 url(../_img/brown.jpg) top left repeat; height: 40px; }
#footerCntr p{font-size: 10px; color:#98d4cc; text-align:right; line-height: 25px; margin-right: 40px;    }

a, a:visited{ font-weight:bold; color:#fff; text-decoration:none;}



