﻿html {
	background-color: white;
	color: #000000;
	font-family: "Microsoft Sans Serif" , "Arial" , "Verdana" , "Sans-Serif";
}

body {
	width: 926px;
	margin: 8px auto;
	background-color: rgb(253, 243, 209);
	padding: 6px;

}




div#header a img {
	border: none;
	display: block;
}

div#menu, div#content {
	margin-top: 5px;
	float: left;
}

div#menu {
	background-color: #820000;
	padding: 13px 7px 0px 7px;
	width: 208px;
	border-width: 1px;
}

div#menu h2 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 18px;
}

div#menu li a {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	color: white;
	padding: 8px 0 7px 10px;
	margin-bottom: 1px;
}

div#menu ul.child li a {
	margin-left: 10px;
	border-right: 1px solid #000000;
}

div#menu li a:link, #menu li a:visited {
	background: url('../images/menu1.gif');
	background-repeat: no-repeat;
}

div#menu li a:hover {
	background: url('../images/menu1.gif') 0 -30px;
	background-repeat: no-repeat;
}

div#menu li a:active {
	background: url('../images/menu1.gif') 0 -64px;
	background-repeat: no-repeat;
}

div#menu p.creditCard {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: "Tahoma", "Arial", "Sans-Serif";
	font-size: 12px;
	margin-top: 59px;
	line-height: 12px;
}

div#menu p.creditCardImage {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

div#menu p.creditCardImage img {
	display: block;
}

div#menu p.contactInformation, div#menu p.aboutCompany {
	padding: 0;
	margin: 0;
	color: #FFA7A7;
	font-family: "Tahoma", "Arial", "Sans-Serif";
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 24px;
	margin-bottom: 14px;
	text-align: center;
}



div#menu p.contactInformation a  {

	color: #FFA7A7;

}

div#menu p.aboutCompany {
	margin-top: 24px;
	margin-bottom: 14px;
}

div#content {
	width: 694px;
	margin-left: 10px;
}

div#footer {
	clear: both;
	padding-top: 10px;
}

div#footer div.left, div#footer div.right {
	width: 463px;
	float: left;
}

div#footer div.left {
	text-align: left;
}

div#footer div.right {
	text-align: right;
}

div#footer a {
	color: #000000;
	text-decoration: none;
}

div#footer div.clear {
	clear: both;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Microsoft Sans Serif" , Arial, Verdana;
	font-size: 13px;
}



.style1 {
	font-family: "Times New Roman" , Times, serif;
	font-size: 24px;
	color: #860000;
}

.wasPrice {
	font-family: "Times New Roman" , Times, serif;
	color: #ae0000;
	font-size: 13px;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: line-through;
}

.NowPrice {
	font-family: "Times New Roman" , Times, serif;
	color: green;
	font-size: 13px;
	padding-left: 3px;
	padding-bottom: 10px;
	font-weight: bold;
}

.major {
	font-family: Tahoma, Times;
	font-size: 12px;
	color: white;
}

.AboutContact {
	font-family: Tahoma, Times;
	font-size: 14px;
	color: #ffa7a7;
}

div#footer {
	font-family: "Microsoft Sans Serif" , Arial, Verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}



