body {
background-image:url(design/fon_pattern400.png);
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

img {
border:none;
}

p {
    padding: 2px;
    margin: 0px;
}

a {
	text-decoration:none;
	color:#0000CC;
}

a:hover {
	text-decoration:underline;
}

.top_fon {
background-image:url(design/top_fon.png);
background-repeat:repeat-x;
background-position:top, left;
height:340px;
}

.container {  /*это контейнер всей страницы*/
	width: 950px; /* Ширина слоя */
	margin-right: auto; /* Отступ справа */
	margin-left: auto; /* Отступ слева */
	margin-top:-326px;
    /*border-bottom:#666666 1px solid;*/
}

/*Plcm все, что на странице лежит в области шапки */

.head {
	position:relative;
	width:915px;
	height:248px;
	background-image:url(design/head_long.jpg);
	border-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	position:absolute;
	height:55px;
	width:55px;
	left: 12px;
	top: 94px;
    background: expression('none');
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/logo.png');
    background-image:url(design/logo.png);
    background-repeat:no-repeat;
}

.logo_link {
	position:absolute;
	top: 84px;
}

.mail {
	position:absolute;
	left: 40px;
	top: 34px;
	font-size: 12px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

.mail:hover {
	text-decoration:underline;
	color:#0000FF;
}


.name {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/name.png');
	background-image:url(design/name.png);
	background-repeat:no-repeat;
	position:absolute;
	width:365px;
	height:40px;
	left: 82px;
	top: 104px;
}

.tel {
	position:absolute;
	left: 239px;
	top: 266px;
	width: 716px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*конец области шапки */

.shesterenka {
	position:absolute;
	background-image:url(design/shesterenka.png);
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-right:-15px;
	left: 191px;
	top: 215px;
	z-index:10;
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shesterenka.png');
}


.main_page_container {
	width:700px;
	float:left;
	margin-top:40px;
	margin-left:-10px;
}

.content_table {
}

/* Это css для таблицы странички */

.corner1 {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/corner1.png');
	background-image:url(design/shadows/corner1.png);
	height:20px;
	width:20px;
	background-repeat: no-repeat;
}


.corner2 {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/corner2.png');
	background-image:url(design/shadows/corner2.png);
	height:20px;
	width:20px;
	background-repeat: no-repeat;
}

.corner3 {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/corner3.png');
	background-image:url(design/shadows/corner3.png);
	height:20px;
	width:20px;
	background-repeat: no-repeat;
}

.corner4 {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/corner4.png');
	background-image:url(design/shadows/corner4.png);
	height:20px;
	width:20px;
	background-repeat: no-repeat;
}


.top {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/top.png',sizingMethod=scale);
	background-image:url(design/shadows/top.png);
	background-repeat:repeat-x;
	height:20px;
}
	
.bottom {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/bottom.png',sizingMethod=scale);
	background-image:url(design/shadows/bottom.png);
	background-repeat:repeat-x;
	height:20px;
}

.left {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/left.png',sizingMethod=scale);
	background-image:url(design/shadows/left.png);
	background-repeat:repeat-y;
	width:20px;
}
	
.right {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/right.png',sizingMethod=scale);
	background-image:url(design/shadows/right.png);
	background-repeat:repeat-y;
	width:20px;
}
	
.attachment {
    /*border: 1px solid #FF000F; */
}

.dark_image {
	background-color:#898989;
	height:40px;
	width:7px;
	float:right;
}	

.dark_image_right {
	background-color:#898989;
	height:20px;
	width:7px;
	float:left;
}	

.gray_top {
	background-color:#e8e8e8;
	height:40px;
}

.gray_image {
	background-color:#e8e8e8;
	width:7px;
	height:40px;
}	

.gray_left {
	background-color:#e8e8e8;
	width:7px;
	height:40px;
	float:right;
}	

.dark {
	background-image: url(design/shadows/dark.png);
	width:25px;
	height:40px;
	background-repeat:no-repeat;
	float:left;
}	

.dark_right {
    background-image: url(design/shadows/dark_right.png);
    width:25px;
    height:40px;
    background-repeat:no-repeat;
    float:right;
}    

.article_title {
	height:30px;
	width:500px;
	float:left;
	padding-left:35px;
	padding-top:10px;
	font-size:16px;
}

.article_title a {
	text-decoration:none;
	color:#000000;
}

.article_title a:hover {
	text-decoration:underline;
	color:#000000;
}


.corner_dark {
	background: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/shadows/corner_dark.png');
	background-image:url(design/shadows/corner_dark.png);
	background-repeat:no-repeat;
	width:43px;
	height:53px;
    position:relative;
    float: right;
	top:-66px;
    left:8px;
	z-index:2;
}

.kartinka {
    position:relative;
    float:left;
	width:150px;
    min-height: 100px;
    border:#e8e8e8 1px solid;
    padding:2px;
    margin-left:10px;
    margin-top:10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.kartinka a {
    width:150px;
    display:block;
}

.text {
	padding:10px;
	margin-left:160px;
}

.page_text {
    padding:10px;
}

.continual {
	color:#000000;
	padding-right:50px;
}

	
/* конец таблицы */

table.price{
    background-color: #808080;
}

table.price td{
    background-color: #FFFFFF;
}

.creators{
    float: left; 
    width:200px;
    text-align: center;
    margin-top: -10px;
}

.copyright {
    float: left; 
    width:960px;
    height: 20px;
    text-align: center;
    padding:10px;
    margin-bottom: 20px;    
}
