/* Any one reading this will notice its very neat I just hope you
   keep it that way */

body {
	background: #f2f3f3 url(images/bg00.png) top repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	line-height: 1.4;
	padding: 0px;
}

a {
	color: #541F14;

}

a:hover {
	text-decoration: none; /* Убираем обычное подчеркивание */
	border-bottom: 1px dashed #541F14 /* Добавляем пунктирную линию под текстом */
}


a {

	visited: #CC9E61;
	link: #541F14;
}

p {
	color: #4D4D4D;
}
/* Header */

#header {
	background: #DAD9CF;
	border-bottom: 1px solid #8C8C85;
	text-align: center;
	color: #8C8C85;
	height: 80px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header1 {
	background: #FFFFFF;
	border-bottom: 0px solid #8C8C85;
	color: #8C8C85;
	height: 80px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header ul {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}

#header li:hover {
//	background: url(images/point02.png) left no-repeat;
}

#header ul li {
	display: inline;
	float: right;
	margin-right: 10px;
	padding-left: 8px;
	text-align: left;
}
/* Menu */
#header_menu {
	//background: url(images/bg02.png) top no-repeat;
	color: #000000;
	font-weight: bold;
	height: 40px;
	margin: 0px auto;
	padding-left: 20px;
	width: 800px;
}

#header_menu1 {
	color: #000000;
	font-weight: bold;
	height: 30px;
	margin: 0px auto;
	padding-left: 20px;
	width: 800px;
}

#header_menu ul {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}

#header_menu ul li {
	display: inline;
	float: left;
	margin-bottom: -5px;
	padding-top: 5px;
	text-align: center;
	width: 80px;
}

#header_menu li:hover {
//	background: url(images/point01.png) top center no-repeat;
}

#header_menu .selected {
//	background: url(images/point01.png) top center no-repeat;
	color: #4D4D4D;
}

/* Body */
#container {
	background: #FFFFFF;
	margin: 0px auto -30px auto;
	width: 800px;
}

#container h3 {
	background: url('images/a22.gif') bottom repeat-x;
	border-bottom: 1px solid #D1D1D1;
	color: #4D4D4D;
	padding: 0px 0px 10px 15px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	margin: 0px;
	margin-bottom: 20px;
	top: 4px;
}

#container ul {
	list-style: url(untitled-1.gif);
}

#container .content {
	margin-bottom: 10px;
	padding: 0px 15px 10px 15px;
}
#container .post {
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
#container .post .header {
	position: relative;
}
#container .post .date {
	color: #000000;
	font-weight: bold;
	line-height: 35px;
	position: absolute;
	right: 15px;
	top: 0px;
}
#container .post .content {
	margin-bottom: 0px;
}
/* Footer */
#footer {
	/*background: #D9D9D9;*/
	color: #4D4D4D;
	/*border-top: 1px solid #000000;*/
	margin: 5px auto;
	padding: 2px;
	width: 800px;
}
#footer a {
	color: #4D4D4D;
}
#footer ul {
	display: inline;
	list-style: none;
}
/* Other bits */
.top-bit {
	background: url(images/bg03.png) bottom no-repeat;
	height: 15px;
	margin: 0px auto;
	margin-top: 20px;
	width: 800px;
}
.bottom-bit {
	background: url(images/bg04.png) top no-repeat;
	height: 25px;
	margin: 0px auto;
	width: 800px;
}

.clsHebrew {
	direction:RTL;
	unicode-bidi:embed;
}

.style1 {
	color: #4D4D4D
}

.style2 {
	color: #4D4D4D;
	font-weight: bold;
}
.style3 {color: #e04913}

#validator {
	display: none;
}

.fieldset {
	background-color:#ffffff;
	width:500px;
	font-family: arial, helvetica, sans-serif;
	color:#4D4D4D
}

.fieldset label {
	text-align:right;
	width:120px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	font-family: arial, helvetica, sans-serif;
	color:#4D4D4D
}

.fieldset .nobr {
	display:none;
	font-family: arial, helvetica, sans-serif;
	color:#4D4D4D
}

.legend {
	width:194px;
	height:30px;
	color:#fff;
	font-size:2em;
	padding-left:0.5em;
//background: transparent url("images/bg01.png") no-repeat;
	position:relative;
	top:-1em;
	text-transform:uppercase;
	font-family: arial, helvetica, sans-serif;
	color:#4D4D4D letter-spacing:-1px;
	white-space:pre; /* hack: make sure */
}

.fieldset .textfield {
	margin:3px;
	height:20px;
	width:300px;
 //font-family: arial, helvetica, sans-serif;
 	color:#4D4D4D  //background: transparent  //url("images/bg01.png") top repeat-x;
}

.fieldset .textarea {
	margin:3px;
	height:200px;
	width:300px;
	border:solid 1 #fff;
	padding: 0 8px;
 	//font-family: arial, helvetica, sans-serif;
 	//color:#4D4D4D 
 	//background: transparent url("images/bg01.png") no-repeat fixed;
}

.submit {
	margin:3px;
	background: transparent;
	height:30px;
	border:solid 1 #fff;
	width:120px;
	//font-family: arial, helvetica, sans-serif;
	color:#4D4D4D text-transform:uppercase;
}

.reset {
	margin:3px;
	background: transparent;
	height:30px;
	border:solid 1 #fff;
	width:120px;
	//font-family: arial, helvetica, sans-serif;
	color:#4D4D4D text-transform:uppercase;
}

ol {
font: italic;
color: #999999;
}

ol p {
font: normal;
color: #000000;
} 

blockquote {
border: dotted #666 1px;
border-left:solid #999 5px;
margin:10px 40px;
padding:15px;
color:#333;
font-style:italic;
font-size:14px;
background:#fcfcfc;
}

#countdown_dashboard {
height: 110px;
}

.dash {
width: 120px;
height: 96px;
background: transparent url('images/dash.png') 0 0 no-repeat;
float: left;
margin-left: 2px;
padding-left: 13px;
position: relative;
color: #333;
}

.weeks_dash {
background: transparent url('images/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
background: transparent url('images/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
background: transparent url('images/dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
background: transparent url('images/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
background: transparent url('images/dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit {
font: bold 52pt Verdana;
font-weight: bold;
float: left;
width: 59px;
text-align: center;
position: relative;
}

.dash_title {
display: none;
}


