* {
	margin:0;
	padding:0;
}
html {
	height:100%;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #211c19;
	height: 100%;
	background: #ffffff;
}
img {
	border:none 0;
}
td {
	vertical-align:top;
}
th {
	vertical-align:top;
}
p {
	margin: 0 0 14px 0;
}
a {
	color: #757372;
}
a:hover {
	text-decoration: none;
}
a:active, a:focus {
	outline: 0; /*delete border*/
}
table {
	border: none 0;
	border-collapse: collapse;
	width: 100%;
}
h1 {
	text-transform: lowercase;
	color: #72706f;
	padding: 0 0 7px 100px;
	font-size: 17px;
	letter-spacing: 1px;
}
h2 {
	text-transform: lowercase;
	color: #72706f;
	font-size: 17px;
	letter-spacing: 1px;
}

.clear {
	clear: both;
	height: 0; /*for IE*/
	overflow: hidden; /*for IE*/
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.vb {
	vertical-align: bottom;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	background: #f0f0f1 url(../images/bg_content.png) left 58px repeat-x;
	/*background: url(../images/bg_content.png) left 58px repeat-x;*/
	height: 100% !important;
	min-height: 950px;
	height: 950px;
}
.block {
	width: 900px;
	margin: 0 auto;
	background: #f0f0f1;
	height: auto;
}
.menu {
	height: 29px;
	background: #efeeee;
	padding: 10px 0 0 0;
	text-align: right;
}
.menu a {
	text-decoration: none;
	margin: 0 65px 0 0;
	text-transform: lowercase;
	font-size: 13px;
}
.menu a:hover {
	color: #211c19;
}
.top {
	height: 20px;
	background: #ffffff;
}
.logo {
	display: block;
	height: 91px;
	width: 91px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	margin: -2px 0 0 0;
}
.arrow_l, .arrow_r {
	display: block;
	height: 30px;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	width: 155px;
}
.arrow_l:hover, .arrow_r:hover {
	color: #211c19;
}
.arrow_r {
	float: right;
	background: url(../images/arrow_r.png) right top no-repeat;
	padding: 16px 60px 0 0;
	text-align: right;
}
.arrow_l {
	background: url(../images/arrow_l.png) no-repeat;
	padding: 16px 0 0 60px;
}
.push {
	height: 75px;
}
.footer {
	background: url(../images/bg_content.png) repeat-x;
	height: 75px;
	width: 900px;
	margin: -75px auto 0 auto;
	padding: 7px;
	font-size: 11px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	color: #A9A8CF;
}
.footer a.art:hover {
	color: #46456F;
}
.footer p {
	margin: 0 0 2px 0;
	padding: 0;
}
.links {
	color: #CFCFCF;
}


/*-------start index css-------*/

.index .wrapper {
	background: #ffffff url(../images/bg_index.jpg) center 60px no-repeat;
}
.index .menu {
	height: auto;
	background: #ffffff;
	padding: 0;
	text-align: center;
	padding: 25px 0 0 0;
	margin: 0 0 100px 0;
}
.index .menu a {
	margin: 0 45px;
}
.index .logo {
	width: 344px;
	height: 344px;
	background: url(../images/logo_index.png) no-repeat;
	position: relative;
	margin: 0 auto 20px auto;
}
.index p {
	color: #666666;
	text-align: center;
	letter-spacing: 2px;	
	word-spacing: 5px;	
}
.for_index {
	margin: -14px 0 0 0;
	color: #666666;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: center;
}
.for_index h1 {
	display: inline;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.footer {
	background: #FFFFFF;
}
.footer p {
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
}

/*-------finish index css-------*/



/*-------start list_of_walls css-------*/

.bg1 {
	background: url(../images/bg_1.png) right top no-repeat;
	padding: 0 0 25px 100px;
}
.list_of_walls h1 {
	padding: 0 0 7px 0;
}
.list_of_walls .right {
	text-align: right;
	width: 250px;
}
.list_of_walls .right img {
	margin: 0 0 10px 0;
}
p.p1 {
	margin: 0 0 35px -14px;
}
p.p1 img {
	margin: 0 0 0 14px;
}
p.p2 {
	margin: 0 0 0 -11px;
}
p.p2 img {
	margin: 0 0 0 10px;
}

/*-------finish list_of_walls css-------*/


/*-------start list_of_walls_in_detail css-------*/

.list_of_walls_in_detail p {
	float: left;
	color: #666666;
}
.list_of_walls_in_detail p img {
	display: block;
	margin: 0 0 5px 0;
}
.div1 {
	padding: 0 0 0 100px;
	margin: 0 0 0 -13px;
}
.div1 p {
	padding: 0 0 0 13px;
}
.list_of_walls_in_detail h2 {
	text-align: center;
	margin: 0 0 0 0;
}
.div2 {
	padding: 0 30px;
	margin: 5px 0 0 0;

}
p.p3 {
	margin: 0 16px;
}

/*-------finish list_of_walls_in_detail css-------*/


/*-------start painting css-------*/

.painting img {
	display: block;
	position: absolute;
}
.bg2 {
	background: url(../images/bg_2.png) 10px 40px no-repeat;
	padding: 0 0 0 100px;
	height: 297px;
}
p.p4 {
	height: 250px;
	padding: 20px 0 0 10px;
}
.img1 {
	margin: -1px 0 0 -2px;
}
/*.img2 {
	margin: 96px 0 0 373px;
}*/
.img3 {
	margin: -1px 0 0 468px;
}
.img4 {
	margin: -1px 0 0 620px;
}
.img5 {
	margin: 150px 0 0 522px;
}
.img6 {
	margin: 150px 0 0 655px;
}
.img7 {
	margin: -102px 0 0 499px;
}
.img8 {
	margin: 15px 0 0 -10px;
}
.img9 {
	margin: 15px 0 0 105px;
}
.img10 {
	margin: 25px 0 0 315px;
}
.img11 {
	margin: -30px 0 0 615px;
}

/*-------finish painting css-------*/



/*-------start design css-------*/

.bg4 {
	margin: -24px 0 0 0;
	padding: 0 0 0 175px;
	background: url(../images/bg_4.png) 35px 110px no-repeat;
}
p.p5 {
	margin: 0 0 0 -40px;
	padding: 0 30px 0 0;
	color: #666666;
	float: left;
	display: inline; /*for IE6*/
}
p.p5 img {
	margin: 0 0 5px 0;
}
p.p6 {
	margin: 200px 0 50px 130px;
	padding: 0 0 0 0;
	color: #666666;
}
p.p6 img {
	position: absolute;
	margin: -184px 0 0 15px;
}

/*-------finish design css-------*/



/*-------start price css-------*/

.bg3 {
	background: url(../images/bg_3.png) 450px top no-repeat;
	padding: 65px 0 20px 205px;
	margin: -30px 0 0 0;
}
.price table {
	margin: 0 0 10px 0;
}
.price td {
	vertical-align: middle;
	height: 40px;
	padding: 0 7px;
	color: #666666;
	border: 3px solid #ffffff;
}
.price td.no_br {
	border-right: none 0;
	padding: 0 7px 0 14px;
}
.price td p {
	margin: 0;
	padding: 0;
	text-align: center;
}
.bg_color1 {
	background: #fff2e5;
}
.bg_color2 {
	background: #f2f5f5;
}
.bg_color3 {
	background: #ffe5e5;
}

/*-------finish price css-------*/


/*-------start contact css-------*/

.bg5 {
	padding: 100px 0 0 100px;
	margin: -17px 0 25px 0;
	background: url(../images/bg_5.png) 430px top no-repeat;
}

/*-------finish contact css-------*/


/*-------start empty css-------*/

.bg6 {
	padding: 100px 20px 0 0;
	margin: -17px 0 25px 200px;
	background: url(../images/bg_5.png) 230px top no-repeat;
}
.menu_dop {
	width: 160px;
	float: left;
	padding: 85px 0 0 20px;
}
.menu_dop a {
	display: block;
	margin: 0 0 12px 0;
	text-decoration: none;
	font-style: italic;
}
.menu_dop a:hover {
	color: #1F1F1F;
}
	
/*-------finish empty css-------*/
