@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/body_bkgrd.gif) left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.clear {
	clear: both;
}

h1, h2, p, ul, ol, img {
	margin:0;
	padding: 0;
}

h1 {
	font-weight: normal;
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262626;
	padding: 15px 26px;
	padding-top: 25px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4f4a4a;
	padding: 7px 26px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
}

p {
	color: #2c2c2c;
	line-height: 21px;
	padding: 8px 26px;
}

a:link, a:visited {
	color: #452b4c;
}

img {
	border: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 193px;
	background: #000000 url(../images/header_bkgrd.jpg) no-repeat center top;
}

#main {
	position: relative;
	background: #ffffff url(../images/main_bkgrd.gif) repeat-x left top;
	overflow: hidden;
}

#content {
	overflow: hidden;
	margin-top: 45px;
}

#contacts {
	position: absolute;
	width: 222px;
	height: 202px;
	background: #ffffff url(../images/contacts_bkgrd.gif) no-repeat left top;
	right: 20px;
}

#contacts ul {
	list-style-type: none;
	margin: 5px 0 0 20px;
}

#contacts ul li {
	padding: 5px 0 5px 30px;
}
/* Documents section */
#others {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background: #f8f8f8;
    border-radius: 5px;
}

#others h3 {
    color: #468daf;
    margin-bottom: 15px;
    font-size: 16px;
}

#others a {
    display: inline-block;
    margin-bottom: 10px;
    color: #0066cc;
    text-decoration: none;
    padding: 5px 0 5px 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23468daf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: left center;
}

#others a:hover {
    text-decoration: underline;
}

#internet {
	float: left;
	width: 480px;
	height: 400px;
	background: #ffffff url(../images/internet_bkgrd.gif) no-repeat left top;
	padding-bottom: 20px;
}

.package {
	height: 114px;
	margin: 3px;
	overflow: hidden;
	margin-bottom: 29px;
}

.package img {
	float: left;
}

.package_params {
	float: left;
	margin-left: 40px;
}

.package_params h3 {
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
}

.package_params table td {
	padding: 5px;
	color: #4f4a4a;
	font-size: 14px;
}

.price {
	float: left;
	width: 100px;
	height: 60px;
	background: #ffffff url(../images/price_bkgrd.jpg) no-repeat center bottom;
	margin: 45px 0 0 30px;
	text-align: center;
}

#tv {
	float: left;
	width: 480px;
	height: 400px;
	background: #ffffff url(../images/internet_bkgrd.gif) no-repeat left top;
	padding-bottom: 20px;
}


#footer {
	clear: both;
	height: 41px;
	backgrou4d:#0a0a0a;
}
