/*----- TAGS -----*/
body {
	margin: 0px;
	padding: 0px;
	background: #fffdf8;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE -----*/
#body {
	/*LTR: top right bottom left*/
	/*RTL: top left bottom right*/
	margin: 0px auto 40px auto;
	width: 930px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
}

#site-title {
	padding: 50px 0px 15px 0px;
}

#main-spacer {
	width: 60px;
}

#rounded-box {
	vertical-align: top;
	width: 206px;
	padding-top: 3px;
}

#rss {
	direction: ltr;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 2px;
}

#source-date {
	padding: 20px 3px 0px 0px;
}

#top, #back {
	padding-top: 20px;
	direction: ltr;
}

#top a, #back a {
	color: #b2b1b1;
	text-decoration: none;
}

#top a:hover, #back a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.sharer {
	padding-top: 23px;
	width: 18px;
}

/*----- SEARCH -----*/
#search-query {
	background: url(search-query.gif) left no-repeat;
	width: 96px;
	height: 18px;
	border: none;
	padding: 1px 2px 0px 2px;
	font-family: Tahoma;
	font-size: 10px;
	color: #3f3f3f;
}

#search-button {
	width: 50px;
	height: 19px;
}

/*----- NEWS -----*/
.news-row {
	padding: 3px 20px 30px 0px;
	text-align: justify;
	width: 100%;
	line-height: 150%;
	vertical-align: top;
}

.news-row a {
	color: #b2b1b1;
	text-decoration: none;
}

.news-row a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.news-image {
	vertical-align: top;
	padding-top: 3px;
}

.news-title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 600;
}

.news-top {
	background: url(news-top.gif) no-repeat;
	height: 12px;
}

.news-middle {
	background: url(news-middle.gif) repeat-y;
	padding: 0px 12px 0px 12px;
}

.news-bottom {
	background: url(news-bottom.gif) no-repeat;
	height: 12px;
}

.news-latest {
	padding: 21px 0px 21px 21px;
	text-align: left;
}

.news-item {
	padding: 0px 0px 5px 21px;
	line-height: 150%;
	text-align: right;
}

.news-item a {
	color: #919191;
	text-decoration: none;
}

.news-item a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.news-hr {
	height: 11px;
	background: url(news-hr-bg.gif) right no-repeat;
}

.news-content a {
	color: #f00;
	text-decoration: none;
}

.news-content a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.news-more {
	padding: 11px 0px 0px 0px;
	text-align: left;
}

/*----- NEWSLETTER -----*/
.newsletter-top {
	background: url(newsletter-top.gif) no-repeat;
	height: 12px;
}

.newsletter-middle {
	background: url(newsletter-middle.gif) repeat-y;
	padding: 0px 12px 0px 12px;
	color: #919191;
}

.newsletter-middle a {
	color: #919191;
	text-decoration: none;
}

.newsletter-middle a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

.newsletter-bottom {
	background: url(newsletter-bottom.gif) no-repeat;
	height: 12px;
}

.newsletter-title {
	padding: 0px 0px 10px 21px;
	text-align: left;
}

.newsletter-submit {
	 border: 1px solid #dddddc;
	 background: #eeeee2;
	 font-family: tahoma;
	 font-size: 11px;
	 color: #919191;
	 padding-bottom: 3px;
	 width: 64px;
}

.newsletter-input {
	background: url(newsletter-input.gif) left no-repeat;
	width: 121px;
	height: 20px;
	border: none;
	padding: 2px 2px 0px 2px;
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
}

/*----- ADS -----*/
.ads-item {
	text-align: center;
}

.ads-image {
	border: 1px solid #ccc;
}

/*----- FOOTER -----*/
#footer {
	vertical-align: top;
	padding-top: 60px;
	padding-bottom: 20px;
}

#footer a {
	color: #b2b1b1;
	text-decoration: none;
}

#footer a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

/*----- CONTACTS -----*/
.contacts-title {
	width: 128px;
	text-align: left;
	vertical-align: top;
}

.contacts-value {
	text-align: justify;
	vertical-align: top;
}

.contacts-input {
	background: url(contacts-input.gif) left no-repeat;
	width: 296px;
	height: 20px;
	border: none;
	padding: 2px 2px 0px 2px;
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
}

.contacts-textarea {
	background: url(contacts-textarea.gif) left no-repeat;
	width: 398px;
	height: 200px;
	border: none;
	padding: 2px 2px 0px 2px;
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
	overflow: auto;
}

.contacts-button {
	width: 80px;
	border: 1px solid #ccc;
	font-family: Tahoma;
	background: #fffdf8;
	font-size: 11px;
	color: #3f3f3f;
	padding-bottom: 2px;
}

.contacts {
	text-align: left;
	padding: 5px 0px 5px 3px;
}

.contacts-item {
	padding: 3px 0px 3px 0px;
}

.contacts-item a {
	color: #b2b1b1;
	text-decoration: none;
}

.contacts-item a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

/*----- PUBLIC -----*/
.more {
	padding: 10px 0px 10px 0px;
	text-align: left;
	background: url(horiz-dot.gif) bottom right repeat-x;
}

.more a {
	color: #c30000;
	text-decoration: none;
}

.more a:hover {
	color: #b6b6b6;
	text-decoration: none;
}

.required {
	color: #c30000;
}

.gallery-title {
	height: 30px;
	background: url(gallery-title-bg.gif) top center no-repeat;
	text-align: center;
	color: #919191;
}

.gallery-title a {
	color: #919191;
	text-decoration: none;
}

.gallery-title a:hover {
	color: #3f3f3f;
	text-decoration: none;
}


