/*
STYLE SHEET FOR BODY SCULPTURE
Created by AMP MEDIA
http://www.ampmedia.com.pl
ToC
1. defaults
2. structure
3. header
4. article
5. footer


Notes
*/

/* 1. defaults
--------------------------------------------- */

body, input, textarea, select {
	font-family: Arial,Helvetica,Garuda,sans-serif;
}
body {
	background: #fff;
	text-align: center;
}

/* ====== elements ====== */

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}

/* ====== linki ====== */

a:link, a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

/* ====== Headres ====== */

h1, .h1{
	font-size: 1.385em;
	font-weight: normal;
	font-style: normal;
}
h2, .h2 {
	font-size: 1.231em;
	color: #f06d00;
	font-weight: bold;
	font-style: normal;
}
h3, .h3 {
	font-size: 1em;
	color: #9e9e9e;
	font-weight: bold;
	font-style: normal;
}
h4, .h4 {
	font-size: 0.846em;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
h5, .h5 {
	font-size: 0.923em;
	font-weight: bold;
	font-style: normal;
	color: #9B7750;
}
h6, .h6 {
	font-size: 1.077em;
	color: #9B7750;
	font-weight: bold;
	font-style: normal;
}

/* 2. structure
--------------------------------------------- */

#header {
	height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	border-bottom: #E8ECFC 5px solid;
	background: url(../img/bg_point_h_t.gif) bottom left repeat-x;
}
.contents {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 640px;
}

/* 3. header
--------------------------------------------- */
.top {
	position: relative;
	height: 88px;
	overflow: hidden;
}
.top h1 a,
.top h3 {
	float: left;
	width: 274px;
	height: 88px;
	text-indent: -9999px;
}
.top h1.home a {
	background: url(../new_wm_view/img/logo_wirtualnemedia_404.jpg) no-repeat;
	display: block;
}
.top h3.slogan {
	background: url(../img/slogan.gif) no-repeat;
    margin-top: 0px;
}

/* 4. article
--------------------------------------------- */
#page-with-message {
	height: 330px;
	position: relative;
	z-index: 10;
}
#page-with-message h2.title {
	color: #394A6E;
	font: normal 1.846em Georgia, "Times New Roman", Times, Rekha, serif;
	height: 75px;
	padding: 20px 0 0 100px;
	margin: 20px 0 12px;
	background: url(../img/ico_message.gif) no-repeat;
}

#page-with-message p {
	color: #394a6e;
	font-size: 1em;
}
#page-with-message p.link-back {
	background: #e8ecfc url(../img/ico_bullet.gif) 9px 15px no-repeat;
	padding: 10px 0 8px 22px;
	width: 618px;
	position: absolute;
	bottom: 0;
	color: #394a6e;
	font: normal 1em Georgia, "Times New Roman", Times, Rekha, serif;
}
#page-with-message p.link-back a {	
	color: #394a6e;
	text-decoration: underline;
}
#page-with-message .link {
	margin: 10px 20px;
}

/* 5. footer
--------------------------------------------- */

#footer {
	margin: 10px auto 0 !important;
	padding: 10px 0 20px;
	border-top: #E8ECFC 5px solid;
}
#footer .copyright {
	text-align: center;
	color: #828181;
	font-size: 0.846em;
}