/*
	Global.css
	Copyright 2008-2009 Avalanche Creative

	#3377A5	- Flash Blue
	#0071BB - XHTML Blue
*/

#keywords{
	display: none;
}

#outerjacket{
	width: 800px;
	margin: 60px auto 0px;
	position: relative;
}
#p_flipbook #outerjacket	{	width: 1042px;	margin: 2em auto 0px;	}
#p_flipbook .p_content		{	margin: 0.5em 0.5em 0.2em;				}

	#header{
		width: 100%;
		height: 80px;
		background-color: #0071BB;
	}
		#logo{
			background-image: url("../images/omron.jpg");
			width: 165px;
			height: 52px;
			margin-top: 16px;
			margin-right: 12px;
			position: relative;
			float: right;
		}
		
		#slogan{
			background-image: url("../images/slogan.png");
			width: 136px;
			height: 44px;
			margin-top: 25px;
			margin-left: 19px;
			position: relative;
			float: left;
		}


	#body{
		height: 420px;
		border: 1px solid #C0DCEE;
		background-image: url("../images/book_s.jpg");
		background-repeat: no-repeat;
		background-position: 490px 190px;
	}
		#body .column_left{
			width: 450px; /*490px;*/
			float: left;
			position: relative;
			padding: 20px 10px 0px 30px;
			overflow: hidden;
		}
		
		#body .column_right{
			width: 300px; /*370px;*/
			height: 320px;
			float: right;
			padding: 60px 0px 0px 0px;
			overflow: hidden;
		}
			
			#entersite{
				text-align: center;
				font: 0.9em/1.3em Verdana;
				margin-right: 20px;
			}
				#entersite p{
					width: 170px;
					margin: 0px auto 1em;
				}
				.getFlashPlayer{
					display: block;
					background-repeat: no-repeat;
					background-position: center top;
					background-image: url("../images/flashicon.jpg");
					width: 140px;
					height: 63px;
					margin: 0px auto;
					color: #6c6c6c !important;
					text-decoration: none;
					font-size: 0.9em;
				}
					.getFlashPlayer:hover{
						color: #6c6c6c !important;
						text-decoration: underline;
					}
					.getFlashPlayer:focus{
						outline: none !important;
					}
					.getFlashPlayer span{
						display: block;
						padding-top: 47px;
				}
		
		
	#footer{
		height: 20px;
		background-color: #0071BB;
	}
