h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
address { font-style:normal }

:link,:visited {
	text-decoration:none;
    color:#1c1551;
	font-family: Arial, sans-serif;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
    color:#1c1551;
}


*{
	outline:none
}


body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,Helvetica,Sans-serif;
	font-size:12px;
	color:#454545;
	background-image:url("../images/bg.jpg");
}

.clear{
	clear:both;
	height:0px;
}

.preloader {
	position:absolute;
	left:-20000px;
}

.main {
	width:900px;
	margin:auto;
	
	background-color:#738eda;
	background-image:url("../images/mainBg.jpg");
}

.menu {
	width:860px;
	height:40px;
	margin:auto;
	background-image:url("../images/menuBg.jpg");
}

.banner {
	width:880px;
	margin:auto;
}

.topmenu {
	list-style:none;
	padding-left:6px;
	padding-top:6px;
}

.topmenu li {
	display:block;
	float:left;
	
}

.sidebar {
	float:right;
	width:230px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.sidebar  .top {
	width:230px;
	height:79px;
	background-image:url("../images/sidebarTop.jpg");
}

.sidebar .title {
	width:200px;
	height:26px;
	background-image:url("../images/sidebarTitle.jpg");
	font-size:14px;
	color:#ffffff;
	font-family:Georgia;
	padding-left:30px;
	padding-top:6px;
}

.sidebar .body {
	background-color:#d0dbf0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#1c1551;
	padding-left:15px;
}


.sidebar .body a{
    font-size:14px;
    text-decoration:underline;
}

.sidebar .body a:hover{
    text-decoration:none;
}


.sidebar .titleBorder {
	width:230px;
	height:32px;
	background-image:url("../images/sitebarTitleBorder.jpg");
}


.sidebar .bottom {
	width:230px;
	height:4px;
	margin-bottom:12px;
	background-image:url("../images/boxBottom.jpg");
	
}

.bleft{
    width:50px;
    float:left;
}

.bright{
    width:163px;
    float:left;
}

.bright h2{
    font-size:14px;
    font-family:georgia, serif;
}

#main{
    float:left;
    width:391px;
    padding-top:20px;
    padding-left:30px;
    padding-right:20px;
}

#main.wide{
    
    width:590px;
    
}

#info{
    float:left;
    width:180px;
    margin-right:19px;
    padding-top:5px;
}

#info .title{
    width:165px;
    height:22px;
    margin-top:20px;
    background-image:url('../images/redHeadline.jpg');
    background-repeat:no-repeat;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    padding-left:15px;
    padding-top:8px;
    margin-bottom:5px;
}

#info .item{
    font-size:12px;
    font-style:italic;
    padding:15px 0 20px 0;
    border-bottom:1px solid #bccfff;
}

#info .item h2{
    font-size:12px;
    font-style:normal;
    color:#1c1551;
}

#info .more{
    padding-top:10px;
    
}

#info .more a{
    font-size:11px;
    color:#bf504f;
    text-decoration:none;
}

#info .more a:hover{
    text-decoration:underline;
}

#main h1.title{
    font-size:24px;
    font-family:georgia, serif;
    color:#1c1551;
    border-bottom:1px solid #bccfff;
    padding-bottom:15px;
    margin-bottom:10px;    
}

#main .introduction,#main .introduction p, #main .article{
    font-family:georgia, serif;
    font-size:12px;
}

#main .introduction .image{
	float:right;
	margin-top:0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main .article h2.title{
    font-size:14px;
    font-family:arial, sans-serif;
    margin-top:20px;
    margin-bottom:10px;
    background-image:url('../images/arrow.jpg');
    background-position:0px 2px;
    background-repeat:no-repeat;
    padding-left:20px;
}

.footer{
    font-size:12px;
    margin-top:40px;
    margin-bottom:10px;
    margin-left:25px;
    margin-right:20px;
    border-top:1px solid #bccfff;
    padding-top:10px;
}

.footer .left{
    float:left;
    width:350px;
}

.footer .right{
    float:right;
    width:350px;
    text-align:right;
}

.form label{
    font-weight:bold;
}

.form .fright input,.form .fright textarea{
    border:1px solid #BCCFFF;
    width:222px;
}

.form .fright textarea{
    height:120px;
}

.form .fright select{
    width:222px;
}

.form .submit{
    background:#BF504F;
    color:#fff;
    padding:3px;
    font-weight:bold;
    border:0;
}

.form label.error{
    color:#BF504F;
    font-style:italic;
    display:block;
}

.form input.error{
    border:1px solid #BF504F;
    
}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
address { font-style:normal }

:link,:visited {
	text-decoration:none;
    color:#1c1551;
	font-family: Arial, sans-serif;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
	color:#1c1551;
}


*{
	outline:none
}


body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,Helvetica,Sans-serif;
	font-size:12px;
	color:#454545;
	background-image:url("../images/bg.jpg");
}

.clear{
	clear:both;
	height:0px;
}

.preloader {
	position:absolute;
	left:-20000px;
}

.main {
	width:900px;
	margin:auto;
	
	background-color:#738eda;
	background-image:url("../images/mainBg.jpg");
}

.menu {
	width:860px;
	height:40px;
	margin:auto;
	background-image:url("../images/menuBg.jpg");
}

.banner {
	width:880px;
	margin:auto;
}

.topmenu {
	list-style:none;
	padding-left:6px;
	padding-top:6px;
}

.topmenu li {
	display:block;
	float:left;
	
}

.sidebar {
	float:right;
	width:230px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.sidebar  .top {
	width:230px;
	height:79px;
	background-image:url("../images/sidebarTop.jpg");
}

.sidebar .title {
	width:200px;
	height:26px;
	background-image:url("../images/sidebarTitle.jpg");
	font-size:14px;
	color:#ffffff;
	font-family:Georgia;
	padding-left:30px;
	padding-top:6px;
}

.sidebar .body {
	background-color:#d0dbf0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#1c1551;
	padding-left:15px;
}


.sidebar .body a{
    font-size:14px;
    text-decoration:underline;
}

.sidebar .body a:hover{
    text-decoration:none;
}


.sidebar .titleBorder {
	width:230px;
	height:32px;
	background-image:url("../images/sitebarTitleBorder.jpg");
}


.sidebar .bottom {
	width:230px;
	height:4px;
	margin-bottom:12px;
	background-image:url("../images/boxBottom.jpg");
	
}

.bleft{
    width:50px;
    float:left;
}

.bright{
    width:163px;
    float:left;
}

.bright h2{
    font-size:14px;
    font-family:georgia, serif;
}

#main{
    float:left;
    width:391px;
    padding-top:20px;
    padding-left:30px;
    padding-right:20px;
}

#main.wide{
    
    width:590px;
    
}

#info{
    float:left;
    width:180px;
    margin-right:19px;
    padding-top:5px;
}

#info .title{
    width:165px;
    height:22px;
    margin-top:20px;
    background-image:url('../images/redHeadline.jpg');
    background-repeat:no-repeat;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    padding-left:15px;
    padding-top:8px;
    margin-bottom:5px;
}

#info .item{
    font-size:12px;
    font-style:italic;
    padding:15px 0 20px 0;
    border-bottom:1px solid #bccfff;
}

#info .item h2{
    font-size:12px;
    font-style:normal;
    color:#1c1551;
}

#info .more{
    padding-top:10px;
    
}

#info .more a{
    font-size:11px;
    color:#bf504f;
    text-decoration:none;
}

#info .more a:hover{
    text-decoration:underline;
}

#main h1.title{
    font-size:24px;
    font-family:georgia, serif;
    color:#1c1551;
    border-bottom:1px solid #bccfff;
    padding-bottom:15px;
    margin-bottom:10px;    
}

#main .introduction,#main .introduction p, #main .article{
    font-family:georgia, serif;
    font-size:12px;
}

#main .introduction .image{
	float:left;
	margin-top:0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main .article h2.title{
    font-size:14px;
    font-family:arial, sans-serif;
    margin-top:20px;
    margin-bottom:10px;
    background-image:url('../images/arrow.jpg');
    background-position:0px 2px;
    background-repeat:no-repeat;
    padding-left:20px;
}

.footer{
    font-size:12px;
    margin-top:40px;
    margin-bottom:10px;
    margin-left:25px;
    margin-right:20px;
    border-top:1px solid #bccfff;
    padding-top:10px;
}

.footer .left{
    float:left;
    width:350px;
}

.footer .right{
    float:right;
    width:350px;
    text-align:right;
}

.form label{
    font-weight:bold;
}

.form .fright input,.form .fright textarea{
    border:1px solid #BCCFFF;
    width:222px;
}

.form .fright textarea{
    height:120px;
}

.form .fright select{
    width:222px;
}

.form .submit{
    background:#BF504F;
    color:#fff;
    padding:3px;
    font-weight:bold;
    border:0;
}

.form label.error{
    color:#BF504F;
    font-style:italic;
    display:block;
}

.form input.error{
    border:1px solid #BF504F;
    
}
