/* Reset */
html{color:#000;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Fonts */
body{font:13px/1.231 "Trebuchet MS",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% "Trebuchet MS",arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:.4em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:0px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}


/* General */

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	margin-top: 0;
	font-size: 182%;
}

.clear {
	clear: both;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.center_content {
	text-align: center;
}

.block {
	display: block;
}

.center_block {
	margin: 0 auto;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.spacer_4 {
	height: 4px;
	font-size: 0;
}

.spacer_10 {
	height: 10px;
	font-size: 0;
}

/* End General */


/* Header */

#header {
	width: 1000px;
	height: 68px;
	margin: 0 auto;
	background: url(../images/layout/bg_header.png) no-repeat;
}

#logo {
	padding: 8px 0 0 10px;
}

#menu {
	width: 980px;
	height: 33px;
	padding: 15px 10px 0 10px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	background: url(../images/layout/bg_menu.jpg) no-repeat;
}

/* End Header */


/* Menu */

#menu_list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

#menu_list li {
	margin: 0 14px 0 14px;
	float: left;
	list-style: none;
	display: inline;
	position: relative;
	z-index: 1000;
}

#menu_list li a {
	display: block;
	font-size: 116% !important;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
}

#menu_list li a:hover {
	color: #fff !important;
	text-decoration: none;
}

#menu_list li a.active {
	color: #fff !important;
}

#menu_list li ul {
	margin: 14px 0 0 -14px;
	padding: 0;
	background: url(../images/layout/bg_menu2.jpg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	visibility: hidden;
	position: absolute;
	z-index: 1000;
}

#menu_list li ul li {
	float: none;
	display: inline;
}

#menu_list li ul li a {
	font-size: 108% !important;
	width: auto;
	padding: 3px 10px;
}

/* End Menu */


/* Content */


#content {
	width: 970px;
	margin: 0 auto;
	padding: 10px 15px;
	background: #000 url(../images/layout/bg_content.jpg) bottom;
}

#index_c {
	width: 782px;
	height: 654px;
	margin: 20px auto;
}

#index_evenimente_btn {
	width: 370px;
	height: 38px;
}
#index_studio_btn {
	width: 412px;
	height: 38px;
}
#index_nunta_btn {
	width: 370px;
	height: 39px;
}
#index_comerciale_btn {
	width: 412px;
	height: 39px;
}
#index_evenimente {
	width: 370px;
	height: 290px;
}
#index_studio {
	width: 412px;
	height: 290px;
}
#index_nunta {
	width: 370px;
	height: 287px;
}
#index_comerciale {
	width: 412px;
	height: 287px;
}
#index_evenimente_btn, #index_studio_btn, #index_nunta_btn, #index_comerciale_btn, #index_evenimente, #index_studio, #index_nunta, #index_comerciale {
	float: left;
	position: relative;
}
#index_evenimente_btn img, #index_studio_btn img, #index_nunta_btn img, #index_comerciale_btn img, #index_evenimente img, #index_studio img, #index_nunta img, #index_comerciale img {
	display: block;
	position: absolute;
}

.bw { z-index: 101; }
.colour { z-index: 100; }


.text_galerie {
	width: 805px;
	margin: 15px auto 0 auto;
}

.categ_cont {
	width: 50%;
	float: left;
	text-align: center;
}

.categ_cont h2 {
	font-size: 153.9%;
}

.categ_picture {
	width: 300px;
	height: 225px;
	margin: 15px auto;
	background: url(../images/layout/bg_rama.jpg);
	padding: 15px 20px;
}

/* End Content */


/* Footer */

#footer {
	width: 1000px;
	height: 212px;
	margin: 0 auto;
	background: url(../images/layout/bg_footer.jpg) no-repeat;
}

#f_copy {
	padding: 140px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#trafic_ro {
	margin: 0 auto;
}

/* End Footer */