@charset "UTF-8";
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/* --- tags --- */
body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	background: url(img/body_bg.png) #004571 top repeat-x;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	direction: rtl;
}

p {
	margin-top: 0;
	margin-bottom: 0.7em;
}

a {
	outline: none;
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, table {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 0;
}

/* --- form --- */
form {
	margin: 0;
	padding: 0;
}

.button {
	background: #005588;
	border: 1px solid #003D60;
	color: #FFFFFF;
	padding: 4px 6px;
	cursor: pointer;
}

.button:hover {
	background: #026BAA;
}

input[type="checkbox"], input[type="radio"] {
	background: transparent;
	border: none;
}

input[type=text], input[type=password], textarea, select {
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #8C8C8C;
	font-size: 12px;
	color: #666666;
	background: #FFFFCC;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border: solid 1px #8C8C8C;
	color: #0033FF;
	background: #FFFFFF;
}

#head {
	background: url(img/head.png) top center no-repeat;
	height: 335px;
	margin: 0 auto 0 auto;
}

#main {
	width: 1070px;
	height: 700px;
	margin: 0 auto 0 auto;
}

