html, body {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url('../site/background.jpg');
	background-repeat: repeat;
}

#header-text{
	font-family: Verdana,Serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 25px;
}

a{
	text-decoration: none;
}

.price-table{
	border-color: #600;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin: 0;
	padding: 4px;
	/*background-color: #FFC;*/
	font-family: Verdana,Serif;
	font-size: 13px;
	background-color: #FFC;
	background-image: url('../images/background.gif');
}

#container{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url('../images/shadow.png');
	background-repeat: repeat-y;
	width: 965px;
}

#header{
	background-image: url('../images/header_1.jpg');
	background-repeat: no-repeat;
	width: 949px;
	height: 136px;
	text-align: left;
}

#footer{
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 43px;
	text-align: center;
}

.content{
	width: 949px;
	text-align: left;
}

.content-top{
	background-image: url('../images/content_top.jpg');
	background-repeat: no-repeat;
	width: 701px;
	height: 27px;
}

.content-middle{
	background-image: url('../images/content_middle.jpg');
	background-repeat: repeat-y;
	width: 701px;
	height: 4px;
}

.content-bottom{
	background-image: url('../images/content_footer.jpg');
	background-repeat: no-repeat;;
	width: 701px;
	height: 25px;
}
.first-tab{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: relative;
	z-index: 1;
}

.second-tab{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: relative;
	z-index: 3;
	right: 24px;
	z-index: 1;
}

.third-tab{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: relative;
	z-index: 3;
	font-size: 18px;
	right: 48px;
	z-index: 1;
}

.first-tab-active{
	background-image: url('../images/tab_active.png');
	width: 248px;
	height: 31px;
	position: relative;
	top: 2px;
	z-index: 3;
}

.second-tab-active{
	background-image: url('../images/tab_active.png');
	width: 248px;
	height: 31px;
	position: relative;
	top: 2px;
	z-index: 3;
	right: 24px;
	z-index: 2;
}

.third-tab-active{
	background-image: url('../images/tab_active.png');
	width: 248px;
	height: 31px;
	position: relative;
	top: 2px;
	z-index: 3;
	right: 48px;
	z-index: 1;
}

/********** INTERNET EXPLORER 7  CSS **********/

.first-tab-IE{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: absolute;
	z-index: 1;
	top: 2px;
}

.second-tab-IE{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: absolute;
	right: 265px;
	z-index: 1;
	bottom: 248px;
}

.third-tab-IE{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: relative;
	font-size: 18px;
	right: 48px;
	top: 0px;
	z-index: 1;
}

.first-tab-active-IE{
	background-image: url('../images/tab_active.png');
	width: 248px;
	height: 31px;
	position: relative;
	top: 3px;
	z-index: 3;
}

.second-tab-active-IE{
	background-image: url('../images/tab_active.png');
	width: 248px;
	height: 31px;
	position: relative;
	top: 2px;
	z-index: 3;
	left: 230px;
	z-index: 2;
}

.third-tab-active-IE{
	background-image: url('../images/tab_active.png');
	width: 248px;
	height: 31px;
	position: relative;
	top: 2px;
	left: 449px;
	z-index: 1;
}

.second-tab-when-third-active-IE{
	background-image: url('../images/tab.png');
	width: 248px;
	height: 29px;
	position: absolute;
	right: 265px;
	z-index: 1;
	bottom: 292px;
}
/********** END CSS INTERNET EXPLORER 7 **********/

.tab-text{	
	font-size: 15px;
	font-weight: bold;
	color: #000002;
	font-family: Georgia;
	position: relative;
	top: 4px;
	right: 5px;
}


#left-menu{
	width: 190px;
}

.page-info{
	border: 1px solid red;
	width: 710px;
	float: right;
	position: relative;
}

ul{
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0;
	width: 185px;
}

li{
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
	width: 185px;
	height: 28px;
	text-align: left;
}

.menu-pos{
	position: relative;
	top: 5px;
	left: 25px;
}

.menu-link{
	color: #444444;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
	
}

.menu-link:hover, .active{
	color: #E20202;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}

#shadow-footer{
	background-image: url('../images/shadow_footer.png');
	background-repeat: no-repeat;
	width: 965px;
	height: 20px;
}

.normal{
	font-family: Georgia,Serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

.demo-text-title{
	width: 300px;
	text-align: left;
	position: relative;
}

.form-text-title{
	width: 400px;
	text-align: left;
	position: relative;
	top: 10px;
}

input,select,textarea{
	background: #F3F2FA;
	border: 1px solid #E0DFE4;
	color: #000000;
	font-family: Verdana,Serif;
}

input:hover,select:hover, textarea:hover{
	background: #F3F2FA;
	border: 1px solid #AFAEB3;
	color: #000000;
	font-family: Verdana,Serif;
}

.rebra{
	border-color: #600;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	/*background-color: #FFC;*/
	font-family: Verdana,Serif;
	font-size: 13px;
	background-color: #FFC;
	background-image: url('../images/background.gif');
}

#center-table-register{
	position: relative;
	right: 14px;
}

#register-form{
	position: relative;
	width: 330px;
	text-align: left;
}

#table-demo{
	position: relative;
	right: 20px;
	height: 240px;
}

#men-demo{
	background-image: url('../images/men.png');
	background-repeat: no-repeat;
	width: 166px;
	height: 350px;
	position: absolute;
	z-index: 4;
	left: 560px;
	top: 30px;
}

#demo-login-form{
	position: relative;
	top: 40px;
	left: 35px;
	width: 360px;
	text-align: left;
}

#login-form{
	position: relative;
	top: 40px;
	width: 390px;
	text-align: left;
}

#login-button{
	background-image: url('../images/button_login.jpg');
	background-repeat: no-repeat;
	width: 76px;
	height: 20px;
	position: relative;
	top: 10px;
	border: 0px;
}

#registration-button{
	background-image: url('../images/button_registration.jpg');
	background-repeat: no-repeat;
	width: 176px;
	height: 21px;
	position: relative;
	top: 10px;
	border: 0px;
}

#space{
	height: 90px;
}

#footer-text{
	font-size: 12px;
	font-family: Georgia,Serif;
	position: relative;
	top: 20px;
}

.red-star{
	font-size: 17px;
	font-family: Georgia,Serif;
	font-weight: bold;
	color: #FF0000;
}

#h1-div{
	position: relative;
	height: 70px;
	left: 30px;
	bottom: 40px;
}

#logo-eye{
	position: relative;
	left: 80px;
	top: 10px;
}

.h1-header{
	font-size: 57px;
	color: #E30102;
	font-family: Georgia,Serif;
	width: 320px;
}

#text-under-logo{
	position: relative;
	left: 10px;
	bottom: 40px;
}

.nav-path{
	color: #000000;
	font-family: Georgia,Serif;
	position: relative;
	top: 5px;
}

.nav-line{
	position: relative;
	top: 7px;
}

.list-inv{
	text-align: center;
	font-size: 12px;
	font-family: Arial,Serif;
}

.packet-title{
	background-image: url('../menu/images/btn3.jpg');
	background-repeat: repeat-x;
	width: 110px;
	height: 30px;
	text-align: center;
	color: #ffffff;
}

.zabelejka{
	font-size: 12px;
	font-family: Arial,Serif;
}

.thanks{
	color: #3B9265;
	font-size: 15px;
	font-family: Arial,Serif;
	font-weight: bold;
}

.contacts-image{
	background-image: url('../images/contacts.png');
	background-repeat: no-repeat;
	width: 241px;
	height: 328px;
	left: 470px;
	position: relative;
}

.rebra{
	border-color: #600;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin: 0;
	padding: 4px;
	/*background-color: #FFC;*/
	font-family: Verdana,Serif;
	font-size: 13px;
	background-color: #FFC;
	background-image: url('../images/background.gif');
}

.demo{
	position: relative;
	top: 20px;
	font-size: 16px;
	color: #E30102;
	font-family: Georgia;
	font-weight: bold;
}
