/* STANDART CLASSES */


/* standart tags */
body { SCROLLBAR-BASE-COLOR: #ebeff4; font-family: Verdana, Arial, Helvetica, sans-serif; color: Black; font-size: 10px; margin: 0px; padding: 0px;}
p, ul, li { font-size: 10px; color: inherit; list-style: square; }
li{text-align: left;}
p{text-indent: 20px;}
A {text-decoration: underline; font-size: 10px; color: #000000 }
A:Hover { color: orange;}
hr {border: dotted 1px #dce2e5;}
table {color: Black; font-family:inherit; font-size: 10px; background: inherit; border: 0px; padding: 0px; margin-top: 0px;}

#header{ height: 190px; margin: 0px; text-align: right; vertical-align: top; padding: 0px 25px 0px 25px; background-image: url(images/pmd_banner.jpg); background-repeat: no-repeat;}
#footer{ height: 25px; margin-left: 15px; margin-right:15px; text-align: center; vertical-align: top; padding: 5px 25px 0px 25px; background-image: url(images/pmd_footer.jpg); background-repeat: no-repeat;}
#content{ vertical-align:top; padding: 0px 15px 0px 15px;}
#relative_products{display:block; width:100%; height:350px; top; padding: 0px 15px 0px 15px; border: thin solid #ebeff4; overflow-y:hidden; overflow-x: hidden;}

#main_buttons{height: 70px; display: block; float:right; vertical-align: top; padding: 0px; margin:0px;}
#main_buttons a {float:	right; text-align:center; display: block; width:71px; height:71px; padding-top:15px; background: url(images/top_button.jpg) no-repeat 50% 0%; margin:0px;}
#main_buttons a:hover {background: url(images/top_button_hover.jpg) no-repeat; color:#5aa0c9;}

#navbar{height: 55px; vertical-align: middle;}
#navbar a{display:block; padding:25px; padding-top:5px; padding-bottom:5px; float:right; font-weight:light; font-size: 10px; color: #c2c2c2; border-right: 1px solid #ebeff4; text-decoration:none}
#navbar a:hover{color: #FFF; background-color:#638a9d;}
#navbar .selected{color: #FFF; background-color:#7dabc1;}

#text_column
{
	display: block; float: left; color: Black; padding:5px; border-top: 5px solid #f2f2f2; width: 275px; vertical-align:top; margin:5px;
	text-align: justify;
	text-indent: 20px
}

#text_column:first-letter
{
	font-size:large;
	color: #5aa0c9;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight: bold;
	font-style : italic;
}

#text_column:first-line
{
	font-size: 14px;
	color: #5aa0c9;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight: bold;
	font-style : italic;
}

/* main color classes */
/* 1-darkest; 2-dark; 3-normal; 4-light */

.t1 { background-color: #b2d235; color: #FFFFFF; font-size: 10px;}
.t2 { background-color: #438ba6; color: #FFFFFF; font-size: 10px;}
.t3 { background-color: #eeeeee; color: #000000; font-size: 10px;}
.t4 { background-color: #FFFFFF; color: #000000; font-size: 10px;}

/* TEXT CLASSES */


/* big text */
big 	{font-size: 12px; font-family: inherit; color: inherit;}

/* smallest text min 8px; */
small {font-size: 9px; font-family:inherit; color: inherit;}

em 		{ font-style: italic; }
strong 	{ font-style: bold; }

h1 { font-size: 18px; font-family:inherit; font-weight: bold; color: inherit;} /* relative to h4 bgcolor or use extra color */
h2 { font-size: 16px; font-family:inherit; font-weight: bold; color: #d5f1ff;} /* relative to h3 bgcolor or use extra color */
h3 { font-size: 14px; font-family:inherit; font-weight: bold; color: #dce2e5;} /* relative to h2 bgcolor or use extra color */
h4 { font-size: 12px; font-family:inherit; font-weight: bold; color: #a5e407;} /* relative to h1 bgcolor or use extra color */

/* extra text classes*/

/* long description text:  font, color, size */
.small_text {font-size: 10px; font-family: inherit; font-weight:normal; color: inherit; text-indent: 20px; text-align: justify;}
.small_text:first-letter {color: #b2d235; font-weight:bold; font-size: 20px; }

/* accent text: small_text + 2px */
.big_text 	{font-size: 12px; font-family: inherit; color: inherit;}

/* title, color text: bgimage, border, +(2-4px).big_text */
.head_text 	{display: block; margin: 0 0 0 10px; font-size: 14px; font-weight: bold;} 
.head_text:first-letter { color: #438ba6; font-weight:bolder; }



/* LINK CLASSES */


/* navigation links */
#nav_links a{font-size:10; font-family: inherit; color: inherit;}
#nav_links a:hover{text-decoration: underline;}

/* main link != A, text-decoration, hover color */	
.main_link {font-size: inherit; font-family:inherit; color: inherit; text-decoration: none;}
	.main_link:hover {color: Orange;}	
	
/* bordered link, color, border */	
.border_link {border-top: solid 15px #FFFFFF; color: inherit; width:65px; height: 65px; display: block; margin-left: 5px; margin-right:5px; vertical-align: middle; text-align: center; padding: 1px;}
	.border_link:hover {border-top:solid 15px #b2d235;}	

/* difernet color link */
.color_link {color: #c0c0c0}
	.color_link:hover {color: #5aa0c9;}	

/* diferent bgcolor link, filter alpha */
.bgcolor_link {display: block; float:left; background: #eeeeee; color:#638a9d; width: 20px; height: 20px; font-size: 10px; text-align: center; line-height: 20px; text-decoration:none;}
	.bgcolor_link:hover {background: #638a9d; color: #FFF;}	

/* read more link, >>, text-decoration, color, bgcolor */
.next_link {font-size: 10px; font-weight: bold; color: inherit}
	.next_link:hover {color: #2f6fbf}	

/* go back link, <<, text-decoration, color, bgcolor */
.back_link {font-size: 10px; font-weight: bold; color: inherit}
	.back_link:hover {color: #2f6fbf}
	


/* IMAGE CLASSES */


/* main image from the cuurent page, eccept images from the template */
.main_image {padding: 5px; border: 0px;}

/* border images, border alpha filter, padding, color border, border style */
.border_image {border: solid 5px #ebebea filter:alpha(opacity=50); padding: 10px; }

/* link image, hover: aplpha filter, invert filter s.o */
#link_image, .link_image {border: solid 1px #f7f7f7; padding: 2px; display: block; width:140px; text-align:center; background-color: transparent; margin: 5px; margin-bottom:1px; }
	#link_image:hover, .link_image:hover {border: solid 1px #dadada;  filter:alpha(opacity=10), gray; -moz-opacity:0.1; opacity:0.3=1;, normal; -moz-opacity:1; opacity:1; }
.link_image_shadow
{
	background: url(images/img_shadow.jpg) no-repeat; margin:0px;
	display: block; width:146px; height: 50px;
	padding: 5px; 

}

/* TABLE CLASSES */

	
/* main table, bgcolor, padding, margin, border=0px; */

.main_table {background: transparent; padding: 5px; margin: 0px; border: 5px; color: inherit; font-family: inherit; font-size:inherit;}
.main_tr 	{background: #f6faff; padding: 2px}
.main_td 	{background: #f6faff; padding: 2px}

/* border table: border, bgcolor, border-style, */
.border_table	{background: transparent; border: 1px solid #A0AAAE; color: Orange; font-family: inherit; font-size:inherit;}
.border_tr 		{background: #ebeff4; border-bottom: solid 2px #A0AAAE;}
.border_td	 	{border-bottom:1px solid #A0AAAE;  border-left: 0px solid #A0AAAE; border-right: 2px solid #A0AAAE; border-top: 0px solid #A0AAAE; }


/* BLOCK CLASSES */


/* message blocks, width, bgcolor, color */
.message_normal 	{display: block; background: #f6faff; color: #000000; font: 10px Verdana,Arial; padding: 10px; border: solid 1px #DDEBFF; border-bottom: groove 3px #DDEBFF;}
.message_warning 	{display: block; background: #D5FCC9; color: #000000; font: 10px Verdana,Arial; padding: 10px; border: solid 1px #CAEFA7; border-bottom: groove 3px #CAEFA7;}
.message_error 	{display: block; background: #FF0000; color: #FFFFFF; font: 10px Verdana,Arial; padding: 10px; border: solid 1px #D70000; border-bottom: groove 3px #D70000}

#box_clients a{display:block; padding: 0 2px 0 2px; border-bottom: 1px solid #eeeeee; color:#cdcdcd; height:20px; line-height:20px; text-decoration:none;}
#box_clients a:hover{border-bottom: 1px solid #638a9d; color:#638a9d;}

/* FORM CLASSES */


/* standart classes */
form 				{padding: 0px; z-index: 5; margin: 0px; clear: both;}
input, select, { background: #f6faff; border: solid 1px #dce2e5; margin: 2px; font-family: inherit; font-size: inherit;}
textarea 		{ background: #f6faff; border: solid 1px #dce2e5; margin: 2px; font-family: inherit;  font-size: inherit; overflow-y: auto;}

#contacts {margin: 25px; color: #365a70}
#contacts input, #contacts textarea {background: transparent; overflow: hidden; color: #c1cbd1; border: none; font-size: 11px; line-height: 1.7em;}
#contacts .text_select
{
	display: block;
	height: 32px; width: 422px; padding: 2px; margin: 0px 4px;	background: url("images/text_select_bg.jpg") no-repeat; border:0px; 
}
#contacts .text_field, text_area
{
	display: block;
	height: 32px; width: 422px; padding: 2px; margin: 0px 4px;	background: url("images/text_field_bg.jpg") no-repeat; border:0px; 
}

#contacts .text_area
{
	display: block;
	border: none;
	background: url("images/text_area_bg.jpg"); 
	height: 202px;
	background-repeat: no-repeat;
	padding: 2px;
	padding-top: 7px;
	margin: 0px 4px;
}
#contacts .text_key
{
	border: solid 1px #c1cbd1; 
}

#search
{
	display: block;
	width: 246px;
	background-image: url("images/search_bg.jpg");
	background-position: 50% 50%;
	height: 27px;
	float: right;
}

#search input {height: 15px; border:none; background: transparent; color: #999999; font-size:10px; margin: 0px; margin-top: 5px;}
#search a.button_search
{	
	background-image: url(images/search_button.jpg);
	display: block;
	width: 27px;
	height: 27px;
	border:none; 
	float:right;
	margin: 0px;
}

#search a.button_search:hover
{	
	background-image: url(images/search_button_hover.jpg);
	display: block;
	width: 27px;
	height: 27px;
	border:none; 
	float:right;
	margin: 0px;
}

/* form buttons classes */

#button_submit, .button_submit	{display: block; width:150px; height:50px; background:#C8E1E9 ; border-bottom: solid 3px #438ba6; font-size: 10px; font-weight: normal; text-align: center; text-decoration: none; padding-top: 20px; padding-bottom:20px;}
#button_submit a {color: #438ba6}
#button_submit:hover, .button_submit:hover {background:#438ba6; color: #FFFFFF}

.button_reset 		{background: #dce2e5; border: solid 2px #ebeff4; font-size: 10px; font-weight: bold; text-align: center; padding: 1px; text-decoration: none;}
.button_back 		{background: #dce2e5; border: solid 2px #ebeff4; font-size: 10px; font-weight: bold; text-align: center; padding: 1px; text-decoration: none;}
.button_search 	{font-size: 10px; font-weight: bold; background-image: url("button_search.gif"); background-repeat: no-repeat;}
.button_radio 		{background: #dce2e5; border: solid 2px #dce2e5; margin: 2px;}
.button_checkbox	{background: #dce2e5; border: solid 2px #dce2e5; margin: 2px;}
.list_menu 			{background: #f6faff; border: solid 1px #dce2e5; margin: 2px;}

/* MENU CLASSES */


/* main menu buttons, bgcolor, border, bgimage, font style, size, color, padding, aplha filter */

.menu_button {display: block; white-space: normal; margin:0px; font-family: inherit; font-size: 12px; font-weight: bold; background: trasnparent; border-bottom: solid 2px #ebeff4; padding:5px; color: #438ba6}
	.menu_button:hover { color: #FFFFFF; background: #dce2e5; }
.submenu_button {display: block; white-space: normal; font-family: inherit; font-size: 10px; background: Orange; border-bottom: solid 0px ; padding-left:25px; background-repeat: no-repeat;}
	.submenu_button:hover { background: #ffffff; font-weight: bold; background-repeat: no-repeat;}




/* bullets : bgimage 20x20px (.gif)*/

.bullet1 {white-space:nowrap; background-image: url(http://www.maksoft.net/css/images/bullets/bullet1.gif); width:20px; height:20px; background-repeat: no-repeat;}/* prefix bullet */
.bullet2 {background-image: url(http://www.maksoft.net/css/images/bullets/bullet2.gif); width:20px; height:20px; background-repeat: no-repeat;}/* sufix bullet */	



/* table box classes */

.infoBox 			{background: #ffffff; padding:5px; border-left: 1px solid #cbd4dc; border-right: 1px solid #cbd4dc;}/* dark content */
.infoBoxContents	{background: url(images/img_shadow.jpg) repeat-x; }/* light content */
TD.infoBoxHeading, .infoBoxHeading
{
	background: url(images/infobox/infoBoxHeading_bg.jpg) 0% 0% repeat-x #F00;
	color: #438ba6;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
}

.infoBoxFooter
{
	background-image:url(images/infobox/infoBoxFooter_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	color: #438ba6;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	padding:0px;
	height: 20px;
	margin-bottom: 10px;
}


/* corners  */

.corner_top_left
{
	background-image:url(images/infobox/corner_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}

.corner_top_right
{
	background-image:url(images/infobox/corner_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding:0px;
	margin: 0px;
	width:20px;
	height:20px;
}

.corner_bottom_left
{
	background-image:url(images/infobox/corner_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}

.corner_bottom_right
{
	background-image: url(images/infobox/corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding:0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}

.comment {background-color: #efefef; }
.comment .text {display: block; margin: 15px; font-variant: italic;}
.comment .title {font-size: 12px;}
.comment .title a {font-weight: bold; font-size: 12px;}

#status {display: block; text-align: left; width: 200px; line-height: 27px; height: 27px; float: left; margin: 0 0 0 250px; color: #a4a4a4; font-style: italic;}
.status {color: #438ba6}

