/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "lr SVbN", "Osaka|", monospace;
}

a:link { color: #FF9900; text-decoration: none; }
a:visited { color: #FF9900; text-decoration: none; }
a:hover {color: #000000; }
a:active {color: #000000; }

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	background: url(../img/background.jpg) repeat;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#back {
	width: 770px;
	background: url(../img/shadow.jpg) repeat-y;
}
#header {
	width: 770px;
}
#key {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0px 0px;
}
#menu {
	float: left;
	width: 240px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
}
#main {
	text-align: left;
	width: 520px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#space {
	padding: 0px 50px;
}
#footer {
	clear: both;
	width: 770px;
	height: 70px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 12px;
	line-height: 150%;
	color: #FF9933;
}
h2 {
	font-size: 12px;
	line-height: 150%;
}
h3 {
	font-size: 20px;
	line-height: 150%;
	color: #FF4E26;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	line-height: 150%;
	color: #FF4E26;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px;
}
p {
	font-size: 12px;
	line-height: 150%;
	padding: 0px 30px 15px 0px;
}
.othes table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;	
}
.othes td {
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}
.othes th {
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#textlink {
	margin: 0px 25px;
	padding: 5px 0px 10px;
}
#textlink ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#textlink ul li {
	display: inline;
	background: url(../img/arrow.gif) no-repeat;
	padding: 0px 0px 0px 5px;
}
#textlink ul li a {
	margin: 0px;
	color: #000000;
	background: url(../img/aroow.gif) no-repeat;
	padding: 0px 0px 0px 15px;
}
#textlink a:hover {
	color: #FF9900;
}
.back {
	background: url(../img/back.jpg) no-repeat;
	height: 340px;
	width: 485px;
}
.back p {
	padding: 0px 0px 15px 30px;
}
#price td {
	background: url(../img/td_line.gif) repeat-x;
	height: 20px;
	padding: 3px;
}
#price table {
	width: 460px;
	margin: 0px 0px 15px;
}
#price th {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	height: 35px;
}
.orange {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

#perm table {
	margin: 0;
	width: 490px;
	background-color: #CCCCCC;
	background-image: none;
}

#perm td {
	padding: 1px;
	background-color: #FFFFFF;
	background-image: none;
	text-align: center;
}

.permRight {
	margin-right: 35px;
	float: right;
}


.orange_2 {
	color: #FF6600;
}