@charset "utf-8";
/* CSS Document */ 

body {
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5f606c;
	margin: 0 0 20px 0;
	text-align: center;
}
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;	
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}

/*------------------ */
/* Start Main Layers */
/*------------------ */

div.main-wrapper {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: 0 180px; 
}
div.header {
	position: relative;
	height: 180px;
	width: 950px;
	background-color: #FFF;
	background-image: url(../images/bg-header.jpg);
	text-align: center;
}
div.header div#logo  {
	margin: 0 auto;
}
div.header div#logo img {
	border: none;
	margin-top: 15px;
}
div.header h1#slogan  {
	float: left;
	font-size: 24px;
	line-height: 120px;
	color: #333;
	margin: 0;
	padding: 0 0 0 30px;
	display: none;
}
div.content {
	width: 950px;
	margin: 0 auto;
	text-align: right;
}
div.main-menu {
	position: absolute;
	bottom: -10px;
	width: 950px;
	height: 40px;
}
div.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.main-menu li {
	display: inline-block;
	margin: 0;
}
div.main-menu a.main-menu-link {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	width: 140px;
	font-size: 16px;
	background-color: #cc0000;
	margin: 0 20px;
	border-bottom: solid 4px #FFF;
}
div.main-menu a.green {
	background-color: #9C3;
}
div.main-menu a.purple {
	background-color: #60C;
}
div.main-menu a.turqoise {
	background-color: #23a5bb;
}
div.main-menu a.main-menu-link:hover,
div.main-menu a.main-menu-link:visited:hover {
	background-color: #1746d2;
}
div.main-menu a.active {
}
div.main-menu a.first {
}
div.main-menu a.last {
}

/*--------------- */
/* Start Column 1 */
/*--------------- */

div.content div.column1 {
	float: right;
	overflow: hidden;
	background-image: url(../images/bg-column1.gif);
	background-repeat: repeat-y;
	margin: 45px 0 0 0;
}
div.content div.column1-inner {
}
body#index div.content div.column1 {
	width: 340px;
}
body#simple div.content div.column1 {
	width: 340px;
}
body#items div.content div.column1 {
	width: 340px;
}
body#contact div.content div.column1 {
	width: 340px;
}

/*------------------------- */
/* Start Column 2 (content) */
/*------------------------- */

div.content div.column2 {
	float: right;
	overflow: hidden;
	margin-top: 45px;
	background-color: #FFF;
}
div.content div.column2 div.column2-inner {
	padding: 20px 0 20px 20px;
}
body#index div.content div.column2 {
	width: 590px;
}
body#simple div.content div.column2 {
	width: 590px;
}
body#items div.content div.column2 {
	width: 590px;
}
body#contact div.content div.column2 {
	width: 590px;
}

/* Sub Menu (level 2) */
div.sub-menu {
	margin: 0;
	padding: 0;
}
div.sub-menu a {
	display: block;
	float: right;
	color: #00529c;
	text-decoration: none;
	padding: 4px 10px;
	height: 14px;
	text-align: center;
	margin: 0;
	margin-bottom: 7px;
	border-right: solid 1px #b9bbbd;
	background-color: #e1f3f3;
}
div.sub-menu a:hover,
div.sub-menu a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.sub-menu a.active {
	color: #ef491a;
	font-weight: bold;
}
div.sub-menu a.first {
}
div.sub-menu a.last {
}

/* Sub Menu 2 (level 3) */
div.sub-menu2 {
	float: right;
	width: 140px;
	overflow: hidden;
	margin-top: 20px;
}
div.sub-menu2 h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.sub-menu2 div.link-wrapper {
	padding: 10px;		
}
div.sub-menu2 ul.top-level {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.sub-menu2 ul.top-level a {
	display: block;
	height: 17px;
	line-height: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color:#005992;
	background-image: url(../images/category-bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;	
}
div.sub-menu2 ul.top-level a:hover,
div.sub-menu2 ul.top-level a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.sub-menu2 ul.sub-level {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
div.sub-menu2 ul.sub-level a {
	display: block;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: underline;
	color:#ef491a;
	background-image: none;
	padding-right: 30px;	
}
div.sub-menu2 ul.sub-level a:hover,
div.sub-menu2 ul.sub-level a:visited:hover {
	color: #ef491a;
	text-decoration: none;
}

/* Text Styles */

div.column2 div.free-text {
	padding-bottom: 10px;
	padding-left: 20px;
}
div.column2 div.free-text-inner {
	margin-top: 20px;
}
div.column2 div.free-text-with-menu {
	padding-bottom: 20px;
	border: solid 1px #d3dce2;
}
div.column2 div.free-text-inner2 {
	display: block;
	margin-top: 20px;
	padding: 0 20px;
}
div.column2 div.free-text-inner3 {
	border-right: solid 1px #d3dce2;
	margin-right: 150px;
	padding-right: 20px;
	margin-top: 20px;
}
div.column2 h1.page-title {
	font-size: 26px;
	margin: 0 0 15px 0;
	color: #565662;
	font-family: David, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
div.column2 h1 {
	font-size: 20px;
	font-family: David, "Times New Roman", Times, serif;
	color: #7fb200;
	margin: 0 0 15px 0;
}
div.column2 h2 {
	font-size: 18px;
	font-family: David, "Times New Roman", Times, serif;
	color: #00a9bc;
	margin: 0 0 15px 0;
}
div.column2 h3 {
	font-size: 16px;
	font-family: David, "Times New Roman", Times, serif;
	color: #007493;
	margin: 0 0 15px 0;
}
div.column2 h4 {
	font-size: 14px;
	font-family: David, "Times New Roman", Times, serif;
	color: #00a9bc;
	margin: 0 0 15px 0;
}
div.column2 h5 {
	font-size: 12px;
	font-family: David, "Times New Roman", Times, serif;
	color: #005992;
	margin: 0 0 15px 0;
}
div.column2 h6 {
	font-size: 10px;
	font-family: David, "Times New Roman", Times, serif;
	color: #00a9bc;
	margin: 0 0 15px 0;
}
div.column2 p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}
div.column2 ul {
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
	list-style: circle;
}
div.column2 ul li {
}
div.column2 ol {
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
}
div.column2 ol li {
}
div.column2 hr {
	clear: both;	
	background-color: #CCC;
	border: none;
	height: 1px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
div.column2 .print-page {
	margin: 10px 0;
	color: red;
}

/*----------*/
/* Column 3 */
/*----------*/

div.column3 {
	float: left;
}
div.column3-inner {
	padding: 15px 15px 0 15px;
}		
body#index div.column3 {
	width: 220px;
}
body#simple div.column3 {
	width: 220px;
}
body#news div.column3 {
	width: 220px;
}
body#articles div.column3 {
	display: none;
}
body#persons div.column3 {
	display: none;
}
body#items div.column3 {
	display: none;
}
body#downloads div.column3 {
	width: 220px;
}
body#gallery div.column3 {
	width: 220px;
}
body#videos div.column3 {
	width: 220px;
}
body#links div.column3 {
	width: 220px;
}
body#products div.column3 {
	display: none;
}
body#support-search div.column3 {
	display: none;
}
body#support-downloads div.column3 {
	display: none;
}
body#contact div.column3 {
	width: 220px;
}
body#tell-a-friend div.column3 {
	width: 220px;
}
body#search-results div.column3 {
	width: 220px;
}

/*----------------------*/
/* Start News Module */
/*----------------------*/

div.news-wrapper {
}
div.news {
	margin: 7px 0;
	background-color: #e5f3f9;
}
div.news-inner {
	padding: 10px;
}
div.news div.news-date {
	font-size: 11px;
	color: #666;
}
div.news h2.news-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #0099cc;
}
div.news h2.news-title a {
	color: #0099cc;
	text-decoration: none;
}
div.news h2.news-title a:hover,
div.news h2.news-title a:visited:hover {
	color: #0099cc;
	text-decoration: none;
}
div.news div.news-date span {
	font-weight: bold;
}
div.news div.news-description {
	padding: 5px 0;
}

/*----------------------*/
/* Start Article Module */
/*----------------------*/

div.articles-categories {
	background-color: #dff1f2; 
}
div.articles-categories h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.articles-categories div.link-wrapper {
	padding: 10px;	
}
div.articles-categories div.link-wrapper a {
	display: block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #666;
}
div.articles-categories div.link-wrapper a:hover,
div.articles-categories div.link-wrapper a:visited:hover {
	color: #669900;
	text-decoration: underline;
}
div.article-wrapper {
}
div.article {
	margin: 7px 0;
	background-color: #ebf5cc;
}
div.article-inner {
	padding: 10px;
}
div.article div.thumb {
	float: right; 
	width: 99px;
	height: 99px;
	background-color: #CCC;
	margin-left: 10px;
	text-align: center;
}
div.article div.thumb img {
	border: none;
}
div.article div.article-date {
	font-size: 11px;
	color: #666;
}
div.article h2.article-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #00a9bc;
}
div.article h2.article-title a {
	color: #00a9bc;
	text-decoration: none;
}
div.article h2.article-title a:hover,
div.article h2.article-title a:visited:hover {
	color: #66ccff;
	text-decoration: none;
}
div.article div.article-date span {
	font-weight: bold;
}
div.article div.article-description {
	padding: 5px 0;
}

/*----------------------*/
/* Start Persons Module */
/*----------------------*/

div.persons-list {
	background-color: #dff1f2; 
}
div.persons-list h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.persons-list div.link-wrapper {
	padding: 10px;	
}
div.persons-list div.link-wrapper a {
	display: block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #666;
}
div.persons-list div.link-wrapper a:hover,
div.persons-list div.link-wrapper a:visited:hover {
	color: #669900;
	text-decoration: underline;
}
div.persons-wrapper {
}
div.person {
	margin: 7px 0;
	background-color: #ebf5cc;
}
div.person-inner {
	padding: 10px;
}
div.person div.thumb {
	float: right; 
	width: 99px;
	height: 99px;
	background-color: #CCC;
	margin-left: 10px;
	text-align: center;
}
div.person div.thumb img {
	border: none;
}
div.person h2.person-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #00a9bc;
}
div.person h2.person-title a {
	color: #00a9bc;
	text-decoration: none;
}
div.person h2.person-title a:hover,
div.person h2.person-title a:visited:hover {
	color: #66ccff;
	text-decoration: none;
}
div.person div.person-date span {
	font-weight: bold;
}
div.person div.person-description {
	padding: 5px 0;
}

/*----------------------*/
/* Start Items Module */
/*----------------------*/

div.items-list {
	border-right: solid 1px #5f606c;
	margin-right: 20px;
	
}
div.items-list h2 {
	display: block;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.items-list div.link-wrapper {
	padding: 10px 10px 10px 50px;
}	
div.items-list div.link-wrapper a {
	display: block;
	line-height: 16px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #5f606c;
}
div.items-list div.link-wrapper a:hover,
div.items-list div.link-wrapper a:visited:hover {
	color: blue;
	text-decoration: underline;
}
div.items-list div.link-wrapper a.active {
	font-weight: bold;
}
div.items-wrapper {
}
div.items-wrapper a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding-right: 25px;
	color: #5f5349;
	text-decoration: none;
	background-image: url(../images/category-bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.items-wrapper a:hover,
div.items-wrapper a:visited:hover {
	color: blue;
	text-decoration: underline;
}

/*------------------------*/
/* Start Downloads Module */
/*------------------------*/

div.downloads-wrapper {
}
div.downloads-list a.download-title {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #00a9bc;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	background-image: url(../images/icon-download.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 45px;
}
div.downloads-list a.download-title:hover {
	text-decoration: underline;
}
div.downloads-list p.download-desc {
	display: block;
	padding-right: 45px;
}
div.downloads-list h3.category-title {
	padding: 15px 0;
} 
div.downloads-list div.category-wrapper {
	margin-right: 30px;
} 

/*------------------------*/
/* Start Gallery Module */
/*------------------------*/

div.album-wrapper {
}
div.album {
	margin: 7px 0;
	background-color: #dff1f2;
}
div.album-inner {
	padding: 10px;
}
div.album div.thumb {
	float: right; 
	width: 99px;
	height: 99px;
	background-color: #CCC;
	margin-left: 10px;
	text-align: center;
}
div.album div.thumb img {
	border: none;
}
div.album div.album-date {
	font-size: 11px;
	color: #666;
}
div.album h2.album-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #00a9bc;
}
div.album h2.album-title a {
	color: #00a9bc;
	text-decoration: none;
}
div.album h2.album-title a:hover,
div.album h2.album-title a:visited:hover {
	color: #66ccff;
	text-decoration: none;
}
div.album div.album-date span {
	font-weight: bold;
}
div.album div.album-description {
	padding: 5px 0;
}

/*--------------------*/
/* Start Video Module */
/*--------------------*/

div.video-wrapper div.video {
	padding: 10px;
	float: right;
}
div.video-wrapper img.thumb {
	width: 140px;
	height: 84px;
	margin-bottom: 7px;
	border: none;
}
div.video-wrapper a.video-title {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	width: 140px;
	height: 30px;
	overflow: hidden;
	color: #005992;
}
div.video-wrapper a.video-title:hover,
div.video-wrapper a.video-title:visited:hover {
	color: red;
	text-decoration: none;
}

/*---------------------------- */
/* Start Products/Store Module */
/*---------------------------- */

div.products-categories {
	background-color: #dff1f2;
}
div.products-categories h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.products-categories div.link-wrapper {
	padding: 10px;	
}
div.products-categories ul.top-level {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.products-categories ul.top-level a {
	display: block;
	line-height: 17px;
	margin-bottom: 5px;
	overflow-x: hidden;
	text-decoration: none;
	color:#005992;
	background-image: url(../images/category-bullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;	
}
div.products-categories ul.top-level a:hover,
div.products-categories ul.top-level a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.products-categories ul.sub-level {
	list-style: none;
	padding: 0;
	margin: 7px 0;
}
div.products-categories ul.sub-level a {
	display: block;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #ef491a;
	background-image: none;
	padding-right: 30px;	
}
div.products-categories ul.sub-level a:hover,
div.products-categories ul.sub-level a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.products-categories ul.sub-level a.current {
	font-weight: bold;
	color: #005992;
}
div.products-categories ul.sub-level2 {
	list-style: none;
	padding: 0;
	margin: 7px 0;
}
div.products-categories ul.sub-level2 a {
	display: block;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #005992;
	background-image: none;
	padding-right: 40px;
	font-size: 12px;
}
div.products-categories ul.sub-level2 a:hover,
div.products-categories ul.sub-level2 a:visited:hover {
	color: #005992;
	text-decoration: underline;
}
body#products div.free-text {
	border-bottom: solid 1px #d3dce2;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.category-wrapper,
div.product-wrapper {
}
div.category-wrapper div.category,
div.product-wrapper div.product {
	padding: 10px;
	float: right;
}
div.category-wrapper img.thumb,
div.product-wrapper img.thumb {
	width: 118px;
	height: 118px;
	border: solid 1px #CCC;
	margin-bottom: 7px;
}
div.category-wrapper a.category-title,
div.product-wrapper a.product-title {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	width: 120px;
	height: 30px;
	overflow: hidden;
	color: #005992;
}
div.category-wrapper a.category-title:hover,
div.category-wrapper a.category-title:visited:hover,
div.category-wrapper a.product-title:hover,
div.category-wrapper a.product-title:visited:hover {
	color: red;
	text-decoration: none;
}

/*----------------------------*/
/* Start Tell a Friend Module */
/*----------------------------*/

body#tell-a-friend div.form-wrapper {
	padding: 20px 0; 
}
body#tell-a-friend form {
	margin: 0;
}
body#tell-a-friend div.form-row-wrapper {
	margin-bottom: 7px;
}  
body#tell-a-friend div.form-row-wrapper label {
	display: block;
	float: right;
	width: 120px;
	height: 22px;
	line-height: 22px;
}  
body#tell-a-friend div.form-row-wrapper textarea {
	width: 400px;
	height: 150px;
}  
body#tell-a-friend div.form-row-wrapper span.required {
	color: red;
}  
body#tell-a-friend div.form-row-wrapper img.security {
}  
body#tell-a-friend div.form-row-wrapper a.refresh {
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
} 

/*----------------------*/
/* Start Support Search */
/*----------------------*/

form.product-search {
	border: solid 1px #CCC;
	padding: 10px;
	margin-bottom: 10px;
}
form.product-search p.search-comment {
	font-weight: bold;
}
form.product-search a {
	display: block;
	background-image: url(../images/btn1.png);
	width: 66px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
div.search-results  {
	padding: 10px;	
}
div.search-results p.search-results-comment {
	font-weight: bold;
}
div.products-tree {
	border: solid 1px #CCC;
}
div.products-tree h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.products-tree div.link-wrapper {
	padding: 10px;	
}
div.products-tree ul.top-level {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
div.products-tree ul.top-level a {
	display: block;
	line-height: 17px;
	margin-bottom: 5px;
	overflow-x: hidden;
	text-decoration: none;
	color:#005992;
	background-image: url(../images/icon-open.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;	
}
div.products-tree ul.top-level a:hover,
div.products-tree ul.top-level a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.products-tree ul.top-level a.open {
	background-image: url(../images/icon-close.png);
}
div.products-tree ul.sub-level {
	list-style: none !important;
	padding: 0 !important;
	margin: 7px 0 !important;
}
div.products-tree ul.sub-level a {
	display: block;
	height: 15px;
	line-height: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #ef491a;
	background-image: url(../images/icon-open.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	margin-right: 50px;	
}
div.products-tree ul.sub-level a:hover,
div.products-tree ul.sub-level a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.products-tree ul.sub-level a.current {
	font-weight: bold;
	color: #005992;
	background-image: url(../images/icon-close.png);
}
div.products-tree ul.sub-level2 {
	list-style: none !important;
	padding: 0 !important;
	margin: 7px 0 !important;
}
div.products-tree ul.sub-level2 a {
	display: block;
	line-height: 17px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #005992;
	background-image: none;
	padding-right: 40px;
	font-size: 12px;
}
div.products-tree ul.sub-level2 a:hover,
div.products-tree ul.sub-level2 a:visited:hover {
	color: #005992;
	text-decoration: underline;
}

/*-------------------*/
/* Start Link Module */
/*-------------------*/

div.link-wrapper {
}
div.link-wrapper div.link {
	padding: 10px;
	float: right;
}
div.link-wrapper img.thumb {
	width: 200px;
	height: 150px;
	border: solid 1px #CCC;
	margin-bottom: 7px;
}
div.link-wrapper a.link-title {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	width: 200px;
	height: 30px;
	overflow: hidden;
	color: #005992;
}
div.link-wrapper a.link-title:hover,
div.link-wrapper a.link-title:visited:hover {
	color: red;
	text-decoration: none;
}

/*------------------------*/
/* Start Contact Module   */
/*------------------------*/

body#contact div.form-wrapper {
	padding: 20px 0; 
}
body#contact form {
	margin: 0;
}
body#contact div.form-row-wrapper {
	margin-bottom: 7px;
}  
body#contact div.form-row-wrapper label {
	display: block;
	float: right;
	width: 120px;
	height: 22px;
	line-height: 22px;
}  
body#contact div.form-row-wrapper textarea {
	width: 400px;
	height: 150px;
}  
body#contact div.form-row-wrapper span.required {
	color: red;
}  
body#contact div.form-row-wrapper img.security {
}  
body#contact div.form-row-wrapper a.refresh {
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
}

/*------------------------*/
/* Start Footer Settings */
/*------------------------*/

div.footer {
	width: 950px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
	color: #666;
	direction: ltr;
}
div.footer-inner {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
div.footer a.jdesign {
	display: inline-block;
	background-image: url(../images/icon-jdesign.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
	color: #666;
}
div.footer a.jdesign:hover,
div.footer a.jdesign:visited:hover {
	text-decoration: none;
}

/*------------------------*/
/* Start Element Styles */
/*------------------------*/

/* Quick Search*/

div.quick-search {
	float: left;
	width: 275px;
}
div.quick-search input {
	width: 170px;
	background-color: #ecf7f7;
	border: solid 1px #c0e3e5;
}
div.quick-search a {
	display: block;
	float: left;
	background-image: url(../images/btn1.png);
	width: 66px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}		
div.quick-search input {
	display: block;
	float: left;
}		

/* Language Menu */

div.language-menu {
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Login Form */

div.login-form {
	position: absolute;
	left: 20px;
	bottom: 7px;
}
div.login-form input {
	width: 100px;
	background-color: #f2f9fc;
	border: solid 1px #bfe1f1;
	margin-left: 5px;
}
div.login-form a {
	display: block;
	float: right;
	background-image: url(../images/btn1.png);
	width: 66px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}		
div.login-form input {
	display: block;
	float: right;
	color: #005992;
}		
div.login-form label {
	display: block;
	float: right;
	margin-left: 5px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}		
div.login-form .def-pass {
	background-image: url(../images/password.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Location Bread Crumbs */

p.location {
	margin: 0 20px 0 20px;
	font-size: 12px;
}
p.location span.your-location {
	font-weight: bold;
	padding-left: 7px;
}
p.location a.location-link {
	text-decoration: none;
	padding-left: 7px;
	color: #005992;
}
p.location a.location-link:hover,
p.location a.location-link:visited:hover{
	text-decoration: underline;
}
p.location span.arrow {
	padding-left: 7px;
	font-weight: bold;
}
p.location span.current-location {
	padding-left: 7px;
	color: #ef491a;
}

/* Tell a Friend Link */

div.tell-a-friend {
	margin-bottom: 0;
}
div.tell-a-friend a.tell-a-friend-link {
	display: block;
	color: #FFF;
	font-size: 12px;
	background-image:url(../images/icon-envelope.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: 0px 2px;
	text-decoration: none;
}
div.tell-a-friend a.tell-a-friend-link:hover,
div.tell-a-friend a.tell-a-friend-link:visited:hover {
	text-decoration: underline;
}

/* Side Boxes */

div.sidebox {
	margin-bottom: 10px;
	border-radius: 5px;
}
div.sidebox h2.sidebox-title {
	color: #FFF;
	background-color: #999;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 7px;
	border-radius: 5px;
}
div.sidebox div.sidebox-content {
	padding: 7px;
}

/* News Scrolller */

div.newsscroller {
	margin-bottom: 10px;
	border-radius: 5px;
}
div.newsscroller h2 {
	color: #FFF;
	background-color: #999;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 7px;
	border-radius: 5px;
}
div.newsscroller div.box-content {
	padding: 7px;
}
div.newsscroller div.date {
	color: #6699ff;
	font-size: 12px;
	line-height: 2;
}
div.newsscroller div.title {
	font-size: 16px;
	color: #343839;
	font-weight: bold;
	line-height: 1.5;
}
div.newsscroller div.title a {
	color: #343839;
	text-decoration: none;
}
div.newsscroller div.title a:hover,
div.newsscroller div.title a:visited:hover {
	text-decoration: underline;
}
div.newsscroller div.preview {
	line-height: 1.2;
	margin-bottom: 10px;
}
div.newsscroller div.preview a {
	color: #535657;
	text-decoration: none;
}
div.newsscroller div.preview a:hover, 
div.newsscroller div.preview a:visited:hover {
	text-decoration: underline;
}
div.newsscroller div.box-footer {
	margin: 10px 0;
}
div.newsscroller div.box-footer a.more {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: left;
	color: #8f9192;
	font-weight: bold;
	text-decoration: none;
}
div.newsscroller div.box-footer a.more:hover,
div.newsscroller div.box-footer a.more:visited:hover {
	color: #000;
}

/* Paging */

div.paging-wrapper {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #CCC;
}
div.paging-wrapper a.page-number {
	display: block;
	float: left; 
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-align: center;
	margin-right: 3px;
}
div.paging-wrapper a.page-number:hover,
div.paging-wrapper a.page-number:visited:hover {
	background-color: #999;
	color: #FFF;
}
div.paging-wrapper a.first, 
div.paging-wrapper a.next, 
div.paging-wrapper a.previous {
	display: block;
	float: left; 
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
	margin-right: 3px;
}
div.paging-wrapper a.active {
	background-color: #999;
	color: #FFF;
}
div.paging-wrapper a.first {
	background-image: url(../images/first.png);
}
div.paging-wrapper a.next {
	background-image: url(../images/next.png);
}
div.paging-wrapper a.previous {
	background-image: url(../images/previous.png);
}
div.paging-wrapper a.next:hover,
div.paging-wrapper a.next:visited:hover,
div.paging-wrapper a.previous:hover,
div.paging-wrapper a.previous:visited:hover {
	color: #FFF;
}
div.paging-wrapper span.of {
	display: block;
	float: left; 
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-right: 3px;
}

/* Footer with links */

div.links-footer {
	width: 900px;
	padding: 0 40px;
	margin: 0 auto;
	text-align: right;
}
div.links-footer .links-block {
	float: right;
	width: 25%;
	margin: 0 auto;
	margin-bottom: 20px;
}
div.links-footer .links-block-inner {
	padding: 0 10px 10px 10px;
}
div.links-footer .links-block h2 {
	padding: 5px 0;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
div.links-footer .links-block a {
	display: block;
	color: #999;
	text-decoration: none;
	margin-right: 20px;
}

/** YAHOO **/
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
	border: 0 none;
	background-color: transparent;
}
.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
	margin: 0 !important;
	padding: 0;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	margin: 0;
	padding: 0;
	border: 0 none;
	position: relative;
}
.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	background-image: none;
	background-color: transparent;
	border: 1px solid #D3DCE2;
	border-right: 0 none;
	border-bottom: 0 none;
	color: #005992;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 6px;
	text-decoration: none;
	float: none;
	min-width: 105px;
	text-align: center;
}
.yui-skin-sam .yui-navset .yui-nav a.last {
}
.yui-skin-sam .yui-navset .yui-nav a.first {
	border: 1px solid #D3DCE2;
	border-bottom: 0 none;
}
.yui-skin-sam .yui-navset .yui-nav a:hover {
	background-image: none;
	background-color: #fff;
	color: #ef491a;
	text-decoration: underline;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	color: #EF491A;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
	border-color: #D3DCE2
}
/* tooltip */
.yui-skin-sam .yui-tt .bd {
	background-color: #FFF;
	border-color: #939393;
	font-size: 12px;
	padding: 5px;
	max-width: 300px;
	text-align: left;
	direction: rtl;
}