@charset "utf-8";

html {
	background-image: url(/design/images/back.gif);
	background-repeat: repeat-x;
	width: 100%;
	color:#38352b;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#d1e6eb;
}

a{
	color:#38352b;
}
a:hover {
	color:#13868b;
}
h1 {
	display:block;
	height:68px;
	width:728px;
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
	text-indent:-3000px;
	background-repeat: no-repeat;
	background-position:9px 0px;
}


#header {
	width:950px;
	height:83px;
	margin:auto;
	background-image: url(/design/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative
}

#header a.home,
#header-english a.home {	
	display:block;
	width:950px;
	height:83px;
}

a.english {
	position:absolute;
	display:block;
	width:124px;
	height:18px;
	background-image: url(/design/images/english.gif);
	background-repeat: no-repeat;
	background-position: left -18px;
	position: absolute;
	left: 826px;
	top: 0px;
	text-indent:-2000px;
}
a.english:hover {
	background-position: left 0px;
}


#header-english {
	width:950px;
	height:83px;
	margin:auto;
	background-image: url(/design/images/header-en.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative
}

a.greek {
	position:absolute;
	display:block;
	width:124px;
	height:18px;
	background-image: url(/design/images/greek.gif);
	background-repeat: no-repeat;
	background-position: left -18px;
	position: absolute;
	left: 814px;
	top: 0px;
	text-indent:-2000px;
}
a.greek:hover {
	background-position: left 0px;
}


/* menu start */
#menu {
	width:950px;
	height:36px;
	margin:auto;
}

#menu ul {
	margin-left:155px;
}

#menu li {
	float:left;
}
#menu li a {
	display:block;
	line-height:36px;
	height:36px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(/design/images/menu.gif);	
	text-indent:-3000px;	
}
a.menu-1-gr {
	width:138px;
	background-position: -176px top;

}
a.menu-1-gr:hover {
	background-position:-176px bottom;
}
a.menu-1-gr-selected {
	width:138px;	
	background-position:-176px bottom;
}

a.menu-2-gr {
	width:144px;
	background-position: -314px top;
}
a.menu-2-gr:hover {
	background-position:-314px bottom;
}
a.menu-2-gr-selected {
	width:144px;	
	background-position:-314px bottom;
}


a.menu-3-gr {
	width:180px;
	background-position: -458px top;
}
a.menu-3-gr:hover {
	background-position:-458px bottom;
}
a.menu-3-gr-selected {
	width:180px;	
	background-position:-458px bottom;
}

a.menu-4-gr {
	width:151px;
	background-position: -638px top;
}
a.menu-4-gr:hover {
	background-position:-638px bottom;
}
a.menu-4-gr-selected {
	width:151px;
	background-position:-638px bottom;
}

a.menu-5-gr {
	width:151px;
	background-position: -789px top;
}
a.menu-5-gr:hover {
	background-position:-789px bottom;
}
a.menu-5-gr-selected {
	width:151px;
	background-position:-789px bottom;
}


/* English menu */
#menu-en {
	width:950px;
	height:36px;
	margin:auto;
}

#menu-en ul {
	margin-left:278px;
}

#menu-en li {
	float:left;
}
#menu-en li a {
	display:block;
	line-height:36px;
	height:36px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(/design/images/menu-en.gif);	
	text-indent:-3000px;
}

a.menu-1-en {
	width:142px;
	background-position: -278px top;

}
a.menu-1-en:hover {
	background-position:-278px bottom;
}
a.menu-1-en-selected {
	width:142px;	
	background-position:-278px bottom;
}

a.menu-2-en {
	width:130px;
	background-position: -420px top;
}
a.menu-2-en:hover {
	background-position:-420px bottom;
}
a.menu-2-en-selected {
	width:130px;	
	background-position:-420px bottom;
}


a.menu-3-en {
	width:239px;
	background-position: -550px top;
}
a.menu-3-en:hover {
	background-position:-550px bottom;
}
a.menu-3-en-selected {
	width:239px;	
	background-position:-550px bottom;
}

a.menu-4-en {
	width:151px;
	background-position: -789px top;
}
a.menu-4-en:hover {
	background-position:-789px bottom;
}
a.menu-4-en-selected {
	width:151px;
	background-position:-789px bottom;
}



/* menu end */

#content {
	width:950px;
	margin:auto;
}
#left-column {
	width:204px;
	height:450px;
	float:left;
	background-image: url(/design/images/left.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	position:relative;
}
#right-column {
	width:746px;
	float:left;
}

div.name {
	font-size:14px;
	font-weight:bold;
	position:absolute;
	left: 17px;
	top: 18px;
}
.title {
	position:absolute;
	font-size:11px;
	line-height:15px;
	color:#38352b;
	left: 17px;
	top: 228px;
}

ul.submenu {
	position:absolute;
	left: 2px;
	top: 275px;
	width: 199px;
}
ul.submenu li{
	/* padding-top:10px; */
	line-height: 34px;
	height: 34px;
	margin-bottom:2px;
}

ul.submenu a,
ul.submenu a:link,
ul.submenu a:active,
ul.submenu a:visited {
	font-size:13px;
	font-weight: bold;
	display:block;
	height: 34px;
	line-height: 34px;
	text-decoration:none;
	padding-left: 15px;
}

ul.submenu li a				{ color: #225050; }
ul.submenu li a:hover 		{ text-decoration: underline; }
ul.submenu li a.selected 	{
	color:#13868b;
	background: url("../images/menu-active.gif") no-repeat center center;
}


/* The headers  */
h1.rhino {
	background-image:url(/design/images/rhinoplasty.jpg);
}
h1.rhino-en {
	background-image:url(/design/images/rhinoplasty-en.jpg);
}

h1.oto {
	background-image:url(/design/images/otoplasty.jpg);
}
h1.oto-en {
	background-image:url(/design/images/otoplasty-en.jpg);
}

h1.faq {
	background-image:url(/design/images/faq.jpg);	
}
h1.faq-en {
	background-image:url(/design/images/faq-en.jpg);
}
h1.bio {
	background-image:url(/design/images/bio.jpg);
}
h1.bio-en {
	background-image:url(/design/images/bio-en.jpg);
}

h1.contact {
	background-image:url(/design/images/contact.jpg);
}
h1.contact-en {
	background-image:url(/design/images/contact-en.jpg);
}
h1.videos		{ 
	background-image: url("../images/videos.jpg"); 
	padding-left: 30px;	
}
h1.videos-en	{ 
	background-image: url("../images/videos-en.jpg"); 
	padding-left: 30px;
}

h3.other-videos,
h3.other-videos-en	{
	width: 728px;
	height: 50px;
	padding-left: 30px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 9px 0;
}
h3.other-videos		{ background-image: url("../images/other-videos.jpg"); }
h3.other-videos-en	{ background-image: url("../images/other-videos-en.jpg"); }


/* main content */
.content-right {
	margin-left:9px;
	margin-right:9px;
	background-color:#e8f2f4;
	padding:10px 15px;
	font-size:13px;
	line-height:16px;
}
.content-right strong {
	font-weight:bold;
}
.content-right p {
	margin-bottom:0.8em;
	text-indent: 15px;
}
.content-right ul {
	list-style:disc;
	margin:10px 35px;
}
.content-right li {
	list-style:disc;
	margin-bottom:4px;
}

/* faq number */
div.question {
	padding-bottom:5px;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:1px solid #D2D2D2;
}
td.number {
	font-size:20px;
	color:#13868b;
	width:15px;
	text-align:right;
}
td.question-text {
	padding-left:10px;
	line-height:19px;
	font-weight:bold;
	font-size:15px;
}
div.answer {
	margin-top:15px;	
}

/* video changes */
#right-column .home,
#right-column .home-en	{
	margin-top: 6px;
	padding-top: 14px;
	background: url("../images/homepage-photo.jpg") no-repeat;
	height: 600px;
	position: relative;
}
#right-column .home-en		{ background: url("../images/homepage-photo-en.jpg") no-repeat; }
#right-column .video-promo	{
	position: absolute;
	top: 426px;
	left: 120px;
}
#right-column .video-promo h2	{
	font: 18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	margin-bottom: 5px;
}
#right-column .video-promo h2 a	{
	color: #fff;
	text-decoration: none;
}
#right-column .video-promo h4	{
	font: bold 16px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #192627;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .21);
}
.video-container		{ background: url("../images/video-bg.gif") no-repeat 50% 40px; }
.video-container #video	{
	text-align: center;
	margin: 20px 0;
}
.video-container h2		{
	font: normal 18px Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
}
.video-container p		{
	margin: 0;
	text-indent: 0;
	line-height: 1.4em;
}
.videos,
.videos li				{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.videos li				{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 30px;
	width: 203px;
}
*+html .videos li		{ display: inline; }
* html .videos li		{ display: inline; }
.videos li .mask		{
	position: absolute; top: 0; left: 0;
	z-index: 99;
	display: block;
	background: url("../images/video-mask.png") no-repeat;
	width: 203px;
	height: 143px;
}
* html .videos li .mask	{
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/images/video-mask.png', sizingMethod='crop');
}
.videos li h6			{
	position: relative;
	z-index: 99;
	margin-top: -10px;
}

/* cross promo */
.cross-promo	{
	font: 14px Tahoma, Geneva, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	background: url("../images/cross-promo.png") no-repeat;
	margin: 20px 0;
	padding: 0 15px;
	min-height: 45px;
	line-height: 45px;	
}
.cross-promo a	{ 
	color: #fff;
	text-decoration: none;
}
.cross-promo a:hover	{ text-decoration: underline; }
