/** styles.css **/

html {
	background: #330000;
	background: url(../img/main_bg.png) repeat;
}
#wrapper {
}
body {
	
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Kreon';
}
a {
	text-decoration: none;
	color: #9c0000;
}
a:hover {
	text-decoration: italic;
	color: #1c0000;
}
#region_0, #region_1, #region_2, #region_3, #region_4 {
	background-position: top center;
	position: relative;
}
h1 {
	color: #9c0000;
}

#region_0 {
	
	z-index: 1000000;
	/*
	min-height: 260px;
	*/
	
}
#region_1 {
	position: relative;
	clear: both;
}

#region_0, #region_1, #region_3{
	background: url(../img/bg_regions.png) center top repeat-y;
}
#region_2 {
	
	background: url(../img/bg_region2_sh.png) left top repeat-x;
    height: 283px;
    top: -15px;
     z-index: 10;
}

#region_4{
	background: url(../img/bg_region4.png) center bottom no-repeat;
	height: 48px;
    top: -30px;
}


#region_3 {
	/*
	background: #5c4a35;
	padding-bottom: 27px;
	*/
	top: -30px;
	clear: both;
}
#region_0 .inner, #region_1 .inner, #region_2 .inner, #region_3 .inner, #region_4 .inner {
	background: #f7f7f7;
	
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: inherit;
}

/*
*/
#region_2 .inner{
	
	background: none;
	background: #D7D7D7 url(../img/bg_region2.png) left 15px repeat-x;
	height: 290px;
}
#region_4 .inner,
#region_3 .inner {
background: #d7d7d7;
	
}

#region_4 .inner{
	
	height: 17px;
}
#region_1 .inner{
	background: #f7f7f7 url(../img/bg_region1_inner.png) left bottom repeat-x;
	padding-top: 13px;
}

.main_column {
	float: right;
	width: 715px;
	position: relative;
	margin-top: 10px;
}
.left_column {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    position: relative;
    width: 210px;

}

.footer * {
}
.footer p.copy a{
	color: #333;
}
.footer {
	color: #333;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	font-family: "PT Sans";
	height: 40px;
}
.footer p{
	position: absolute;
	top: 33px;
}
.footer p.copy{
	left: 26px;
}
.footer p.jmk{
	left: 417px;
}

.footer p.icons{
	right: 25px;
}
.footer p a{
	color: #910000;
}
#PlentyOrderPayPalExpressPanel {
display:none;
}#region_1 .inner .main_column h2 {
	font-size: 18px;
	padding: 16px 0 9px 0;
}
#region_1 .inner .main_column p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.PlentyAdviceCode {
color:#333333 !important;
}