html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: Arial;
    padding: 0px;
    margin: 0px;
  	background: url(../images/background.jpg) repeat-x #433834; /*#271F1C;*/
	color:#56453E;
}

a{
	color: #103987; /*9A9A9A;*/
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img {
    border: 0px solid red;
}

ul {
    margin: 0px;
}

div.main {
    width: 990px;
    margin: auto;
    padding-top: 0px;
}

div.header{
	height:330px;
	display:block;
	background:url(../images/header.jpg) no-repeat;
}

div.HeaderContact{
	padding-top:210px;
	padding-left:18px;
	color:#F5EACE;
	font-size:12px;
}

div.HeaderContact a{
	color:#F5EACE;
	text-decoration:none;
}

table.contactInfoTable tr td{
	padding-bottom:0px;
}

div.HeaderContact a:hover{
	color:#F5EACE;
	text-decoration:underline;
}

div.menu{
	height:51px;
	display:block
}

div.lines{
	background:url(../images/body.jpg) repeat-y;
}

div.menu a{
	height:51px;
	float:left;
	padding:0px;
	margin:0px;
}

div.leftmenu{
	width:300px;
}

table.galleryTable{
	margin-left:39px;
	margin-top:25px;
}

table.galleryTable td{
	padding-right:20px;
	padding-bottom:15px;
}


div.pagecontent{
	padding-right:38px;
	padding-left:5px;
}

div.map{
	padding-top:20px;
	padding-left:10px;
	display:block;
	height:250px
}

div.image{
	float:left;
	width:374px;
}

div.ContactInfo{
	float:left;
	width: 230px;
	padding-left:20px;
	color:#56453E;
}

table.ContactFormTable{
	margin-left:10px;
}

table.ContactFormTable{
	color:#56453E;
}

table td{
	padding-bottom:10px;
}

td.FormCol input{
	width:300px;
	background:#F1EEE9;
}

td.SecondCol{
	padding-left:20px;
}

td.SecondCol input{
	width:300px;
	background:#F1EEE9;
}

td.Asking textarea{
	width:620px;
	height:150px;
	background:#F1EEE9;
}

input.send{
	background:#F1EEE9;
}

div.linesCatalog{
	background:url(../images/bodyCatalog.jpg) repeat-y;
	position:relative;
	top:1px;
}

div.catalog{
	width:950px;
	margin-left:10px;
}

table.productTable{
	width:100%;
	border-right:1px solid #887267;
}

table.productTable tr td{
	text-align:center;
	/*background:#F8ECD4;*/
	border-left:1px solid #887267;
	border-bottom:1px solid #887267;
	padding-bottom:0px;
}

table.productTable tr td.topRow{
	height:20px;
	color:#F8ECD4;
	font-weight:bold;
	background:#887267;
	text-align:center;	
}

table.productTable tr td.topTableRow{
	height:60px;	
	color:#F8ECD4;
	font-weight:bold;
	background:#887267;
	text-align:center;	
}

table.productTable tr td.ChocoTableRow{
	height:15px;
	color:#F8ECD4;
	font-weight:bold;
	background:#887267;
	text-align:center;	
}

div.tableHolder{
	width:750px;
	margin:auto;
	padding-top:50px;
}

div.footer{
	width:984px;
	margin:auto;
	height:170px;
	position:relative;
	left:-3px;
	color:#E2D7BC;
	background:url(../images/footer.jpg) bottom;
}

div.footer div.copyriht{
	float:left;
	width:200px;
	padding-top:138px;
	padding-left:18px;
}

div.footer div.webdesign{
	float:right;
	width:400px;
	text-align:right;
	padding-top:138px;
	padding-right:18px;
}

div.footer div.webdesign a{
	color:#E2D7BC;
	text-decoration:none;
}

div.footer div.webdesign a:hover{
	text-decoration:underline;
}

