body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #535353;
	text-align: center;
	line-height: 15px;
	background-color: #8B8B8B;
}
img {
	border: 0;
}
#wrap{
	position: relative;
	width: 969px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #fff;
	border-top: 0;
	background-color: #fff;
}
a {
	font: bold 12px arial;
	color: #cf7015;
	text-decoration: none;
}
a:hover	{
	font: bold 12px arial;
	color: #cf7015;
	text-decoration: underline;
}


ul.menu {
	margin: 0;
	padding: 8px 0 6px 0;
	border: 1px solid #d27d00;
	font: normal 12px 'Trebuchet MS';
	color: #263f5c;
	text-align: center;
	background: #f6c238 url(../../images/bg-menu.gif) repeat-x top left;
}
ul.menu li {
	display: inline;
	background: transparent url(../../images/menu-tab.gif) no-repeat 0 4px;
	padding: 0 0px 0 6px;
}
/*
ul.menu li:first-child { IE 6.0 doesn’t support the :first-child pseudo-class */
ul.menu li.first {
	background-image: none;
	padding-left:0;
}
ul.menu a {
	font: normal 12px 'Trebuchet MS';
	color: #263f5c;
	text-decoration: none;
}
ul.menu a:hover {
	font: normal 12px 'Trebuchet MS';
	color: #263f5c;
	text-decoration: none;
}

#sidebar {
	width: 253px;
	padding-left: 30px;
}
.title {
	font: normal 18px 'Trebuchet MS';
	color: #314c6b;
}
.title-o {
	font: bold 12px arial;
	color: #cf7015;
	margin: 0 0 3px 0;
}
.price {
	font: normal 18px arial;
	color: #314c6b;
}
.thumb {
	border: 1px solid #cfcfcf;
}
#content {
	margin: 15px 0 20px 0;
	width: 100%;
}
#nav {
	font: normal 14px 'Trebuchet MS';
	color: #314c6b;
	margin: 0 0 20px 0;
}
#nav a {
	font: normal 14px 'Trebuchet MS';
	color: #314c6b;
	text-decoration: none;
}
#nav a:hover {
	font: normal 14px 'Trebuchet MS';
	color: #314c6b;
	text-decoration: underline;
}

/* footer */
#footer {
	border: 1px solid #cfcfcf;
	font: normal 11px arial;
	color: #434343;
	background: #fff url(../../images/bg-footer.gif) repeat-x bottom left;
}
#footer a {
	font: normal 11px arial;
	color: #434343;
	text-decoration: none;
}
#footer a:hover {
	font: normal 11px arial;
	color: #434343;
	text-decoration: underline;
}
#footer-menu {
	font: bold 12px arial;
	color: #cf7015;
	text-decoration: none;
}
#footer-menu a {
	font: bold 12px arial;
	color: #cf7015;
	text-decoration: none;
}
#footer-menu a:hover {
	font: bold 12px arial;
	color: #cf7015;
	text-decoration: underline;
}




.select-area {
	font: normal 12px arial;
	color: #535353;
	text-align: left;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	padding: 3px;
	width: 211px;
	height: 100px;
	overflow: auto;
}
select {
	font: normal 12px arial;
	color: #535353;
	text-align: left;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	display: block;
	margin: 8px 0 0 0;
}
/*---------------------------*/


