@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------------+
                               global variables
+-------------------------------------------------------------------------*/
*	{
margin: 0;
padding: 0;
}

html,
body	{
height: 100%;
width: 100%;
overflow: hidden;
}

body	{
font: 14px Arial, Helvetica, sans-serif;
}
body	{direction: ltr!important} body *	{direction: rtl!important}

a	{
text-decoration: none;
}
/*-------------------------------------------------------------------------+
                               content frame
+-------------------------------------------------------------------------*/

	#content_frame	{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: scroll;
	}
		#main_content	{
		position: relative;
		right: -9px;
		width: 730px;
		height: 300px;
		margin: 0 auto 150px;
		padding: 20px 0;
		background: url("../images/homepage_bg_2.jpg") top no-repeat;
		}
			#content	{
			margin: 0 20px 0 280px;
			}
			h4	{
				position: absolute;
				top: 100px;
				right: 20px;
				width: 251px;
				font-size: 15px;
				text-align: center;
				}
				h6	{
				position: absolute;
				top: 110px;
				right: 20px;
				width: 251px;
				font-size: 13px;
				text-align: center;
				}
				h1	{
				position: absolute;
				top: 180px;
				right: 33px;
				width: 251px;
				font-size: 14px;
				font-family:Arial;
				text-align:right;
				font-weight:normal;
				}
				h2	{
				position: absolute;
				top: 205px;
				right: 33px;
				width: 251px;
				font-size: 14px;
				font-family:Arial;
				text-align:right;
				}
				h3	{
				position: absolute;
				top: 195px;
				right: 33px;
				width: 251px;
				font-size: 14px;
				font-family:Arial;
				text-align: right;
				line-height:100%;
				}
				h4	{
				position: absolute;
				top: 330px;
				right: 20px;
				width: 251px;
				font-size: 14px;
				text-align: center;
				}
				
		
/*-------------------------------------------------------------------------+
                               bottom fixed footer frame
+-------------------------------------------------------------------------*/
	#fixed_frame	{
	position: fixed;
	_position: absolute;
	bottom: 0;
	right: -17px;
	height: 140px;
	width: 100%;
	background: #fff;
	}
		#fixed_footer	{
		position: relative;
		width: 730px;
		height: 140px;
		margin: 0 auto;
		border-top: none;
		background: white;
		}
			#footer	{
			position: absolute;
			bottom: 5px;
			right: 0;
			width: 100%;
			height: 284px;
			background: url("../images/footer_bg_trans_home.png") no-repeat top center;
			background-color:Transparent;
			}
			    h2	{
				position: absolute;
				top: -24px;
				right: 33px;
				width: 251px;
				font-size: 14px;
				font-family:Arial;
				text-align:right;
				line-height:130%;
				}
				
				h4	{
				position: absolute;
				top: 190px;
				width: 251px;
				font-size: 15px;
				margin-left:0px;
				text-align:left;
				line-height:130%;
				font-weight:normal;
				}
				
				#main_navigation	{
				position: absolute;
				top: 138px;
				right: 3px;
				width: 100%;
				zoom: 1;
				list-style: none;
				}
				#main_navigation li	{
					float: right;
					width: 105px;
					height: 16px;
					padding: 1px 6px 3px;
					margin: 0 2px;
					zoom: 1;
					background: #e1ea67;
				}
				#main_navigation li:hover	{
					background: #4BA4D3;
				}
				#main_navigation li a,
				#main_navigation li span
					{
						text-decoration: none;
						color: #282b0a;
						font-size: 12px;
						font-weight: bold;
						cursor: pointer;
				}
				#main_navigation1	{
				position: absolute;
				top: 161px;
				right: 3px;
				width: 100%;
				zoom: 1;
				list-style: none;
				}
				#main_navigation1 li	{
					float: right;
					height: 16px;
					width: 105px;
					padding: 1px 6px 3px;
					margin: 0 2px;
					zoom: 1;
					background: #c2cc00;
				}
				#main_navigation1 li:hover	{
					background: #8ABEE2;
				}
				#main_navigation1 li a,
				#main_navigation1 li span
					{
						text-decoration: none;
						color: #282b0a;
						font-size: 12px;
						font-weight: bold;
						cursor: pointer;
				}
				#samadhi	{
				position: absolute;
				bottom: 10px;
				left: 130px;
				width: 113px;
				height: 20px;
				background: url("../images/samadhi.gif");
				list-style: none;
				}
				#samadhi li	{
					position: absolute;
					top: 0;
					width: 113px;
					height: 16px;
					padding: 1px 0 3px;
					background: #dbe0bd;
					text-align: center;
					display: none;
				}
				#samadhi:hover li	{
					display: block;
				}
				#samadhi li:hover	{
					background: #e1ea67;
				}
				#samadhi li a	{
						text-decoration: none;
						color: #282b0a;
						font-size: 12px;
						font-weight: bold;
				}
					#tank	{
					left: 113px;
					border-left: 2px solid white;
					}
					#accesories	{
					right: 113px;
					border-right: 2px solid white;
					}
				#olsi	{
				position: absolute;
				bottom: 10px;
				right: 10px;
				color: black;
				font-size: 10px;
				}
