/* Copyright: teamSoft, 2008 */

body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	color: #99bed5;
	font-size: 11px;
	text-align: center;
	background-color: #434343;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* General Styles */
hr {
	color: #04a8f5;
	background-color: #04a8f5;
	width: 100%;
	height: 1px;
}

a, a:link, a:visited {
	color: #64b7fb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* Site structure */
#container {
	width: 968px;
	margin: auto auto;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	visibility: hidden;
	display: none;
}

#preload {
	width: 400px;
	padding-top: 100px;
	margin: auto auto;
	text-align: center;
	visibility: visible;
	display: block;
}

/* Head */
#site_top {
	width: 968px;
	height: 132px;
	background-image: url("./../img/site_bg_top.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Content */
#site_content {
	width: 968px;
	background-image: url("./../img/site_bg_content.gif");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: hidden;
}

#site_content_wrapper {
	width: 948px;
	margin-left: 10px;
	overflow: hidden;
}

#main_content {
	width: 667px;
	float: right;
	margin-right: 5px;
	min-height: 400px;
}


table.zone_equal tr td.right {
	padding: 0px 10px 0px 10px;
}

/* Footer */
#site_bottom {
	width: 968px;
	height: 30px;
	background-image: url("./../img/site_bg_bottom.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#site_bottom_wrapper {
	width: 934px;
	margin-left: 15px;
	overflow: hidden;
	padding-top: 5px;
	text-align: right;
	font-family: "Bell MT", serif;
	font-size: 13px;
	color: #4e7ca5;
}

#site_bottom_wrapper a, #site_bottom_wrapper a:link, #site_bottom_wrapper a:visited {
	color: #64b7fb;
	text-decoration: none;
}

#site_bottom_wrapper a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* The menu */
#site_menu {
	width: 229px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.button_wrapper {
	background-image: url("./../img/site_dotted_line_2.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

#button {
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 3px;
	display: block;
	color: #02ddf2;
	width: 224px;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	overflow: hidden;
}

.selected, #button:hover {
	background-color: #35414d;
}

#submenu_div {
	background-color: transparent;
}

.domenii_wrapper {
	background-image: url("./../img/site_dotted_line_2.gif");
	background-position: 11px bottom;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#domenii_a {
	padding-top: 3px;
	margin-left: 11px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: 2px;
	display: block;
	color: #00f9c1;
	width: 213px;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

.current, #domenii_a:hover {
	background-color: #35414d;
}

#domenii_a2 {
	padding-top: 3px;
	margin-left: 11px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: 2px;
	display: block;
	color: #fffe8d;
	width: 213px;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

.current, #domenii_a2:hover {
	background-color: #35414d;
}

.subdomenii_wrapper {
	background-image: url("./../img/site_dotted_line_2.gif");
	background-position: 24px bottom;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#subdomenii_a{
	padding-top: 2px;
	margin-left: 24px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	display: block;
	color: #fffe8d;
	width: 200px;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

.current, #subdomenii_a:hover {
	background-color: #35414d;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* Notification Area */

#notification_area {
	width: 229px;
	float: left;
	margin-left: 8px;
	margin-top: 3px;
}

.notification_area_text_box {
	margin-top: 10px;
}

.notification_area_text_box_indent {
	padding-top: 5px;
	padding-left: 10px;
	width: 219px;
}

.notification_area_text_box_title {
	font-family: garamond, "Times New Roman", serif;
	color: #789eb5;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 15px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Main table - Content text */
table.zone_equal {
	border-collapse: collapse;
}

table.zone_equal tr td {
	vertical-align: top;
}

table.zone_equal tr td.left {
	padding-right: 20px;
}

table.zone_equal tr td.content_table_top {
	padding: 0px;
	height: 4px;
	background-image: url("./../img/site_content_table_top.gif");
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

table.zone_equal tr td.content_table_bottom {
	padding: 0px;
	height: 4px;
	background-image: url("./../img/site_content_table_bottom.gif");
	background-position: top;
	background-repeat: no-repeat;
}

table.zone_equal tr td.content_table_left {
	padding: 0px;
	width: 5px;
	background-image: url("./../img/site_content_table_left.gif");
	background-position: right;
	background-repeat: repeat-y;
}

table.zone_equal tr td.content_table_right {
	padding: 0px;
	width: 5px;
	background-image: url("./../img/site_content_table_right.gif");
	background-position: left;
	background-repeat: repeat-y;
}

table.zone_equal tr td.content_table_center {
	padding: 0px;
	width: 674px;
	background-color: #18191c;
	background-image: url("./../img/site_content_bg_blocks.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	vertical-align: top;
}

.content_text_box {
	width: 650px;
	margin-left: 10px;
	margin-top: 30px;
}

.content_text_box_title {
	font-family: garamond, "Times New Roman", serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 15px;
}

.content_detalii {
	width: 58px;
	height: 15px;
	margin-top: -16px;
	display: block;
	background-image: url("./../img/site_btn_detalii.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	font-size: 0px;
}

.content_detalii:hover {
	background-position: bottom;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* Photo Gallery */
#gallery_container {
	width: 941px;
	height: 122px;
	clear: both;
	padding-top: 15px;
	font-size: 0px;
}

.gallery_line {
	width: 941px;
	height: 1px;
	background-image: url("./../img/site_dotted_line_1.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#gallery_content_wrapper {
	width: 941px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

table.gallery_table {
	width: 941px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
}

.gallery_table_left {
	width: 71px;
	height: 120px;
	vertical-align: top;
	text-align: center;
	font-family: tahoma, sans-serif;
	color: #577e96;
	font-size: 15px;
}

.gallery_table_center {
	width: 824px;
	height: 120px;
}

.gallery_table_right {
	width: 46px;
	height: 120px;
	text-align: left;
}

#gallery_left_button {
	width: 14px;
	height: 14px;
	margin-left: 0px;
	margin-top: 31px;
	display: block;
	float: right;
	background-image: url("./../img/site_gallery_left.gif");
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 0px;
}

#gallery_left_button.current, #gallery_left_button:hover {
	background-position: bottom;
}

#gallery_right_button {
	width: 14px;
	height: 14px;
	margin-left: 0px;
	margin-top: 100px;
	display: block;
	background-image: url("./../img/site_gallery_right.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

#gallery_right_button.current, #gallery_right_button:hover {
	background-position: bottom;
}

img.border_iamge {
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
}

#gallery_wrapper_1, #gallery_wrapper_2, #gallery_wrapper_3, #gallery_wrapper_4, #gallery_wrapper_5 {
	width: 125px;
	height: 100px;
	float: left;
	margin: 0 17px 0 20px;
}

img.gallery_img_1 {
	margin-left: 350px;
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
}

img.gallery_img_2 {
	margin-left: 190px;
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
}

img.gallery_img_3 {
	margin-left: 120px;
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
}

img.gallery_img_4 {
	margin-left: 70px;
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
}

img.gallery_loader {
	width: 16px;
	height: 16px;
	margin: 45px 0px 0px 68px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* Contact */

table.contact_dates {
	width: 430px;
	margin-left: 40px;
	border: none;
	overflow: hidden;
}

.top_left{
	text-align: left;
	vertical-align: top;
}

.top_right {
	text-align: right;
	vertical-align: top;
}

img.contact_map {
	margin-left: 0px;
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
}

#mail_image {
	float: right;
	width: 186px;
	text-align: center;
	margin-right: 3px;
}

.validation_image {
	width: 120px;
	height: 40px;
	background-color: transparent;
	border: #1c5180 1px solid;
	cursor: help;
}

td.tdlabel {
	font-weight: normal;
	background-color: transparent;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

td.tdlabel_left_align {
	font-weight: normal;
	background-color: transparent;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

td.tdlabel-req {
	font-weight: bold;
	background-color: transparent;
	text-align: right;
	vertical-align: middle;
}

td.tdlabel-err {
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
	text-align: right;
	vertical-align: middle;
}

.tdlabel-err-mesaj {
	color: #ff0000;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

input.text {
	border: #7f9db9 1px solid;
	font-family: "courier new", serif;
	background-color: #2a2c35;
	color: #99bed5;
}

input.text-req {
	border: #1c5180 1px solid;
	font-family: "courier new", serif;
	background-color: #2a2c35;
	color: #99bed5;
}

textarea.text-req {
	border: #1c5180 1px solid;
	font-family: "courier new", serif;
	background-color: #2a2c35;
	color: #99bed5;
	font-size: 11px;
}


.formButton {
	border: #1c5180 1px solid;
	background-color: #2a2c35;
	font-size: 13px;
	word-spacing: -1pt;
	vertical-align: middle;
	color: #64b7fb;
	text-align: center;
	cursor: hand;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* Sitemap */
ul li {
	margin: 5px 0 5px 0;
}

ul li.sitemap_level1 {
	margin-left: 50px;
	color: #00f9c1;
}

ul li.sitemap_level2 {
	margin-left: 100px;
}

span.sitemap_title {
	font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

/* Portofoliu detalii */
#menu_portofoliu {
	width: 229px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}


img.imagine_clienti {
	float: left;
	border-color: #364e5d;
	border-width: 1px;
	border-style: solid;
	margin: 5px 16px 5px 20px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

#menu_certificari {
	width: 229px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

/* Flash overrides */
#header_despre_noi {
	overflow: hidden;
}

#header_contact {
	overflow: hidden;
}

#header_domenii_de_activitate {
	overflow: hidden;
}

#header_portofoliu {
	overflow: hidden;
}

#header_certificari {
	overflow: hidden;
}

#header_portofoliu_detalii {
	overflow: hidden;
}

#header_sitemap {
	overflow: hidden;
}
