body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border-width:0;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-image: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-width:0;
}

body {
	background-color:#d9d9d9;
	background-image:url(../img/layout/bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	padding-bottom:30px;
	text-align:center;
}

div#wrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
}

div#top {
	height:150px;
	padding:0 30px;
	width:900px;
}

div#logo {
	float:left;
	height:121px;
	padding-top:15px;
	width:117px;
}

#phone {
	background-color:#f1f1f1;
	color:#777777;
	float:right;
	font-size:13px;
	font-weight:bold;
	padding:6px;
	text-align:center;
	width:120px;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-shadow:0 0 1px #fff;
}

div#nav {
	float:right;
	height:130px;
	padding-top:14px;
	text-align:right;
	width:660px;
}

div#nav .clear {
	padding-top:25px;
}

div#nav a:active, div#nav a:focus {
	outline-style:none;
}

div#content-wrapper {
	padding:0 0 30px;
}

div#content {
	min-height:400px;
	padding:20px 30px 10px;
	width:900px;
}

div#main {
	min-height:200px;
	width:600px;
}

div#sidebar {
	background-image:url(../img/layout/sidebar.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	margin-top:76px;
	min-height:300px;
	padding:0 0 0 20px;
	width:220px;
}

div#footer {
	background-image:url(../img/layout/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	height:80px;
	margin-top:10px;
	padding:30px;
	width:900px;
	text-shadow:0 1px 0 #eee;
}

p {
	font-size:13px;
	line-height:1.6em;
	margin-bottom:1.2em;
}

h1, h2, h3, h4, h5, h6 {
	color:#d40050;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0.2em;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:20px;
}

h3 {
	color:#000000;
	font-size:14px;
	font-style:italic;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:13px;
	text-transform:uppercase;
}

a {
	color:#0099b9;
}

a:hover {
	color:#00afd3;
	text-decoration:none;
}

a:active {
	color:#0088a5;
}

#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 1.5em;
}

#content ul ul, #content ul ol, #content ol ol, #content ol ul {
	margin:5px 0 5px 1.5em;
}

#content ol {
	list-style-type:decimal;
	margin:0 0 1.5em 2.5em;
}

#content li {
	font-size:13px;
	margin:0 0 3px;
}

#content table td.normal {
	font-size:13px;
}

#content table a, #content table p {
	font-size:13px;
}

#footer p {
	color:#606060;
	font-size:11px;
	margin-bottom:0;
}

#footer .right {
	color:#a0a0a0;
	text-align:right;
}

#content hr {
	background-color:transparent;
	border-bottom-color:#cccccc;
	border-bottom-style:dotted;
	border-width:0 0 1px;
	clear:both;
	display:block;
	height:0;
	margin-bottom:10px;
}

#wrapper hr.clear {
	background-color:transparent;
	border-width:0;
	color:#ffffff;
	display:block;
	height:1px;
	margin:0;
}

.center {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.vektor {
	color:#a0a0a0;
	text-decoration:none;
}

img.left {
	display:inline;
	margin-right:30px;
}

img.right {
	display:inline;
	margin-left:30px;
}

p img {
	max-width:100%;
	padding:0;
}

img.center {
	display:block;
	margin:0 auto;
}

#sidebar table a, #sidebar table p {
	background-image:url(../img/layout/btn-sprites.png);
	background-position:left -42px;
	background-repeat:no-repeat;
	border-bottom-color:#d3d3d3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#535353;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:11px 0 11px 20px;
	text-decoration:none;
}

#sidebar table p {
	background-position:0 0;
	color:#333333;
}

#sidebar table a:hover {
	color:#0099b9;
}

#sidebar table .normal {
	background-image:none;
	border-bottom-color:#d3d3d3;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#777777;
	font-size:11px;
	padding:5px 0 5px 20px;
}

#sidebar table p.normal {
	color:#d40050;
}

#main table {
	border:1px solid #cccccc;
}

#main table p {
	font-size:12px;
	margin-bottom:0;
}

#main table td {
	padding:6px;
	vertical-align:top;
}

#main .form table {
	border-width:0;
	font-size:12px;
}

#main .form input {
	border:1px solid #cccccc;
	font-size:12px;
	padding:2px 4px 4px;
}

#main .form textarea {
	border:1px solid #cccccc;
	font:normal normal normal 12px/normal Arial, Helvetica, sans-serif;
	max-width:200px;
	overflow:auto;
	padding:2px 4px 4px;
}

#main .form input:focus, #main .form textarea:focus {
	background-color:#ffffef;
}

#main .form #PRIMOMULTI1_img:focus {
	background-color:transparent;
}

.btn {
	background-image:url(../img/layout/btn2-sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	font:normal normal bold 13px/normal "Trebuchet MS", Arial, Hellvetica, sans-serif;
	height:24px;
	padding:7px 14px 5px;
	text-decoration:none;
	width:240px;
	text-shadow:0 1px 0 #fff;
}

.btn:hover {
	background-position:0 -36px;
}

.big-btn {
	background-image:url(../img/layout/btn2-sprites.png);
	background-position:0 -74px;
	background-repeat:no-repeat;
	display:block;
	font:normal normal bold 21px/normal "Trebuchet MS", Arial, Hellvetica, sans-serif;
	height:37px;
	padding:8px 20px 4px;
	text-decoration:none;
	text-indent:-9999em;
	text-transform:uppercase;
	width:142px;
	text-shadow:0 1px 0 #fff;
}

.big-btn:hover {
	background-position:0 -123px;
}

.big-btn:active, .big-btn:focus {
	outline-style:none;
}
