@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545454;
	background-color: #040004;
	background-image:url(../images/body_bgr.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 0.3em 10px;
	padding: 4px 0;
	font-size: 1.2em;
	border-bottom: 1px solid #9e096b;
	text-transform: uppercase;
}
h1 span.border {
	border-bottom: 3px solid #9e096b;
	padding: 4px 0;
}
h2 {
	padding: 0.6em 10px;
	font-size: 1em;
}
p {
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0.5em 10px;
}
a {
	color: #9E096B;
}
a:hover {
	color: #222242;
	text-decoration: none;
}
img {
	border: 0;
	display: block;
}
table {
	width: 630px;
	border-collapse:collapse;
}
table td {
	font-size: 0.7em;
	padding: 0.5em 10px;
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
}
table td.country {
	width: 60px;
}
table td.no {
	width: 15px;
}
table td.name {
	width: 465px;
}
table td.price {
	width: 45px;
}
table th {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.6em 10px;
	font-size: 1em;
	text-align: left;	
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
#container {
	width: 950px;
	margin: 0px auto;
	background-color:#050004;
	background-image:url(../images/container_bgr.gif);
	background-repeat:repeat-y;
	text-align: left;
}
#content {	
	width: 945px;
	border-left: 5px solid #fff;
	background-color: transparent;
	background-image:url(../images/column_bgr.jpg);
	background-repeat: no-repeat;
	background-position:left top;	
}
#flash {
	height: 304px;
}
#left {
	width: 248px;
	float: left;
}
#side .sidebox {
	margin: 25px auto;
	width: 168px;
	border-top: 1px dotted #7c7c7c;
	text-align: right;
	color: #7c7c7c;
}
#side .sidebox img {
	border: 3px solid #fff;
	margin: 5px auto;
}
#side .sidebox h3 {
	font-size: 0.8em;
	padding: 0.5em 10px;
	color: #fff;
}
#side .sidebox p {
	font-size: 0.65em
}
#side .sidebox a {
	text-transform: uppercase;
	color: #7c7c7c;
	font-weight: bold;
}	
#side .sidebox a:hover {
	color: #6f045e;
	text-decoration: none;
}
#right {
	width: 697px;
	float: left;
}
#title {
	float: left;
	border-right: 5px solid #fff;
}
#text {
	width: 632px;
	margin: 30px;
}
#text  ul {
	margin-left: 40px;
}
#text  ul li {
	font-size: 0.75em;
}
#text img {
	display:inline;
}
#text .thumbs {
	width: 610px;
	margin: 0px auto;
}
#text .thumbs img {
	border: 3px solid #9e096b;
	margin: 3px;
}
#text .col_left {
	float: left;
	width: 315px;
	border-right: 1px solid #aaa;
	margin: 10px 0;
}
#text .col_right {
	float: left;
	width: 315px;
	margin: 10px 0;	
}
#footer {
	width: 950px;
	border-top: 5px solid #fff;
	background-color: #270133;
	color:#C8C8C8;
}