@charset "utf-8";
/* CSS Document */

html
{
	margin:0px;
	padding:0px;
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#e0e0e0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container
{
	margin:0px;
	padding:0px;
	min-height:100%;
	width:1005px;
	position:relative;
	left:50%;
	margin-left:-503px;
	background-image:url(images/content_menus_bg.jpg);
	background-repeat:repeat-y;
}

*html #container
{
	height: 100%;
}

#super_top
{
	margin:0px;
	padding:0px;
	height:20px;
	width:1005px;
	background-color:#e0e0e0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

#top
{
	margin:0px;
	padding:0px;
}

#top_logo
{
	margin:0px;
	padding:0px;
	width:467px;
	height:199px;
	float:left;
}

#top_showphoto
{
	margin:0px;
	padding:0px;
	width:538px;
	height:199px;
	overflow:hidden;
	float:right;
	position:relative;
	background-image:url(images/showcorner.jpg);
	background-repeat:no-repeat;
}

#scroll_txt
{
	margin:0px;
	padding:12px 0px 0px 0px;
	height:28px;
	width:1005px;
	background-image:url(images/txt_scroll_bg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}

#content_top
{
	margin:0px;
	padding:0px;
	height:30px;
	width:1005px;
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
}

#content_menus_holder
{
	margin:0px;
	padding:0px;
	width:1005px;
}

#menu
{
	margin:0px;
	padding:0px;
	width:200px;
	float:left;
}

ul
{
	margin:0px;
	padding:0px;
}

li
{
	list-style:none;
}

a.menu_button
{
	margin:10px 0px;
	padding:6px 0px 0px 25px;
	height:24px;
	width:175px;
	background-image:url(images/menubuttons.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	color:#000000;
	font-family:'Arial Rounded MT',Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a.menu_button:hover
{
	background-image:url(images/menubuttons.jpg);
	background-position:right;
	color:#FFFFFF;
}

#left
{
	margin:0px;
	padding:0px;
	width:207px;
	float:right;
}

#banners_menu
{
	text-align:center;
	margin:50px 6px 6px 6px;
	overflow:hidden;
	width:185px;
}

#top_occasion
{
	margin:0px 0px 30px 0px;
	padding:50px 0px 0px 4px;
	width:203px;
	height:189px;
	overflow:hidden;
	background-image:url(images/top_occasion_bg.jpg);
	background-repeat:no-repeat;
}

a.more_occasions
{
	display:block;
	margin:5px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:underline;
}

a.more_occasions:hover
{
	display:block;
	margin:5px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

#contact_info
{
	margin:0px 0px 30px 0px;
	padding:65px 0px 0px 12px;
	width:197px;
	height:174px;
	overflow:hidden;
	background-image:url(images/contact_info_bg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

address
{
	font-style:normal;
}

a.link_white
{
	color:#FFFFFF;
	text-decoration:underline;
}

a.link_white:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

#content
{
	margin:0px;
	padding:0px 5px 60px 5px;
	width:580px;
	overflow:hidden;
}

#content ul
{
	list-style-type:disc;
	list-style-position:inside;
}

#content ul li
{
	list-style-type:disc;
	list-style-position:inside;
}

h1
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:14px;
	color:#b00404;
}

p
{
	margin:10px 0px 15px 0px;
	padding:0px;
}

#footer
{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	bottom:0px;
	height:60px;
	width:1005px;
	background-color:#e0e0e0;
	background-image:url(images/footer2.jpg);
	background-repeat:no-repeat;
	font-size:10px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	color:#fff;
	text-decoration:underline;
}

#footer ul
{
	margin-top:35px;
	float:left;
	width:700px;
	margin-left:50px;
}

#footer ul li
{
	display:inline;
	margin-right:1px;
	color:#fff;
}

#footer div
{
	margin-top:35px;
	float:right;
	width:95px;
	margin-right:160px;
	text-align:right;
}

#stats
{
	display:none;
}

.no_border
{
	border:none;
}

a
{
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	color:#333333;
	text-decoration:none;
}

h2
{
	color:#b00404;
	font-size:12px;
	font-weight:bold;
}

#latest_news
{
	margin-top:20px;
	width:450px;
	overflow:hidden;
}

#latest_news ul
{
	list-style-type:none;
}

#latest_news li
{
	list-style-type:none;
}

a.latest_news
{
	margin:0px;
	padding:5px;
	color:#b00404;
	display:block;
	background-image:url(images/news_bg1.jpg);
	background-repeat:repeat-y;
}

a.latest_news:hover
{
	color:#000000;
	background-image:url(images/news_bg2.jpg);
	background-repeat:repeat-y;
}

.red
{
	color:#CC0000;
}

.center
{
	text-align:center;
}

a.red_link
{
	color:#b00404;
	text-decoration:underline;
}

a.red_link:hover
{
	color:#333333;
	text-decoration:none;
}

a.h2_link
{
	text-decoration:none;
	color:#b00404;
}

a.h2_link:hover
{
	text-decoration:underline;
	color:#b00404;
}

.news_date
{
	font-size:9px;
	font-weight:bold;
}

.morenews
{
	width:550px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
}

.morenews_date
{
	float:left;
	width:75px;
}

.morenews_title
{
	float:right;
	width:475px;
	overflow:hidden;
}

.form_txt
{
	width:125px;
	color:#CC0000;
}

.form_input
{
	width:250px;

}

.button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:#666666 1px solid;
	background-color:#eeeeee;
	padding:1px;
}

.field
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#666666 1px solid;
	background-color:#eeeeee;
	padding:2px;
}

#contact_form_check
{
	display:none;
}

.error
{
	background-color:#666666;
	padding:5px;
	border:#CC0000 1px solid;
	margin:0px 5px;
	color:#FFFFFF;
}

.succes
{
	background-color:#666666;
	padding:5px;
	border:#009900 1px solid;
	margin:0px 5px;
	color:#FFFFFF;
}

.p_album_item
{
	padding:20px 0px 20px 0px;
	border-top:1px #333 dotted;
	border-bottom:1px #333 dotted;
	width:550px;
	background-color:#eee;
	margin:10px auto;
	overflow:hidden;
}

.p_album_item:hover
{
	background-color:#ccc;
}

.p_album_item_img
{
	margin:auto 10px;
	float:left;
	width:100px;
}

.p_album_item_img img
{
	border:none;
}

.p_album_item_txt
{
	float:left;
	width:425px;	
}

.p_album_item_txt h2
{
	margin:0px;
}

.p_album_item_txt h2 a
{
	color:#b00404;
}

.p_album_thumb
{
	float:left;
	padding:1px;
	margin:5px;
	width:100px;
	height:75px;
	overflow:hidden;
	border:1px solid #999;
}

.p_album_thumb img
{
	width:100px;
	height:75px;
	border:none;
}

.clear
{
	clear:both;
}

#sitemap_ul li
{
	margin:10px;
}

#sitemap_ul li ul
{
	margin-left:15px;
}

.product_item
{
	width:240px;
	overflow:hidden;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:10px;
	float:left;
	padding:0px;
	border:1px solid #000;
	background-color:#000;
	color:#fff;
}

.product_title
{
	width:234px;
	padding:3px;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #666;
	text-align:center;
}

.product_image
{
	width:100px;
	margin:3px;
	height:75px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	float:left;
	border:1px solid #666;
}

.product_info
{
	width:125px;
	padding:3px;
	float:left;
}

.product_item div img
{
	border:0px;
	font-size:0px;
	line-height:0px;
}

.product_price
{
	clear:both;
	padding:3px;
}
.product_item .normal_price
{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
}

.product_item .normal_price_not
{
	color:#fff;
	font-weight:bold;
	font-size:9px;
	line-height:30px;
}

.product_item .offer_price_1
{
	color:yellow;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
}

.product_item .offer_price_2
{
	color:yellow;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
}

.product_item .offer_price_1 span
{
	color:#fff;
	font-weight:normal;
	font-size:9px;
	display:block;
}

.overview_container
{
	padding:10px 0px 0px 0px;
	border-top:1px #333 dotted;
	border-bottom:1px #333 dotted;
	width:550px;
	background-color:#eee;
	margin:15px auto;
	overflow:hidden;
}

#overview_page_nav
{
	list-style-type:none;
	font-weight:bold;
}

#overview_page_nav li
{
	list-style-type:none;
	padding:0px 5px;	
}

#overview_page_nav li a.active
{
	color:#999;
}

.shop_detail_label
{
	font-weight:bold;
}

#detail_info .offer
{
	font-weight:bold;
	color:#b00404;
	font-size:20px;
}

#detail_info .offer span
{
	font-weight:bold;
	color:#000;
	font-size:12px;
	display:block;
}

#detail_info .price
{
	font-weight:bold;
	color:#b00404;
	font-size:20px;
}

#detail_images
{
	padding:0px;
	border-top:1px #333 dotted;
	border-bottom:1px #333 dotted;
	width:550px;
	background-color:#eee;
	margin:10px auto;
	overflow:hidden;
}

#detail_images img
{
	margin:15px;
	float:left;
}

.callus
{
	clear:both;
	background-color:#b00404;
	width:542px;
	margin:10px auto;
	padding:3px;
	text-align:center;
	border:2px solid #000;
}

.callus a
{
	color:#fff;
}


