/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-type: none;
}

#main {
	width: 1002px;
	margin: 0px auto;
}

a:hover {
	text-decoration: none;
}

#top {
	width: 1002px;
	height: 94px;
	/*padding: 22px 28px 0px 0px;*/
	text-align: right;
	position: relative;
}

	#logo {
		width: 137px;
		height: 37px;
		display: block;
		margin: 28px 0px 0px 36px;
		float: left;

	}

		#logo a:link, #logo a:visited {
			width: 137px;
			height: 37px;
			display: block;
		}

		#logo span {
			display: none;
		}

	#short {
		display: block;
		right: 41px;
		bottom: 5px;
		width: 109px;
		height: 32px;
		position: absolute;
	}

	#short a:link, #short a:visited {
		font-family: Times New Roman, Times, serif;
		font-size: 10pt;
		color: #FFFFFF;
		text-decoration: none;
		width: 30px;
		height: 30px;
	}

	.butts {
		margin: 0px 13px 0px 0px;
	}

#border {
	width: 1000px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BEE7FB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEE7FB;
}

	#header {
		width: 1000px;
		height: 132px;
		background: url(header-bg.jpg) no-repeat bottom;
	}

		#menu-top {
			width: 330px;
			height: 100px;
			background: url(menu-bg.jpg) no-repeat right top;
			float: left;
			padding: 32px 0px 0px 15px;
		}

			#menu-top ul {
				display: block;
			}

			#menu-top li {
				margin: 5px 0px 0px 0px;
				list-style-type: none;
			}

			#menu-top a:link, #menu-top a:visited {
				font-size: 7pt;
				text-transform: uppercase;
				padding: 0px 0px 0px 20px;
				text-decoration: none;
				font-family: Times New Roman, Times, serif;
			}

			#menu-top a:hover {
				color: #424B84;
			}

			.menu-top1 {
				color: #CC9900;
				background: url(menu-top1.gif) no-repeat left center;
			}

			.menu-top2 {
				color: #CC0033;
				background: url(menu-top2.gif) no-repeat left center;
			}

			.menu-top3 {
				color: #006699;
				background: url(menu-top3.gif) no-repeat left center;
			}

		#flash {
			width: 655px;
			height: 129px;
			float: right;
		}

	#table {
		width: 1000px;
		background: url(table-bg1.gif) repeat-y left;
	}

		/******* COLOR STYLES FOR BACKGROUNDS *******/

		.blue-light {
			background: url(table-bg1.gif) repeat-y left;
		}

		.yellow {
			background: url(table-bg2.gif) repeat-y left;
		}

		.red {
			background: url(table-bg3.gif) repeat-y left;
		}

		.brown {
			background: url(table-bg4.gif) repeat-y left;
		}

		.green-dark {
			background: url(table-bg5.gif) repeat-y left;
		}

		.green-light {
			background: url(table-bg6.gif) repeat-y left;
		}

		.blue-dark {
			background: url(table-bg7.gif) repeat-y left;
		}

		.purple {
			background: url(table-bg8.gif) repeat-y left;
		}


		/************* color styles for backgrounds ends here ************/

	/************* !!!!!!!!!!! SIDEBAR MENU !!!!!!!!!!! ************/



		#leftcell {
			padding: 0px 0px 120px 0px;
			display: block;
			float: left;
		}

			#search {
				width: 340px;
				height: 23px;
				background: url(search-bg.gif) repeat-y left;
				padding: 3px 0px 0px 5px;
			}

				#search form {
					height: 19px;
					color: #005FA4;
					font-size: 7pt;
					font-family: Arial !important;
				}

				.input {
					background: url(input1-bg.gif) no-repeat;
					width: 140px;
					height: 19px;
					padding: 2px 4px 0px 4px;
					font-size: 12px;
				}

			ul#left {
				float: left;
				width: 128px;
				padding: 24px 0px 0px 9px;
				margin: 0px 0px 20px 0px;
			}

				#left li {
					margin: 0px 0px 6px 0px;
					list-style-type: none;
					height: 27px;
					width: 128px;
					display: block;
					line-height: 27px;
				}

				#left span {
					color: #FFFFFF;
					font-size: 8pt;
					font-family: ArialBlack, Arial;
					height: 27px;
					width: 110px;
					display: block;
					padding: 0px 0px 0px 18px;
				}

				/************* LEFT MENU BACKGROUNDS STYLES ************/

				.b1 {
					background: url(b1-bg.gif) no-repeat;
				}

				.b2 {
					background: url(b2-bg.gif) no-repeat;
				}

				.b3 {
					background: url(b3-bg.gif) no-repeat;
				}

				.b4 {
					background: url(b4-bg.gif) no-repeat;
				}

				.b5 {
					background: url(b5-bg.gif) no-repeat;
				}

				.b6 {
					background: url(b6-bg.gif) no-repeat;
				}

				.b7 {
					background: url(b7-bg.gif) no-repeat;
				}

				.b8 {
					background: url(b8-bg.gif) no-repeat;
				}

				/************* left menu backgrounds styles ends here ************/

				ul#left a:link, ul#left a:visited {
					color: #FFFFFF;
					text-decoration: none;
					height: 27px;
					width: 110px;
					display: block;
					padding: 0px 0px 0px 18px;
					font-size: 8pt;
					font-family: ArialBlack, Arial;
				}

				ul#left a:hover {
					background: url(b-hover-gif.gif) no-repeat;
				}

			ul#right {
				float: left;
				display: block;
				width: 192px;
				padding: 27px 5px 10px 5px;
			}

				ul#right ul {
					padding: 5px 5px 0px 10px;
					margin: 0px;
					font-family: "Times New Roman", Times, serif;
				}

				ul#right li {
					line-height: 10px;
				}

				/*************** SUBMENU STYLES *********************/


				ul#right li.sub1 a:link, ul#right li.sub1 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot1.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
				}

					ul#right li.sub1 a:hover {
						background: url(arr1.gif) no-repeat left center;
						color: #CC3333;
					}

				ul#right li.sub2 a:link, ul#right li.sub2 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot2.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
				}

					ul#right li.sub2 a:hover {
						background: url(arr2.gif) no-repeat left center;
						color: #CC9900;
					}

				ul#right li.sub3 a:link, ul#right li.sub3 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot3.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
					}

					ul#right li.sub3 a:hover {
						background: url(arr3.gif) no-repeat left center;
						color: #2E5C94;
					}

				ul#right li.sub4 a:link, ul#right li.sub4 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot4.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
					}

					ul#right li.sub4 a:hover {
						background: url(arr4.gif) no-repeat left center;
						color: #7F3F3F;
					}

				ul#right li.sub5 a:link, ul#right li.sub5 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot5.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
					}

					ul#right li.sub5 a:hover {
						background: url(arr5.gif) no-repeat left center;
						color: #666633;
					}

				ul#right li.sub6 a:link, ul#right li.sub6 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot6.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
				}

					ul#right li.sub6 a:hover {
						background: url(arr6.gif) no-repeat left center;
						color: #999966;
					}

				ul#right li.sub7 a:link, ul#right li.sub7 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot7.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
				}

					ul#right li.sub7 a:hover {
						background: url(arr7.gif) no-repeat left center;
						color: #398FD2;
					}

				ul#right li.sub8 a:link, ul#right li.sub8 a:visited {
						font-size: 9pt;
						text-decoration: none;
						background: url(dot8.gif) no-repeat left center;
						color: #565656;
						display: block;
						padding: 0px 0px 0px 15px;
				}

					ul#right li.sub8 a:hover {
						background: url(arr8.gif) no-repeat left center;
						color: #7E6AB3;
					}

				/*************** Submenu styles end here*********************/

				ul#right li.subsub {
					padding: 3px 5px 3px 5px;
				}

				ul#right li.subsub a:link, ul#right li.subsub a:visited {
					font-size: 9pt;
					color: #565656;
					text-decoration: none;
					background: url(bullet.gif) no-repeat left center;
					padding: 0px 0px 0px 15px;
					display: block;
					line-height: 15px;
				}

				ul#right li.subsub a:hover
				{
					color: #2A7DB2;
				}

				/*************** RIGHT MENU BACKGROUNDS*********************/

				.b1sub {
					background: url(b1sub-bg.gif) no-repeat top left;
					margin: 24px 0px 20px 0px;
				}

				.b2sub {
					background: url(b2sub-bg.gif) no-repeat top left;
					margin: 57px 0px 20px 0px;
				}

				.b3sub {
					background: url(b3sub-bg.gif) no-repeat top left;
					margin: 90px 0px 20px 0px;
				}

				.b4sub {
					background: url(b4sub-bg.gif) no-repeat top left;
					margin: 123px 0px 20px 0px;
				}

				.b5sub {
					background: url(b5sub-bg.gif) no-repeat top left;
					margin: 156px 0px 20px 0px;
				}

				.b6sub {
					background: url(b6sub-bg.gif) no-repeat top left;
					margin: 189px 0px 20px 0px;
				}

				.b7sub {
					background: url(b7sub-bg.gif) no-repeat top left;
					margin: 222px 0px 20px 0px;
				}

				.b8sub {
					background: url(b8sub-bg.gif) no-repeat top left;
					margin: 255px 0px 20px 0px;
				}

				/*************** Right menu backgrounds end here*********************/


		/************* !!!!!!!!!!! SIDEBAR MENU ENDS HERE !!!!!!!!!!! ************/

		/*************************************************************************/

		/************* !!!!!!!!!!! FRONT MIDDLE TABLE CELL!!!!!!!!!!! ************/

		#middle {
			padding: 25px 12px 30px 20px;
			width: 422px;
			font-family: ArialBlack, Arial, Helvetica, sans-serif;
		}

			#middle h1 {
				float: left;
				width: 392px;
				height: 20px;
				padding: 1px 0px 0px 20px;
				background: url(front-h1.gif) no-repeat top left;
				color:#FFFFFF;
				font-size: 8pt;
				text-transform: uppercase;
				font-family: "Times New Roman", Times, serif !important;
				font-weight: normal;
			}

			#middle h2 {
				float: left;
				width: 392px;
				height: 20px;
				padding: 1px 0px 0px 20px;
				background: url(front-h2.gif) no-repeat top left;
				color:#FFFFFF;
				font-size: 8pt;
				text-transform: uppercase;
				font-family: "Times New Roman", Times, serif  !important;
				font-weight: normal;
			}

			#middle h3 {
				font-size: 7pt;
				text-transform: uppercase;
				font-style: italic;
				text-decoration: underline;
				font-family: ArialBlack, Arial  !important;
				margin: 0px 0px 10px 0px;
			}

				.title1 {
					color: #396A9C;
				}

				.title2 {
					color: #FF0000;
				}

			#info-box {
				margin: 20px 0px 20px 0px;
				float: left;
			}

				#pic {
					float: left;
					width: 90px;
					margin: 0px 0px 0px 10px;
				}

				#txt {
					float: left;
					width: 300px;
					text-align: justify;
					color: #565656;
					font-size: 8pt;
				}

			#news {
				display: block;
				text-align: right;
				float: left;
				width: 394px;
				padding: 0px 0px 8px 0px;
				margin: 8px 0px 0px 0px;
				}

				#news a:link, #news a:visited {
					color: #EBBA66;
					font-size: 8pt;
					font-style: italic;
					display: block;
					margin: 8px 0px 0px 0px;
					width: 392px;
				}

			#more {
				display: block;
				text-align: right;
				float: left;
				width: 394px;
				border-bottom-color: #DBDCDE;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				padding: 0px 0px 8px 0px;
				margin: 8px 0px 0px 0px;
			}

				#more a:link, #more a:visited {
					color: #E02432;
					font-size: 8pt;
					font-style: italic;
				}

		/************* !!!!!!!!!!! front middle ends here !!!!!!!!!!! ************/

		/************* !!!!!!!!!!! FRONT RIGHT SIDEBAR !!!!!!!!!!! ************/

		#rightbar {
			padding: 25px 10px 30px 10px;
			width: 180px;
			font-family:  ArialBlack, Arial, Helvetica, sans-serif
		}

			#rightbar p {
				font-size: 8pt;
				color: #02A9DC;
			}

			#rightbar h1 {
				height: 20px;
				width: 160px;
				background: url(rightbar-h1.gif) no-repeat top left;
				border-bottom-color: #DBDCDE;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				padding: 4px 0px 0px 20px;
				font-size: 9pt;
				color: #7E7F80;
				font-weight: normal;
				font-family:"Times New Roman", Times, serif !important;
			}

			#rightbar form {
				font-size: 8pt;
				color: #7E7F80;
				font-weight: normal;
				margin: 10px 0px 20px 10px;
			}

			.input3 {
				width: 99px;
				height: 17px;
				background: url(input3-bg.gif) no-repeat;
				margin: 0px 0px 5px 5px;
				padding: 3px 5px 0px 5px;
				font-size:13px;
			}

			.submit1 {
				width: 38px;
				height: 20px;
				background: url(submit1.gif) no-repeat;
				margin: 0px 0px 5px 5px;
				font-family: Arial Narrow;
				font-size: 8pt;
				color: #7E7F80;
				font-weight: normal;
			}

			.submit2 {
				width: 62px;
				height: 20px;
				background: url(submit2.gif) no-repeat;
				margin: 0px 0px 5px 5px;
				font-family: Arial Narrow;
				font-size: 8pt;
				color: #7E7F80;
				font-weight: normal;
				border: none !important;
			}

			#calendar {
				text-align: center;
				margin: 10px 0px 10px 0px;
			}

			#date-select {
				height: 21px;
				padding: 0px 0px 0px 40px;
			}

				#month {
					width: 91px;
					height: 21px;
					background: url(date-bg.gif);
					color: #000000;
					font-size: 8pt;
					margin: 0px 5px 0px 5px;
					text-align: center;
				}

				a#arrow1:link,
				a#arrow1:visited {
					background: url(arrow1.gif) no-repeat left;
					width: 15px;
					height: 100%;
					display: block;
					text-decoration: none;
				}
				a#arrow1:hover,
				a#arrow1:active,
				a#arrow1:focus {
					background: url(arrow1-hover.gif) no-repeat left;
				}
				a#arrow1 span {
					visibility: hidden;
				}


				a#arrow2:link,
				a#arrow2:visited {
					background: url(arrow2.gif) no-repeat right;
					width: 15px;
					height: 100%;
					display: block;
					text-decoration: none;
				}
				a#arrow2:hover,
				a#arrow2:active,
				a#arrow2:focus {
					background: url(arrow2-hover.gif) no-repeat right;
				}
				a#arrow2 span {
					visibility: hidden;
				}


		/************* !!!!!!!!!!! front right sidebar ends here !!!!!!!!!!! ************/

		/************* !!!!!!!!!!! INSIDE MIDDLE STYLES !!!!!!!!!!! ************/

		#center {
			width: 610px;
			padding: 25px 15px 30px 20px;
			font-family: ArialBlack, Arial;
		}

			#nav {
				margin: 0px 0px 0px 110px;
				font-size: 8pt;
				color: #A7A7A7;
				height: 20px;
			}

				#nav a:link, #nav a:visited {
					font-size: 8pt;
					color: #A7A7A7;
				}

			#center h1 {
				widows: 596px;
				height: 27px;
				color:#FFFFFF;
				font-size: 8pt;
				font-weight: normal;
				text-transform: uppercase;
				padding: 6px 0px 0px 100px;
				font-family: "Times New Roman", Times, serif !important;
			}

				.redbar {
					background: url(inside-red.gif) no-repeat;
				}

				.yellowbar {
					background: url(inside-yellow.gif) no-repeat;
				}

				.greenbar {
					background: url(inside-green.gif) no-repeat;
				}

				.greenlightbar {
					background: url(inside-greenlight.gif) no-repeat;
				}

				.bluedarkbar {
					background: url(inside-bluedark.gif) no-repeat;
				}

				.bluelightbar {
					background: url(inside-bluelight.gif) no-repeat;
				}

				.purplebar {
					background: url(inside-purple.gif) no-repeat;
				}

				.brownbar {
					background: url(inside-brown.gif) no-repeat;
				}

			#text {
				margin: 10px 20px 20px 110px;
				text-align: justify;
				color: #565656;
				font-size: 8pt;
				width: 350px;
			}

				#text h2 {
					font-size: 10pt;
					text-decoration: underline;
					font-weight: normal;
					color: #DF212C;
					margin: 0px 0px 5px 0px;
				}

				#text p {
					margin: 10px 0px 0px 0px;
				}

				#text ul {
					padding: 5px 0px 0px 10px;
				}

				#text li {
					list-style-type: square;
				}

				#text a:link, #text a:visited {
					color: #2A7DB2;
					font-size: 8pt;
				}

			table#cont {
				/*border-top-color: #9697AB;
				border-top-width: 1px;
				border-top-style: solid;
				border-left-color: #9697AB;
				border-left-width: 1px;
				border-left-style: solid;*/
				padding: 3px;
			}

				#cont td {
					border-top-color: #9697AB;
					border-top-width: 1px;
					border-top-style: solid;
					border-left-color: #9697AB;
					border-left-width: 1px;
					border-left-style: solid;
					border-bottom-color: #9697AB;
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-right-color: #9697AB;
					border-right-width: 1px;
					border-right-style: solid;
					padding: 3px;
				}

			#text table {
				text-align: left !important;
			}

			#text form {
				color: #565656;
				font-size: 8pt;
			}

			#text input {
				color: #565656;
				font-size: 8pt;
				border: 1px #9EDDF9 solid;
			}

			#text option {
				color: #565656;
				font-size: 8pt;
				border: 1px  #9EDDF9 solid;
			}

			#text select {
				color: #565656;
				font-size: 8pt;
				border: 1px  #9EDDF9 solid;
			}

			#text option {
				color: #565656;
				font-size: 8pt;
				border: 1px  #9EDDF9 solid;
			}

			#text textarea {
				border: 1px #9EDDF9 solid;
				overflow: auto;

			}

			.radio {
				border: none !important;
				margin: 0px 5px 0px 0px;
			}

			ul#ekip {
				margin: 0px;
				padding: 0px;
			}

				#ekip li{
					width: 150px;
					height: 243px;
					margin: 0px 10px 10px 0px;
					float: left;
					display: inline;
					list-style-type: none !important;
					text-align: left !important;
				}

				#ekip img {
					display: block;
				}


		/************* !!!!!!!!!!! inside middle styles  end here !!!!!!!!!!! ************/


#part {
	width: 1002px;
	height: 76px;
	background: url(part-bg.jpg) no-repeat left top;
	position: relative;
}

	#part-left {
		width: 350px;
		float: left;
		height: 76px;
	}

	#part-middle {
		width: 467px; /*387-20*/
		float: left;
		height: 56px; /*76-20*/
		padding: 20px 0px 0px 20px;
	}

		#part-middle a:link, #part-middle a:visited {
			margin: 0px 20px 0px 0px;
		}

	#part-right {
		width: 160px;
		float: left;
		height: 66px;
		padding: 10px 0px 0px 0px;
	}

	#basket {
		height: 106px;
		width: 355px;
		background: url(basket-bg.gif) no-repeat left top;
		position: absolute;
		bottom: 76px;
		left: 0px;
	}

		#basket a:link, #basket a:visited {
			display: block;
			width: 130px;
			height: 24px;
			background: url(basket-in-bg.gif) no-repeat;
			padding: 15px 0px 0px 75px;
			color: #888BC4;
			text-transform: uppercase;
			font-size: 8pt;
			font-family: ArialBlack, Arial;
			margin: 45px 0px 0px 70px !important;
		}

		#basket a:hover {
			text-decoration: none;
		}

		#basket h2{
			display: block;
			width: 205px;
			height: 15px;
			font-size: 8pt;
			font-weight: normal;
			margin: 0px 0px 0px 145px;
		}

		.gray {
			color:#9A9A9B;
		}

		.price {
			color: #ED2128;
		}

#foot {
	width: 1002px;
	height: 19px;
	background: url(foot-bg.jpg) no-repeat;
	margin: 0px 0px 10px 0px;
}

	#foot-left {
		float: left;
		padding: 5px 0px 0px 10px;
		color: #AAAAAB;
		font-size: 7pt;
	}

	#foot-right {
		float: right;
		padding: 5px 10px 0px 0px;
		text-align: right;
	}

		#foot-right a:link, #foot-right a:visited {
			color: #AAAAAB;
			font-size: 7pt;
			text-decoration: none;
		}

		#foot-right a:hover {
			color: #000000;
		}



