/* GLOBAL */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}

body{
	background: #090101 url('/i/background.jpg');
	margin: 0px;
	padding: 0px;
	color: #9b9b9b;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
img{
	border: none;
}
p, ul, ol, h1, h2, h3{
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 100%;
}
h1{
	font-size: 150%;
	color: #AAA;
}
h2{
	font-size: 130%;
	color: #AAA;
}
h3{
	font-size: 120%;
	color: #AAA;
}
A, A:visited{
	color: #AAA;
}
A:hover{
	color: #EEE;
}
strong, b{	font-weight: bold;
}

/* TOP */
#top{	text-align: center;
}
#top #logo{
	top: 27px;
	left: 32px;
	position: absolute;
}
#menu{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	margin-bottom: 8px;
}
#menu TD{
	white-space: nowrap;
	text-align: left;
	width: 3%;
	vertical-align: bottom;
	border: 1px solid #090101; /* 090101; */
}
#menu TD.padder{
	width: 10px;
}
#menu A, #menu A:visited, #menu .menu_item_active{
	color: #926034;
	font-size: 10.5pt;
	text-decoration: none;
	font-weight: 600;
	font-family: Verdana;
}
#menu A:hover{
	color: #EEE;
}
#menu .menu_item_active{	color: #C29064;
}
#menu .menu_item_active a, #menu .menu_item_active a:visited {
	color: #C29064;
}
#menu .menu_item_active a:hover {
	color: #EEE;
}

#menu_2{
	font-size: 70%;
	color: #C29064;
	font-weight: normal;
	font-family: Verdana;
	height: 25px;
	vertical-align: top;
	text-align: center;
}
#menu_2 a, #menu_2 a:visited{
	color: #C29064;
	font-weight: normal;
	font-size: 100%;
}
#menu_2 .active, #menu_2 .active a, #menu_2 .active a:visited{	color: #ffd4ae;
	font-weight: normal;
	font-size: 100%;
}
#menu_2 a:hover{	color: #EEE;
}
#menu_2 div{	position: absolute;
	margin-top: 6px;
}


/* MAIN */
#main, #main #gradient, #main #decor{	min-height: 603px;
	height: auto !important;
	height: 603px;
}
#main{
	background: url('/i/main_top_line.gif') top left repeat-x;
}
#main #gradient{
	background: url('/i/yellow_gradient.png') top center no-repeat;
}
#main #decor{
	background: url('/i/flowers.gif') bottom left no-repeat;
	padding-top: 2px;
}
#content{
	width: 900px;
	width/**/:/**/ 830px;
	margin-top: 0px;
	min-height: 473px;
	height: auto !important;
	height: 503px;
	height/**/:/**/ 573px;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #1a1210;
	border-right: 3px solid #1a1210;
	border-bottom: 3px solid #1a1210;
	background: url('/i/content_background.png');
	position: relative;
	font-size: 90%;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	overflow-x: hidden;
}
#content .images{	text-align: center;
	width: 850px;
	margin-left: -10px;
	white-space: nowrap;
	margin-bottom: 5px;
	height: 503px;
	clear: both;
}
#content .images div{	display: none;
}
#content .images .couple img{
	margin-right: 11px;
	margin-left: 11px;
}

#leftcol, #rightcol{	position: relative;
	width: 380px;
	z-index: 10;
}
#content a{	z-index: 10;
}
#leftcol{	float: left;
	padding: 0px 25px 0px 0px;
}
#rightcol{	float: right;
	padding: 0px 0px 0px 25px;
}
#bottom_menu, #bottom_menu A, #bottom_menu A:visited{
	color: #926034;
	font-size: 10.5pt;
	text-decoration: none;
	font-weight: 400;
	font-family: Verdana;
}
#bottom_menu{
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
}
#bottom_menu .active, #bottom_menu .active a, #bottom_menu .active a:visited{	color: #C29064;
}

#bottom_menu A:hover{
	color: #EEE;
}
#arrows{
	width: 100%;
	top: 0px;
	height: 603px;
	position: absolute;
	z-index: 5;
	text-align: center;
	display: none;
}
#arrows .container{	width: 962px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#arrow_left, #arrow_right{
	margin-top: 265px;
	width: 43px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}
#arrow_left{
	float: left;
}
#arrow_right{
	float: right;
}
.clearboth{
	clear: both;
}

.professionals{	vertical-align: top;
}
.professionals td{	vertical-align: top;
	padding-bottom: 30px;
}
img.professional{	margin-right: 20px;
}
.cb{	clear: both;
}
.hide{	display: none;	
}
p.vplayer{	margin: 0px;
	border: 1px solid #EEE;
}
p.subtitle{	font-weight: bold;
}

/* IE 6 AND BELOW */
* html #main #gradient{ background: url(/i/yellow_gradient.gif) no-repeat; }
* html #content{ background: none;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./i/content_background.png', sizingMethod='scale'); }
* html #main #decor{ text-align: center; }
* html #content{ text-align: left; }
/* IE 7 
*:first-child+html #menu_2 div{  }
*/

.yashare-auto-init{
    text-align: center;
}
