@import url("/css/center.css");

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,
b, u, i, center,
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;
    background: transparent;
}

html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    background-color:#FFF;
    xfont-family: Arial, Helvetica, sans-serif;
    font-family: Sans-Serif;
    letter-spacing:1px;
    font-size: 11px;
}

#header{
	
	width:1000px;
	height:52px;
    xbackground-color:#000;
    background:#000 url(/img/view_end.jpg) top left repeat-x; 
}
#content{
	width:1000px;
	height:560px;
	background-color:#FFF;
}
#footer{
	width:1000px;
	height:64px;
	background-color:#CCC;
	color:#333333;
	letter-spacing:normal;
	font-size:11px;
}
#footer a{
	color:#333333;
	letter-spacing:normal;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	color:#8DC756;
	text-decoration:underline;
}

#header ul{
	width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#header li{
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;

}

#website{
	width:1000px;
	height:560px;
	background-color:#FFF;
}

#footer table{
	background-color:#FFF;
}

li#share{
	padding-top:30px;
	height:22px;
	width:104px;
	background: url(/img/share.jpg) 0px 0px no-repeat;

}
li#share a{
	font-family: sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}
/* logos powered in footer */
a#powered_logo_1{
	display:block;
	width:104px;
	height:64px;
    background: url(/img/powered_logo_1.jpg) 0px 0px no-repeat;
}

a:hover#powered_logo_1{
	display:block;
	width:104px;
	height:64px;
    background: url(/img/powered_logo_1.jpg) 0px -64px no-repeat;
}

a#powered_logo_2{
	display:block;
	width:89px;
	height:64px;
    background: url(/img/powered_logo_2.jpg) 0px 0px no-repeat;
}

a:hover#powered_logo_2{
	display:block;
	width:89px;
	height:64px;
    background: url(/img/powered_logo_2.jpg) 0px -64px no-repeat;
}

a#powered_logo_3{
	display:block;
	width:70px;
	height:64px;
    background: url(/img/powered_logo_3.jpg) 0px 0px no-repeat;
}

a:hover#powered_logo_3{
	display:block;
	width:70px;
	height:64px;
    background: url(/img/powered_logo_3.jpg) 0px -64px no-repeat;
}
a#powered_logo_4{
	display:block;
	width:75px;
	height:64px;
    background: url(/img/powered_logo_4.jpg) 0px 0px no-repeat;
}

a:hover#powered_logo_4{
	display:block;
	width:75px;
	height:64px;
    background: url(/img/powered_logo_4.jpg) 0px -64px no-repeat;
}
a#powered_logo_5{
	display:block;
	width:79px;
	height:64px;
    background: url(/img/powered_logo_5.jpg) 0px 0px no-repeat;
}

a:hover#powered_logo_5{
	display:block;
	width:79px;
	height:64px;
    background: url(/img/powered_logo_5.jpg) 0px -64px no-repeat;
}

/* email window спижжено со старого сайта */

div#ccform{
	position:absolute;
	top:130px;
	left:350px;
	width:400px;
	height:200px;
	visibility:hidden;

	background: url(/img/emailpg.png) 0 0 no-repeat;
}
#ccform form{
	font-family:helvetica,san-serif;
	padding-left:40px;
	padding-top:30px;
}
#ccform a {
	font-family:helvetica,san-serif;
	color:#888888;
	text-decoration: none;
	text-align: left;
}
div#emailclose{
	font-family:helvetica,san-serif;
	float:right;
	margin-right:30px;
	margin-top: 8px;
}

