body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:square; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: url(bg_main.jpg) repeat-x top #e8e5c0;
  color: #565b58;
  font: 14px georgia, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #565b58;
  text-decoration: underline;
}
a:hover { color: #000; }

/* headings */

h1 {font-size:60px;}  
h2 {font-size:60px; color: #1d587f;} 
h3 {font-size:30px;}  

 

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  margin: 0 auto;
  text-align: left;
  width: 950px;
  background: url(bg_header_1.jpg) top center no-repeat
}
#header {	
  
  height: 145px;
  position: relative;
}
#nav {
  top: 27px;
  font-size: 1.1em;
  position: absolute;
  left: 420px;	
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 60px 40px 30px 40px;
  width: 870px;
  border-top: 1px solid #5693b0;
}
#content_index {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0 40px 30px 0;
  width: 870px;
}
#sidebar {
  color: #4B798B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 206px;
}
#footer {
  border-top: 1px solid #cfcca5;
  padding-top: 20px;
  clear: both;
  color: #565b58;
  font-size: 1.1em;
  height: 70px;
  text-align: center;
}

.logo {
  bottom: 25px;
  left: 0px;
}

.slogan {
  bottom: 20px;
  position: absolute;
  left: 330px;
}

/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 2px 15px 2px 15px;
  text-align: center;
  text-decoration: underline;
  background: #3C6787;
}
#nav li a:hover,
#nav li a.current { background: #fff; text-decoration: none; color:#3C6787; }


/* subp */

#subp {
	margin-bottom: 40px;
}

#subp ul {
  display: inline;
}
#subp li {
  display: block;
  float: left;
  list-style: none;
}
#subp li a {
  color: #1d587f;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 2px 30px 2px 0;
  text-align: center;
  text-decoration: underline;
}
#subp li a:hover,
#subp li a.current {text-decoration: none; color: #565b58; }


/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color: #1d587f;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
  margin-bottom: 30px;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
/*  border-bottom: 1px solid #dfe3e4;*/
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content h4 {font-size: 28px; margin: 0; font-weight: 400; padding: 0;}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }


/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #3985a3;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}


.index_container {
	overflow: hidden;
	width: 947px;
	margin-top: 15px;
}

.index_left {
	width: 313px;
	float: left;
	height: 300px;
	background: url(index_quotes.gif) no-repeat top left;
}

.index_center {
	width: 314px;
	float: left;
	height: 300px;
	background: url(index_razd.gif) no-repeat top left;
}

.index_right {
	width: 314px;
	float: right;
	height: 300px;
	background: url(index_razd.gif) no-repeat top left;
}

.index_content {
	margin: 25px;
}

a.link_big {
	font-size: 26px;
	line-height: 24px;
	display: block;
	margin-bottom: 24px;
}

#developer {
	text-align:left;
	float: left;
	width: 250px;
	margin: 15px 0 0 0;
}

#developerlogo {
	float: left;
	margin: 15px 15px 0 380px;
}