/*
	стили для гл. страницы
*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url("/design/images/main/bg_html.jpg") left top repeat-x;
}

body {
	font: 12px Tahoma;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 770px;
	min-height: 100%;
	background: url("/design/images/main/list.gif") left top no-repeat;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover { color: #ff1800; }

img { border: 1px solid #8c9bb2; }

p {
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}

strong { color: #d60600; }



#head { height: 405px; }

#head #navi {
	height: 405px;
	margin: 0 7% 0 3%;
	background: url("/design/images/main/cake.jpg") right top no-repeat;
}
#head #navi img { border: 0; }

#head #danecakes {
	width: 430px;
	height: 405px;
	margin: -405px auto 0 auto;
}
#head #danecakes img {
	width: 430px;
	height: 405px;
	border: 0;
}



#body {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#body #margins { margin: 0 7% 0 3%; }

#body #contacts {
	width: 190px;
	float: left;
	padding: 30px 40px 0 0;
	text-align: right;
}
#body #contacts div { padding-top: 5px; }

#body #content {
	padding-top: 20px;
	margin-left: 230px;
}
#body #content h2 {
	display: inline; 
	font: 12px "Tahoma";
	font-weight: bold;
	color: #d60600;
}

#body #content div {
	width: 49%;
	float: left;
}
#body #content div p {
	margin: 0;
	padding: 5px 0 0 10%;
}




#signature {
	clear: both;
	height: 100px;
	overflow: hidden;
	position: relative;
	background: url("/design/images/bg_signature.gif") left bottom repeat-x;
}

#signature p {
	color: #707070;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#signature #tape {
	height: 100px;
	margin: 0 4% 0 75px;
	background: url("/design/images/tape.gif") left bottom repeat-x;
	position: relative;
}

#signature #tape div {
	top: 65px;
	left: 100px;
	position: absolute;
}

#signature #tape #counter {
	top: 70px;
	left: 0px;
	width: 90px;
	position: absolute;
}
#signature #tape #counter img { border: 0; }

#signature #tape_l {
	top: 0;
	left: 0;
	width: 75px;
	height: 100px;
	position: absolute;
	background: url("/design/images/tape_left.gif") left bottom no-repeat;
}

#signature #tape_r {
	top: 0;
	right: 3%;
	width: 220px;
	height: 100px;
	position: absolute;
	background: url("/design/images/tape_right.gif") right top no-repeat;
}

#signature #alronix {
	float: right;
	margin-top: 55px;
}
#signature #alronix #alronix_logo {
	float: left;
	width: 50px;
	height: 48px;
}
#signature #alronix #alronix_logo img { border: 0; }
#signature #alronix #alronix_text {
	font-size: 11px;
	padding-top: 5px;
}
