/*------------------------------------------------------------------------------------
    Clearing
    ------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: top;
	}

img { 
	border: 0;
	vertical-align:top;
	padding: 0;
	margin: 0;
	}

ol, ul, li {
	list-style:none;
	list-style-position: outside;
	}

hr { margin: 0; padding: 0;}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

table, table td {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
/*------------------------------------------------------------------------------------
     Common
    ------------------------------------------------------------------------------------*/

html, body {
	height:100%; 
	}

body {
	background: #efefef url(../img-z/bg.png) repeat-x 0 -90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	line-height:1.48em; 
	text-align: left;
	color:#49494b;
	height: 100%;
	}

a  {
	font-family: Arial, Helvetica, sans-serif;	
	color:#a32c26;
	text-decoration: none;
	} 

a:hover {
	}

a:focus {
	outline: none;
	}

input, textarea, select {
	font: normal 11px/1.3em Arial, Helvetica, sans-serif;
	color:#646467;
	width:100%;
	border-bottom:1px solid #bababb;
	border-left:1px solid #bababb;
	border-top:1px solid #dadada;	
	border-right:1px solid #dadada;	
	padding:0;
	margin:0;
	}
	
h1 {
	font: bold 1.50em Arial, Helvetica, sans-serif; /*18px*/
	color:#49494b;
	margin-bottom:1.3em; 
	}
	
h2 {
	font: bold 24px/1.4em Arial, Helvetica, sans-serif;
	color:#a32c26;
	margin-bottom:28px;	
	}
	
h3 {
	font: bold 18px/1.4em Arial, Helvetica, sans-serif;
	color:#6e6c6d;
	margin-bottom:20px;
	}
	
h4 {
	font: bold 0.92em Arial, Helvetica, sans-serif;
	color:#49494b;
	margin-bottom:1.3em;		
	}

h5 {	
	}
	
h6 {
	}  

p { 
	margin-bottom:1.20em; /*14px*/	
	}
	
hr {
	color:#fdb813;
	}
	
/*------------------------------------------------------------------------------------
    Common Classes
    ------------------------------------------------------------------------------------*/
	
ul.sites li {
	margin-bottom:0.4em;
	}
	
ul.sites a {	
	padding:2px 5px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;  
	-o-border-radius: 3px;    
	border-radius: 3px; 
	}
	
ul.sites a:hover {
	background:#ccc;
	}
	
a.mail:hover {
	font-weight:bold;
	text-decoration:underline;	
	}
	
.div1 {
	width:600px;
	margin:auto;
	padding:50px 0 0 0;
	text-align:center;
	}
	
.div2 {
	width:162px;
	margin:auto;
	}
	
.copyrightAsvgraf {
    font: normal 10px/1.2em Arial, Helvetica, sans-serif;
	color:#8f9094; /*5C5E5D; d2d2d2; f2f2f2*/
	padding:8px 0 0 0;
	height:16px;
	}
	
.copyrightMadein {
	display:block;
	float:left;
	line-height:1.4em;
	}
	
.copyrightStudio {
	display:block;
	float:left;
	line-height:1.4em;
	}
	
.copyrightAsvgraf .Y,
.copyrightAsvgraf .G,
.copyrightAsvgraf .X {
	display:block;
    float:left;
    text-transform:uppercase;
    padding:1px 1px;
	}
	
.copyrightAsvgraf .X {
	padding:1px 0;
	}
    
.copyrightAsvgraf .G {
	color:#a32c26;
    background:#f2f2f2;
	}
	
.Spaser {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:1px;
	float:none;
	line-height:1px;
	}

