body {
	background: black;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
}

body,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

a {
	color: #FD0003;	
}

img {
	border: none;	
	overflow: hidden;
}

.hr {
	height: 1px;
	display: block;
}

form {
	display: inline;	
}

.bold {
	font-weight: bold;	
}

.red {
	color: red;	
}

h1,h2 {
	font-weight: normal;	
}


td {
	vertical-align: top;	
}

#topbar {
	height: 219px;
	position: relative;
	background: url('/files/img/topbar.bg.jpg') no-repeat right;
	margin: 0px;
	min-width: 1000px;
}

#topbarspacer {
	height: 171px;
	width: 1000px;	
}


#logobox {
	position: absolute;
	top: 40px;
	left: 55px;	
}

#logo {
	float: left;	
}

#logotext {
	float: left;
	padding: 34px 0px 0px 2px;
	color: white;
	font-family: Arial;
	font-size: 12px;
}

#topmenu {
	padding-left: 18px;	
}

#topmenu a {
	float: left;
	display: inline;
	margin: 0px 2px;
	background: url('/files/img/topmenu/button.lt.png') no-repeat left;
	height: 48px;
	color: white;
	text-decoration: none;
	font-size: 16px;
}

#topmenu a span {
	background: url('/files/img/topmenu/button.rt.png') no-repeat right;
	padding: 16px 24px 0px 24px;
	height: 32px;
	display: block;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	float: left;
}

#topmenu a.active {
	background: white url('/files/img/topmenu/active.lt.png') no-repeat left;
	color: black;
}

#topmenu a.active span {
	background: url('/files/img/topmenu/active.rt.png') no-repeat right;
	color: black;
}


#leftbar {
	float: left;
	width: 211px;
	padding: 62px 2px 8px 46px;	
	margin-bottom: -100px;
}

#leftmenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: url('/files/img/leftmenu/hr.png') bottom repeat-x;
}

#leftmenu li {
	background: url('/files/img/leftmenu/hr.png') top repeat-x;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#leftmenu a {
	display: block;
	height: 18px;
	padding: 6px 2px 0px 17px;
	text-decoration: none;
	color: black;
	background: url('/files/img/leftmenu/raquo.png') 6px 10px no-repeat;
	overflow: hidden;
	white-space: nowrap;
}

#leftmenu a:hover {
	color: #FE0000;	
}

#leftmenu a.active {
	font-weight: bold;
	color: #FE0000;
}

#leftmenu a.bold {
	font-weight: bold;	
}

#leftmenu a.level2 {
	background-position: 23px 10px;
	padding-left: 34px;
}

#leftmenu a.level3 {
	background-position: 40px 10px;
	padding-left: 51px;
}

#contentbar {
	margin: 0px;
	background: white url('/files/img/contentbar.bg.png') repeat-x;
	padding: 0px;
	min-width: 1000px;
}

#content {
	padding: 12px;
	margin-left: 260px;
}

#cornerbox {
	height: 106px;
	position: relative;	
	float: right;
}

#cornerclear {
	width: 1px;
	height: 106px;	
}

#cornersbox {
	height: 300px;
	width: 500px;
	position: absolute;
	top: 0px;	
	right: 0px;
}

#cornerpic {
	position: absolute;
	bottom: 10px;
	right: 0px;	
}

#bottomline {
	height: 6px;
	background: #FE0000;
	min-width: 1000px;
	overflow: hidden;
}

#bottombar {
	height: 191px;
	background: url('/files/img/bottombar.bg.jpg') no-repeat left;
	position: relative;
}

#bottominfo {
	color: white;
	position: absolute;
	top: 61px;
	left: 82px;
}
#bottominfo a {
	color: white;
}
#bottominfo img {
	display: block;
	margin: 5px 0px;	
}
#bottominfo #phonecode {
	font-size: 14px;	
	float: left;
}
#bottominfo #phone {
	font-size: 36px;
	font-family:"Times New Roman", Times, serif;
	float: left;
	margin: -4px 0px 0px 7px;
}

.goodsItem {
	float: left;
	width: 323px;
	border: 1px solid #AFAFAF;
	margin: 0px 14px 14px 0px;
	font-size: 11px;
}

.goodsItem h3 {
	background: #E1E1E1;
	margin: 0px;
	padding: 10px;
	border: 1px solid white;
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.goodsTable {
	border-collapse: collapse;
}

.goodsTable td {
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #E1E1E1;
	font-size: 11px;
	width: 140px;
	vertical-align: middle;
}

.goodsTable th {
	width: 119px;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid white;
	font-weight: normal;
	padding: 10px;
}

.goodsItem table td.right {
	border-right: 1px solid white;
}

.speclink {
	margin: 6px 0px 6px 40px;
	float: left;
}

.orderbutton {
	background: red url('/files/img/cart.rb.png') 9px 6px no-repeat;
	color: white;
	border: none;
	padding: 4px 4px 4px 22px;
	padding: expression('0px 0px 0px 18px');	
	text-decoration: none;
}

.amount {
	margin: 4px 4px 4px 12px;
	border: 1px solid grey;
	width: 30px;	
}

.pcs {
	margin: 6px 10px 0px 0px;	
	font-size: 11px;
}

.addtbkorm {
	margin: auto;	
	text-align: center;
}

.addtbkorm input {
	border: 1px solid gray;
	margin: 4px 0px;
}

#basket {
	background: white url('/files/img/cart.wb.png') 15px 15px no-repeat;
	width: 145px;
	border: 1px solid #AFAFAF;
	padding: 14px 12px 12px 33px;
}

#basket h2 {
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	color: #FF0004;
	font-size: 18px;	
}

#basket a.basketlink {
	color: #333333;
}

#basket a.goonlink {
	display: block;
	text-align: center;
	background: red;
	color: white;
	margin: 6px auto auto auto;
	border: none;
	padding: 4px 4px 4px 4px;	
	text-decoration: none;
	font-size: 11px;
}

#baskettable td {
	padding: 1px 6px;	
}

#map {
	width: 653px;
	height: 320px;
	
}


#order {
	width: 320px;
	float: left;
}
#order input, #order select, #order textarea {
	width: 230px;	
}

#orderGoods {
	width: 320px;
	padding-left: 20px;
	margin-left: 20px;
	background: url('/files/img/vr.png') left 58px no-repeat;
	float: left;
}

.redbutton {
	background: red;
	color: white;
	border: none;
	padding: 4px;
	padding: expression('0px');	
	text-decoration: none;
}

.headertable td {
	padding: 0px 20px 0px 0px;
}


