body {
	background-color: #075192;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

form {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

br {
	clear: both;
}

fieldset {
	border: 1px solid #999;
	border-radius: 7px;
	margin: auto;
}

legend {
	margin-left: 15px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

input, textarea {
	font-size: 12px;
}

#main {
	margin: auto;
	margin-top: 10px;
	width: 1000px;
	padding: 0 4px;
}

#header {
	background-color: #FFF;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-left-radius: 20px;
}

#top {
	
}

#content {
	border-top: 2px solid #fdfdfb;
	background: #fdfdfb;
}

#content .top {
	height: 28px;
}

#content .content_line {
	background: url(../images/content_line.png) repeat-y left;
}


#languages {
	float: right;
	padding: 10px 5px;
	margin-right: 30px;
}

#languages .active {
	color: #b7b7b7;
}

#languages .passive {
	color: #3d5f8f;
}

#languages .line {
	margin: 0 10px;
	color: #e0e0e0;
}

.clock-box {
	float: left;
    background: url(../images/clock.png) #FFFFFF no-repeat 5px 4px;
    color: #808080;
    font-size: 10px;
    padding:5px 8px 8px 25px;
    margin:0 10px 0 0;
    text-align: center;
	height:10px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;		
    box-shadow: 0 0 1px #CCCCCC;
	-moz-box-shadow: 0 0 1px #CCCCCC;
	-webkit-box-shadow:0 0 1px #CCCCCC;
}

.skype_link img {
	float: left;
	width: 38px;
	height: 29px;
	border: 0px;
}

.skype_link span {
	float: left;
	margin: 7px 0 0 1px;
	color: #148ec1;
	font-weight: bold;
}

.slideshow {
	position: relative;
	width: 735px;
	height: 230px;
}

.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	opacity: 100;
	width: 735px;
	height: 230px;
	border: none;
}

.meta input[type=text] {
	width: 220px;
	border: 1px solid #B7D5EA;
}

.meta input[type=text]:focus {
	background: #f5f7fd;
}

.meta textarea {
	width: 270px;
	height: 60px;
}

.select {
	width: 220px;
	border: 1px solid #B7D5EA;
	font-size: 12px;
}

.details {
	float: left;
	margin: 3px;
	width: 340px;
}

.details legend {
	font-weight: bold;
}

.details .m_select {
	width: 96%;
	height: 200px;
}

.module_menu a {
	display: block;
}

.delete_checkbox {
	margin: 0 0 0 6px;
	padding: 0px;
}

.position {
	padding: 1px;
}

.position a {
	padding: 1px;
	margin: 2px;
}

.languages_bar {
	display: none;
	padding: 2px 0 2px 0;
}

.languages_bar div {
	float: left;
	padding: 4px 5px 4px 4px;
}

.languages_bar label {
	float: left;
	margin: 1px;
}

.languages_bar input[type=checkbox] {
	float: left;
	margin: 1px;
	padding: 1px;
}


.banners  > p {
	margin: 0px;
	padding: 0px;
}


.global_title {
	float: left;
	padding: 3px 100px 5px 20px;
	border-top-left-radius: 4px;
	background-color: #1f419b;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}


.search_panel {
	float: left;
	background: #FFF;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.search_panel input[type=text] {
	float: left;
	width: 174px;
	color: #838383;
	font-size: 14px;
	padding: 6px 5px;
	border: none;
}

.search_panel input[type=submit] {
	float: left;
	margin: 0;
	width: 32px; height: 28px;
	background: url(../images/search.png) center no-repeat;
	background-color: #1195d5;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	color: #fff;
	cursor: pointer;
}


.front_news {
	float: left;
	width: 160px;
	margin: 14px 0 0 18px;
}

.front_news #title {
	padding: 0 4px 0 4px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

.front_news #title a {
	color: #000;
}

.front_news #img {
	float: left;
	margin: 10px 0 5px 0;
	padding: 4px;
	border: 1px solid #f0eeef;
	clear: both;
}

.front_news #img img {
	width: 147px;
	border: none;
}

.front_news #short_text {
	clear: both;
	padding: 5px 3px 5px 3px;
}


.news {
	margin-top: 14px;
	padding: 4px 0;
	clear: both;
}

.news #title {
	margin: 0 0 2px 0;
	font-weight: bold;
}

.news #title a {
	font-size: 14px;
	color: #124477;
}

.news #date {
	margin: 0 0 0 1px;
}

.news #title a:hover {
	text-decoration: underline;
}

.news #img {
	float: left;
	margin: 5px 0;
	padding: 3px 0px;
}

.news #img img {
	width: 320px;
	border: none;
}

.news #short_text {
	border: 1px solod red;
	margin: 3px 0 0 1px;
}

.news #short_text p {
	margin: 0px;
}

.news #more {
	margin: 20px 0 0 0;
}

.news #more a {
	float: left;
	padding: 8px 35px 8px 15px;
	background: url(../images/more.png) no-repeat 90%;
	background-color: #1394d5;
	color: #FFF;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.news #more a:hover {
	color: #CCC;
}


.news #print {
	float: left;
}

.news #send_friend {
	float: left;
	margin: 2px 0 0 8px;
}

.news #count_views {
	float: left;
	margin: 0 0 0 15px;
}


.guestbook input[type=text] {
	width: 240px;
}

.guestbook textarea {
	width: 240px;
	height: 60px;
}


#comments {
	clear: both;
	padding: 5px 10px 5px 10px;
}

#comments .comment {
	padding: 2px 0;
	margin: 2px 0;
	border-bottom: 1px dotted;:
}

#comments .name {
	font-size: 12px;
	font-weight: bold;
}

#comments .date {
	margin-left: 10px;
	font-size: 11px;
}

#comments .text {
	padding: 2px 1px;
}


.photo_gallery {
	float: left;
	margin: 5px 0 0 18px;
	padding: 4px;
}

.photo_gallery #more {
	width: 90px;
	margin: auto;
}

.photo_gallery img {
	border: none;
}

.pictures #text {
	padding: 5px 0;
}


.pictures #gallery .demo {
	display: inline;
	margin: 5px 0 0 5px;
}


.contact input[type=text] {
	width: 250px;
}

.contact #security_code {
	width: 50px;
}

.contact textarea {
	width: 250px;
	height: 80px;
}

.contact #submit {
	margin-left: 160px;
}


.obj_title {
	border: 1px solid #dedede;
	border-radius: 8px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 47%,rgba(229,229,229,1) 100%);
	padding: 8px 15px;
	margin: 2px 0;
	color: #313131;
	font-weight: bold;
	font-size: 14px;
}


.payment input[type=text] {
	width: 250px;
}

.payment select {
	width: 250px;
}

.payment #security_code {
	width: 50px;
}

.payment textarea {
	width: 250px;
	height: 80px;
}

.payment #submit {
	margin-left: 160px;
}


.login {
	margin-top: 20px;
}

.login input[type=text],.login input[type=password] {
	width: 200px;
}


.date input[type=text] {
	width: 150px;
	border: 1px solid #B7D5EA;
}

.date input[type=reset] {
	border: none;
	width: 20px;
	height: 14px;
	background: url(calendar/img.gif);
	margin: 2px 0 0 2px;
	cursor: pointer;
}

.date input[type=text]:focus {
	background: #f5f7fd;
}


#user_panel {
	
}

#user_panel .input {
	padding: 3px 0;
}

#user_panel .input input {
	width: 180px;
}

#submit {
	border: 1px solid #999;
	background: #f1f1f1;
	cursor: pointer;
	border-radius: 8px;
	padding: 4px;
	width: 150px;
	font-size: 12px;
}

#submit:HOVER {
	border: 1px solid #999;
	background: #f8f8f8;
}


#back {
	text-align: right;
}

#back a {
	font-size: 14px;
	color: blue;
}

#back a:hover {
	text-decoration: underline;
}

.pagination {
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

.pagination a {
	color: #000;
	margin-left: 2px;
	font-size: 12px;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination span {
	margin-left: 2px;
	color: #ccc;
}

.pagination b {
	margin-left: 2px;
}


.copy {
	padding: 15px 0 12px 0;
	text-align: center;
	font-size: 12px;
	color: #d7d7d8;
}


#footer {
	margin: auto;
	width: 1000px;
	padding: 0;
	border-top: 4px solid #1394d5;
	background: #075192;
}

#footer .designed {
	padding: 0 5px;
	font-size: 12px;
	color: #bebebe;
}

#footer .designed a {
	font-size: 12px;
	color: #bebebe;
	text-decoration: none;
}

#footer .designed a:hover {
	text-decoration: underline;
}

#footer .footer_line {
	width: 1000px;
	height: 22px;
	background: url(../images/footer.png) repeat-x;
}

.clear {
	clear: both;
}