﻿/* CSS Document */

body{

	background: #000000;
	background-image:url(../images/bg_dark_sepia.gif);
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C7BAA3;

}
/* corner shadows */
div#lt { position: absolute; top: 0px; left: 0px; width: 400px; height: 300px; background: transparent url(../images/top_left.png)  0 0 no-repeat; }
div#rt { position: absolute; top: 0px; right: 0px; width: 400px; height: 300px; background: transparent url(../images/top_right.png) 0 0 no-repeat; }
div#lb { position: absolute; bottom: 0px; left: 0; width: 400px; height: 300px; background: transparent url(../images/bottom_left.png) 0 0 no-repeat; }
div#rb { position: absolute; bottom: 0px; right: 0; width: 400px; height: 300px; background: transparent url(../images/bottom_right.png) 0 0 no-repeat; }


div#logo_wrapper{
	width: 100%;
	position:absolute;
	top: 20px;
	height: 80px;
	text-align:center;
	float:left;
}
div#glow_top{
	position:absolute;
	top: 140px;
	width:100%;
	height:10px;
	background: url(../images/glow_top.png) repeat-x;
	float:left;
}
div#glow_top2{
	width:100%;
	height:10px;
	background: url(../images/glow_top.png) repeat-x;
	float:left;
}

div#glow_bottom{
	position:inherit;
	bottom: -10px;
	width:100%;
	height:10px;
	background: url(../images/glow_bottom.png) repeat-x;
	float:left;
}
div#content_wrapper{
	width: 100%;
	text-align:center;
	min-height: 400px;
	position:absolute;
	top: 150px;
	background-image: url(../images/body_black_trans_fill.png);
	background-repeat: repeat;
	padding: 0px;
	float:left;
	
}

div#content_header{
	width:960px;
	height:inherit;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;

}

.top_hor_line{
	display:block;
	float:left;
	width:960px;
	height:7px;
	background:url(../images/two_stripes_top.png) repeat-x;
}
.bottom_hor_line{
	display:block;
	float:left;
	width:960px;
	height:7px;
	background:url(../images/two_stripes_bottom.png) repeat-x;
}
#content_footer{
	display:block;
	float:left;
}
table.footer_text{
	font-size: 12px;
}
div#pricelist_wrapper{
	top:0;
	font-size:12px;
	width:650px;
	height:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background:url(../images/body_black_trans_fill.png) repeat;
}

div#pricelist_wrapper table{
	font-size:12px;
} 
