

body {
	padding: 26px 0;
	margin: 0;
	background:url(../images/background.jpg) center top fixed;
	text-align:justify;
	font-size: 14px;
    line-height: 20px;
	color: #303030;

}
a {
	color:#000066;
}

a:hover {
	color:#052341;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

p.light {
	font-style: italic;
}

/* Logo Container */
#logo {
	width: 800px;
	height: 220px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0 0px;

}

#logo a {
	display: block;
}

#menu1 {
    width: 800px;
    height: 44px;
    margin: 0;
    float: left;
    text-align: left;
    font-size: 16px;
	font-family: Georgia,Arial,Helvetica;
}

#menu-list {
    margin: 0;
    list-style-type: none;
    line-height: 44px;
    display: inline;
}

#menu-list li {
	margin-left: 0;
	padding: 3px 13px;
	list-style: none;
	display: inline;
}

#menu-list li a {
	color:#fff;
}

#menu-list li a:hover {
	color:#ffe7b3;
}

.current-page {
	color:#ffe7b3!important;
}

#mainer {
		float: left;
		width: 780px;
		padding: 10px 10px 10px 10px;
		background-color:#ffffff;
}

	#page-top {
		float: left;
		width: 778px;
/*      background: url(../images/page_top.png) no-repeat top;*/
		padding: 34px 0;
		margin-top:540px;
	}
		#page-top1 {
		float: left;
		width: 778px;
		border: 1px solid #e8e8e8;
/*      background: url(../images/page_top.png) no-repeat top;*/
		padding: 0;

	}

		#page-content {
			width: 760px;
			float: left;
			padding: 10px 10px 10px 10px;
/*          background: url(../images/page_content.png) repeat-y;*/
		}

		    .left-box {
		        float:left;
		        width: 350px;
		        padding: 15px 9px 0 17px;
	        }

	            .left-box p {
	                margin: 0 0 8px;
	            }

	        .right-box {
	            float:left;
	            width: 350px;
	            padding: 15px 9px 0 17px;
            }

                .right-box ul {
                    margin: 0;
                    list-style-position: inside;
                }

                .right-box li {
                    margin-bottom: 14px;
                }

            .focus-box {
                background-color: #fff9ea;
                border: 1px solid #ffeabd;
            }

            .maintext {
                float: left;
                padding: 10px;
            }

/*            .maintext p {
                margin: 0;
            }
*/
            h2.headertext {
                color: #000;
                font-weight: bold;
                font-size: 14px;
            }

		#page-bottom {
			width: 778px;
			float: left;
/*          background: url(../images/page_bottom.png) no-repeat bottom;*/
			height: 34px;
		}

        #footer {
            width: 800px;
            height: 24px;
            margin-left: 14px;
            padding: 10px 0;
            text-align: left;
            color: #fff;
            font-size: 12px;
            font-family: Georgia,Arial,Helvetica;
            float: left;
        }

        #footer span {
            padding: 10px 0;
        }

#pass {
	background:url(../images/pasek.png) left top repeat-y;
	height:100%;
	width:20px;
	position:fixed;
	float:left;
	top:0;
	left:0;
	z-index:100;

}


#listek {
	background:url(../images/next.png) right top no-repeat;
	height:65px;
	width:45px;
	position:fixed;
	top:180px;
	left:180px;
}

.listek2 {
	background:url(../images/next.png) right top no-repeat;
	height:65px;
	width:45px;
	position:fixed;
	top:180px;
	left:0;
}



	#navigation-container {
		float: left;
		width: 190px;
		margin-top: 110px;
		margin-left: -4px;

	}



		#navigation-top {
			position:fixed;
			top:80px;
			left:0;
			background: url(../images/nav_top.png) no-repeat top right;
			width: 190px;
			padding-top: 12px;
		}

			#navigation-content {
				background: url(../images/nav_content.png) repeat-y top;
				float: left;
				width: 190px;
				padding: 1px 0;
			}

				#navigation-content ul {
					list-style: none;
					margin: 0;
					padding: 0;
				}

				#navigation-content ul li {
					margin: 1px 0;
				}

				#navigation-content ul li a{
					display: block;
					padding: 8px 0px;
					width: 157px;
					padding-left: 20px;
					background: url(../images/nav_item.png) no-repeat bottom;
					color:#005db9;
				}
				#navigation-content ul li a:hover {
					color:#003366;
				}
				#navigation-content ul li a.current:hover {
					color:#FFF;
				}

					#navigation-content ul li a span{
						padding-left: 20px;
						background: url(../images/nav_item_bullet.png) no-repeat left;
					}

				#navigation-content li a.current {
					color: #fff;
					background: url(../images/nav_item_current.png) no-repeat right top;
				}

					#navigation-content ul li a.current span{
						padding-left: 20px;
						background: url(../images/nav_item_bullet_current.png) no-repeat left;
					}




			#navigation-bottom {
				width: 190px;
				float: left;
				background: url(../images/nav_bottom.png) no-repeat top;
				height: 12px;
				overflow: hidden;
			}

	.item {
		float: left;
		width: 100%;
		padding: 20px 0;
	}
		/* use main-1 if no right or left column */
		.item .main-1 {
			float: left;
			width: 760px;
		}

		.item .main {
			float: left;
			width: 460px;
		}

		.item .right {
			float: left;
			width: 200px;
			margin-left: 30px;
		}

		.item .two-column {
			float: left;
			width: 330px;
		}

		.item .three-column {
			float: left;
			width: 200px;
		}


	.item .entry {
		margin: 15px 0;
		float: left;
		width: 100%;
	}

	.item .entry img {
		margin-right:10px;
	}

	.item p {
		padding-bottom: 7px;
		margin: 0;
		clear: both;
	}

	h2.border {
		border-top: 2px #777 solid;
		border-bottom: 1px #aaa solid;
		padding: 10px 0;
		color: #004c98;
		font-size: 19px;
	}
	
    h2.header {
        margin: 0;
        padding: 15px 0;
        color: #303030;
        font-size: 18px;
    }

	#sendmessage {
		background: url(../images/sendmessage.png) no-repeat bottom;
		width: 39px;
		height: 170px;
		position: absolute;
		left: 793px;
		top: 110px;
	}


.portfolio-row {
	margin-bottom: 10px;
	float: left;
}
	.portfolio-separator {
		padding-bottom: 5px;
	}
	
	.toggled-content {
        background-color: #fff9ea;
        border: 1px solid #ffeabd;
        float: left;
        padding: 10px;
    }

.portfolio-item {
	float: left;
	width: 170px;
}

	.portfolio-image {
		margin-bottom: 15px;
		float: left;
	}

	.portfolio-image img {
		margin-right: 0;
	}

	.portfolio-item p {
		margin: 5px 0;
		clear: both;
	}

	.portfolio-item ul.list {
		list-style: disc inside;
	}



/* separator */


.separator {
	margin: 0 auto;
	text-align: center;
	background: url(../images/separator_line.png) repeat-x right 12px;
	margin-bottom: 30px;
}

.separator h2, .separator h3 {
	text-align: center;
	font-size: 31px;

}

.separator  h2 span, .separator  h3 span {
	padding-right: 30px;
	background: #fff url(../images/separator_right.png) no-repeat right;
}

.separator h2 span.left, .separator h3 span.left {
	padding-left: 30px;
	padding-right: 0;
	background: #fff url(../images/separator_left.png) no-repeat left;
}


/* contact form style */

form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 150px;
	padding: 5px;
}

#contact label {
	font-size: 14px;
}

input.textbox,
textarea {
    padding: 2px;
    font: 400 18px arial, sans-serif;
    background-color: #fff9ea;
    border: 1px solid #ffeabd;
}
.textbox-block {
	width: 138px;
}
/*input:focus,
textarea:focus{
  color: #333;
  background-color: #edf2f5;
}*/
#name, #email, #subject{
	width:166px;
	height: 24px;
}
#message{
	width:396px;
	height:96px;
}

button {
	border: none;
	padding: 0;
	margin: 0;
}

.form-submit {
	background: #555;
	border: 0;
	cursor: pointer;


	margin: 0;
	padding: 2px 0;
	float: left;
}

.form-submit span {
	padding: 5px 30px;
	color: #ddd;
	float: left;
	border: 1px #848484 solid;
	font-size: 23px;
	font-family: Arial,Helvetica,sans-serif;
}

.form-submit:hover {
	color: #777;
}

.form-submit {
	line-height: 39px;
	height: 44px;
	background: url(../images/submit_button.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 5px;

	cursor: pointer;
	color: #ddd;
}

.form-submit:hover {
	background: url(../images/submit_button.png) no-repeat left -138px;
	color: #bbb;
}

.textcontact {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}


/* skype */
#skype {
    margin: 20px 0 0 30px;
}

/* separator styles */
div.text-separator {
    width: 100%;
    height: 20px;
    float: left;
    padding: 10px 0 10px 0;
    margin: 0;
    background: url(../images/separator.png) no-repeat center center;
}


/* testimonials */

.testimonial {
	width: 100%;
}

.item .testimonial blockquote {
	margin: 0;
	padding:0px 0px 0px 35px;
	background:url(../images/quote.png) no-repeat 0px 0px;

}
.item .testimonial blockquote p.quote{
	text-align:left;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom: 10px;
}

.item .testimonial blockquote p.author{
	text-align:right;
	font-size:12px;

	font-weight:bold;
	font-family: Tahoma, arial;
	font-style:normal;
}

div.inlines {
/*  float:left;*/
	margin: auto auto;
	width:350px;
/*  height: 200px;*/
	padding: 10px;
}

p {
    margin-bottom: 30px;
}

/*list styles */

ul {
	list-style: disc;
	margin-left: 30px;
}

ul.sub {
	list-style:disc;
	margin-left: 30px;
}

ul.list {
		list-style:disc;
		margin:  0;
		margin-bottom: 15px;
	}

	ol.list {
		margin-left: 30px;
	}

		ul.list li {
/*          background: url(../images/bullet.png) no-repeat left;
            border-bottom: 1px #aaa dotted;*/
			padding: 0;
			text-align: left;

		}
		
		ul.list li a {
            color: #303030;
	    }

		 ol.list li {
			border-bottom: 1px #aaa dotted;
			padding: 5px 0;
		 }

/* Vertical List */

.vertical-list {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	text-decoration:none;
	padding: 8px 0;
	background: #fff url(../images/border_bottom.gif) repeat-x right bottom;
	overflow: hidden;
	width: 100%;
}



/*table styles  */

table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	text-align: left;
	padding: 5px 15px;
}

td {
	background: #f1f1f1;
	border-top: 1px #fff solid;
	border-bottom:1px #ccc solid;
	color: #777;
	padding: 5px 15px;
}

tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}

/* CSS sliding doors button */


.button {
	background: #555;
	cursor: pointer;

	margin-right: 5px;
	padding: 2px 2px;
	float: left;
}

.button span {
	padding: 0px 10px;
	color: #ddd;
	float: left;
	border: 1px #848484 solid;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}

.button:hover {
	background: #333;
}

.button:hover span {
	border: 1px #646464 solid;
}


/* OtherStyles */

.textblock {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding:0px 0px 0px 40px;
	background: url(../images/quote.png) no-repeat 0px 0px;

}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
	margin-bottom: 10px;
}

.notification_ok {
	color: #229922;
}

/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */
/*
.item {
	margin-bottom: 15px;
	float: left;
}
	.item .separator {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}

	.item .post-info {
		margin-bottom: 12px;
	}

		.item .post-info h2, .item .post-info h3{
			margin-bottom: 0;
		}
		.item .post-info span {
			color: #888;
			font-size: 11px;
		}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

*/

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
	float: left;
}

.image-margin-right {
	margin:0 0 3px 10px;
	float: right;
}

.image-left, .image-border, .image-right, .header-image-left, .header-image-right {
	padding:4px;
	margin:5px 10px 3px 0;
	border: 1px #cdcdcd solid;
	background: #fafafa;
	float: left;
}

.header-image-left, .header-image-right {

	background: #6393c3;
	border: none;
	margin:0;
	padding: 5px;

}

.image-small-left{
	background: #f7f7f7;
	padding:3px;
	margin:0 5px 0 0;
	border: 1px #bebebe solid;
	float: left;
}

.image-small-right {
	background: #f7f7f7;
	padding:3px;
	margin:0 0 0 3px;
	border: 1px #bebebe solid;
	float: right;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
	float: right;
}

.margin-0-left {
	margin-left: 0px;
}

.margin-0-right {
	margin-right: 0;
}


.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-15-left {
	margin-left: 15px;
}

.margin-15-right {
	margin-right: 15px;
}


.margin-20-left {
	margin-left: 20px;
}

.margin-25-left {
	margin-left: 25px;
}

.margin-20-right {
	margin-right: 20px;
}

.margin-30-left {
	margin-left: 30px;
}

.margin-30-right {
	margin-right: 30px;
}

.width-180 {
    width: 180px;
}

.bold {
    font-weight: bold;
}

