
/* Autor: www.smartvision.ro */



/* ******** GENERAL ******** */

body {
	background: #000000 url(../img/body_bg1.jpg) center top no-repeat;
	background-attachment: fixed;
	margin: 0;
	font-family: trebuchet ms, arial, verdana, helvetica;
	font-size: 13px;
	text-align: center;
	padding: 0;
	}

	
/* ******** CONTAINER ******** */

.container {
	position: relative;
	width: 924px;
	margin: 0 auto;
	padding: 30px 18px 0 18px;
	}
	
	.right {
		position: relative;
		float: right;
		width: 600px;
		min-height: 1500px;
		_height: 1500px;
		background: #ffffff url(../img/right_bg.jpg) left top no-repeat;
		border-top: 8px solid #000000;
		border-left: 8px solid #000000;
		border-right: 8px solid #000000;
		}
		
		#logo {
			position: absolute;			
			top: 0;
			right: 0;
			display: block;
			width: 239px;
			height: 74px;
			}
		
			#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {			
				display: block;
				background: transparent url(../img/logo_bg.jpg) left top no-repeat;
				width: 239px;
				height: 74px;
				font-weight: bold;
				text-indent: 300px;
				white-space: nowrap;
				overflow: hidden;
				}
			
		.nav-menu {
			position: absolute;
			top: 85px;
			left: 10px;
			width: 580px;
			height: 39px;
			margin: 0;
			padding: 0;
			background: transparent url(../img/menu_bg.jpg) left top no-repeat;
			list-style: none;
			}
			
			.nav-menu li {
				float: left;
				margin: 0;
				padding: 0;
				}				
				
				.nav-menu li a:link, .nav-menu li a:visited {
					display: block;
					height: 39px;
					width: 98px;
					text-indent: 300px;
					white-space: nowrap;
					font-weight: bold;
					overflow: hidden;
					}
					
				.nav-menu li a:hover, .nav-menu li a:active {
					
					}
					
					
				li.item_home a:link, li.item_home a:visited {
					background: transparent url(../img/menu_bg.jpg) 0 0 no-repeat;
					}
					
				li.item_home a:hover, li.item_home a:active {
					background: transparent url(../img/menu_bg.jpg) 0 -39px no-repeat;
					}
					
					
				li.item_servicii a:link, li.item_servicii a:visited {
					background: transparent url(../img/menu_bg.jpg) -98px 0 no-repeat;
					}
					
				li.item_servicii a:hover, li.item_servicii a:active {
					background: transparent url(../img/menu_bg.jpg) -98px -39px no-repeat;
					}
					
					
				li.item_portofoliu a:link, li.item_portofoliu a:visited {
					background: transparent url(../img/menu_bg.jpg) -196px 0 no-repeat;
					}
					
				li.item_portofoliu a:hover, li.item_portofoliu a:active {
					background: transparent url(../img/menu_bg.jpg) -196px -39px no-repeat;
					}
					
				
				li.item_contact a:link, li.item_contact a:visited {
					background: transparent url(../img/menu_bg.jpg) -294px 0 no-repeat;
					}
					
				li.item_contact a:hover, li.item_contact a:active {
					background: transparent url(../img/menu_bg.jpg) -294px -39px no-repeat;
					}
					
					
				li.item_blog a:link, li.item_blog a:visited {
					position: absolute;
					top: 0;
					right: 0;
					width: 64px;
					background: transparent url(../img/menu_bg.jpg) -516px 0 no-repeat;
					}
					
				li.item_blog a:hover, li.item_blog a:active {
					background: transparent url(../img/menu_bg.jpg) -516px -39px no-repeat;
					}
				
				/* menu item on */
					
				li.item_home_on a:link, li.item_home_on a:visited, li.item_home_on a:hover, li.item_home_on a:active {
					background: transparent url(../img/menu_bg.jpg) 0 -39px no-repeat;
					}
					
				li.item_servicii_on a:link, li.item_servicii_on a:visited, li.item_servicii_on a:hover, li.item_servicii_on a:active {
					background: transparent url(../img/menu_bg.jpg) -98px -39px no-repeat;
					}					
					
				li.item_portofoliu_on a:link, li.item_portofoliu_on a:visited, li.item_portofoliu_on a:hover, li.item_portofoliu_on a:active {
					background: transparent url(../img/menu_bg.jpg) -196px -39px no-repeat;
					}
					
				li.item_contact_on a:link, li.item_contact_on a:visited, li.item_contact_on a:hover, li.item_contact_on a:active {
					background: transparent url(../img/menu_bg.jpg) -294px -39px no-repeat;
					}
					
				li.item_blog_on a:link, li.item_blog_on a:visited, li.item_blog_on a:hover, li.item_blog_on a:active {
					background: transparent url(../img/menu_bg.jpg) -516px -39px no-repeat;
					}
					
	
	
	/* CONTENT */		
	
	.content {
		display: block;
		width: 550px;
		padding: 150px 0 30px 0;
		margin: 0 auto;
		text-align: left;
		}
		
		.content h3 {
			font-weight: normal;
			margin: 0;
			padding: 0 0 15px 0;
			}
				.studiucaz {
					background: transparent url(../img/info_ico.png) 0 5px no-repeat;
					margin: 0;
					padding: 0 0 0 25px !important;
					}
		.content h1 {
			font-weight: bold;
			font-size: 16px;
			margin: 0 0 0 0;
			padding: 0 0 10px 0;
			}
		
		.content a:link, .content a:visited {
			color: #00a0aa;
			text-decoration: none;			
		}
			
		.content a:hover, .content a:active {
			color: #727272;
			text-decoration: none;			
		}
		
		.content input, .content textarea {
 			border:dotted 1px #999999;
			background: #F0F0F0;
			color: #000000;		
			font-size: 12px;		
		}
		.content textarea {
			overflow: hidden;
		}
		
 
		/* portofoliu */
		
		.portofoliu_thumb {
			position: relative;
			float: left;
			width: 255px;
			height: 170px;
			background: #5e5e5e;
			margin: 5px 20px 15px 0;
			padding: 5px;
			text-align: left;
			color: #cccccc;
			font-size: 11px;
			line-height: 20px;
			font-family: tahoma;
			}
			
		.thumb2 {
			margin: 5px 0 15px 0
			}
			
		.portofoliu_thumb:hover {
			background: #696969;
			}
			
			
			.portofoliu_thumb img {
				display: block;
				width: 255px;
				height: 151px;
				border: none;
				}
				
			.portofoliu_thumb a:link, .portofoliu_thumb a:visited {
				color: #e1e1e1;
				text-decoration: none;
				}
				
			.portofoliu_thumb a:hover, .portofoliu_thumb a:active {
				color: #e1e1e1;
				text-decoration: underline;
				}
				
			a.siteinfo:link, a.siteinfo:visited {
				position: absolute;
				bottom: 4px;
				right: 5px;
				display: block;
				width: 16px;
				height: 16px;
				background: transparent url(../img/info_ico.png) 0 0 no-repeat;
				_background: transparent url(../img/info_ico.gif) 0 0 no-repeat;
				text-indent: 20px;
				white-space: nowrap;
				overflow: hidden;
				}
				
			a.siteinfo:hover, a.siteinfo:active {
				background: transparent url(../img/info_ico.png) 0 -16px no-repeat;
				_background: transparent url(../img/info_ico.gif) 0 -16px no-repeat;
				}
			
			
									
				

	
/* ******** FOOTER ******** */
	
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #000000 url(../img/horiz_dot.gif) left top repeat-x;
	border
	}
	
	.footer_container {
		position: relative;
		width: 924px;
		margin: 0 auto;
		padding: 0 18px 0 18px;
		}
	
	.footer_right {
		position: relative;
		float: right;
		background: #ffffff url(../img/horiz_dot.gif) left top repeat-x;
		height: 40px;
		width: 600px;
		border-left: 8px solid #000000;
		border-right: 8px solid #000000;		
		}
		
		
		#styleswitcher {
		 	position: absolute;
			top: 10px;
			left: -220px;
			width: 200px;
			height: 20px;
			line-height: 20px;
			color: #595959;
			font-size: 11px;
			text-align: right;
			}
			
			#styleswitcher select, #styleswitcher option {
				font-size: 11px;
				background: #cccccc;
				margin: 0;
				padding: 0;
				border: none;
				}
				
		#footer_copy {
		 	position: absolute;
			top: 10px;
			left: -300px;
			width: 290px;
			height: 20px;
			line-height: 20px;
			color: #595959;
			font-size: 11px;
			text-align: right;
			 
			}		
			
			#footer_copy a:link, a:visited {
				color: #727272;
				text-decoration: none;			
			}
			
			#footer_copy a:hover, a:active {
				color: #00a0aa;
				text-decoration: none;			
			}
				
		.footer_menu {
		 	position: absolute;
			top: 10px;
			left: 20px;
			width: 400px;
			height: 20px;
			line-height: 20px;
			color: #727272;
			font-size: 11px;
			text-align: left;
			}
			
			.footer_menu a:link, .footer_menu a:visited {
				color: #727272;
				text-decoration: none;
				}
				
			.footer_menu a:hover, .footer_menu a:active {
				color: #00a0aa;
				text-decoration: underline;
				} 
				
			
		
			
		a.top_link:link, a.top_link:visited {
		 	position: absolute;
			top: 1px;
			right: 11px;
			display: block;
			width: 57px;
			height: 26px;
			text-indent: 60px;
			white-space: nowrap;
			overflow: hidden;
			background: #ffffff url(../img/top_link_bg.jpg) 0 0 no-repeat;
			}
			
		a.top_link:hover, a.top_link:active {
			background: #ffffff url(../img/top_link_bg.jpg) 0 -26px no-repeat;
			}
			
.clear {clear: both;}			