@charset "iso-8859-9";

  /****************/
 /* CSS DOCUMENT */
/****************/

* {
	padding	: 0;
	margin	: 0;
}
html {
	scrollbar-face-color		: #E1E1E1; 
	scrollbar-shadow-color		: #B6B6B6;
	scrollbar-highlight-color	: #B6B6B6;
	scrollbar-3dlight-color		: #EFEFEF; 
	scrollbar-darkshadow-color	: #EFEFEF; 
	scrollbar-track-color		: #EFEFEF; 
	scrollbar-arrow-color		: #003366;
	height						: 100%;
}
body {
	margin		: 0px;
	padding		: 0px;
	height		: 100%;
	font-size	: 10px;
	background	: #003366 url(../img/bgbody.gif) right repeat-y;
	font-family	: Verdana, Arial, sans-serif;
	font-size	: 11px;
}
img {
	border	:0px;
}
div {
	padding	: 0px;
	margin	: 0 auto;
}
a {
	color	: #333333;
}
#mainWraper{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
colorPicker {
	color:#E1E1E1;
	color:#B6B6B6;
	color:#EFEFEF;
	color:#003366;
	color:#333333;
	color:#737373;
	color:#9D9D9D;
	color:#000000;
	color:#FFFFFF;
	color:#990000;
	color:#1A5188;
	color:#FF9933;
}
input.stdInput {
	border-top		: 1px solid #737373;
	border-left		: 1px solid #737373;
	border-right	: 1px solid #9D9D9D;
	border-bottom	: 1px solid #9D9D9D;
	width			: 196px;
	height			: 17px;
	padding-top		: 5px;
	padding-left	: 5px;
	background		: url(../img/bgInputLong.gif) no-repeat left;
	
	font-family		: Verdana;
	font-size		: 11px;
}
textarea.stdInput {
	border-top		: 1px solid #737373;
	border-left		: 1px solid #737373;
	border-right	: 1px solid #9D9D9D;
	border-bottom	: 1px solid #9D9D9D;
	width			: 196px;
	height			: 100px;
	padding-top		: 5px;
	padding-left	: 5px;
	background		: url(../img/bgInputTextarea.gif) no-repeat left top;
	
	font-family		: Verdana;
	font-size		: 11px;
}

select.stdInput {
	border-top		: 1px solid #737373;
	border-left		: 1px solid #737373;
	border-right	: 1px solid #9D9D9D;
	border-bottom	: 1px solid #9D9D9D;
	padding-top		: 5px;
	padding-left	: 5px;
	background		: url(../img/bgInputTextarea.gif) no-repeat left top;
	
	font-family		: Verdana;
	font-size		: 11px;
}

input.btnSubmit {
	border-top		: 1px solid #737373;
	border-left		: 1px solid #737373;
	border-right	: 1px solid #9D9D9D;
	border-bottom	: 1px solid #9D9D9D;
	width			: 100px;
	height			: 20px;
	font-family		: Verdana;
	font-size		: 11px;
}

UL { list-style-type: disc; list-style-position: inside; }
OL { list-style-type: decimal; list-style-position: inside; }
OL OL { list-style-type: lower-alpha; list-style-position: inside; }
OL OL OL { list-style-type: upper-roman; list-style-position: inside; }
OL OL OL OL { list-style-type: upper-alpha; list-style-position: inside; }
OL OL OL OL OL { list-style-type: lower-roman; list-style-position: inside; }

.clearer {
  font-size	: 0px;
  height	: 0px;
  width		: 100%;
  display	: block;
  clear		: both;
}
#mainContainer {
	width			: 964px;
	height			: 100%;
	background		: #ffffff;
	border-right	: #fff 1px solid;
	float			: left;
}
	#topContainer {
		background		: #990000;
		width			: 964px;
		height			: 50px;
		border-bottom	: #fff 1px solid;
		border-right	: #fff 1px solid;
		float			: left;
	}
		#countryName {
			float	: right;
		}
	#topNavigationContainer {
		width			: 965px;
		height			: 25px;
		background		: #FFFFFF;
		border-bottom	: #fff 1px solid;
		float			: left;
	}
		#navr a {
			border-right	: #fff 1px solid;
			float			: left;
		}
	#flashContainer {
		width			: 964px;
		height			: 160px;
		float			: left;
		border-right	: #fff 1px solid;
		background		: #FF9900;
	}
	#headerImageContainer {
		float			: left;
		width			: 965px;
		height			: 130px;
		background		: url(../img/bgHeader.jpg) no-repeat;
	}
	#searchContainer {
		width			: 949px;
		float			: left;
		padding-top		: 10px;
		padding-bottom	: 10px;
		padding-right	: 15px;
		text-align		: right;
		background		: url(../img/bgSearchBar.gif) repeat-x;
		border-right	: #fff 1px solid;
		border-bottom	: 1px solid #999999;
	}
		#legendContainer {
			float			: left;
			width			: 540px;
			padding-left	: 20px;
			padding-top		: 7px;
			text-align		: left;
		}
			#legendContainer a {
				text-decoration : none;
				font-size		: 10px;
			}
			#legendContainer a:hover {
				text-decoration : underline;
				font-size		: 10px;
			}
		#searchContainerText {
			width			: 50px;
			color			: #000000;
			padding-left	: 40px;
			padding-right	: 5px;
			padding-top		: 7px;
			font-family		: Verdana;
			font-size		: 11px;
			float			: left;
			text-align		: right;
		}
		#searchContainer input {
			border-top		: 1px solid #737373;
			border-left		: 1px solid #737373;
			border-right	: 1px solid #9D9D9D;
			border-bottom	: 1px solid #9D9D9D;
			color			: #9D9D9D;
			width			: 166px;
			height			: 17px;
			padding-top		: 5px;
			padding-left	: 5px;
			background		: url(../img/bgSearch.gif) no-repeat right;
			font-family		: Verdana;
			font-size		: 11px;
		}
	#mainContainerContent {
		width			: 964px;
		background		: #ffffff;
		border-right	: #fff 1px solid;
		float			: left;
	}
		#mainContainerLeft {
			width		: 727px;
			float		: left;
			height		: 100%;
		}
		#mainContainerRight {
			width			: 235px;
			float			: right;
			border-left		: 1px solid #999999;
			border-bottom	: 1px solid #999999;
			padding-left	: 1px;
			padding-bottom	: 20px;
		}
	#bottomContainer {
		height			: 32px;
		width			: 964px;
		background		: #990000;
		border-bottom	: #fff 1px solid;
		border-right	: #fff 1px solid;
		float			: left;
	}
		#bottomContainerLeft {
			float			: left;
		}
		#praxityLogoContainer {
			float:left;
			width:100px;
			margin-top:-60px;
			margin-left:454px;
			text-align:right;
			display:inline;
			position:absolute;
		}
		#bottomContainerRight {
			padding-top		: 10px;
			padding-right	: 5px;
			float			: right;
			font-family		: Verdana;
			font-size		: 12px;
			color			: #FFFFFF;
		}
			#bottomContainerRight a {
				text-decoration	: underline;
				font-family		: Verdana;
				font-size		: 12px;
				color			: #FFFFFF;
			}
	#bottomSpacer {
		height			: 80px;
		width			: 965px;
		float			: left;
	}
	#contentShadow {
		width			: 964px;
		background		: url(../img/bgShadow.gif) repeat-x;
		border-right	: #fff 1px solid;
	}
.shadowRight {
	width				: 10px;
	background			: url(../img/shadowRight.gif) repeat-y;
	background-position	: right;
}
.shadowBottom {
	background			: url(../img/shadowBottom.gif) repeat-x;
}

  /**********/
 /** MAIN **/
/**********/
#mainLeftContainer {
	float		: left;
	width		: 685px;
	margin-left	: 20px;
	margin-top	: 20px;
}
	.mainLeftContentTitle {
		float		: left;
		color		: #003366;
		font-weight	: bold;
		font-family	: Arial;
		font-size	: 20px;
	}
		.mainLeftContentTitleBig {
			float		: left;
			color		: #003366;
			font-weight	: bold;
			font-family	: Arial;
			font-size	: 20px;
		}
		.mainLeftContentTitleSmall {
			float		: left;
			color		: #003366;
			font-weight	: bold;
			font-family	: Arial;
			font-size	: 16px;
			padding-top	: 4px;
		}
	#main1 {
		float		: left;
		width		: 670px;
		font-family	: Verdana;
		font-size	: 11px;
		color		: #000000;
		line-height	: 18px;
	}
	#main2 {
		float		: left;
		width		: 670px;
		font-family	: Verdana;
		font-size	: 11px;
		color		: #000000;
		line-height	: 18px;
	}
	#main3, #main4, #main5, #main6, #mainEng3, #mainEng4, #mainEng5, #mainEng6 {
		float		: left;
		width		: 550px;
		font-family	: Verdana;
		font-size	: 11px;
		color		: #000000;
		line-height	: 18px;
		margin-left: 20px;
	}
	.mainActualImage {
		float		: left;
		width		: 100px;
	}
	.mainNewsItem {
		float			: left;
		width			: 670px;
		padding-bottom	: 5px;
	}
		.mainNewsDate {
			float		: left;
			width		: 85px;
			color		: #990000;
			font-weight	: bold;
			font-family	: Verdana;
			font-size	: 12px;
		}
		.mainNewsSeperator {
			float		: left;
			width		: 10px;
			color		: #000000;
			font-weight	: bold;
			font-family	: Verdana;
			font-size	: 12px;
			padding-left: 5px;
		}
		.mainNewsTitle {
			float			: left;
		}
			.mainNewsTitle a {
				color			: #000000;
				text-decoration	: underline;
				font-family		: Verdana;
				font-size		: 12px;
			}
	#mainAllNewsLink {
		float			: left;
		width			: 670px;
	}
		#mainAllNewsLink a {
			color			: #003366;
			text-decoration	: underline;
			font-family		: Verdana;
			font-size		: 11px;
		}


  /*****************/
 /** INDEX RIGHT **/
/*****************/
.rightMenuTitle {
	float			: left;
	width			: 230px;
	height			: 20px;
	background		: url(../img/bgMenu.gif) repeat-x;
	padding-top		: 5px;
	padding-left	: 5px;
	padding-bottom	: 10px;
	font-family		: Arial;
	font-size		: 11px;
	color			: #FFFFFF;
}
.rightAgendaContainer {
	float			: left;
	width			: 220px;
	margin-left		: 7px;
	padding-bottom	: 10px;
}
	.rightAgendaTitle {
		color		: #003366;
		font-family	: Verdana;
		font-size	: 11px;
		font-weight	: bold;
		height		: 18px;
	}
	.rightAgendaText {
		color		: #000000;
		font-family	: Verdana;
		font-size	: 11px;
	}
	.rightAgendaDayCount {
		color		: #990000;
		font-family	: Verdana;
		font-size	: 11px;
		font-weight	: bold;
		padding-top	: 3px;
	}
	.rightAgendaAllLink {
		float			: left;
		width			: 220px;
		margin-left		: 7px;
		padding-bottom	: 10px;
	}
		.rightAgendaAllLink a {
			color			: #003366;
			text-decoration	: underline;
			font-family		: Verdana;
			font-size		: 11px;
		}
.rightSubMenuItem {
	float			: left;
	width			: 220px;
	margin-left		: 7px;
	padding-bottom	: 5px;
}
	.rightSubMenuIcon {
		float			: left;
		padding-right	: 10px;
		@padding-top	: 5px;
		min-height			: 10px;
	}
	.rightSubMenuText {
		float	: left;
	}
		.rightSubMenuText a {
			color			: #000000;
			text-decoration	: none;
			font-family		: Verdana;
			font-size		: 12px;
		}
.rightSearchItem {
	float			: left;
	width			: 221px;
	height			: 24px;
	margin-left		: 7px;
	padding-bottom	: 5px;
}
	.rightSearchItemLabel {
		float		: left;
		width		: 80px;
		color		: #000000;
		font-family	: Verdana;
		font-size	: 12px;
		padding-top	: 3px;
	}
	.rightSearchItemSeperator {
		float		: left;
		width		: 15px;
		color		: #000000;
		font-family	: Verdana;
		font-size	: 12px;
		padding-top	: 3px;
	}
	.rightSearchItemInput1, rightSearchItemInput2, rightSearchItemInput3 {
		float		: left;
		width		: 120px;
	}
		.rightSearchItemInput1 input {
			border-top		: 1px solid #737373;
			border-left		: 1px solid #737373;
			border-right	: 1px solid #9D9D9D;
			border-bottom	: 1px solid #9D9D9D;
			color			: #000000;
			width			: 118px;
			height			: 18px;
			padding-top		: 4px;
			padding-left	: 3px;
			background		: url(../img/bgInput.gif) no-repeat left;
			font-family		: Verdana;
			font-size		: 12px;
		}
		.rightSearchItemInput2 input {
			border-top		: 1px solid #737373;
			border-left		: 1px solid #737373;
			border-right	: 0px;
			border-bottom	: 1px solid #9D9D9D;
			color			: #000000;
			width			: 99px;
			height			: 18px;
			padding-top		: 4px;
			padding-left	: 3px;
			background		: url(../img/bgInput.gif) no-repeat left;
			font-family		: Verdana;
			font-size		: 12px;
			margin-bottom	: 7px;
			@margin-bottom	: 4px;
		}
		.rightSearchItemInput3 select {
			color			: #000000;
			width			: 123px;
			height			: 22px;
			padding-top		: 2px;
			padding-left	: 3px;
			font-family		: Verdana;
			font-size		: 12px;
			margin-bottom	: 8px;
			@margin-bottom	: 4px;
		}
	.rightSearchButton {
		float			: left;
		width			: 220px;
		margin-left		: 7px;
		padding-top		: 10px;
		padding-bottom	: 10px;
	}
		.rightSearchButton a {
			color			: #003366;
			text-decoration	: none;
			font-family		: Verdana;
			font-size		: 11px;
			font-weight		: bold;
		}

#exchangeRateContainer {
	float:left;
	width:220px;
	padding:5px;
}
	.exchangeTitle {
		float:left;
		width:220px;
		text-align:center;
		font-weight:bold;
		color:#003366;
	}
	.exchangeDate {
		float:left;
		width:220px;
		text-align:center;
	}
	.exchangeSubtitle {
		float:left;
		width:110px;
		text-align:center;
		color:#003366;
	}
	.exchangePrice {
		float:left;
		width:110px;
		text-align:center;
	}
#surveyQuestion {
	float:left;
	padding:5px;
	display:inline;
}
#surveyAnswerContainer {
	float:left;
}
	.surveyAnswer {
		float:left;
		width:220px;
		padding:5px;
	}
	.surveyAnswerLink {
		float:left;
		width:220px;
		text-align:center;
		margin-top:10px;
		display:inline;
	}


  /*************/
 /** CONTENT **/
/*************/
#mainLeftMenu {
	float			: left;
	width			: 190px;
	border-right	: 1px solid #999999;
}
	.mainLeftMenuItem {
		float			: left;
		width			: 189px;
		min-height		: 30px;
		padding-top		: 1px;
		padding-right	: 1px;
	}
		.mainLeftMenuText {
			float			: left;
			width			: 182px;
			min-height		: 29px;
			padding-right	: 1px;
			border-bottom	: 1px solid #CCCCCC;
			text-align		: right;
		}
			.mainLeftMenuText a {
				color			: #1A5188;
				text-decoration	: none;
				font-family		: Verdana;
				font-size		: 11px;
			}
		.mainLeftMenuColorBar {
			float		: right;
			min-height	: 30px;
			width		: 5px;
		}
	.mainLeftMenuItemNoHeight {
		float			: left;
		width			: 189px;
		padding-top		: 1px;
		padding-right	: 1px;
	}
		.mainLeftMenuTextNoHeight {
			float			: left;
			width			: 182px;
			padding-top		: 8px;
			padding-bottom	: 8px;
			padding-right	: 1px;
			border-bottom	: 1px solid #CCCCCC;
			text-align		: right;
		}
			.mainLeftMenuTextNoHeight a {
				color			: #1A5188;
				text-decoration	: none;
				font-family		: Verdana;
				font-size		: 11px;
			}
		.mainLeftMenuColorBarNoHeight {
			float		: right;
			height		: 30px;
			width		: 5px;
		}
#mainMiddleContainer {
	float	: right;
	width	: 494px;
	padding	: 19px;
	overflow: hidden;
}
#mainMiddleContainerPrinterFriendly {
	float	: left;
	width	: 685px;
	padding	: 19px;
}
#mainMiddleContainerWide {
	float	: left;
	width	: 685px;
	padding	: 20px;
}
	.contentTitle {
		float		: left;
		font-family	: Verdana;
		font-size	: 11px;
	}
		.contentTitleBig {
			float		: left;
			color		: #FF9933;
			font-weight	: bold;
			font-family	: Arial;
			font-size	: 20px;
		}
		.contentTitleSmall {
			float		: left;
			color		: #FF9933;
			font-weight	: bold;
			font-family	: Arial;
			font-size	: 16px;
			padding-top	: 4px;
		}
		
		.contentTitleSmall:first-letter {
			font-size	: 20px;
		}
		
	#mainContent, #uneditableMainContent, .mainContent  {
		float		: left;
		width		: 490px;
		font-family	: Verdana;
		font-size	: 11px;
		color		: #000000;
		line-height	: 18px;
	}
	
	.mainContentBackLink {
		float			: right;
		width			: 520px;
		height			: 15px;
		border			: 1px solid #999999;
		background		: #EEEEEE;
		text-align		: right;
		padding-right	: 16px;
	}
		.mainContentBackLink a {
			color			: #003366;
			font-family		: Verdana;
			font-size		: 10px;
			text-decoration	: none;
		}
	#mainContentPrinterFriendlyLink {
		float			: right;
		width			: 491px;
		height			: 25px;
		border			: 1px solid #999999;
		background		: #EEEEEE;
		padding-left	: 25px;
		padding-right	: 20px;
	}
		#mainContentPrinterFriendlyLink1 {
			float:left;
			width:45%;
			text-align:left;
		}
			.mainContentPrinterFriendlyText1 {
				float			: left;
				color			: #003366;
				font-family		: Verdana;
				font-size		: 10px;
				text-decoration	: none;
				margin-top		: 8px;
				text-align		: left;
			}
		#mainContentPrinterFriendlyLink2 {
			float:right;
			width:45%;
			text-align:right;
		}
			.mainContentPrinterFriendlyText2 {
				float			: right;
				color			: #003366;
				font-family		: Verdana;
				font-size		: 10px;
				text-decoration	: none;
				margin-top		: 8px;
				text-align		: right;
			}
			.mainContentPrinterFriendlyLink a {
				color			: #003366;
				font-family		: Verdana;
				font-size		: 10px;
				text-decoration	: none;
			}
			.mainContentPrinterFriendlyImage {
				float			: right;
				color			: #003366;
				font-family		: Verdana;
				font-size		: 10px;
				text-decoration	: none;
			}

			.mainContent h3{
			width:734px;
			height:42px;
			line-height:42px;
			border-top:1px solid #ccc;
			font-size:13px;
		}
		.mainContent h3 span{
			color:#900;
		}
		table.yonetimKurulu{
			width:734px;
		}
		.yonetimKurulu td{
			text-align:left;
			width:148px;
			font-family:Verdana;
			padding:0px 5px 20px 0px;
			vertical-align:top;
		}
		.yonetimKurulu td .img{
			border:solid 1px #b9b9b9;
			background:#900;
			padding-bottom:5px;
			width:105px;
		}
		.yonetimKurulu td .yTitle{
			margin:10px 0px 0px 0px;
			color:#1A5188;
			font-weight:bold;
			padding:0px 0px 0px 0px;
		}
		.yonetimKurulu td .yText{
			margin:0px 0px 0px 0px;
			color:#000;
			padding:0px 0px 0px 0px;
		}
			
		.subHeading{
			font-size:13px;
			font-weight:bold;
			color:#f93;
			margin-top:15px;
			display:block;
			clear:both;
		}
			
			
			
  /************************/
 /** FINANCIAL CALENDER **/
/************************/
#searchPeriod {
	float:left;
	width:100%;
	padding-top:10px;
	text-align:center;
}
.financialCalenderItem {
	float			: left;
	width			: 685px;
	border-bottom	: 1px solid #999999;
}
	.financialCalenderDate {
		float		: left;
		color		: #003366;
		font-family	: Verdana;
		font-size	: 11px;
		font-weight	: bold;
		height		: 20px;
		padding-top	: 10px;
	}
	.financialCalenderWarning {
		float			: left;
		color			: #990000;
		font-family		: Verdana;
		font-size		: 11px;
		font-weight		: bold;
		padding-left	: 10px;
		padding-top		: 10px;
		height			: 20px;
	}
	.financialCalenderText {
		float			: left;
		width			: 685px;
		color			: #000000;
		font-family		: Verdana;
		font-size		: 11px;
		padding-bottom	: 10px;
		line-height		: 18px;
	}

  /***********************/
 /** ARTICLE & COMMENT **/
/***********************/
.articleCommentItem {
	float		: left;
	width		: 490px;
	border-top	: 1px solid #999999;
}
	.articleCommentTitle a {
		float			: left;
		color			: #003366;
		font-family		: Verdana;
		font-size		: 11px;
		font-weight		: bold;
		padding-top		: 10px;
		text-decoration	: none;
	}
	.articleCommentText {
		float			: left;
		width			: 490px;
		color			: #000000;
		font-family		: Verdana;
		font-size		: 11px;
		padding-bottom	: 10px;
		line-height		: 18px;
	}
	.articleCommentWarning {
		float			: left;
		color			: #990000;
		font-family		: Verdana;
		font-size		: 11px;
		font-weight		: bold;
		padding-left	: 10px;
		padding-top		: 10px;
		height			: 20px;
	}

  /*************************/
 /** SEARCH RESULT LISTER**/
/*************************/
.searchResultItem {
	float		: left;
	width		: 685px;
	border-top	: 1px solid #999999;
}
	.searchResultTitle {
		float		: left;
		color		: #003366;
		font-family	: Verdana;
		font-size	: 11px;
		font-weight	: bold;
		padding-top	: 10px;
		line-height	: 18px;
	}
		.searchResultTitle a {
			color			: #003366;
			font-family		: Verdana;
			font-size		: 11px;
			font-weight		: bold;
			text-decoration	: none;
		}
	.searchResultText {
		float			: left;
		width			: 685px;
		color			: #000000;
		font-family		: Verdana;
		font-size		: 11px;
		padding-bottom	: 10px;
		line-height		: 18px;
	}
		.searchResultText a {
			width			: 685px;
			color			: #000000;
			font-family		: Verdana;
			font-size		: 11px;
			text-decoration	: none;
		}


.exchangeRateListerContainer {
	float			: left;
	width			: 685px;
	border-bottom	: 1px solid #999999;
	padding-top		: 5px;
	padding-bottom	: 5px;
}
	.exchangeRateListerItem {
		float:left;
		width:135px;
		text-align:center;
	}
	
	
/*Rating icin cssler*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(../img/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
.sixstar {background-position:0 -96px}
.sevenstar {background-position:0 -112px}
.eightstar {background-position:0 -128px}
.ninestar {background-position:0 -144px}
.tenstar {background-position:0 -160px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li.six a {left:80px;}
ul.rating li.seven a {left:96px;}
ul.rating li.eight a {left:112px;}
ul.rating li.nine a {left:128px;}
ul.rating li.ten a {left:144px;}

ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(../img/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -176px;}
ul.rating li.two a:hover {background-position:0 -192px;}
ul.rating li.three a:hover {background-position:0 -208px}
ul.rating li.four a:hover {background-position:0 -224px}
ul.rating li.five a:hover {background-position:0 -240px}
ul.rating li.six a:hover {background-position:0 -256px}
ul.rating li.seven a:hover {background-position:0 -272px}
ul.rating li.eight a:hover {background-position:0 -288px}
ul.rating li.nine a:hover {background-position:0 -304px}
ul.rating li.ten a:hover {background-position:0 -320px}

/* end rating code */
h3{margin:0 0 2px 0;font-size:110%}

#newsletterEmail, #newsletterSubmit, #newsletterText {
	float: left;
	position: relative;
	left: 50px;
	margin-bottom: 10px;
}

#newsletterSubmit input {
	float: left;
	position: relative;
	width: 75px;
	padding: 0px;
}

#newsletterSubmit {
	left: 70px;
}






