/* CSS Document */

body{background:url(img/blue.gif);margin:0px;font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;}
td{font-size:12px;color:#3e0507;}
h1{font-size:12px;font-weight:bold;margin:0px 0px 20px 0px;}

/* search forms */

#search_box_home{width:200px;height:22px;background:url(img/bg_form_field.gif) no-repeat;}
#search_field_home{float:left;width:120px;background:none;border:0px;font-size:10px;margin:4px 2px 3px 8px;color:#BF8F86;padding:0px;}
#search_button_home{float:right;}

/* main structure */

#wrapper{width:910px;height:590px;}
#left_column{float:left;width:260px;height:590px;}
#right_column{float:right;width:650px;height:590px;text-align:left;}

/* left column */

#logo{width:260px;height:170px;}
#left_menu{width:260px;height:270px;background-image:url(img/left_menu_bg.gif);background-repeat:no-repeat;}
#left_menu .text{padding:30px 40px 30px 40px;text-align:left;font-size:11px;font-weight:bold;line-height:0.95;}
#lower_left{width:240px;height:120px;}
#lower_left_home{width:240px;height:120px;background:url(img/home_page/bg_form.jpg);}
#lower_left_newsletter_form{width:200px;height:80px;background:url(img/home_page/bg_form.jpg);padding:20px;color:#fff0c3;text-align:center;}
#lower_left_image{float:left;text-align:right;}
#lower_left_text{float:right;width:120px;height:120px;background-image:url(img/lower_left_text.gif);text-align:left;vertical-align:bottom;}
#lower_left_text2{width:240px;height:120px;background-color:#3e0507;text-align:center;}
#lower_left_text .text{padding:10px;color:#fff0c3;font-size:11px;font-weight:bold;vertical-align:bottom;}
#lower_left_text2 .text{padding:15px;color:#BF8F86;font-size:11px;}
#copyright{width:260px;height:30px;}
.fp_text{padding:30px 43px 30px 43px;text-align:justify;font-size:11px;line-height:1.9;color:#fff0c3;}

/* right column */

#menu{width:650px;height:50px;}
#fp_flash{width:640px;height:510px;}
/*#content{width:640px;height:510px;}*/
#content{
	width:640px;
	height:510px;
	background-color:#fff0c3;
}
#content .text{text-align:justify;padding:25px;font-size:12px;line-height:1.2;color:#3e0507;}
#bottom_menu{width:650px;height:30px;}
.content{text-align:justify;font-size:11px;line-height:1.2;color:#3e0507;background-color:#fff0c3;}

#store_front{
	width:650px;
	height:510px;
}
#store_top_row{padding-bottom:10px;}
#store_box_1{padding-right:10px;float:left;}
#store_box_2{padding-right:10px;float:left;}
#store_box_3{padding-right:10px;float:left;}
#store_box_4{float:left;}
#store_link_1{width:152px;height:40px;background:#5b1d1b;line-height:40px;text-align:center;font-size:11px;font-weight:bold;}
#store_link_2{width:153px;height:40px;background:#5b1d1b;line-height:40px;text-align:center;font-size:11px;font-weight:bold;}
#store_link_3{width:315px;height:40px;background:#5b1d1b;line-height:40px;text-align:center;font-size:11px;font-weight:bold;}

/* links */

a:link.light, a:visited.light, a:hover.light{text-decoration:none;color:#fff0c3;}
a:link.dark, a:visited.dark, a:hover.dark{
	text-decoration:none;
	color:#BF8F86;
}

a.darker{text-decoration:none;color:#3e0507;}
a:hover.darker{
	text-decoration:none;
	color:#BF8F86;
}

/* forms */

input{font:11px arial;color: #5B1D1B;margin:0px;}
form{margin:0px;padding:0px;}

/* scroller */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 570px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:15px;}
.img {padding: 5px; border: 1px solid #3e0507;}
.smalltext {font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;font-size:10px;}


#left_menulong{
	width:260px;
	background-image:url(img/left_menu_bg_repeat.gif);
	background-repeat:repeat-y;
}
#left_menulong .text{
	padding:0px 40px 0px 40px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	line-height:0.95;
}
#left_menulongtop{
	width:260px;
	background-image: url(img/left_menu_top.gif);
	background-position: top;
	height:40px;
	background-repeat: no-repeat;
    }
#left_menulongbottom{
	width:260px;
	background-image: url(img/left_menu_bottom.gif);
	background-position: top;
	height:40px;
	background-repeat: no-repeat;
    }
