@charset "utf-8";

ul{
  padding: none;
  list-style: none;
  list-style-position: none;
}
li{
  float:left;
}
a:link,a:visited{text-decoration: none;color: #21386a;}
a:hover,a:active{text-decoration: underline;color: #213818;}


/* HTML & Body
------------------------------------------------ */
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background:#A9BCA8 url(../images/bg.gif) 15px 50% repeat-x;
		color:#630;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance {
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-18.4em; /* half of container's height */
		float:left;
		}

	#full {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:36.8em;
		width:57em;
		clear:left;

		}

#content {
    height:100%;
    font-size:18px;
    color:#21386a;
    font-family: Arial;

}
#header{
  background: url(../images/header_bg.gif) repeat-x;
  width:100%;
  height:89px;
  border-bottom: 1px solid #fff;
}

#menu ul{height:29px;background:#820200;padding-left:10px;color:#fff;font-size:15px;font-weight:bold;border-bottom:2px solid #fff;}
#menu ul li{height:29px;text-transform: lowercase;}
#menu ul li a:link,#menu ul li a:visited{display:block;color:#fff;line-height:25px;height:29px;width:auto;border-right:2px solid #fff;padding:0 18px;background:url(../images/button.gif);}
#menu ul li a.first{border-left:2px solid #fff;}
#menu ul li a:hover,#menu ul li a:active{background-color:#ba0300;text-decoration:none;background:url(../images/button_hover.gif);}

#first{height:368px;width:149px;background:white url(../images/shop.gif) top left no-repeat;float:left;padding-top:48px;padding-right:4px;}
    #first ul{ width:144px;;height:252px; }
    #first ul li{clear:left;width:100%;border-bottom: 1px #3e3e3e dashed;height:32px;text-align: center;line-height:30px;}
    .top{border-top:1px #3e3e3e dashed;margin-top:10px;}
    #first ul li a:link,#first ul li a:visited{padding-left:4px;color:#203064;font-size:14px;display:block;height:100%;color:#512d00;}
    #first ul li a:hover,#first ul li a:active{color:#462c0b;text-decoration:none;background: #E4ECEF;}
    #round{background: url(../images/small_round.gif) no-repeat top center; width:100%;text-align:center;padding-top:10px;    }
    a.small {font-size:10px !important;width:100%;height:25px; display:block;font-size:13px !important;text-decoration:underline !important;}
    a.small:hover{text-decoration: none !important;    }


#second{height:416px;width:412px;float:left;}

#third{height:416px;width:347px;background:#fff;float:left;}
    #text{width:347;height:120px;padding:0 15px 0 12px;font-size:12px;line-height:25px;font-weight:none;overflow:hidden;    }
    #stripe{width:320px;height:32px;line-height:32px;background:#1f3662 url(../images/foot_bg.gif) repeat-x scroll 0% 0%;margin:5px 10px;font-size:18px;color:#fff;text-indent:15px;}
    .item{float:left;text-align:center;width:105px;height:120px;font-size:11px;border-left:1px dashed #000;border-bottom:1px #000 dashed;}
    .item img{border:0;}
    .perv{margin-left:12px;width:115px;border-left:none ;}
    .item a:link,.item a:visited{color:inherit;clear:both;text-decoration:none;}
    .item a:link span,.item a:visited span{border-bottom:2px solid #8f9ab0;}
    .item a:hover span,.item a:active span{border-bottom: none;}
    #ads{width:320px;height:150px;border-top:1px solid #1f3662;margin:10px 10px;clear:both;text-align:center;padding-top:10px;}
    #ads img{border:1px solid #363533;margin:0 10px;
    }
#forth{height:406px;width:744px;background:#fff;float:left;padding:10px 0 0 15px;font-size:12px;overflow-y:scroll;}
#forth a:link,#forth a:visited{text-decoration:underline;}
#forth #contact_boxes{padding-top:15px;}
#forth #contact_boxes .line{width:350px;height:1px;border-bottom:1px solid #bbb;margin:10px auto;}
#forth font{font-size:18px !important;}

#forth .box{float:left;width:160px;padding:0 30px;height:150px;}

#footer{height:45px;width:100%;background:url(../images/foot_bg.gif) repeat-x;float:left;text-align:center;padding-top:15px;}
#footer a:link, #footer a:visited{color:#ababab;font-size:12px;font-weight:bold;}

.feedTitle{ font-size: 25px;padding-bottom: 10px; }
.headline{ font-size: 20px;color: #21386A }
.headline a{color: #21386A }
.date{ padding:5px 0 10px 0;  }
.feedburnerFeedBlock ul li{ padding-bottom: 15px; }


