/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color:#5D1C19;

}



.body_text {
	color: #203D5F;
	font: normal normal normal 13px/23px Georgia, Times New Roman, serif;
}

.body_text a{

	color: #6A162A;
}

.body_text a:hover{

	background-color: #F1BDC4;
	color:#6A162A;
}


.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}

.footer_text a{
	color: #DA654A;
}
.footer_text a:hover{
	background-color: #FFD9D0;
}

.footer_text_dark {
color: #6A162A;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}


.footer_text_dark a{

	color: #6A162A;
}

.footer_text_dark a:hover{

	background-color: #F1BDC4;
	color:#6A162A;
}

.place_off{
	cursor:pointer;
}
.place_off span
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	
	height: 44px;
}

.place_off a{
	color: #FFFFFF;
	text-decoration:none;
	height: 44px;
		
}

.place_on{
	cursor:pointer;
	background-image: url(menu_button_bg.gif);
	background-repeat: repeat-x;
	height: 44px;
}
.place_on span
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	height: 44px;
	
}

.place_on a{
	color: #2F1309;
	text-decoration:none;
}
.field_bg {
	background-image: url(field_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #666666;
}

.field_bg_on {
	background-color:#FBEDC8;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #485D92;
}
.news_text_big {
	color: #002451;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.news_text_big a{
	color: #002451;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration:none;
}

.news_text_big a:hover{
	
	text-decoration:underline;
}

.news_text_small {
	color: #002451;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.news_text_small a{
	color: #002451;
	text-decoration:none;
}
.news_text_tiny{
color: #6585AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news_text_tiny a{
color: #6585AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.bg_news {
	background-image: url(bg_news.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 3px solid #FFE39F;
	border-right: 3px solid #FFE39F;
	border-bottom: 3px solid #FFE39F;
	border-left: 3px solid #FFE39F;
	
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2DFB0;
}

.news_item_on{
background-color:#E7ECF3;
cursor:pointer;

}

.news_white{
color:#737373;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.news_white a{
color:#737373;
text-decoration:none;


}

.picture_border {
padding: 5px;
border: 1px solid #CCCCCC;
 margin: 0px 0px 12px 12px;
}

.body_text img {
padding: 5px;
border: 1px solid #CCCCCC;
 margin: 12px 0px 12px 12px;
}
	
.news_util {
color: #36547A;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.news_util a{
color: #36547A;
}

/* start thumbnail */
div.thumb{
		/*float:left;
		margin:.5em 0;
		padding:2px;
		*/
		margin-left:12px;
		margin-top:5px;
		background-color: #FFFFFF;
		border:1px solid #999;	
		display:block;
		float:left;
		width:140px;
		height:78px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	div.thumb img{
		float:left;
		position:absolute;
		top:-10px;
		left:-55px;	
	}
	
	/* mouse over 
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	*/
	/* start thumbnail */
div.thumb_small{
		float:left;
		/*margin:.5em 0;
		padding:2px;
		
		*/
		background-color: #FFFFFF;
		margin-left:10px;
		margin-top:5px;
		border:1px solid #999;	
		
		
	}
	p.thumb_small a{
		display:block;
		
		width:75px;
		height:40px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
		border:3px solid #999;	
		margin-left:10px;
		margin-top:5px;
	}	
	p.thumb_small a img{
		float:left;
		position:absolute;
		top: 0px;
		left:-5px;	
		
	}
	
	/* mouse over 
	
		p.thumb_small a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb_small a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	*/


.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777676;
}

.grey_text a{
	color: #A752B9;
	text-decoration:none;
}

.grey_text a:hover{
	color: #FFFFFF;
	background-color:#1F5190;
	text-decoration:none;
}
.white_block{
	background-color: #FFFFFF;
	border: 3px solid #DED0AC;
}

.white_block2{
	background-color: #FFFFFF;
	border-top: 3px solid #DED0AC;
	border-right: 3px solid #DED0AC;
	border-bottom: 3px solid #DED0AC;
	border-left: #DED0AC;
}



.headline_white {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.headline_white_small {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.headline_small {
	color: #205127;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.headline_small a{
	color: #205127;
	text-decoration:none;
}

.headline_small a:hover{
	
	text-decoration:underline;
}
.cover {
visibility:hidden;
display:none;
}


.blue_block {
	background-color: #E2E8F4;
	border: 1px solid #B3BDCF;
	padding: 10px;
}

.news_date{
color:#205127;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
/* testing new buttons */
.menu_off{
	cursor:pointer;
	/*	background-image: url(side_menu_button_off.gif);
background-repeat: repeat-y;*/
background-color:#551222;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #470F1C;	
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #621427;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #450E1B;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76283B;
	
}
.menu_off span
{
position: relative;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
display: block;




}
.menu_off a{
	color: #D4D8DE;
	text-decoration:none;

}

.menu_on{
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#6C1A2D;
	color: #551222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #470F1C;	
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #621427;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #450E1B;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #76283B;
	

}
.menu_on span{
font-size: 14px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	
	display: block;
	
}

.menu_on a{

	color: #93D5FF;
	text-decoration:none;
}

/*selected*/
.menu_selected{
	cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#FFFFFF;
	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DED0AC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DED0AC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DED0AC;
	color: #29582F;	/*cursor:pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 44px;
	background-image: url(side_menu_button_selected.gif);
	background-repeat:repeat-y;
	color: #93D5FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F375C;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #315C9B;	*/

}
.menu_selected span{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	
}

.menu_selected a{
	color: #29582F;
	text-decoration:none;
}
/*end selected*/

/* END testing new buttons */

.side_menu_blue{
background-image:url(side_menu_bg.gif);
background-repeat:no-repeat;
}

/*homepage promos*/
#promo {
		/*float:left;
		margin:.5em 0;
		padding:2px;
		*/
		margin-top:15px;
		background-color: #FFFFFF;
		border:2px solid #6A162A;	
		display:block;
		width:216px;
		height:80px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
#promo img{
		float:left;
		position:absolute;
		top:-15px;
		left:-10px;	
	}
#promo_headline{

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#6A162A;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(bg_promo.gif);
	background-repeat:no-repeat;
}

#promo_headline a{
color:#FFFFFF;
text-decoration:none;
display: block;
}

.weather_temp{
color:#6A162A;
font-size:48px;
font-family:Arial, Helvetica, sans-serif;
}

.weather_icon{
	border: 2px solid #235228;
}
#navigation a
{
	color: #000000;
	/*background: url("menu_tab_left.gif") left top no-repeat;*/
	text-decoration: none;
	padding-left: 10px;
}

#navigation a span
{
	background: url(menu_dots.gif) no-repeat right top;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-top: 10px;
	padding-left: 0px;
	color: #2B1F12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
	color: #000;
	background: url(menu_tab_left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#navigation a:hover span
{
	background: url(menu_tab_right.gif) no-repeat right top;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-top: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navigation
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
display: block;
margin-right: 5px; 
}

#navigation #current a{
    
	background: url(menu_tab_left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
    }
  
  #navigation  #current span {
 background: url(menu_tab_right.gif) no-repeat right top;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-top: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    }
	
	
	.body_bg{
	background: url(bg_main.gif);
	}
	
h1 {
font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
letter-spacing:-0.06em;
font-size: 32px;
color: #FFFFFF;
display: inline;
font-weight: normal;
text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
}

.subhead {
font-family: "Trebuchet MS";
margin:0;
font-size: 20px;
color: #205127;
display: inline;
font-weight: normal;
}

#com_white{
width:100%;
height:15px;
float:left;
display:block;
padding-left:10px;
padding-top:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#203D5F;

}

#com_orange{
background-color:#F7E5CA;
width:100%;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#203D5F;
display:block;
float:left;
padding-top:2px;
padding-left:10px;
}

#com_white #com_price{
float:right;
padding-right:15px;
}

#com_orange #com_price{
float:right;
padding-right:15px;
}

/* start Product Thumbnail */
#products 
{
margin:0px;
padding:0px;
}
#products li a
{
width:175px;
height:126px;
background-image:url(product_thumbnail.gif);
background-position:top left;
background-repeat:no-repeat;
padding:10px;
text-decoration: none;
color: #DC8A00;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

#products  #smaller a
{
width:175px;
height:126px;
background-image:url(product_thumbnail.gif);
background-position:top left;
background-repeat:no-repeat;
padding:10px;
text-decoration: none;
color: #DC8A00;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
}

#products a span
{
	

}

#products a, #products a span
{
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#products a, #products a span
{
float: none
}
/* End IE5-Mac hack */

#products li a:hover
{
color: #FFFFFF;
background-image:url(product_thumbnail_on.gif);
background-position:top left;
background-repeat:no-repeat;
text-decoration: none;
cursor:pointer;
}

#products  #smaller a:hover
{
color: #FFFFFF;
background-image:url(product_thumbnail_on.gif);
background-position:top left;
background-repeat:no-repeat;
text-decoration: none;
cursor:pointer;
}

#products a:hover span
{

}

#products
{
list-style: none;
padding: 0;
margin: 0;
}

#products li
{
float: left;
display: block;
}

.thumb_big_search{
float:left;
display:block;
width:155px;
height:78px;
overflow:hidden;
position:relative;
z-index:1;	
border: 1px solid #999;
margin-bottom:6px;
}
	
/* END Product Thumbnail */

h2{

margin:0;
display: inline;
font-weight: normal;
}

#headline_blue {

color:#1688AD;
font-family:Arial, Helvetica, sans-serif;
display:block;
font-size: 22px;
font-weight: normal;
width:100%;
float:left;
margin-bottom:10px;

}

#headline_red{

color:#69172B;
font-family:Arial, Helvetica, sans-serif;
display:block;
font-size: 22px;
font-weight: normal;
width:100%;
float:left;


}

.util {


font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#203D5F;

}

.util a{
color:#203D5F;
text-decoration:none;
}

.util a:hover{
text-decoration:underline;
}


#green_bar{
	
height:53px;
width:100%;
display:block;
float:left;
position:relative;
background:url(bg_greenbar.gif) #205127;
	
}

#green_bar span{
color:#fff;
font-family:Arial, Helvetica, sans-serif;
position:relative;
margin-top:15px;
margin-left:5px;
font-size:18px;
display:block;
float:left;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6);
}


