/* MAIN SETTINGS */
html
{
	height:100%;
}
body
{
	background-color:#000000;
	margin:20px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
form
{
	margin:0px;
}
.form_text
{
	font-size:14px;
	color:#12140F;
}
.form_field1
{
	background:url("../images/field1.jpg") no-repeat;
	border:#AEAEAE solid 1px;
	font-size:14px;
	color:#000000;
	width:235px;
	height:19px;
	padding:3px 5px 3px 5px;
}
.form_field2
{
	background:url("../images/field2.jpg") no-repeat;
	border:#AEAEAE solid 1px;
	font-size:14px;
	color:#000000;
	width:237px;
	height:84px;
	padding:3px 3px 3px 5px;
}
.form_button
{
	background:url("../images/btn_send.gif") no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	width:105px;
	height:28px;
	cursor:pointer;
}
.form_button:hover, .form_button:active
{
	background:url("../images/btn_send_act.gif") no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	width:105px;
	height:28px;
	cursor:pointer;
}
.form_required
{
	font-size:14px;
	font-weight:bold;
	color:#860000;
}
.message_sent
{
	font-size:16px;
	font-weight:bold;
	color:#009900;
	margin:30px 0px 15px 0px;
}
.message_fail
{
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	margin:30px 0px 15px 0px;
}

/* MAIN TABLE */
#tableSections
{
	border:#7EB5D4 solid 1px;
	width:956px;
	height:100%;
	margin-bottom:20px;
}
#leftSection
{
	background:url("../images/left_bgr.jpg") repeat-y;
	width:260px;
	height:100%;
}
#rightSection
{
	background:url("../images/right_bgr.jpg") repeat-y;
	width:696px;
	height:100%;
}
.clear
{
	clear:both;
}

/* LOGO */
#wrapperLogo
{
	background:url("../images/logo_bgr.jpg") no-repeat;
	width:260px;
	height:160px;
}
#mainLogo
{
	background:url("../images/logo.jpg") no-repeat;
	width:222px;
	height:134px;
	position:relative;
	top:26px;
	left:25px;
}
#tableLogo
{
	font-size:14px;
	font-weight:bold;
	padding:53px 0px 0px 10px;
}

/* LEFT MENU */
#wrapperMenu
{
	background:url("../images/menu_bgr.jpg") no-repeat;
	width:260px;
	height:160px;
}
#leftMenu
{
	width:126px;
	height:100px;
	position:relative;
	top:30px;
	left:88px;
}

/* NEWS */
#wrapperNews
{
	background:url("../images/news_bgr.jpg") no-repeat;
	width:260px;
	height:263px;
}
#mainNews
{
	background:#000000;
	width:222px;
	height:263px;
	position:relative;
	top:0px;
	left:25px;
}
#tableNews
{
	background:#848485 url("../images/bgr_news.jpg") repeat-x;
	border:#D4D5D7 solid 1px;
	width:217px;
	height:254px;
	margin:4px 1px 4px 0px;
}
.news_title
{
	width:217px;
	font-size:16px;
	font-weight:bold;
	color:#194B96;
}
.news_text
{
	font-size:12px;
	font-weight:bold;
	color:#010101;
	text-decoration:none;
	text-align:justify;
}
.news_link
{
	font-size:13px;
	font-weight:bold;
	color:#194B96;
	text-decoration:underline;
}
#contentNews
{
	width:555px;
	height:80px;
	position:relative;
	top:10px;
	left:15px;
}

/* BANNER */
#wrapperBanner
{
	background:url("../images/banner_bgr.jpg") no-repeat;
	width:260px;
	height:387px;
}
#mainBanner
{
	width:238px;
	height:340px;
	position:relative;
	top:-25px;
	left:15px;
}
#tableBanner
{
	background:none;
	width:230px;
	height:332px;
	margin:4px 1px 4px 0px;
}

/* HEADER */
#wrapperHeader
{
	background:url("../images/header_bgr.jpg") no-repeat;
	width:696px;
	height:255px;
}
#mainHeader
{
	background:#000000;
	width:658px;
	height:228px;
	position:relative;
	top:27px;
	left:14px;
}

/* CONTENT */
#wrapperContent
{
	background:url("../images/content_bgr.jpg") top left no-repeat;
	width:696px;
/*	height:100%;*/
	min-height:715px;
}
#tableContent
{
	background:#000000;
	width:658px;
	position:relative;
	left:14px;
	margin-bottom:20px;
}
#aboutContent
{
	background:#C7C7C7 url("../images/bgr_portfolio.jpg") repeat-x;
	border:#D8D9DB solid 1px;
	height:205px;
}
#wrapperProjects
{
	width:610px;
	height:103px;
	position:absolute;
}
#leftProjects
{
	float:left;
	width:10px;
	height:103px;
}
#middleProjects
{
	float:left;
	width:590px;
	height:103px;
}
#rightProjects
{
	float:left;
	width:10px;
	height:103px;
}
#titleProjects
{
	width:150px;
	height:25px;
	position:relative;
	top:-20px;
	left:35px;
}
#contentProjects
{
	width:580px;
	height:50px;
	position:relative;
	top:-25px;
	left:35px;
}
#projectsContent
{
	background:#D8D9DB url("../images/bgr_content.jpg") repeat-x;
	border:#D8D9DB solid 1px;
	padding-top:15px;
	height:110px;
}
.projects_title
{
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#194B96;
}
.projects_text
{
	font-size:12px;
	font-weight:bold;
	color:#010101;
	padding:15px 0px 10px 0px;
}
.projects_link
{
	font-size:14px;
	font-weight:bold;
	color:#194B96;
	text-decoration:none;
}
.projects_link:hover
{
	font-size:14px;
	font-weight:bold;
	color:#194B96;
	text-decoration:underline;
}

#mainContent
{
	background:#EBECED url("../images/bgr_content.jpg") repeat-x;
	border:#EBECED solid 1px;
	height:395px;
}
#wrapperTopOffer
{
	position:absolute;
	width:200px;
}
#imageTopOffer
{
	position:relative;
	top:2px;
	left:150px;
	width:46px;
}
#wrapperTopOfferTitle
{
	position:absolute;
	width:200px;
}
#imageTopOfferTitle
{
	position:relative;
	top:14px;
	left:299px;
	width:46px;
}
#wrapperNote
{
	position:relative;
	top:15px;
	left:20px;
	width:570px;
	height:28px;
}
#leftClipNote
{
	float:left;
	width:9px;
	height:28px;
}
#rightClipNote
{
	float:right;
	width:9px;
	height:28px;
}
#topNote
{
	width:610px;
	height:5px;
}
#contentNote
{
	width:560px;
	min-height:46px;
	padding:10px 25px 10px 25px;
}
#contentNote p a:link, #contentNote p a:visited
{
	color:#010101;
	text-decoration:none;
}
#contentNote p a:hover, #contentNote p a:active
{
	color:#010101;
	text-decoration:underline;
}
#bottomNote
{
	width:610px;
	height:11px;
}
#wrapperDetails
{
	position:relative;
	top:15px;
	left:20px;
	width:369px;
	height:28px;
}
#topDetails
{
	width:409px;
	height:5px;
}
#contentDetails
{
	width:359px;
	min-height:16px;
	padding:10px 25px 10px 25px;
}
#addedOptions table a:link, #addedOptions table a:visited
{
	font-weight:bold;
	color:#010101;
	text-decoration:none;
}
#addedOptions table a:hover, #addedOptions table a:active
{
	font-weight:bold;
	color:#010101;
	text-decoration:underline;
}
#aboutContent table a.module_link
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#aboutContent table a.module_link:hover
{
	font-weight:bold;
	color:#194B96;
	text-decoration:underline;
}
#aboutContent table a.module_link_act
{
	font-weight:bold;
	color:#EBECED;
	text-decoration:none;
}
#contentOffers
{
	width:359px;
	min-height:16px;
	padding:0px 25px 0px 25px;
}
#bottomDetails
{
	width:409px;
	height:11px;
}

.offer_title
{
	padding:5px 0px 10px 10px;
	display:block;
}
.offer_link
{
	font-size:16px;
	font-weight:bold;
	color:#194B96;
	text-decoration:none;
}
.offer_link:hover
{
	font-size:16px;
	font-weight:bold;
	color:#194B96;
	text-decoration:underline;
}
.offer_text
{
	font-weight:bold;
	color:#010101;
	padding:15px 15px 10px 15px;
	display:block;
}
.offer_price_text
{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding:5px 10px 10px 0px;
	display:block;
}
.offer_price
{
	font-size:16px;
	font-weight:bold;
	color:#194B96;
}
.offer_more
{
	font-style:italic;
	font-weight:bold;
	color:#010101;
	text-align:right;
	padding:0px 5px 0px 0px;
	display:block;
}
#titleOffers
{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#194B96;
	text-align:left;
}
#pricetextOffers
{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding:0px 10px 0px 0px;
	display:block;
}
.price_offers
{
	font-size:14px;
	font-weight:bold;
	color:#194B96;
}
.module_link
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.module_link:hover
{
	font-weight:bold;
	color:#194B96;
	text-decoration:underline;
}
.module_link_act
{
	font-weight:bold;
	color:#EBECED;
	text-decoration:none;
}
.subpage_title
{
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:15px;
}
.subpage_link
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.subpage_link:hover
{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
#topResults
{
	width:409px;
	height:5px;
}
#contentResults
{
	width:384px;
	min-height:48px;
	padding:0px 10px 0px 15px;
}
#bottomResults
{
	width:409px;
	height:11px;
}
#searchContent
{
	background:#C7C7C7 url("../images/bgr_search.jpg") repeat-x;
	border:#EBECED solid 1px;
	height:81px;
}
.results_title
{
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#194B96;
	padding:5px 0px 0px 0px;
}
.results_count
{
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.search_button
{
	background:#194B96;
	border:none;
	font-size:14px;
	font-weight:bold;
	color:#E5E5E5;
	cursor:pointer;
	width:75px;
	height:22px;
}
.search_btn
{
	background:url("../images/search.png") no-repeat;
	border:none;
	cursor:pointer;
	width:48px;
	height:48px;
}

#topTemplates
{
	width:626px;
	height:5px;
}
#contentTemplates
{
	width:616px;
	min-height:16px;
	padding:0px 5px 0px 5px;
}
#bottomTemplates
{
	width:626px;
	height:11px;
}
.tmpl_images
{
	background-image:url(../images/tmpl_back.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;
	width:160px;
	height:132px;
}
.tmpl_images img
{
	border:1px solid #D6D7D9;
}
.tmpl_link:link, .tmpl_link:visited
{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.tmpl_link:hover, .tmpl_link:active
{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

/* FOOTER */
#leftFooter
{
	width:360px;
	height:47px;
}
#rightFooter
{
	width:285px;
	height:47px;
}
#boxFooter-left
{
	background:url("../images/box_left.gif") no-repeat;
	float:left;
	width:6px;
	height:47px;
}
#boxFooter-right
{
	background:url("../images/box_right.gif") no-repeat right;
	float:left;
	width:6px;
	height:47px;
}
#boxLeftFooter
{
	background:url("../images/box_bgr.gif") repeat-x;
	float:left;
	width:328px;
	height:39px;
	padding:4px;
}
#boxRightFooter
{
	background:url("../images/box_bgr.gif") repeat-x;
	float:left;
	width:258px;
	height:34px;
	text-align:center;
	padding-top:13px;
}

/* LEFT MENU */
.menu_left
{
	background:url("../images/menu.gif") no-repeat;
	width:124px;
	height:24px;
}
.menu_left_act
{
	background:url("../images/menu_act.gif") no-repeat;
	width:124px;
	height:24px;
}
.menu_left_link
{
/*	font-family:'Arial Black';*/
	font-size:16px;
	font-weight:bold;
	color:#DEDFE1;
	text-decoration:none;
}

/* RIGHT MENU */
.menu_right
{
	background:url("../images/star.gif") no-repeat 7px 1px;
	height:17px;
	padding:3px 0px 0px 30px;
}
.menu_right a
{
	font-weight:bold;
	color:#194B96;
	text-decoration:none;
}
.menu_right_act
{
	background:#194B96 url("../images/star_act.gif") no-repeat 7px 1px;
	height:17px;
	padding:3px 0px 0px 30px;
}
.menu_right_act a
{
	font-weight:bold;
	color:#EBECED;
	text-decoration:none;
}

/* MODULES MENU */
.menu_modules
{
	background:url("../images/mark.gif") no-repeat 7px 2px;
	height:16px;
	padding:2px 0px 0px 30px;
}
.menu_modules a
{
	font-weight:bold;
	color:#194B96;
	text-decoration:none;
}
.menu_modules_act
{
	background:#194B96 url("../images/mark_act.gif") no-repeat 7px 2px;
	height:16px;
	padding:2px 0px 0px 30px;
}
.menu_modules_act a
{
	font-weight:bold;
	color:#EBECED;
	text-decoration:none;
}

/* NEXT / PREVIOUS */
.next_prev
{
	/*background:url("../images/next_prev.gif") no-repeat;*/
	background:#D6D7D9;
	border:#010101 solid 1px;
	font-size:16px;
	font-weight:bold;
	color:#194B96;
	text-decoration:none;
	text-align:center;
	width:27px;
	height:24px;
	display:block;
	margin-right:15px;
	padding-top:4px;
}
.next_prev:hover
{
	/*background:url("../images/next_prev_act.gif") no-repeat;*/
	background:#194B96;
	border:#010101 solid 1px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	width:27px;
	height:24px;
	display:block;
	margin-right:15px;
	padding-top:4px;
}
.next_prev_act
{
	/*background:url("../images/next_prev_act.gif") no-repeat;*/
	background:#194B96;
	border:#010101 solid 1px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	width:27px;
	height:24px;
	display:block;
	cursor:default;
	margin-right:15px;
	padding-top:4px;
}
.next_prev_all
{
	background:#FBF1DE;
	font-size:16px;
	font-weight:bold;
	color:#860000;
	text-decoration:none;
	text-align:center;
	width:150px;
	height:25px;
	display:block;
	margin-right:15px;
	padding-top:3px;
}
.next_prev_all:hover
{
	background:#860000;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	width:150px;
	height:25px;
	display:block;
	margin-right:15px;
	padding-top:3px;
}
.content_title
{
	font-size:16px;
	font-weight:bold;
	color:#194b96;
	text-decoration:none;
}
.content_text
{
	font-size:12px;
	font-weight:bold;
	color:#010101;
	text-decoration:none;
	text-align:justify;
}
.gallery_title
{
	background:#FBF1DE;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#860000;
	height:29px;
}
.gallery_text
{
	font-size:14px;
	color:#303030;
	text-align:justify;
	padding-top:15px;
}
.gallery_link:link, .gallery_link:visited
{
	font-size:14px;
	font-weight:bold;
	color:#860000;
	text-decoration:none;
}
.gallery_link:hover, .gallery_link:active
{
	font-size:14px;
	font-weight:bold;
	color:#860000;
	text-decoration:underline;
}
.materials_title
{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#860000;
}
.photo_title
{
	font-size:14px;
	font-weight:bold;
	color:#12140F;
}
.photo_text
{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#860000;
	padding-left:10px;
}

.sitemap_links_1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
.sitemap_links_1:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}
.sitemap_links_2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
.sitemap_links_2:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}
.sitemap_links_3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1C7C7B;
	text-decoration:none;
}
.sitemap_links_3:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1C7C7B;
	text-decoration:underline;
}
.cright_company
{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#AEE1E5;
	text-decoration:underline;
}
.cright_text
{
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.soft1
{
	background-color:#348e8f;
	color:#FFFFFF;
}
.soft2
{
	background-color:#dedede;
	color:#000000;
}
.titleto
{
	background-color:rgb(0, 29, 173);
	color:white;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
.footer{
background-color:#FBF1DE;
}
.copyright{
font-family:"Trebuchet MS";
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:12px;


}