@charset "utf-8";
body {
	font-family:georgia,serif;
    font-size:80%;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	
	color: #F5F5F5;
}

a {
    color:#AEB7D4;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
}

a:hover {
    color:#7777FF;
}

/*хедер*/
.header {
	padding: 0px 10px 5px 20px;
    background: #48494A;
    color: #F5F5F5;
    border-bottom: 3px #343536 solid;
}

.title_container{
    float:left;
    margin-top: 10px;
    padding-left: 13px
}

.title_container a
{
    color: #F5F5F5;
}

.title_container a:hover
{
    color:#99aaFF;
}


.title_container h1, h2{
    -x-system-font:none;
    font-family:'helvetica neue',sans-serif;
    font-size:190%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:3px;
    line-height:normal;
}

.header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.contacts_container{
    
}
.contacts{
    text-align: right;
    font: 15px 'helvetica neue',sans-serif;
}


.baner {
   margin: 5px 7px 0 0px;
   text-align: right;
}


.content_main {
    
}





.service {
    margin: 30px 10px 15px 25px;
    padding: 10px 20px 10px 20px;
    width:200px;
    font: 16px 'helvetica neue',sans-serif;
    
}



/*сервис*/
.content_service{
    padding: 50px 100px 100px 100px;
    font: 14px 'helvetica neue',sans-serif;
}

/*главная*/
.category_previews {
    text-align: center;
    padding: 10px 15px 15px 15px;
}

.category_preview_container{
    float: left;
    margin:10px;
    padding:10px;
    width:240px;
    
}

.category_preview_name{
    margin: 0 0 10px 0;
    text-align: center;
}

.category_preview_name h1, .category_preview_name h2 {
    font: 15px 'helvetica neue',sans-serif;
    white-space: nowrap;
    text-transform:uppercase;
     -x-system-font:none;
     margin: 0 0 0 0;
}

.category_preview_image{
    text-align: center;
}

.category_preview_image img{
    border:1px solid #777777;
}


/*категория*/
.content_category {
    padding: 0px 10px 10px 30px;
}

.content_category_title{
    margin: 0 0 0 0px;
    padding: 15px 0 0 4px;
    height: 20px;
}

.content_category_title h1, .content_category_title  h2{
    font: 12px 'helvetica neue',sans-serif;
    letter-spacing:2px;
    text-transform:uppercase;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
}

.gallery_list_container {
    float:left;
    padding: 0 0 0 0px;
}

.main_image{
    float:left;
    margin:0 0 0 50px;
    text-align: center;
}
.main_image img{
    margin-bottom: 10px;
}

.img_list_thumb{
    border: #000000;
    margin: 2px;
}



.gallery_list li{
 
}





/*футер*/


.footer { 

    text-align: center;
    padding: 20px 10px 5px 10px;
    font: 12px 'helvetica neue',sans-serif;
} 

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}