
	
	/*--------------------CONTENT-------------------------------------*/
		#content
		{
			width: 985px;
			margin: -4px 0 0 0;
			padding: 0 0 0 15px;
			float: left;
			background: url('../img/content_bkg.gif') top left repeat-y;
		}
		*html #content
		{
			margin: -5px 0 0 0;
		}
			/*--------------------- LEFT CONTENT------------------*/
			#left
			{
				width: 220px;
				padding: 0 5px;
				float: left;
			}
				#menu
				{
					width: 220px;
				}
					#menu ul 
					{
						margin:0;
						padding:0;
					}
						#menu li
						{
							width: 218px;
							margin:1px 0 0 0;
							padding:0;
							list-style-type: none;
							background: url('../img/menu_bkg.gif') top left repeat-x;
						}
						#menu li a
						{
              font: bold 12px Tahoma;
              letter-spacing: 1px;
							width: 218px;
							line-height: 24px;
							background: url('../img/list2.gif') center left no-repeat;
							display: block;
							padding: 0;
							margin:0;
							text-decoration: none;
							color: #ffffff;
							text-indent: 25px;
						}
						#menu li a:hover
						{
							background: url('../img/menu_over.gif') top left repeat-x;
						}
							.select
							{
								background: url('../img/menu_over.gif') top left repeat-x !important;
							}
				.submenu
				{
					color: #808182 !important;
					background: #ffffff !important;
					font: normal 11px Tahoma !important;
         				line-height: 24px;
					
				}
#menu li a.submenu {
	display:block;
	padding: 5px 0 0 0;
					margin:0;
					height: 19px;
}
					.submenu:hover
					{
						background: #d2e5fc url('../img/sub_menu_left.gif') top left no-repeat !important;
					}
						.subselect
						{
							color: #808182 !important;
							font-size: 11px !important;
							background: #d2e5fc url('../img/sub_menu_left.gif') top left no-repeat !important;
						}
				#checkTrip
				{
					margin: 1px 0 0 0;
					width: 218px;
					height: 100px;
					background: #164da3 url('../img/checktrip.gif') no-repeat 12px 5px;
				}
					#checkTrip form
					{
						margin:0;
						padding: 50px 0 0 20px;;
						float: left;
					}
						#checkTrip input
						{
							
							color: #fff;
						}
						.inp_go
						{
							width: 144px;
							border-top: 1px solid #043076;
							border-right: 1px solid #3D80EA;
							border-bottom: 1px solid #3D80EA;
							border-left: 1px solid #043076;
							font: normal 10px Tahoma;
							padding: 2px 3px;
							margin: 0 0 5px 0;
							background-color: #1D63D0;
						}
						.but_go
						{
							border: none;
							background: url('../img/but_go.gif') center right no-repeat;
							width: 35px;
							height: 19px;
							margin: 0 0 5px 0;
						}
				#rest
				{
					background: url('../img/rest.gif') center right no-repeat;
					width: 218px;
					height: 115px;
					margin:1px 0 0 0;
				}
					#rest h1
					{
						float: left;
						font-size: 10px;
						padding: 0;
						margin: 0;
						background: #154379;
						color: #ffffff;
						padding: 5px;
					}
					#rest h2
					{
						float: right;
						font-size: 10px;
						width: 105px;
						padding: 0;
						margin: 59px 0 0 0;
						padding: 5px;
						background: #154379;
						color: #ffffff;
					}
						#rest h2 a
						{
							float: right;
							color: #ffffff;
							font-weight: bold;
							font-size: 10px;
							text-decoration: none;
						}
							#rest h2 a:hover
							{
								color: #c5c3c3;
							}
				#carts
				{
					width: 218px;
					height: 59px;
					margin:1px 0 0 0;
					padding: 5px 0 0 0;
					background: #aaaaaa;
					text-align: center;
				}
					#carts img
					{
						border: none;
					}
					#carts p
					{
						padding:0 5px;
						font-weight: bold;
						margin:0;
						font-size:10px;
						color: #ffffff;
					}
		/*--------------------- LEFT CONTENT------------------*/