/*--------------------------------------------------------------------------

author:Kupriyanenko A (Upward)
e-mail:upwards@yandex.ru
web-site: lifeprom.com
icq:400555055
-----------------------------------------------------------------------------*/

@import 'reset.css';

/* Standard elements */
html,body {
	background:#97989c;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#57585c;
	}
a {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#57585c;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
#page{
	width:800px;
	margin:auto;
	}
	
/* header */
#header{
	background:url(../images/title.gif) no-repeat 320px 20px;
	height:111px;
	overflow:hidden;
	text-align:center;
	}
#header h2{
	font:normal 15px "Times New Roman", Times, serif;
	margin:46px 0 0 0;
	position:relative;
	left:6px;
	color:#494a4e;
	}
#main-menu{
	list-style:none;
	margin:14px 0 0 0;
	}
#main-menu li{
	float:left;
	width:158px;
	text-align:left;
	}
#main-menu li .third {width:170px !important;}
#main-menu li a{
	font-size:10px;
	color:#494a4e;
	text-decoration:none;
	}
#main-menu li a:hover{
	text-decoration:underline;
	}
.first{text-indent:16px;}
.second{text-indent:8px;}
.third{text-indent:24px;}
.fourth{text-indent:20px;}

/* optometrist */
#optometrist{
	height:400px;
	overflow:hidden;
	}
#optometrist .left{
	width:270px;
	height:400px;
	float:left;
	}
#optometrist .left a{
	display:block;
	width:270px;
	height:400px;
	background:url(../images/img1.jpg) no-repeat #707070;
	}
#optometrist .centre{
	width:270px;
	height:400px;
	float:left;
	background:url(../images/main.jpg) no-repeat #b00909;
	}
#optometrist .centre h1{
	color:#FFFFFF;
	font:normal 26px "Times New Roman", Times, serif;
	text-align:center;
	margin:100px 0 0 0;
	}
#optometrist .centre ul{
	margin:6px 0 0 100px;
	}
#optometrist .centre ul li{
	color:#000000;
	font:normal 11px "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:14px;
	}
	#optometrist .centre ul li a{
	color:#000000;
	font:normal 11px "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:14px;
	}
#optometrist .right{
	width:260px;
	height:400px;
	float:left;
	}
#optometrist .right a{
	display:block;
	width:260px;
	height:400px;
	background:url(../images/img2.jpg) no-repeat #707070;
}

/* content */
#content{
	overflow:hidden;
	margin:48px 0 0 0;
	padding:0 1px 0 1px; color:#000000;
	}
#banner{
     text-align:center;
     margin:5px 0 0 0;
     }
