﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #d7d7d7;
}
/* welcome to Symphony Solutions */
.text_1 {
	font-family: tahoma;
	color: #3f3f3f;
	font-size: 11pt;
	font-weight:bold; 
}
p.p1{
	margin-top:10px; margin-left:5px;
}
/* text under the welcome */
.text_2 {
	font-family: tahoma;
	color: #3f3f3f;
	font-size: 8pt;
}
p.p2{
	margin-top:5px; margin-left:7px; line-height:120%;text-align:justify;margin-right:50px
}
/* read more */
.text_3 {
	font-family: tahoma;
	font-size: 8pt;
	color: #d4dade;
	font-weight: bold;
}
p.p3{
    text-align:right;
    margin-bottom:0px;
}
/* products */
.text_4 {
	font-family: tahoma;
	font-size: 13pt;
	color: #3f3f3f;
}
/* text under the products*/
.text_5 {
	font-family: tahoma;
	font-size: 7pt;
	color: #3f3f3f;
}
/* text under the products | text under the search */
.text_6 {
	font-family: tahoma;
	color: #3f3f3f;
	font-size: 8pt;
	
	
	}
p.p6{
	text-align:justify;
}
/* search */
.text_7 {
	font-family: tahoma;
	font-size: 13pt;
	color: #3f3f3f;
}
/* text under the search */
.text_8 {
	font-family: tahoma;
	color: #4c4c4c;
	font-size: 6pt;
}
/* copyright */
.text_9 {
	font-family: tahoma;
	color: #686868;
	font-size: 8pt;
}
/* top menu - normal */
.link_1 {
	font-family: tahoma;
	font-size: 8pt;
	color: #645f5f;
}
.link_1:link {
	text-decoration: none;
}
.link_1:visited {
	text-decoration: none;
}
.link_1:active {
	text-decoration: none;
}
.link_1:hover {
	text-decoration: none;
	color: #333333;
}
/* top menu - selected */
.link_2 {
	font-family: tahoma;
	font-size: 8pt;
	color: #ffffff;
}
.link_2:link {
	text-decoration: none;
}
.link_2:visited {
	text-decoration: none;
}
.link_2:active {
	text-decoration: none;
}
.link_2:hover {
	text-decoration: none;
}
/* products page */
.link_3 {
	font-family: tahoma;
	font-size: 8pt;
	color: #989898;
	font-weight: bold;
}
.link_3:link {
	text-decoration: none;
}
.link_3:visited {
	text-decoration: none;
}
.link_3:active {
	text-decoration: none;
}
.link_3:hover {
	text-decoration: none;
	color: #999999;
}
/* site map | partners */
.link_4 {
	font-family: tahoma;
	font-size: 8pt;
	color: #686868;
}
.link_4:link {
	text-decoration: none;
}
.link_4:visited {
	text-decoration: none;
}
.link_4:active {
	text-decoration: none;
}
.link_4:hover {
	text-decoration: none;
	color: #999999;
}
/* search input */
.search_input {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	border-style: none;
	width: 170px;
	height: 12px;
	background-color: #FFFFFF;
}

