body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#750909;
	background-position: center;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
}

/************* albums ***********************/

body#album{
	background:  url(images/bg_sides.jpg);
	margin: 0px;
	padding: 20px;
}

#album #pix {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

#album h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing:.2em;
	border-bottom: 1px solid #FFFFFF;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#album a {
	color:#FFFFFF;
	line-height:24px;
}

#album a:hover {
	color:#FFFF00;
	text-decoration: underline;
}

/************* end albums ***********************/

* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 979px;
}
#header {
	background-image:url(images/header.jpg);
	width:979px;
	height:232px;
	display:block;
}
#border {
	background-image:url(images/border.gif);
	background-repeat: repeat-y;
	width:979px;
}
#main {
	background-image:url(images/bg_main.jpg);
	margin: 0px 12px 0px 10px;
	background-repeat: no-repeat;
	background-position: 261px 0px;
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-image:url(images/bg_left.jpg);
	background-repeat: no-repeat;
	
}
#right {
	float:right;
	width:580px;
}
/************* extention ***********************/
.smalwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 10px;
}
.smalblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
}
.banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 10px;
}
body#stream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#750909;
}
#stream p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:.1em;
	line-height:16px;
	color: #FFFFFF;
	padding: 5px;
}
#stream a {
	color:#FFFFFF;
	text-decoration: underline;
}
#stream a:hover {
	color:#FFFF00;
	text-decoration: underline;
}
.float-left {
  float:left;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}
.float-right {
  float:right;
  margin: 3px;
}
#ritten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	vertical-align: middle;
	letter-spacing: 0.1em;
	text-align: justify;
	padding: 15px;
	margin: 25px;
	background-color: #70090A;
	border: 1px solid #C3C3C3;
	}
/***************** Content ***********************/

#tbl {
	text-transform: smallcaps;
	letter-spacing:.1em;
	border: 1px solid #FFFFFF;
	padding: 2px;
}
.content {
	width:530px;
}

.content h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing:.2em;
	border-bottom: 1px solid #FFFFFF;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #FFFFFF;
	padding: 10px 0px 0px 6px;
}
.content a {
	color:#FFFFFF;
	text-decoration: underline;
}
.content a:hover {
	color:#FFFF00;
	text-decoration: underline;
}
.product {
	width:530px;
	margin: 20px 0px;
}
.product h3 {
	background-image:url(images/products.gif);
	background-repeat:no-repeat;
	width:530px;
	height:33px;
	text-indent:700px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
.product a {
	border: 1px solid #6698bd;
	display:inline;	
	float:left;
	margin: 6px 0px 6px 11px;
}
.product a:hover {
	border: 1px solid #FFFFFF;
}
.product img {
	border: 1px solid #C3C3C3;
	padding: 10px;
}

/***************** Menu ***********************/
#menu {
	background-image:url(images/menu.gif);
	width:261px;
	height:400px;
	margin-left:93px;
}
#menu ul {
	padding: 30px 0px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #2e260f;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:#484038;
	font-weight:bold;
	text-transform: uppercase;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(images/menubottom.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:110px;
	margin-left:93px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
#footer {
	background-image:url(images/borderfooter.gif);
	height:74px;
	width:979px;
}
#footerend {
	background-image:url(images/borderfooterend.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #FFFFFF;
	width:979px;
	height:3px;
	display:block;
}
#copyright {
	background-image:url(images/copyright.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:63px;
	display:inline;
	margin-left:103px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #463d16;
	padding: 10px 20px 0px 20px;
	text-align:center;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #463d16;
}
#payment {
	float:left;
	display:inline;
	margin: 10px 0px 20px 135px;
}
#payment img {
	border: none;
}

