@charset "UTF-8";
/* CSS Document */

#header {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 135px;
}
#menu {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_menubg.jpg);
	background-repeat: repeat-y;
	height: 34px;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 50;
	background-color: #C71717;
	overflow: visible;
}
.menu_indent {
	margin-left: 5px;
}
#content {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_middle.jpg);
	background-repeat: repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	visibility: visible;
	height: auto;
	text-align: left;
}
#footer {
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	left: 0;
	top: 0;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	float: none;
	padding-right: 50px;
	padding-left: 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C71717;
	text-decoration: none;
}
.text_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C71717;
	text-decoration: none;
}
#div_logo {
	position:absolute;
	width:99px;
	height:115px;
	z-index:1;
	left: 22px;
	top: 17px;
}
.tdrightborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.float_right {
	padding: 15px;
	float: right;
}
#div_telephone {
	position:absolute;
	width:200px;
	height:42px;
	z-index:2;
	left: 543px;
	top: 22px;
}
.buynowtable {
	border: 1px solid #666666;
	background-color: #E8E8E8;
}

