/* YUI Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
 	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong{font-weight: bold}
em{font-style: italic}

/* YUI Fonts */
body {
	font: 13px/1.231 sans-serif;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}




/* Base generic styles */
body, select, input, button, textarea {
	font: 14px/24px Univers,'Lucida Grande', Verdana, sans-serif;
}
a:link, a:visited {
	color: #3396db;
}
a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Univers, Helvetica, arial, sans-serif;
	color: #333399;
	font-weight: bold;
	margin: 10px 0;
}
h1{font-size:123.1%;text-transform: uppercase;}
h2{font-size:100%;text-transform: uppercase;}
h3{font-size:100%;text-transform: uppercase;}
h4{font-size:100%;text-transform: capitalize;}

body {
	text-align: center;
	background: #000;
}
blockquote{font-style: italic;font-family: Georgia, 'Times New Roman',serif;padding:0 3em 1em 3em}
blockquote > div:before { content: '~ '; }
blockquote > p + div { margin-top: -1em; }


#top, #main, #foot {
	padding-left: 1.5em;
	padding-right: 1.5em;
	min-width: 960px;
}

/* Top bar */
#top {
position: relative;
	background: black url("inter_pic/top-bg.png") repeat-x;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 55px;
	clear: both;
}
#logo {
	margin: 0;
	background: transparent url("inter_pic/top-logo.png") no-repeat scroll left center;
	height: 55px;
	left: 50%;
	margin-left: -483px;
	width: 291px;
	position: absolute;
}
#logo a {
	display: block;
	margin: 0;
	width: 291px;
	height: 55px;
	opacity: 0; filter: alpha(opacity=0); -moz-opacity:0;
}
#nav {
	height: 55px;
	background: url("inter_pic/nav-bg-left.png") no-repeat left top;
	overflow: hidden;
	min-width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 100%;
}
#nav ul {
	position: relative;
	height: 55px;
	margin-left: 15px; /* width of the nav-bg-left.png */
	background: url("inter_pic/nav-bg-right.png") repeat-x left top;
	clear: both;
}
#nav li {
	position: relative;
	height: 29px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	z-index: 99;
}
#nav li a {
	display: block;
	padding: 8px 9px;
	height: 12px;
	opacity: 0; filter: alpha(opacity=0); -moz-opacity:0;
}
#nav li#nav-hover {
	background: transparent url("inter_pic/nav-hover-left.png") no-repeat scroll left top;
	z-index: 98;
	position: absolute;
	margin-left: 0;
}
#nav li#nav-hover span {
	display: block;
	background: transparent url("inter_pic/nav-hover-right.png") no-repeat scroll right top;
	margin-left: 6px;
	height: 29px;
}

                 #home       #nav-hover { width:  60px; left: -75px; }
#nav-portfolio,  #portfolio  #nav-hover { width: 105px; }
#nav-oferta,   #oferta   #nav-hover { width:  85px; }
#nav-news, #news #nav-hover { width: 90px; }
#nav-firma,    #firma    #nav-hover { width:  75px; }
#nav-kontakt,    #kontakt    #nav-hover { width:  100px; }

#portfolio  #nav-hover { left:  15px; } /* 15*1 + 0 */
#oferta   #nav-hover { left: 135; } /* 15*2 + 105 */
#news #nav-hover { left: 225px; } /* 15*3 + 105 + 75 */
#firma    #nav-hover { left: 330px; } /* 15*4 + 105 + 75+ 90 */
#kontakt    #nav-hover { left: 445px; } /* 15*5 + 105 + 75+ 90 + 100 */

#nav-portfolio  { background: transparent url("inter_pic/nav-portfolio.png")  no-repeat scroll 9px 8px; }
#nav-oferta   { background: transparent url("inter_pic/nav-oferta.png")   no-repeat scroll 9px 8px; }
#nav-news { background: transparent url("inter_pic/nav-klienci.png") no-repeat scroll 9px 8px; }
#nav-firma    { background: transparent url("inter_pic/nav-firma.png")    no-repeat scroll 9px 8px; }
#nav-kontakt    { background: transparent url("inter_pic/nav-kontakt.png")    no-repeat scroll 9px 8px; }




/* Generic page content stylings */
.content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding:0 0 2em 0;
}
.content p {
	margin: 0 0 1em 0;
	text-align: justify;
}
.content .bullets ul{
	list-style-type: square;
	padding:0 0 1em 1em;
}
.content ol{
	padding:0 0 1em 1em;
}
span.highlight{
	background:#e3ece9;
	padding:0 2px 0 2px;
	font-style: italic;
}




/* Page blocks */
#main {
	color: #5a5a5a;
}
.port #main {
	background: #fff url("inter_pic/tlo_port.jpg") repeat-x 50% 0;
}
.port_m #main {
	background: #fff url("inter_pic/tlo_port_m.jpg") repeat-x 50% 0;
	
}
.port_i #main {
	background: #fff url("inter_pic/tlo_port_i.jpg") repeat-x 50% 0;
	
}

.port_p #main {
	background: #fff url("inter_pic/tlo_port_p.jpg") repeat-x 50% 0;
	
}
.kont #main {
	background: #fff url("inter_pic/tlo_kont.jpg") repeat-x 50% 0;
	
}
.klienci #main {
	background: #fff url("inter_pic/tlo_klienci.jpg") repeat-x 50% 0;
	
}
.oferta #main {
	background: #fff url("inter_pic/tlo_oferta.jpg") repeat-x 50% 0;
	
}
.firma #main {
	background: #fff url("inter_pic/tlo_firma.jpg") repeat-x 50% 0;
	
}

.home #main {
	background: #fff url("inter_pic/tlo.jpg") repeat-x 50% 0;
}
#blurb {
	width: 960px;
	height: 70px;
	margin: 0 auto;
}




/*Page Styles*/
#highlighted h3{font-family: Georgia, 'Times New Roman',serif;color:#5a5a5a;font-weight:bold;padding:0;margin:0 0 0.33em 0;}
#highlighted p{font-style: italic;font-family: Georgia, 'Times Ne wRoman',serif;}
#highlighted {padding:0 0 0 2em}


/*Image Styles*/
img.book-cover{padding:2px;border:1px solid #ccc;margin:0 10px 0 0;}
img.tumb{padding:0px;border:1px solid #99ccff;margin:10px 10px 0 0;
 }



/*List Styles*/
.mapa li{margin:0;padding:0 0 0.1em 1.5em;}
.news li{background:transparent url("inter_pic/news.png") no-repeat scroll 0 3px;margin:0;padding:0 0 0.1em 1.5em;}





/*Table Style*/
table.pricing {
	background:#FFFFFF none repeat scroll 0 0;
	margin:10px 0 0 20px;
}
table.pricing{
	border:4px solid #cdced3;
}

table.pricing td {
	text-align:center;
}
table td.feature {
	font-weight: bold;
	padding:5px 6px;
	text-align:left;
}


/* Footer with content */
#foot {
	background: #fff url("inter_pic/gradient.png") repeat top left;
	border-top:10px solid #cdced3;
	color: #5d696b;
	text-align: justify;overflow: auto;
	padding-top: 20px;
	padding-bottom:10px;
}
#foot .extrapad{
	padding:0 12px 0 7px;
}

#foot a{
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot p strong{
	color:#eef3f5;
}
#foot h1, #foot h2, #foot h3, #foot h4, #foot h5, #foot h6 {
	color: #eef3f5;letter-spacing: 1px;
}
