/*---------------------------------------------------------------------------------
  Basic
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#0a103a;
	background-image:url(../images/pozadi.png);
	color:#333;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

h2 {
	display:inline;
	font-size:32px;
	margin:0;
	padding:0;
	text-align:left;
}

h4 {
	color:#006d78;
	font-size:11px;
	font-weight:bold;
	margin:0 0 12px;
	padding:0;
}

h5 {
	color:#ebb750;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 10px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	width:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}


/*---------------------------------------------------------------------------------
  Header
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#header {
	margin:0;
	padding:100px 30px 0;
	width:890px;
}

h1#logo a {
	background:url(../images/logo.png) no-repeat;
	border:none;
	display:block;
	float:left;
	height:55px;
  width:225px;
	margin:-25px -20px 0px -25px;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
  z-index:9999;

}

/* Menu 
--------------------------------------------  */

#menu {
	float:right;
	height:30px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	width:659px;
}

#menu li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu a:hover,#menu a:active,#menu a.selected {
	background-position:0 -30px;
}

#menu a {
	float:left;
	height:0 !important;
	overflow:hidden;
	padding:30px 0 0;
}

#m_home a {
	background:url(../images/menu1_home.png) top left no-repeat;
	margin:0 5px 0 0;
	width:105px;
}

#m_home_sel a {
	background:url(../images/menu1_home.png) top left no-repeat;
	background-position:0 -60px;
	margin:0 5px 0 0;
	width:105px;
}

#m_nabidka a {
	background:url(../images/menu2_nabidka.png) top left no-repeat;
	margin:0 5px 0 0;
	width:105px;
}

#m_nabidka_sel a {
	background:url(../images/menu2_nabidka.png) top left no-repeat;
	background-position:0 -60px;
	margin:0 5px 0 0;
	width:105px;
}

#m_sluzby a {
	background:url(../images/menu3_sluzby.png) top left no-repeat;
	margin:0 5px 0 0;
	width:105px;
}

#m_sluzby_sel a {
	background:url(../images/menu3_sluzby.png) top left no-repeat;
	background-position:0 -60px;
	margin:0 5px 0 0;
	width:105px;
}

#m_galerie a {
	background:url(../images/menu4_galerie.png) top left no-repeat;
	margin:0 5px 0 0;
	width:105px;
}

#m_galerie_sel a {
	background:url(../images/menu4_galerie.png) top left no-repeat;
	background-position:0 -60px;
	margin:0 5px 0 0;
	width:105px;
}

#m_kontakt a {
	background:url(../images/menu6_kontakt.png) top left no-repeat;
	margin:0 5px 0 0;
	width:106px;
}

#m_kontakt_sel a {
	background:url(../images/menu6_kontakt.png) top left no-repeat;
	background-position:0 -60px;
	margin:0 5px 0 0;
	width:106px;
}

#m_clients a {
	background:url(../images/menu5_clients.png) top left no-repeat;
	margin:0;
	width:106px;
}

#m_clients_sel a {
	background:url(../images/menu5_clients.png) top left no-repeat;
	background-position:0 -60px;
	margin:0;
	width:106px;
}

#m_home_sel a:hover,#m_home_sel a:active,#m_about_sel a:hover,#m_about_sel a:active,#m_portfolio_sel a:hover,#m_portfolio_sel a:active,#m_blog_sel a:hover,#m_blog_sel a:active,#m_clients_sel a:hover,#m_clients_sel a:active,#m_contact_sel a:hover,#m_contact_sel a:active {
	background-position:0 -60px;
}


/*---------------------------------------------------------------------------------
  Layout
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#bg_container {
	background-image:url(./images/bg_top.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:630px;
	width:100%;
}

#container {
	margin:0 auto;
	width:950px;
}

#content {
	background-color:#fff;
	display:inline;
	float:left;
	padding:5px 0 10px;
	width:950px;
}

#content_sub {
	background-color:#fff;
	display:inline;
	float:left;
	padding:25px 30px 35px;
	width:890px;
}

#content_left {
	display:inline;
	float:left;
	margin:0 30px 0 0;
	width:430px;
}

#content_right {
	display:inline;
	float:left;
	width:430px;
}

#content_left p,#content_right p {
	height:30px;
	margin-top:15px;
}

span.edit {
	border-top:1px solid #CCC;
	display:inline;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:30px;
	padding-top:5px;
	width:660px;
}

span.edit a {
	color:#666;
}

span.edit a:hover,p.edit a:active {
	color:#067e8c;
}

#tophr {
	border:none;
	clear:both;
	height:11px;
	margin:0;
	padding:0;
	position:relative;
	width:950px;
}

#midhr {
	border:none;
	display:inline;
	float:left;
	height:25px;
	margin:0;
	padding:0;
	width:950px;
}

#latestwork {
	display:inline;
	float:left;
	margin:25px 45px 15px;
	padding:0;
	width:660px;
}

.arrow {
	font-family:Geneva, Arial, Verdana, sans-serif;
	margin-left:15px;
}

.arrow_l {
	font-family:Geneva, Arial, Verdana, sans-serif;
	margin-right:15px;
}

.viewfullportfolio {
	color:gray;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 30px;
}


/*---------------------------------------------------------------------------------
  Footer
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#content_bottom {
	background-color:#fff;
	height:160px;
	padding:20px 30px 0;
	width:890px;
}

#hr_bottom {
	height:8px;
	width:950px;
}

#footer {
	color:#fff;
	font-family: Calibri, Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:5px 0 50px;
	padding:5px 0 0;
	text-align:center;
}

#footer a {
	color:#605743;
}

#footer a:hover, #footer a:active {
	color:#f2c362;
	text-decoration:none;
}

.footer_address {
	float:left;
	margin-top:4px;
}

.footer_copyright {
	float:right;
}

.footer_copyright span {
	font-family:Calibri, Tahoma, Arial, Verdana, sans-serif;
	float:left;
	margin-top:4px;
	margin-right:10px;
	color:#605743;
}

#ico_behance, #ico_twitter {
	margin-right:3px;
}

/* Hire Me
--------------------------------------------  */

#hire_me {
	display:inline;
	float:left;
	height:120px;
	margin:0 30px 0 0;
	padding:0;
	width:200px;
}

#hire_me p {
	margin:10px 0 20px;
}

/* Latest Blog Posts
--------------------------------------------  */

#latest_blog_posts {
	display:inline;
	float:left;
	height:120px;
	margin-right:25px;
	width:415px;
}

#latest_blog_list {
	border-bottom:1px solid #dcdcdc;
	list-style:none;
	margin:15px 0 0;
	padding:0;
	width:415px;
}

#latest_blog_list li {
	border-top:1px solid #dcdcdc;
	list-style-type:none;
	margin:0;
	padding:0;
}

.latest_blog_post a {
	color:#4c4c4c;
	display:block;
	font-size:11px;
	margin:0;
	padding:4px 10px 4px 0;
	text-decoration:none;
}

.latest_blog_post a:hover,.latest_blog_post a:active {
	background-color:#eefafb;
	outline:none;
}

html>body .latest_blog_post a {
	width:auto;
}

.latest_blog_date {
	color:#648d92;
	float:left;
	width:70px;
}

.latest_blog_entrytitle {
	font-weight:bold;
}

.latest_blog_comments {
	color:#9c9c9c;
	margin:0 0 0 15px;
}

/* Newsletter Signup
--------------------------------------------  */

#newsletter {
	display:inline;
	float:left;
	width:215px;
}

#newsletter p {
	margin:10px 0 16px;
}

#newsletter form {
	margin:0 5px 0 0;
}

#ikiyul-ikiyul {
	width:140px;
	font:12px Arial;
	margin:0 10px 0 0;
	border:1px solid #ccc;
	color:#666;
	padding:4px 5px;
}


/*---------------------------------------------------------------------------------
  Home
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#featured {
	background-color:#fff;
	background-image:url(../images/index.jpg);
	border:none;
	display:inline;
	float:left;
	height:303px;
	margin:0;
	padding:0;
	width:950px;
}
#nabidka {
	background-color:#fff;
	background-image:url(../images/nabidka.jpg);
	border:none;
	display:inline;
	float:left;
	height:303px;
	margin:0;
	padding:0;
	width:950px;
}
#sluzby {
	background-color:#fff;
	background-image:url(../images/sluzby.jpg);
	border:none;
	display:inline;
	float:left;
	height:303px;
	margin:0;
	padding:0;
	width:950px;
}
#galerie {
	background-color:#fff;
	background-image:url(../images/galerie.jpg);
	border:none;
	display:inline;
	float:left;
	height:303px;
	margin:0;
	padding:0;
	width:950px;
}
#kontakt {
	background-color:#fff;
	background-image:url(../images/kontakt.jpg);
	border:none;
	display:inline;
	float:left;
	height:303px;
	margin:0;
	padding:0;
	width:950px;
}

#featured_text {
	margin:70px 0 0 475px;
}

#button_viewproject {
	display:inline;
	float:left;
	margin:25px 0 0 475px;
}

#introtext {
	display:inline;
	float:left;
	margin:25px 30px;
	padding:0;
	width:200px;
}

#introtext p {
	margin:10px 0 25px;
}


/* Recent Work
--------------------------------------------  */

.latest {
	color:#8e8e8e;
	display:inline;
	float:left;
	font-size:11px;
	margin:0 20px 0 0;
	width:200px;
}

.latest_r {
	color:#8e8e8e;
	display:inline;
	float:left;
	font-size:11px;
	margin:0;
	width:200px;
}

#latestwork a,#latestwork a:visited {
	color:#486e72;
	font-weight:bold;
	text-decoration:none;
}

#latestwork a:hover,#latestwork a:active {
	color:#067e8c;
	text-decoration:underline;
}

.latest_img,.latest_img:visited {
	border:1px solid #d4d4d4;
	display:block;
	height:100px;
	margin:10px 0 15px;
	width:200px;
}

.latest_img:hover,.latest_img:active {
	border:1px solid #26b4c5;
}

a.button {
	background:transparent url('../images/button_a.png') no-repeat scroll top right;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	height:27px;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}

a.button span {
	background:transparent url('../images/button_span.png') no-repeat;
	color:#666;
	display:block;
	line-height:14px;
	padding:5px 0 8px 12px;
	text-decoration:none;
}

a.button:hover {
	color:#000;
	cursor:hand;
}

a.button:active {
	background-position:bottom right;
	outline:none;
}

a.button:active span {
	background-position:bottom left;
	color:#860e0e;
	outline:none;
	padding:6px 0 7px 12px;
}

span.button_disabled {
	background:transparent url('../images/button_a.png') no-repeat scroll top right;
	color:#ccc;
	display:block;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	height:27px;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}

span.button_disabled span {
	background:transparent url('../images/button_span.png') no-repeat;
	display:block;
	line-height:14px;
	padding:5px 0 8px 12px;
}

a.buttonf {
	background:transparent url('../images/button_featured_a.png') no-repeat scroll top right;
	color:#666;
	display:block;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	height:27px;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}

a.buttonf span {
	background:transparent url('../images/button_featured_span.png') no-repeat;
	display:block;
	line-height:14px;
	padding:5px 0 8px 12px;
}

a.buttonf:hover {
	color:#006d78;
}

a.buttonf:active {
	background-position:bottom right;
	color:#486e72;
	outline:none;
}

a.buttonf:active span {
	background-position:bottom left;
	outline:none;
	padding:6px 0 7px 13px;
}

#button_add {
	margin:10px 0 0;
}

#button_estimate,#button_learnmore {
	margin:15px 0 0;
}


/*---------------------------------------------------------------------------------
  About
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#about_head {
	background-color:#fff;
	display:inline;
	float:left;
	padding:45px 0;
	width:950px;
}

#about_head img {
	float:left;
	height:120px;
	margin-left:30px;
	width:180px;
}

#about_head p {
	background:url(../images/about_text.png) no-repeat;
	float:right;
	height:183px;
	overflow:hidden;
	padding-right:65px;
	text-indent:-10000em;
	width:624px;
}

#about_foot {
	background:#d8d1c5;
	display:inline;
	float:left;
	padding:40px 45px 32px 30px;
	width:875px;
}

#client_list hr {
	background:url(../images/dot_about.gif) repeat-x bottom;
	border:0;
	display:block;
	height:1px;
	padding:0;
}

#about_foot h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:15px;
	padding:0;
}

#disciplines {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

.title {
	float:left;
	width:230px;
}

#websites {
	float:left;
	margin:0 30px 0 0;
	padding:0;
	width:300px;
}

#brand {
	float:right;
	margin:0;
	padding:0;
	width:300px;
}

#websites p,#brand p {
	height:110px;
}

#websites ul,#brand ul {
	margin:10px 0 0 15px;
	padding:0;
}

#websites li,#brand li {
	margin:0;
	padding:0;
}

#testimonials_right em {
	color:#333;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}

#testimonials_right p {
	color:#766f63;
	font-size:11px;
	margin-bottom:20px;
}

.last {
	margin:0;
}

#client_list,#testimonials {
	background:url(../images/dot_about.gif) repeat-x top;
	display:inline;
	float:left;
	margin:30px 0 0;
	padding:30px 0 0;
}

#client_list ul,#testimonials ul {
	display:inline;
}

#client_list li {
	display:inline;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	list-style:none;
	list-style-type:none;
	width:210px;
}

#client_list_right,#testimonials_right {
	float:right;
	width:645px;
}


/*---------------------------------------------------------------------------------
  Blog
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#content_blog {
	background-color:#fff;
	display:inline;
	float:left;
	overflow:hidden;
	width:950px;
}

#content_blog_left {
	backround-color:#fff;
	display:inline;
	float:left;
	margin:0 0 -29975px;
	padding:25px 30px 30000px;
	width:636px;
}

#content_blog_right {
	background-color:#665b45;
	display:inline;
	float:left;
	margin:0 0 -29975px;
	padding:25px 30px 30000px;
	width:194px;
}

#blog_title {
	display:block;
	height:39px;
	margin:0 0 30px;
	width:282px;
}

.blog_post {
	display:block;
	float:left;
	width:632px;
}

.blog_posttitle {
	font-size:24px;
	margin:0 0 6px;
}

.blog_posttitle a:link {
	color:#017884;
	text-decoration:none;
}

.blog_posttitle a:visited {
	color:#017884;
	text-decoration:none;
}

.blog_posttitle a:hover,.blog_posttitle a:active {
	color:#0aa4b4;
	text-decoration:underline;
}

.blog_teaser {
	font-size:14px;
	line-height:20px;
	margin:0 0 20px;
}

.blog_teaser a {
	border-bottom-color:#ccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#017884;
	text-decoration:none;
}

* .blog_teaser a {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

.blog_teaser a:hover, .blog_teaser a:active {
	background:none;
	border-bottom-color:#860e0e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#860e0e;
	text-decoration:none;
}

.blog_teaser_img {
	border:0;
	background:none;
}

.blog_date {
	color:#b9b9b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	margin:2px 0 15px;
}


/* Comments
--------------------------------------------  */

.blog_comments {
	color:#9f9f9f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:30px;
}

.blog_comments a {
	color:#9f9f9f;
}

.blog_comments a:hover,.blog_comments a:active {
	color:#017884;
	text-decoration:none;
}

#commentform {
	background:url('../images/dot.gif') repeat-x top;
	clear:both;
	margin:0;
	padding-top:15px;
}

.comment {
	background:url('../images/dot.gif') repeat-x top;
	clear:both;
	margin:0;
	padding-top:1px;
}

* .comment,* #commentform {
	background:url('../images/dot.gif') repeat-x top;
	padding-top:1px;
}

#postcomment {
	padding-top:20px;
}

#postcomment .left {
	float:left;
	padding-left:2px;
	width:150px;
}

#postcomment .right {
	float:right;
	padding:0;
	width:460px;
}

.comment_left {
	float:left;
	padding:15px 0;
	width:150px;
}

.comment_left p {
	font-weight:bold;
	margin-bottom:3px;
}

.comment_left p a {
	border-bottom-color:#ccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#017884;
	text-decoration:none;
}

* .comment_left p a {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

.comment_left p a:hover,.comment_left p a:active {
	background:none;
	border-bottom-color:#860e0e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#860e0e;
	text-decoration:none;
}

.comment_left span {
	color:#939393;
	font-size:11px;
	font-weight:normal;
}

.comment_right {
	float:right;
	padding:15px 0;
	width:445px;
}

.comment_right a {
	border-bottom-color:#ccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#017884;
	text-decoration:none;
}

* .comment_right a {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

.comment_right a:hover, .comment_right a:active {
	background:none;
	border-bottom-color:#860e0e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#860e0e;
	text-decoration:none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #securitycode {
	margin:0 0 10px;
	width:150px;
	font:12px Arial;
	border:1px solid #ccc;
	color:#666;
	padding:4px 5px;
}

#commentform #submit {
	margin:10px 0 0 175px;
	padding:3px;
}

#comment {
	font:12px Arial;
	border:1px solid #ccc;
	color:#666;
	padding:4px 5px;
	height:110px;
	margin:0 0 10px;
	width:445px;
}

.comment_button {
	padding-top:10px;
}

#securitycode {
	display:inline;
	float:left;
}

#securityimage {
	display:inline;
	float:left;
	height:40px;
	width:80px;
	margin:0;
}

/* Sidebar
--------------------------------------------  */

#sidebar h5 {
	border-top:1px dashed #d5ba83;
	padding:20px 0 0;
}

#blog_categories,#blog_archives {
	color:#a89b82;
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0 0 20px;
	text-decoration:none;
}

#blog_categories a, #blog_archives a {
	color:#ded6c7;
	text-decoration:none;
}

#blog_categories a:hover,#blog_archives a:hover,#blog_categories a:active,#blog_archives a:active {
	color:#ecb851;
	text-decoration:underline;
}

#blog_books {
	font-size:11px;
	list-style:none;
	list-style-type:none;
	padding:15px 0 0;
	border-bottom:1px dashed #d5ba83;
}

#blog_books a {
	color:#ded6c7;
	text-decoration:none;
}

#blog_books a:hover, #blog_books a:active {
	color:#ecb851;
	text-decoration:underline;
}

#blog_books p {
	float:right;
	padding:8px 0 20px;
	text-align:left;
	width:110px;
	font-weight:bold;
}

#blog_books span {
	font-weight:normal;
}

#blog_books a span {
	color:#b3a895;
}

#blog_books a:hover span, #blog_books a:active span {
	color:#ded6c7;
	text-decoration:underline;
}

#blog_books li {
	height:75px;
	padding:0 5px 20px 0;
	clear:both;
}

#blog_books li img {
	float:left;
	padding:0 0 5px;
}

#blog_about {
	color:#fff;
	padding:0 0 30px;
}

#blog_about a:link,#blog_about a:visited {
	color:#ecb851;
	font-size:12px;
	text-decoration:underline;
}

#blog_about a:hover,#blog_about a:active {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

hr.bloghr {
	border:0;
	border-top:1px dashed #d5ba83;
	height:1px;
	padding:15px 0;
	width:99%;
}

#blog_pic {
	float:right;
	height:60px;
	margin:0 0 10px 15px;
	width:80px;
}

.blog_icon {
	margin:0 5px 0 0;
}

.post {
	clear:both;
}

.blog_left {
	color:#7f7f7f;
	float:left;
	font-size:11px;
	margin:0 30px 0 0;
	min-height:200px;
	width:150px;
}

.blog_right {
	float:right;
	margin:0 0 30px;
	width:445px;
}

.blog_left a:link {
	color:#7f7f7f;
	font-size:11px;
}

.blog_left a:visited {
	color:#7f7f7f;
}

.blog_left a:hover,.blog_left a:active {
	color:#006d78;
	text-decoration:none;
}

.blog_image {
	height:100px;
	margin:0 0 10px;
	width:150px;
}

.twittertitle {
	margin-bottom:20px;
}

ul#twitter{
	list-style:none;
}
	ul#twitter li {
		margin-bottom:20px;
		color:#DED6C7;
		font-size:11px;
	}
	ul#twitter strong { color:#aaa08d; }
	ul#twitter a { color:#DED6C7; }
		ul#twitter a:hover { color:#ECB851; }
	p.twitterfollow {
		color:#fff;
		font-size:11px;
		margin-bottom:20px;
		font-weight:bold;
	}
	p.twitterfollow a { color:#DED6C7; }
		p.twitterfollow a:hover { color:#ECB851; }


/*---------------------------------------------------------------------------------
  Portfolio
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#portfolio_container {
	background-color:#fff;
	display:inline;
	float:left;
	padding:25px 30px 0;
	width:890px;
}

#portfolio_head {
	display:inline;
	float:left;
	margin:20px 0 0;
	vertical-align:bottom;
	width:890px;
}

#portfolio_item_head {
	display:inline;
	float:left;
	margin:20px 0;
	vertical-align:bottom;
	width:666px;
}

#cookie {
	padding:5px 10px;
	float:left;
	display:block;
	width:640px;
	margin:10px 0 15px;
	color:#898989;
	font:11px Arial, Helvetica, sans-serif;
	background-color:#efefef;
}

#portfolio_item_image {
	margin:0 0 25px;
	width:662px;
}

#portfolio_title {
	display:inline;
	float:left;
	height:50px;
	width:320px;
}

#portfolio_item_title {
	display:inline;
	float:left;
	width:500px;
}

#portfolio_item_nav {
	display:inline;
	float:right;
	margin:5px 0 0;
}

#portfolio_cats {
	display:inline;
	float:right;
	height:50px;
	margin:14px 218px 0 0;
	text-align:right;
	vertical-align:bottom;
}

#portfolio_cats_list {
	display:inline;
	list-style:none;
	padding:0;
}

#portfolio_cats_list li {
	display:inline;
	list-style-type:none;
	margin:0 10px;
	padding:0;
}

#portfolio_cats_list li a {
	border-bottom-color:#ccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#666;
	text-decoration:none;
}

* #portfolio_cats_list li a {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

#portfolio_cats_list li a:hover,#portfolio_cats_list li a:active {
	background:none;
	border-bottom-color:#860e0e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#860e0e;
	text-decoration:none;
}

#portfolio_cat_sel {
	font-weight:bold;
}

#current_page_item {
	border:0;
	color:#860e0e;
	font-weight:bold;
}

#portfolio_content {
	display:inline;
	float:left;
	padding:0 0 22px;
	width:690px;
}

#portfolio_list {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#portfolio_list li {
	color:#8e8e8e;
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:135px;
	list-style-type:none;
	margin:0 22px 40px 0;
	width:208px;
}

.portfolio_item {
	display:block;
}

.portfolio_img {
	border:1px solid #ccc;
	display:block;
	float:left;
	margin:0 0 10px;
}

.portfolio_img:hover,.portfolio_img:active {
	border:1px solid #067e8c;
}

#portfolio_introtext {
	color:#353a3d;
	display:inline;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	line-height:17px;
	margin-bottom:22px;
	width:200px;
}

#portfolio_introtext a {
	border-bottom-color:#ccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#017884;
	text-decoration:none;
}

* #portfolio_introtext a {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

#portfolio_introtext a:hover,#portfolio_introtext a:active {
	background:none;
	border-bottom-color:#860e0e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#860e0e;
	text-decoration:none;
}

#portfolio_introtext strong {
	border-bottom:1px dotted #ccc;
	color:#898989;
	display:block;
	font-size:11px;
	padding:10px 0 4px;
}

* html #portfolio_introtext strong {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

#portfolio_introtext ul {
	list-style:none;
	list-style-type:none;
}

#portfolio_introtext li {
	border-bottom:1px dotted #ccc;
	color:#407378;
	font-size:11px;
	margin:0;
	padding:3px 0 3px 3px;
}

* html #portfolio_introtext li {
	background:url('../images/dot.gif') repeat-x bottom;
	border-bottom:none;
}

#portfolio_item_text {
	display:inline;
	float:left;
	width:200px;
}

#portfolio_list li a,#portfolio_list li a:visited {
	color:#486e72;
	font-weight:bold;
	text-decoration:none;
}

#portfolio_list li a:hover,#portfolio_list li a:active {
	color:#067e8c;
	text-decoration:underline;
}

#portfolio_page {
	background-color:#fff;
	display:inline;
	float:left;
	margin:0;
	padding:0 0 40px;
	width:950px;
}

#portfolio_hr {
	display:block;
	float:left;
	margin-bottom:20px;
	width:846px;
}

#portfolio_page_bot {
	float:left;
	width:700px;
}

#portfolio_pagenum {
	color:#999;
	display:inline;
	float:left;
	font-weight:bold;
	margin-left:30px;
	width:200px;
}

#portfolio_nav {
	float:right;
}

.button a {
	background:transparent url('../images/button_a.png') no-repeat scroll top right;
	color:#666;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	height:27px;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}

.button a span {
	background:transparent url('../images/button_span.png') no-repeat;
	color:#666;
	display:block;
	line-height:14px;
	padding:5px 0 8px 12px;
	text-decoration:none;
}

.button a:hover span {
	color:#000;
	cursor:hand;
}

.button a:active {
	background-position:bottom right;
	outline:none;
}

.button a:active span {
	background-position:bottom left;
	color:#860e0e;
	outline:none;
	padding:6px 0 7px 12px;
}


/*---------------------------------------------------------------------------------
  sIFR
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

.sIFR-flash {
	margin:0;
	padding:0;
	visibility:visible !important;
}

.sIFR-replaced,.sifr-ignore {
	visibility:visible !important;
}

.sIFR-alternate {
	display:block;
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
}

.sIFR-active h3.textheader {
	line-height:1em;
	visibility:hidden;
}

.sIFR-active h2.pagetitle {
	line-height:1em;
	visibility:hidden;
}

.sIFR-active h2.abouttitle {
	line-height:1em;
	visibility:hidden;
}

.sIFR-active h2.commenttitle {
	line-height:1em;
	visibility:hidden;
}


.sIFR-active h2.blogtitle {
	line-height:1em;
	visibility:hidden;
}

h3.textheader {
	display:inline;
	font-size:16px;
	text-align:left;
}

h2.pagetitle {
	display:block;
	font-size:24px;
	text-align:left;
}

h2.abouttitle {
	display:block;
	font-size:20px;
	text-align:left;
}

h2.commenttitle {
	display:block;
	font-size:20px;
	text-align:left;
}

h2.blogtitle {
	font-size:22px;
	display:block;
}

.select_box{
	padding:0px 29px 0px 7px;
	margin:0px 0px 4px 0px;
	width:140px;
	height:22px;
	line-height:22px;
	background:url(../images/bg_selectbox.gif) no-repeat 0px 0px;
	color:#ffbe00;
	font-weight:bold;
	cursor:pointer;
	/*position:relative;
	z-index:-10;*/
}

.select_block{
	padding:21px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:176px;
	color:#ffffff;
	z-index:3000;
	position:relative;
}

.select_block ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	border:1px solid #2d2d2d;
	background:#000000;
	line-height:normal;
}

.select_block ul li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.select_block ul li a{
	padding:3px 7px 3px 7px;
	margin:0px 0px 0px 0px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	height:15px;
}

.select_block ul li a:hover{
	padding:3px 7px 3px 7px;
	margin:0px 0px 0px 0px;
	display:block;
	color:#ffffff;
	background:#222222;
	height:15px;	
}

#block_znacka{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:500;
}

#block_model{
	position:absolute;
	top:26px;
	left:0px;
	display:none;
	z-index:140;	
}

#block_karoserie{
	position:absolute;
	top:52px;
	left:0px;
	display:none;
	z-index:130;	
}

#block_palivo{
	position:absolute;
	top:78px;
	left:0px;
	display:none;
	z-index:120;	
}