/* CSS Document */

html { margin: 0px; }

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12132f;
}
body {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0px;
}
a:link {
	color: #0e78bb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0e78bb;
}
a:hover {
	text-decoration: underline;
	color: #12132f;
}
a:active {
	text-decoration: none;
	color: #12132f;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	display: block;
	margin: 0px;
	width: 100%;
	color: #12132f;
	font-size: 30px;
	font-weight: bold;
}
h2 {
	border-bottom: 1px solid #d0d0d5;
	display: block;
	margin: 0px;
	width: 100%;
	color: #234b8a;
	font-size: 24px;
}
h3 {
	display: inline;
	margin: 0px;
	color: #322964;
	font-size: 14px;
}
.buttomLine {
	border-bottom: 1px solid #cdcdd1;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 10px;
}
.smallText {
	font-size: 11px;
}
.blockSpacer {
	display: block;
	height: 25px;
	clear: both;
}
#mainContiner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#leftBlock {
	float:left;
	width:320px;
	padding:9px;
}
#rightBlock {
	float:right;
	width:580px;
	padding:9px;
	text-align: right;
}
#mainMenu {
	background: url(../images/mainMenuBg.jpg) repeat-y;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#mainMenu ul {
	display: block;
	margin-top: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#mainMenu ul li {
	padding: 0px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#mainMenu ul li.first {
	border-left: none;
}
#mainMenu ul li a:link, #mainMenu ul li a:visited {
	color:#fff;
}
#mainMenu ul li a:visited, #mainMenu ul li a:active {
	color:#efefef;
}
#footer {
	text-align:center;
	height: 130px;
	clear: both;
	padding-top: 20px;
}
#footer ul li {
	padding: 0px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	margin: 0;
}
#footer ul li.first {
	border-left: none;
}
#footer ul li a:link, #footer ul li a:visited {
	color:#1a1f4a;
}
#footer ul li a:visited, #footer ul li a:active {
	color:#12132f;
}
#forumEntry {
	border-bottom: 1px solid #dde3ed;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight:bold;
	background: url(../images/dot.jpg) no-repeat 10px;
	padding-right: 12px;
	background-position: right;
}
#newsBlock {
	border-bottom:17px solid #d0d0d5;
	font-size: 12px;
	color: #707070;
}
#newsBlock img {
	border: 1px solid #FFF;
	margin: 0px 0px 0px 10px;
}
#newsBlock .newsHeader:link {
	color: #322964;
	font-size: 15px;
	margin: 5px 0px;
	font-weight: bold;
	display: block;
}
#hackeru_job {
	background: url(../images/hackeru_job.jpg) no-repeat;
	text-align: right;
	height: 70px;
	width: 229px;
	padding: 70px 20px 10px 70px;
}
#innerBlock {
	background: url(../images/blockBg.jpg) repeat-y;
	background-position: right;
}
#innerBlockContent {
	padding: 10px;
	text-align: right;
}
#innerBlockContent img {
	border: 1px solid #FFF;
	margin: 5px 0px 5px 5px;
}
#detialsAndRegisterForm {
	background-image:url(../images/details_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#contactMeForm {
	text-align: right;
	color: #535353;
	font-weight: bold;
	padding: 10px;
}
#contactMeForm label {
	display: block;
	text-align: right;
	margin-bottom: 10px;
	clear: both;
	font-size: 14px;
	margin-top: 10px;
}
#contactMeForm input, #contactMeForm select {
	float: left;
	width: 200px;
	border: 1px solid #d7d7df;
	padding: 2px;
}
#contactMeForm .checkBox {
	float: right;
	width: 15px;
	height: 15px;
}
#contactMeForm #sendBtn {
	text-align: right;
	height: 21px;
	width: 43px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

