@charset "utf-8";
/* CSS Document */
body {
	background:  url(../images/bodyBck.jpg) left top repeat-x #fbfbf9;	
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;	
}
#wraper {
	width: 1000px;
	background: url(../images/wraperBck.jpg) left top no-repeat;
	margin: 0px auto;
	padding-top: 45px;
}
#header {
	padding-top: 20px;
	padding-bottom: 10px;	
	padding-left: 20px;
	height: 115px;
}
#container {
	background: #fafaf7;
	margin-left: 160px;
	width: 699px;	
	border-bottom: #b31119 solid 4px;
}
#footer {
	background: #fafaf7;
	margin-left: 160px;
	width: 699px;
	font-size: 10px;	
	color: #b9b7ad;
}
#content {
	margin: 0px;
	padding: 10px;
	width: 515px;
	border-right: dotted 1px #b31119;
}
#content p {
	line-height: 18px;
	text-align: justify;
}
li, p {
	line-height: 18px;
}
li {
	margin-bottom: 10px;
}
a {
	/*color: #b31119*/;
	color: #1d9a37;
}
a:hover {
	color: #b31119;
	/*color: #1d9a37;*/
}
h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9d0008;	
}
h1 {
	margin-top: 0px;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
#agree {
	float: right;
	color: #1d9a37;
	width: 150px;
	text-align: center;
}
.qty {
	font-weight: bold;
}
a img {
	border: none;
}
#menu {
	font-size: 11px;
	line-height: 16px;
	background: #b31119;
	/*background: #666;*/
	padding-left: 20px;
	border-bottom: 1px solid black;
}
#menu,
#menu a {
	color: #f1f0e2;
}
#menu ul,
#menu li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#right {
	padding: 0px 5px;
	width: 150px;
	float: right;	
}
#right h3 {
	color: #b31119;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#right #news {
	font-size: 11px;
}
#right #news .item {
	border-bottom: 1px dotted #b31119;
}
input, textarea {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
input {
	width: 350px;
}
textarea {
	width: 500px;
	height: 150px;
}
input.button {
	color: #fff;
	background: #1d9a37;
	width: 50px;	
}
.spacer {
	float: none;
	clear: both;
	display: block;
}
.vimportant {
	color: #b31119;
}
#header img {
	margin-top: 20px;
}
#header #agree img {
	margin-top: 0px;
}
ul li {
	list-style-image:url(../images/list.png);	
}
ul ul, ol ol {
	margin-top: 10px;
}
table td{
	padding: 3px;
	vertical-align: top;
}
table td img {
	border: 1px solid #000;
}
code {
	display: block;
	padding: 5px;
	font-family:"Courier New", Courier, monospace !important;
	border: 1px solid #b31119;
	background: #fff;
}
.filename {
	font-size: 11px;
	font-weight: bold;
}
