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

@import url("form.css");

*
{
	margin: 0; padding: 0;
}

body
{
	background: #2C1414 url(../bg-bottom.gif) repeat-y top center;
	margin: 0;
}

body,td,div,p,a
{
	color: #C3AE6D;
	font-size: 12px;
	font-family: Arial;
	line-height: 150%;
}

img
{
	border: 0;
}

h1,h2,h3,h4,h5,h6, form
{
	padding: 0;
	margin: 0;
}

p
{
	padding: 0 0 5px 0;
}

p:first-letter
{
	font-size: 17px;
	padding-left: 20px;
}

h5
{
	margin: 15px 0 5px 5px;
	color: #C3AE6D;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

h6
{
	margin: 15px 0 5px 20px;
	color: #C3AE6D;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

a
{
	text-decoration: none;
	color: #C3AE6D;
}
a:hover
{
	text-decoration: underline;
	color: #C3AE6D;
}

/* global */
input.noStyle
{
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	border: none;
	background: none;
}

.break
{
	float: none;
	clear: both;
}

.left { float: left; }
.right{ float: right;}

.wrap
{	
	width: 978px;
	margin: 0 auto;
	background: #291313;
}

.thumbnail
{
    cursor: pointer;
	width: 100px;
	height: 100px;
}
.price
{ 
	padding: 5px; 
	background-image: url(../center/line.jpg); 
	background-repeat: repeat-x;
}

.subLi
{
	padding-left: 20px;
}

#all
{
	width: 100%;
 	background: url(../bg.jpg) no-repeat top center
}

/** top **/
#top
{}

#top .bar1
{
	width: 622px;
	height: 280px;
	background: url(../top/1.jpg) no-repeat;
}

#top .bar1 a
{
	color: rgb(140,114,112);
}

#top .bar1 .poz1
{
	padding: 23px 0 0 50px;
}

#top .bar1 .poz2
{
	padding: 23px 0 0 70px;
}

#top .barMenu
{
	width: 622px;
}

#top .flash
{
	width: 356px;
	height: 295px;
}


#left
{
	width: 697px;
}

#right
{
	width: 281px;
	background: #2C1313;
}


/** left **/
#left .bar1
{
	height: 71px;
	background: url(../center/flash-bg-left.gif) no-repeat left;
}


#left .bar1 .flash
{
	width: 270px;
	height: 71px;
}

#left .bar2
{
	height: 54px;
	background: url(../center/ng-top-bg.gif) no-repeat left top;
}

#left .bar2 .head
{
	padding: 15px 0 0 30px;
}

#left .bar2 .flash
{
	width: 273px;
	height: 54px;
}

#left .content
{
	padding: 20px;
}

#left .content .bg
{
	background: #371615;
	padding: 10px 5px;
}

#left .content ul
{
	padding: 5px 40px;
}

/** right **/
#right .box 
{
	padding: 10px;
}
#right .box .form
{
	padding: 0 0 0 20px;
}

#right .bg-top
{
	background-image: url(../center/box-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#right .ng 
{
	padding: 30px 0 10px 25px;
}

#footer
{
}

