/******************************** General Rules ******************************/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size: 62.5%;
}
a {
	outline: none;
	border: none;
}
a img {
	outline: none;
	border: none;
}
hr {
	display: none;
}
.clearfloat {
	clear: both;
    height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
#bg_left_side {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 386px;
	background: #fff url(images/bg_left.gif) repeat-x;
}
#bg_right_side {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 386px;
	background: #fff url(images/bg_right.gif) repeat-x;
}
#left_line {
	display: inline;
	float: left;
	width: 670px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}
#left_side {
	display: inline;
	float: left;
	width: 670px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#right_side {
	display: inline;
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
/********************************** Header **********************************/
#line {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 4px;
	background: #fff url(images/bg_line.gif) 0 0 repeat-x;
	font-size: 1px;
	line-height: 1px;
}
#header {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#logo a {
	float: left;
	display: inline;
	width: 317px;
	height: 91px;
	background: #fff url(images/logo.jpg) 0 0 no-repeat;
	text-indent: -5000px;
}
#icon {
	height: 91px;
	float: right;
	display: inline;

}
#icon ul {
	list-style: none;
	padding-top: 35px;
} 
#icon ul li {
	float: left;
	margin-left: 25px;
	padding-right: 25px;
	/*background: #fff url (images/icon_line.jpg) 100% 0 no-repeat;*/
	border-right: 1px dotted #ddd;
}
#icon ul li.rss a {
	background: #fff url(images/icon_rss.jpg) 0 0 no-repeat;
	margin: 7px 0 7px 0;
	display: block;
	text-indent: -5000px;
	width: 14px;
	height: 13px;
}
#icon ul li.home a {
	background: #fff url(images/icon_home.jpg) 0 0 no-repeat;
	margin: 7px 0 7px 0;
	display: block;
	text-indent: -5000px;
	width: 13px;
	height: 13px;
}
#icon ul li.map a {
	background: #fff url(images/icon_map.jpg) 0 0 no-repeat;
	margin: 7px 0 7px 0;
	display: block;
	text-indent: -5000px;
	width: 16px;
	height: 13px;
}
#icon ul li.contact a {
	background: #fff url(images/icon_contact.jpg) 0 0 no-repeat;
	margin: 7px 0 7px 0;
	display: block;
	text-indent: -5000px;
	width: 13px;
	height: 13px;
}
/****************************** Menu ********************************/
#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	background: #fff url(images/bg_menu.jpg) 0 0 repeat-x;
	display: inline;
	float: left;
}
#menu ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	float: right;
}
#menu ul li {
	float: left;
	background: url(images/menu_divider.jpg) top left no-repeat;
}
#menu ul li a {
	padding: 20px 42px 9px 42px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ff6600;
	padding: 20px 35px 9px 35px;
	margin: 0 7px 0 7px;
}
#menu ul li .active {
background-color: #ff6600;
	padding: 20px 35px 9px 35px;
	margin: 0 7px 0 7px;
}
/****************************** Banner ********************************/
#banner_big {
	height: 147px;
	width: 669px;
	background: #fff url(images/banner_big.jpg) 0 0 no-repeat;
	text-indent: -5000px;
	display:block;
	float: left;
}
#banner_small {
	height: 209px;
	width: 290px;
	display:block;
	float: right;

}
/****************************** Content ********************************/
#main_text {
	width: 670px;
	text-align: left;
	display: block;
	float: left;
}
#main_text p#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	background: transparent url(images/dotted.gif) 0 2.9em repeat-x;
	width: 615px;
}
#main_text p#breadcrumb a {
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
}
#main_text p#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
}
#main_text #textResize {
	float: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #b2b2b2;
	margin: 20px 55px 0 0;
}
#main_text #textResize a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 0 2px;
}
#normalText {
	font-size: 0.9em;
}
#mediumText {
	font-size: 1.15em;
}
#largeText {
	font-size: 1.4em;
}
.activeTextSize {
	color: #666;
	font-weight: bold;
}
#main_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ff6600;
	font-weight: normal;
	display: block;
	margin: 50px 0 0 0;
}
.gray {
	color: #5d5d5d;
}
#main_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 55px 0 0;
	text-align: justify;
}
#main_text p a {
	color: #555;
}
#main_text p a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#main_text p a:visited {
	color: #888;
}
#main_text p.more a {
	float: right;
	margin: 0 0 20px 0;
	display: block;
	text-indent: -5000px;
	width: 56px;
	height: 20px;
	background: #fff url(images/more.gif) 0 0 no-repeat;
}
#main_text p.more a:hover {
	background-position: 0 -20px;
}
#main_text p.italic {
	font-style: italic;
}
#main_text #image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 50px 0 0;
	text-align: justify;
}
#main_text #image #s1 {
	width: 620px;
	height: 131px;
    padding: 0;
    margin:  0 auto;
	overflow: hidden;
} 
#main_text #image #s1 img {
    width: 612px;
    height: 123px;
    top:  0;
    left: 0;
	border: 4px solid #ece9e0;
}
#main_text .ryc {
	display: inline;
	float: left;
	margin: 20px 20px 0 0;
}
#main_text .ryc2 {
	display: inline;
	float: right;
	margin: 20px 55px 0 20px;
}
#main_text .ryc img {
	border: 4px solid #ece9e0;
	display: block;
}
#main_text .ryc2 img {
	border: 4px solid #ece9e0;
	display: block;
}
#main_text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ff6600;
	font-weight: bold;
	display: block;
	margin: 50px 0 0 0;
}
#main_text h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ff6600;
	font-weight: normal;
	display: block;
	margin: 50px 0 0 0;
}
#main_text h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #5d5d5d;
	font-weight: bold;
	display: block;
	margin: 50px 0 0 0;
}
#main_text ul {
	margin-top: 10px;
}
#main_text ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0 55px 0 30px;
	text-align: justify;
}
#main_text .spis2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 55px 5px 0;
	float: right;
	display: block;
}
#main_text .spis2 a:hover {
	text-decoration: none;
	background: #e3e3e3; 
}
/*********************************** Highslide ***********************************/
.highslide-image {
	border: 10px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	z-index: 1000000000;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
	z-index: 1000000000;
}
a.highslide-full-expand {
	display: block;
	background: url(images/highslide/fullexpand.gif) no-repeat;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	z-index: 1000000000;
}
.highslide-caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	z-index: 1000000000;
}
/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/****************************** Right_box ********************************/
#box1 {
	float: right;
	display: block;
	width: 288px;
	margin-top: 52px;
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	line-height: 1.6em;
	padding: 25px 35px 20px 35px;
	text-indent: 0;
	text-align: justify;
}
#box1 h2 {
	font-size: 1.6em;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 20px 0 0 55px;
	background: #fff url(images/point.jpg) 20px 20px no-repeat;
}
#quote_button a {
	display: inline;
	float: left;
	background: #fff url(images/quote_button.jpg) 0 0 no-repeat;
	width: 220px;
	height: 29px;
	text-indent: -5000px;
	margin: 0 0 20px 35px;
}
#developer_button a {
	display: inline;
	float: left;
	background: #fff url(images/developer.gif) 0 0 no-repeat;
	width: 220px;
	height: 29px;
	text-indent: -5000px;
	margin: 0 0 20px 35px;
}
#formularz_button a {
	display: inline;
	float: left;
	background: #fff url(images/formularz.gif) 0 0 no-repeat;
	width: 220px;
	height: 29px;
	text-indent: -5000px;
	margin: 0 0 20px 35px;
}
#realizacje_button a {
	display: inline;
	float: left;
	background: #fff url(images/realizacje_button.gif) 0 0 no-repeat;
	width: 220px;
	height: 29px;
	text-indent: -5000px;
	margin: 0 0 20px 35px;
}
#point {
	display:inline;
	float: left;
	margin: 20px 20px 0 20px;
	height: 19px;
	width: 19px;
	background: #fff url(images/point.jpg) 0 0 no-repeat;
}
#box2 {
	float: right;
	display: block;
	width: 288px;
	margin: 20px 0;
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#box2 h2 {
	font-size: 1.6em;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 20px 0 0 55px;
	background: #fff url(images/point.jpg) 20px 20px no-repeat;
}
#box2 ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	line-height: 1.6em;
	float: left;
	padding: 25px 0 10px 30px;
}
#box2 ul li {
	padding: 7px 0;
	background: url(images/contact_point.jpg) 0 14px no-repeat;
	width: 225px;
	text-indent: 20px;
}
#box2 ul li a {
	font-weight: bold;
	color: #5d5d5d;
}
#box2 ul li a:hover {
	text-decoration: none;
}
#box2 ul li.class {
	border-bottom: 1px solid #e1e1e1;
}
#box2 ul li.last {
	border: none;
}
#box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	line-height: 1.6em;
	padding: 25px 0 20px 35px;
}
#box_menu {
	float: right;
	display: block;
	width: 288px;
	margin-top: 52px;
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#box_menu ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	line-height: 1.6em;
	float: left;
	width: 288px;
}
#box_menu ul li {
	text-indent: 40px;
	
}
#box_menu ul li a {
	padding: 10px 0 10px 0;
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-left: 5px solid #ff6600;
}
#box_menu ul li a:hover {
	color: #ff6600;
	background-color: #f4f4f4;
	border-left: 5px solid #5d5d5d;

}
#box_menu ul li.class {
	border-bottom: 1px dotted #e1e1e1;
	display: block;
}
#box3 {
	float: right;
	display: block;
	width: 288px;
	margin: 20px 0;
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#box3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	line-height: 1.6em;
	padding: 25px 35px 35px 35px;
	text-indent: 0;
}
#box3 h2 {
	font-size: 1.6em;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 20px 0 0 55px;
	background: #fff url(images/point.jpg) 20px 20px no-repeat;
}
#box3 p a {
	color: #5d5d5d;
	text-decoration: underline;
}
#box3 p a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#box4 {
	float: right;
	display: block;
	width: 288px;
	margin:  20px 0 0 0;
	border: 1px solid #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#box4 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	line-height: 1.6em;
	padding: 25px 35px 20px 35px;
	text-indent: 0;
	text-align: justify;
}
#box4 h2 {
	font-size: 1.6em;
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 20px 0 0 55px;
	background: #fff url(images/point.jpg) 20px 20px no-repeat;
}
#read_more_news a {
	display: inline;
	float: left;
	background: #fff url(images/read_more.jpg) 0 0 no-repeat;
	width: 220px;
	height: 29px;
	text-indent: -5000px;
	margin: 0 0 20px 35px;
}
/********************************** contact **********************************/
#contact_info {
	width: 615px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin-top: 30px;
}
#contact_info a {
	color: #5d5d5d;
	text-decoration: underline;
}
#contact_info a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#contact_info #left_q {
	width: 190px;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 20px;
}
#contact_info #right_a {
	float: left;
	display: inline;
	text-align: left;
}
#quoteForm {
	width: 615px;
	margin-top: 20px;
}
#quoteForm p {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 12px 0;
} 
#quoteForm p label {
	display: block;
	float: left;
	width: 190px;
	text-align: right;
	padding: 5px 20px 0 0;
}
#quoteForm p input, #quoteForm p select, #quoteForm p textarea {
	display: block;
	float: left;
	width: 300px;
	border: 1px solid #DCD9D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	padding: 3px;
}
#quoteForm p select {
	width: 310px;
}
#quoteForm p select option {
	padding: 0 3px;
}
#quoteForm input:focus, #quoteForm p select:focus, #quoteForm p textarea:focus {
	border-color: #bfb9a9;
}
.mandatory {
	color: #c00;
	font-size: 1.6em;
	padding-left: 3px;
}
#quoteForm p.radio_buttons span {
	display: block;
	float: left;
	text-align: right;
	width: 190px;
	padding: 0 15px 0 0;
	margin: 0;
}
#quoteForm p.radio_buttons label {
	width: auto;
	padding: 0 5px 0 0;
}
#quoteForm p.radio_buttons input {
	width: 14px;
	height: 14px;
	border: none;
	background: none;
	margin: 2px 20px 0 0;
	padding: 0;
	outline: none;
}
#quoteForm p.radio_buttons img {
	padding: 0 0 0 8px;
	cursor: help;
}
#req1,#req2,#req3,#req4,#req5,#req6,#req7,#req8,#req9,#req10,#notvalid {
	display: block;
	background: #c00 url(images/form_error_arrow.gif) 8px 7px no-repeat;
	color: #fff;
	width: 280px;
	margin-left: 210px;
	padding: 5px 5px 5px 23px;
}
#quoteForm p img {
	padding: 5px 0 0 8px;
	cursor: help;
}
#missingFields {
	display: none;
}
#missingFields span {
	display: block;
}
#missingFields div {
	border-top: 2px solid #c00;
	border-bottom: 2px solid #c00;
	background: url(images/form_error_bg.gif) 0 0 repeat;
	color: #c00;
	padding: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 30px;
}
#missingFields div strong {

	display: block;
	padding-bottom: 10px;
}
#empty {
    height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
#no_web, #yes_web {
	margin-bottom: 10px;
	float: left;
}
#request_quote_btn {
	background: #ff6600 url(images/send.gif) top left no-repeat;
	border: none;
	width: 220px;
	height: 29px;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	margin: 5px 0 40px 210px;
	outline: none;
}
#request_quote_btn span {
	position: absolute;
	text-indent: -5000px;
	overflow: hidden;
}
.redcenter {
	color: #c00;
	text-align: center;
}
/****************************** Portfolio Content ********************************/
#portfolio_text {
	width: 670px;
	text-align: left;
	display: block;
	float: left;
}
#portfolio_text p#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	background: transparent url(images/dotted.gif) 0 2.9em repeat-x;
	width: 615px;
}
#portfolio_text p#breadcrumb a {
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
}
#portfolio_text p#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
}
#portfolio_text #textResize {
	float: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #b2b2b2;
	margin: 20px 55px 0 0;
}
#portfolio_text #textResize a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 0 2px;
}
#portfolio_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ff6600;
	font-weight: normal;
	display: block;
	margin: 50px 0 0 0;
}
#portfolio_text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #5d5d5d;
	font-weight: bold;
	display: block;
	margin: 50px 0 0 0;
}
#portfolio_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 55px 0 0;
	text-align: justify;
}
.hr {
	width: 615px;
	height: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #b2b2b2;
	display: block;
	float: left;
}
#portfolio_text p a {
	color: #555;
}
#portfolio_text p a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#portfolio_text p a:visited {
	color: #888;
}
#portfolio_text .bord_left {
	font-weight: bold;
	width: 100px;
	display: block;
	float: left;
}
#portfolio_text .bord_right {
	width: 515px;
	display: block;
	float: left;
}
#portfolio_text .image img {
	border: 4px solid #ece9e0;
	display: inline;
}
#portfolio_text .image img:hover {
	border-color: #dcd9d1;
}
#portfolio_text .image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 0 0 0;
	text-align: justify;
	position: relative;
}
#portfolio_text .zoom {
 	position: absolute;
 	top: 10px;
 	left: 10px;
 	display: none;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
	text-decoration: none; 
}
#portfolio_text .image a:hover .zoom {
 	display: block;
}
.blogcenter {
	text-align: center;
}
#portfolio_text .oferta {
	width: 308px;
	float: left;
	display: inline;
	padding: 0;
}
#portfolio_text .image2 img {
	border: 4px solid #ece9e0;
}
#portfolio_text .image2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 15px 0 0;
	text-align: justify;
	display: inline;
	float: left;
}
#portfolio_text ul {
	margin: 10px 0 40px 15px;
}
#portfolio_text ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0 55px 0 0;
	text-align: justify;
}
#portfolio_text .back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 55px 0 0;
	display: block;
	float: right;
}
#portfolio_text .back a {
	color: #555;
	text-align: right;

}
#portfolio_text .back a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
p.text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	background-color: #f4f4f4;
	line-height: 1.6em;
	margin: 20px 55px 0 0;
	text-align: justify;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
p.text_box a {
	color: #555;
}
p.text_box a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
p.text_box a:visited {
	color: #888;
}
/********************************** services **********************************/
#services_text {
	width: 670px;
	text-align: left;
	display: block;
	float: left;
}
#services_text p#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	background: transparent url(images/dotted.gif) 0 2.9em repeat-x;
	width: 615px;
}
#services_text p#breadcrumb a {
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
}
#services_text p#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
}
#services_text #textResize {
	float: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #b2b2b2;
	margin: 20px 55px 0 0;
}
#services_text #textResize a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 0 2px;
}
#services_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ff6600;
	font-weight: normal;
	display: block;
	margin: 50px 0 0 0;
}
#services_text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #5d5d5d;
	font-weight: bold;
	display: block;
	margin: 50px 0 0 0;
}
#services_text h2.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #5d5d5d;
	font-weight: bold;
	display: block;
	margin: 50px 0 0 15px;
}
#services_text p.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 55px 0 0;
	text-align: justify;
}
#services_text p.normal a {
	color: #555;
}
#services_text p.normal a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#services_text p.normal a:visited {
	color: #888;
}
#services_text .hr {
	width: 292px;
	height: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #b2b2b2;
	display: block;
	float: left;
}
#services_text .hr_right {
	width: 292px;
	height: 5px;
	margin: 5px 0 0 15px;
	border-bottom: 1px solid #b2b2b2;
	display: block;
	float: left;
}
#services_text .oferta {
	width: 307px;
	float: left;
	display: inline;
	padding: 0;
}
#services_text .image_left img {
	border: 4px solid #ece9e0;
	display: inline;
	margin-top: 20px;
}
#services_text .image_left img:hover {
	border-color: #dcd9d1;
}
#services_text p.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 15px 0 0;
	text-align: justify;
}
#services_text .image_right img {
	border: 4px solid #ece9e0;
	display: inline;
	margin: 20px 0 0 15px;
}
#services_text .image_right img:hover {
	border-color: #dcd9d1;
}
#services_text p.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 0 0 15px;
	text-align: justify;
}
#services_text p.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 15px 35px 0;
	text-align: right;
}
#services_text p.link a {
	color: #555;
}
#services_text p.link a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#services_text p.link a:visited {
	color: #888;
}
#services_text p.link_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 0 35px 0;
	text-align: right;
}
#services_text p.link_right a {
	color: #555;
}
#services_text p.link_right a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#services_text p.link_right a:visited {
	color: #888;
}
#services_text ul {
	margin: 40px 0 0 15px;
}
#services_text ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 10px 55px 0 0;
	text-align: justify;
}
/********************************** sitemap **********************************/
#site_text {
	width: 670px;
	text-align: left;
	display: block;
	float: left;
}
#site_text p#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	background: transparent url(images/dotted.gif) 0 2.9em repeat-x;
	width: 615px;
}
#site_text p#breadcrumb a {
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
}
#site_text p#breadcrumb a:hover {
	text-decoration: underline;
	background: none;
}
#site_text #textResize {
	float: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #b2b2b2;
	margin: 20px 55px 0 0;
}
#site_text #textResize a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 0 2px;
}
#site_text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ff6600;
	font-weight: normal;
	display: block;
	margin: 50px 0 0 0;
}
#site_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 55px 0 0;
	text-align: justify;
}
#site_text p a {
	color: #555;
}
#site_text p a:hover {
	text-decoration: none;
	background: #e3e3e3;
}
#site_text p a:visited {
	color: #888;
}
#site_text ul {
	margin: 20px 0 0 0;
}
#site_text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5d5d;
	border-bottom: 1px dotted #dcdcdc;
	margin: 0 55px 0 15px!important;
	line-height: 1.7em!important;
}
#site_text li a {
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	color: #5d5d5d;
	font-size: 0.9em;
}
#site_text li a strong {
	display: block;
	font-size: 1.1em;
	color: #5d5d5d;
}
#site_text li a:hover {
	background-color: #f4f4f4;
}

/********************************** bottom **********************************/
#bottom_wrap {
	position: relative;
	width: 100%;
}
#bg_bottom_left {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	height: 75px;
	background: #fff url(images/bg_bottom_left.gif) repeat-x;
}
#bg_bottom_right {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	height: 75px;
	background: #fff url(images/bg_bottom_right.gif) repeat-x;
}
#bottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#bottom_left {
	display: inline;
	float: left;
	width: 670px;
	height: 75px;
	background: #fff url(images/bg_bottom_left.gif) repeat-x;
}
#bottom_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	line-height: 1.6em;
	margin: 35px 0 0 0;
	text-align: left;
}
#bottom_left p a {
	color: #fff;
	text-decoration: none;
}
#bottom_left p a:hover {
	color: #fff;
	text-decoration: underline;
}
#bottom_right {
	display: inline;
	float: right;
	width: 290px;
	height: 75px;
	background: #fff url(images/bg_bottom_right_box.gif) repeat-x;
}
#bottom_box {
	width: 960px;
	margin: 0 auto;
	float:left;
	display: inline;
}
#small_logo a {
	float: left;
	display: inline;
	width: 150px;
	height: 43px;
	background: #fff url(images/small_logo.gif) 0 0 no-repeat;
	text-indent: -5000px;
}
#copyrights {
	float: left;
	display: inline;
	width: 170px;
	border-left: 1px solid #ddd;
	margin: 10px 30px;
}
#copyrights p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #b2b2b2;
	font-weight: normal;
	line-height: 1.6em;
	margin-left: 30px;
	text-align: left;
}
#validation {
	float: right;
	display: inline;
	margin: 17px 0 0 0;
}
#menu_item {
	float: right;
	display: inline;
	margin: 15px 0 0 0;
	width: 410px;
}
#menu_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #b2b2b2;
	font-weight: normal;
	line-height: 1.6em;
	margin-left: 30px;
	text-align: left;
}
#menu_item p a {
	color: #b2b2b2;
	text-decoration: none;
}
#menu_item p a:hover {
	text-decoration: underline;
	color: #a1a1a1;
}
#key {
	width: 960px;
	margin: 0 auto;
	float: left;
	display: inline;
}
#key p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #b2b2b2;
	font-weight: normal;
	line-height: 1.6em;
	margin: 20px 0;
	text-align: center;
}
#key p a {
	color: #b2b2b2;
	text-decoration: none;
}
#key p a:hover {
	color: #b2b2b2;
	text-decoration: underline;
}
#key #keycenter {
	font-weight: bold;
	text-align: center;
}
/***** BOT_PARTN ***/
.bot_partners {
	display: inline;
	float: left;
	width: 960px;
	margin: 0 0 30px 0;
	height: 100px;
}
.bot_partners p {
    color: #5D5D5D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.6em;
    margin: 5px 0 0 0;
    text-align: justify;
}
