/* common */
*{padding:0;margin:0;}
img{border:0; margin:0;}
p{padding:0 0 15px 0; }
.clear{clear:both;}
ul{list-style: none;}
a{ text-decoration: none;}



h1{
	color: #184c87;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #9d9a99;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

body{
	background: url(images/body_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	margin: 0 auto;
}

#main{
	width: 895px;
	margin: auto;
}

#header{
	width: 887px;
	padding: 0px 8px 0px 0px;
	height: 186px;
}

#logo{
	display: block;
	width: 227px;
	height: 69px;
	float: left;
	margin: 50px 0px 0px 0px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#phone_number{
	width: 289px;
	height: 43px;
	float: right;
	margin: 56px 0px 0px 0px;
	background: url(images/phone.jpg) right no-repeat;
}

#navi{
	width: 895px;
	height: 27px;
	float: left;
	margin: 34px 0px 0px 0px;
}

#navi ul li{
	display: block;
	height: 27px;
	float: left;
	margin: 0px 3px 0px 10px;
	padding: 0px;
	font-size: 14px;
}

#navi ul li a{
	display: block;
	float: left;
	height: 27px;
	padding: 0px 0px 0px 8px;
	cursor: hand;
}

#navi ul li a span{
	display: inline-block;
	height: 23px;
	color: #414141;
	padding: 4px 12px 0px 1px;
}

#navi ul li a:hover{
	background: url(images/navi_left.jpg) no-repeat left;
}

#navi ul li a:hover span{
	color: #e4e7d7;
	background: url(images/navi_right.jpg) no-repeat right;
}

#navi ul li.active a{
	background: url(images/navi_left.jpg) no-repeat left;
}

#navi ul li.active a span{
	color: #e4e7d7;
	background: url(images/navi_right.jpg) no-repeat right;
}


#content{
	width: 895px;
	float: left;
}

#content img{
	float: left;
}


#left_navigation{
	width: 231px;
	float: left;
	padding: 22px 0px 0px 0px;
}

#left_navigation ul li{
	width: 230px;
	padding: 5px 0;
	border-bottom: 1px dotted #9d9a99;
}

#left_navigation ul li a{
	display: block;
	width: 215px;
	padding: 0 15px 0 0;
	color: #565352;
	font-size: 0.75em;
	background: url(images/arrow.gif) right center no-repeat;
}



#blogsidemenu{
	width: 161px;
	float: left;
	padding-left: 25px;
}
#blogsidemenu p {
	padding-top: 15px;
	font-size: 0.7em;
}
#blogsidemenu a {
	background-color: #fff;
	color: #333;
}

#blogsidemenu ul li{
	width: 160px;
	padding: 5px 0;
	border-bottom: 1px dotted #9d9a99;
}

#blogsidemenu ul li a{
	display: block;
	width: 145px;
	padding: 0 15px 0 0;
	color: #565352;
	font-size: 0.75em;
	background: url(images/arrow.gif) right center no-repeat;
}

.sideblock3{
	width: 161px;
	float: left;
	padding-left: 25px;
}

.sideblock3 ul li{
	width: 160px;
	padding: 5px 0;
	border-bottom: 1px dotted #9d9a99;
}

.sideblock3 ul li a{
	display: block;
	width: 145px;
	padding: 0 15px 0 0;
	color: #565352;
	font-size: 0.75em;
	background: url(images/arrow.gif) right center no-repeat;
}


#main_column{
	width: 370px;
	float: left;
	padding: 23px 0 0px 52px;
}

#main_column p{
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 0px;
	color: #333;
	font-size: 0.75em;
	line-height: 150%;
}

#main_column p a{
	color: #365E8F;
}

#main_column p a:hover{
	color: #365E8F;
	text-decoration: underline;
}


#main_column ul{
	list-style: disc;
}

#main_column ul li{
	color: #333;
	margin: 1px 0px 1px 30px;
	font-size: 0.75em;
}

#main_column ul li a{
	color: #365E8F;
}

#main_column ul li a:hover{
	color: #365E8F;
	text-decoration: underline;
}



#right_column{
	width: 223px;
	float: right;
}

.download_block1{
	display: inline;
	width: 180px;
	height: 90px;
	float: left;
	margin: 23px 0px 0px 22px;
	background: url(images/hand.jpg) left no-repeat;
}

.download_block1 img{
	display: inline;
	float: right;
	margin: 68px 0px 0px 68px;
}

.download_block2{
	display: inline;
	width: 180px;
	height: 90px;
	float: left;
	margin: 0px 0px 0px 22px;
	background: url(images/apple.jpg) left no-repeat;
}

.download_block2 img{
	display: inline;
	float: right;
	margin: 68px 0px 0px 70px;
}


.spacer{	
	display: inline;
	width: 174px;
	height: 1px;
	float: left;
	margin: 23px 0px 23px 26px;
	clear: both;
	overflow: hidden;
	background: #9d9a99;
}

#footer{
	width: 100%;
	height: 41px;
	clear: both;
	float: left;
	margin: 100px 0px 0px 0px;
	border-bottom: 3px solid #98be25;
}

#footer_content{
	width: 614px;
	height: 27px;
	margin: 0 auto;
	padding: 14px 0px 0px 281px;
	background: url(images/footer_bg.jpg) no-repeat;
}

#footer_content ul li{
	color: #9d9a99;
	font-size: 0.7em;
	float: left;
	margin: 0px 10px 0px 0px;
}

#footer_content ul li a{
	color: #5d5e5b;
}
	
.zzz
{
clear: both;
height: 22px;
}

#player{margin: 0 0 -20px 0;}