/*=========> BASE BIND Css <===========*/
/*=========> copyright Robarov <===========*/

* {
	margin:0px;
	padding:0px;
}

body {
	background:#f1f2ed url('../i/bg-body.gif') 0 0 repeat-x;
	font-family: Arial, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:70%;
	color:#11313b;
	text-align:center;
}

/*=========> basics <===========*/
p, ol li{
	margin:0 0 1.3em 0;
	line-height:150%;
}

a{color:#1189a8;}

a:hover{
	background:#1189a8;
	color:#fff;
	text-decoration:none;
}
h2{
	font-size:1.5em;
	color:#1189a8;
	font-weight:normal;
}
h3{
	font-size:1.1em;
	color:#7c7b5e;
	padding: 0.4em 0;
}
#content ul{
	margin:0 0 1.3em 0;
}
#content ul li{
	margin:0 0 0.6em 0;
	padding:0 0 0 16px;
	list-style-type: none;
	background: url('../i/bullet.gif') 0em 0.25em no-repeat;
	line-height:150%;
}
ol{	margin:0 0 1.3em 30px;}
ol li{
	margin:0 0 0.6em 0;
	line-height:150%;
}

dl{
	width: 100%;
	overflow: auto;
	margin:0.6em 0 0.6em 0;
    background: url('../i/dot.gif') bottom left repeat-x;
}
dt,dd{background: #F9F9F7;font-weight:bold;}
dt{float: left;padding-right: 3px;}
dd{float: right;padding-left: 3px;}

.floatleft{
	float:left;
	margin:4px 16px 6px 0;
}
.floatright{
	float:right;
	margin:4px 0 6px 16px;
}

.intro{
	color:#4da5ba;
	font-size:1.3em;
	font-style:italic;
}
blockquote{
	font-size:2.6em;
	line-height:1.2em;
	color:#1189a8;
	float:right;
	margin:4px 0 10px 20px;
	width:280px;
	text-align:center;
}
strong{
	font-weight:normal;
	color:#176b81;
	background:#d8edf2;
}
/*=========> container <===========*/
#container{
		width:720px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
/*=========> header <===========*/
#hdr{
	padding-top: 140px; 
	width: 600px; 
	background:#f1f2ed url('../i/basebind.gif') 0 0 no-repeat;
	overflow: hidden; /* WIN IE5 hack */ 
	height: 0px !important;
	height /**/:28px;
	margin:72px 0 0 0;
}


/*=========> content <===========*/
#content{
	position:relative;
	background:url('../i/bg-content.gif') top right no-repeat;
	padding:0 28px 25px 28px;
	z-index:1;
}

#content h1{
	padding-top: 30px; 
	width: 300px; 
	background:#f1f2ed url('../i/title.gif') 0 0 no-repeat;
	overflow: hidden; /* WIN IE5 hack */ 
	height: 0px !important;
	height /**/:30px;
	margin:0 0 10px 0;
}

#right{
	padding:10px 20px 0 320px;
	background:#f1f2ed url('../i/right.jpg') 0 0 no-repeat;
	height:170px;
}
/*=========> footer <===========*/
#footer{
	clear:both;
	padding:20px 0 30px 0;
	text-align:center;
	background:#f1f2ed url('../i/bg-footer.gif') 0 0 no-repeat;
	width:720px;
	margin:10px 0 0 7px;
	font-size:0.9em;
}
