@media screen {
	
/* BASE
-------------------------------------------------- */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: .8em/1.5 sans-serif;
}
body {
	background-color: #EEEEEE;
}

/* HEADLINES
-------------------------------------------------- */
h1, h2, h3 {
margin:1.5em 0 .5em 0;
line-height:1; font-weight:bold; font-family:"trebuchet ms",sans-serif; letter-spacing:2px; word-spacing:-1px;
color: #FF5B1A;
}
h1 {
margin:0;
font-size:200%;
color:#FFF;
}
h2 {
font-size:180%; 
}
h3 {
text-transform:none; font-size:120%;
}
/* BLOCKS
-------------------------------------------------- */

address {
	margin: .66em 0;
}
blockquote {
	margin: .66em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #F5F5F5;
	border-width: 1px 0 0 0;
	margin: .99em 0;
}
p {
	margin: .66em 0;
}

/* LISTS
-------------------------------------------------- */

dl {
	margin: .66em 0;
}
dt {
	margin: .33em 0;
}
dd {
	margin: .33em 0 .33em 20px;
}
ul {
	display: block;
	list-style: none;
	margin: .66em 0;
}
ul li, ol ul li {
	display: block;
	list-style: none;
	margin: .33em 0;
	padding: 0 0 0 15px;
	background: url(bullet.gif) no-repeat 0 50%;
}
ol {
	display: block;
	margin: .66em 0 .66em 40px;
}
ol li, ul ol li {
	display: list-item;
	margin: .33em 0;
	padding: 0;
	background: none;
}

/* ANCHORS
-------------------------------------------------- */

a:link {
	color: #FF5B1A;
}
a:visited {
	color: #777777;
}
a:hover, a:active {
	color: #172983;
}
h1 a, #content #salon-select h2, h3 a {
	color: #FF5B1A !important;
}
h2 a {
	color: white !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

/* LAYOUT/CONTENT
-------------------------------------------------- */

#case {
	border: 3px solid #FF5B1A;
	padding: 30px;
	margin: 20px auto;
	background-color: #FFF;
	width: 910px;
}
#header {
	padding: 5px;
	margin: 0 0 20px 0;
	position: relative;
	height: 110px;
}
#logo {
	position: absolute;
	left: 0; top: 0;
	font-size: 150%
}
#reference {
	float: left;
	width: 590px;
}
#testimonials {
	float: right;
	width: 290px;
}

#testimonials dl {
	margin: 2em 0;
	padding: 0;
}

#testimonials dt {
	background-color: #172983;
	color: #FFF;
	padding: .5em .5em;
	margin: 0;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-top: 1px solid #131210;
}
#testimonials dt a {
	color: #FFF;
}

#testimonials dd {
	margin: 0;
	background: #EEEEEE;
	text-align: left;
	padding: 1em .5em;
	font-style: italic;
	border-left: 1px solid #131210;
	border-right: 1px solid #131210;
	border-bottom: 1px solid #131210;
}
#testimonials dd.osoba {
	font-style: normal;
}
#reference h2, #testimonials h2 {
	margin: 0 0 1.5em 0;
}
#kontakt {
	background-color: #FF5B1A;
	color: #FFF;
	width: 200px;
	padding: 5px;
	position: absolute;
	right: 0; top: 0;
}
#kontakt p {
	padding: 0; margin: 0;
}
#kontakt a {
	color: #FFF;
}
#case #reference dl {
	float: left; 
	margin: 0 0 35px 15px;
	text-align: center;
	border: 1px solid #172983;
	padding: 5px;
}
#case #reference dt {
	margin: 0; padding: 0;
}
#case #reference dd {
	margin: 5px 0 0 0; padding: 0;
}
#footer {
	text-align: center;
	margin: 0;
	margin-top: 20px;
	color: #777777;
}
/* START OF CUSTOM STYLES
-------------------------------------------------- */

/* END OF CUSTOM STYLES */

/* UNIVERSAL DEFINITIONS
-------------------------------------------------- */

.fix {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font: 1px/1px sans-serif;
	background-color: transparent;
}
.note {
	color: #777777;
}
.float-left {
	float: left;
	margin: .33em 10px .66em 0;
}
.float-right {
	float: right;
	margin: .33em 0 .66em 10px;
}
.noscreen, .noshow {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.extra {
	color: #ED1E79;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
}

/* PRINT RULES
================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #accesslink, #nav, #search, #crumbs, #support {
	display: none;
}

}
