@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color : #666666;
	background-color: #fff;
}
h1, h2 {
	font-size: 0.80em;
	padding: 0.5em 0.9em;
	text-transform:uppercase;
}
h2 {
	font-size: 0.75em;
	color: #AA0000;
}
p {
	padding: 0.3em 1em;
	font-size: 0.70em;
}
img {
	border: 0;
}
input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #aaa;
	padding: 2px;
    background-color:#eee;
    color:#000;
	font-size: 12px;
} 
.red {
	color: #a00;
	text-transform: uppercase;
	font-weight: bold;
}
.clear {
	clear: both;
	font-size:0;
	margin: 0;
	padding:0;
	line-height:0;
}
.quotation {
	padding: 1em;
	text-align: center;
	font-size:1.0em;
	color: #333;
	font-weight: bold;
}
.img_cont {
	float: left;
	margin: 6px;
	width: auto;
	height: auto;
}
.thumbs {
	width: 560px;
	height: auto;
	margin: 0 10px 0.5em 10px;
}
.thumb {
	float: left;
	width: 165px;
	height: auto;
	padding: 10px
}
.thumb p {
	padding: 1px;
	margin: 0;
}
.thumb img {
	display: block;
	border: 2px solid #b90000;
	margin:0;
	padding:0;
}
#shadow {
	width: 804px;
	margin: 0 auto;
	background-image:url(../images/shadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#container {
	width: 782px;
	text-align: left;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#content {	
	width: 780px;
	border-left: 2px solid #87898c;
	border-right: 2px solid #87898c;
	background-image:url(../images/content_bgr.jpg);
	background-repeat:repeat-y;
}
#top {
	border-bottom: 1px solid #999;
	width: 780px;
	height: 77px;
}
#wrap {
	float: left;
	width:780px;
	background-image:url(../images/right_bgr.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#left {
	float: left;
	width: 200px;
}
#right {
	float: left;
	width: 580px;
}
#right ul, #right ol {
	padding: 0.2em 1.6em;
}
#right ul li, #right ol li {
	font-size: 0.70em;
}
#right ul li ul li, #right ol li ol li, #right ol li ul li{
	font-size: 1em;
}
#right a {
	color: #B70100;
}
#right a:visited {
	color: #c70100;
}
#pgallery {
	width: 300px;
	height: auto;
	margin:10px;
	float: right;
}
#pgallery .thumb {
	float: left;
	width: 96px;
	height: auto;
	margin: 2px;
}
#img_bar {
	width: 452px;
	height: 92px;
	margin: 6px auto;
}
#img_bar #images {
	float: left;
	width: 352px;
	height: 90px;
	overflow: hidden;
}
#img_bar #images img {
	margin: 2px;
	border: 2px solid #aaa;
}
#img_bar .arrows {
	float: left;
	border: 0;
	margin: 29px 10px;
}
#flash {
	margin: 1em auto;
	width: 560px;
}
#footer {
	clear: left;
	width: 780px;
	background-color: #333333;
	background-image:url(../images/footer_bgr.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
}
#footer p {
	color: #c8c9cb;
	font-size: 0.70em;
	padding: 1em;
	text-align: right;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #888;
}
#footer_shadow {
	width: 804px;
	background-image:url(../images/shadow_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
}
