@charset "utf-8";
/* CSS Document */

body {
	padding:10px 0 0 0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
img {
	border:0;	
}
ul,
ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#48A49D;
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 a {
	color:#48A49D !important;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#48A49D;
	margin:0;
	padding:0;
	font-weight:normal;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#48A49D;
	margin:0;
	padding:0;
	font-weight:normal;
}
a {
	text-decoration:none;
}
p {
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
.green {
	color:#48A49D;	
}

#body {
	width:960px;
	margin:0 auto 0 auto;
}

#header {
	background:url(../img/bg-header.png) no-repeat 0 0;	
	padding:0 10px 0 10px;
	height:112px;
	position:relative;
}
#header #logo-oftalmedic {
	padding-top:20px;
	width:300px;
	float:left;
}
#header #sections {
	float:left;	
	width:630px;
	padding-right:10px;
}

#header #sections #sections-container {
	background:url(../img/sections/container-right.gif) no-repeat right 15px;
	float:right;
	height:82px;
}
#header #sections ul {
	float:right;	
	padding-top:20px;
	padding-right:0px;
	padding-left:5px;
	background:url(../img/sections/container-left.gif) no-repeat 0px 15px;	
	height:62px;
}
#header #sections ul li {
	float:left;
	height:50px;
	margin-right:5px;
	background:url(../img/sections/bg.gif) repeat-x;
}
#header #sections ul li.active {
	background:url(../img/sections/bg-active.gif) repeat-x;
}
#header #sections img {
	vertical-align:middle;	
	float:left;
}
#header #sections ul li p {
	padding:15px 3px 10px 3px; /* 3 */
	float:left;
	font-size:12px;
	color:#2E6763;
	font-weight:bold;
	text-align:center;
	line-height:12px;
	vertical-align:top;
	cursor:pointer;
}
#header #sections ul li.active p {
	color:#48A49D;
}

#header #phone {
	font-size:18px;
	color:#006C6C;
	font-weight:bold;
	/*background:url(../img/bg-header-phone.gif);*/
	position:absolute;
	right:20px;
	bottom:-3px;
	padding:1px 0 0 18px;
}
#header #phone b {
	font-size:22px;
	font-weight:normal;
}


#content-container {
	padding-top:5px;
}
#content {
	background:url(../img/bg-content.png) repeat-y 0 25px;	
	float:left;
	width:960px;
	position:relative;
}

#footer {
	position:relative;	
	float:left;
	width:960px;
}
#footer #claim {
	position:absolute;
	left:0;
	top:0;
}
#footer #piece {
	z-index:100;
}

#left {
	width:300px;
	float:left;
}
#right {
	width:660px;
	float:left;
	padding-bottom:20px;
}

#left #menu-container {
	padding-left:30px;	
	z-index:500;
	position:relative;
}
#menu {
	background:url(../img/menu/background.png) repeat-y 0 25px;
	padding:0 10px 0 10px;
	font-size:14px;
	font-weight:bold;
}
#menu h1 {
	padding-left:3px;
	padding-bottom:10px;
}
#menu ul li {
	height:24px;
	padding-top:5px;
}
#menu ul li a {
	color:#666666;
	padding-left:5px;
}
#menu ul li.selected {
	background:url(../img/menu/selected.png) no-repeat;	
}
#menu ul li.selected a,
#menu ul li a:hover {
	color:#48A49D;
}

#menu .banner {
	margin-top:10px;	
}
#menu .bannertop {
	padding-top:50px;
	background:url(../img/bg-eyes.png) no-repeat 0px 0px;
}
#menu .banner img {
	width:230px;
	height:67px;
}

.box610-container {
	width:610px;
	padding-left:25px;
	position:relative;
}
.box610 {
	background:url(../img/box/610/background.png) repeat-y;	
	padding:0 15px 0 15px;
	float:left;
	width:580px;
}
.box h1 {
	padding-bottom:15px;	
	font-weight:normal;
}
.box .photo-box {
	position:absolute;
	bottom:1px;
	right:1px;
	z-index:500;
}

.box .back a {
	color:#48A49D;
	font-size:14px;
	padding-left:17px;
	background:url(../img/bullet-back.gif) no-repeat 0 4px;
	font-weight:bold;
}
.box .previous a {
	color:#48A49D;
	font-size:14px;
	padding-left:17px;
	background:url(../img/bullet-back.gif) no-repeat 0 4px;
	font-weight:bold;
}
.box .next a {
	color:#48A49D;
	font-size:14px;
	padding-right:17px;
	background:url(../img/bullet.gif) no-repeat right 4px;
	font-weight:bold;
}

ul.numeration {
	padding:10px 0 5px 0;
	z-index:1000;
	position:relative;
}
ul.numeration li {
	background:url(../img/bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	margin-bottom:5px;
}
ul.numeration-menu li {
	padding-bottom:5px;	
}
ul.numeration li a {
	color:#666666;
}

