body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#333333;
	background:#FFFFFF;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}

/*------------------------------------------------------------*
**  Content style
**------------------------------------------------------------*/

#main-wrapper {
	background:url(../images/main-wrapper.png) repeat-x top left;
	text-align:center;
}

#main-container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#header {
	height:345px;
	background:url(../images/header.png) repeat-x top left;
	position:relative;
	z-index:1;
}
#header .logo {
	float:left;
	width:266px;
	height:140px;
	background:url(../images/logo.png) no-repeat top left;
	margin-left:-8px;
	text-indent:-9999px;
	position:relative;
	z-index:3;
}
#main-menu {
	float:right;
	width:700px;
	height:60px;
	overflow:hidden;
	background:url(../images/main-menu.png) no-repeat top right;
	margin-right:-10px;
}
#main-menu ul {
	float:right;
	padding-right:10px;
}
#main-menu ul li {
	float:left;
	padding-right:50px;
}
#main-menu ul li a {
	text-transform:uppercase;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:44px;
}
#main-menu ul li a:hover {
	color:#FF7439;
	text-decoration:none;
}
#header-projects {
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	height:280px;
	width:800px;
	overflow:hidden;
}
#header-projects .nav-button {
	float:left;
	width:51px;
	height:61px;
	overflow:hidden;
	background:url(../images/nav-buttons.png) no-repeat 0 0;
	margin-top:180px;
}
#header-projects .nav-button.next {
	float:right;
	background-position:-51px 0;
}

#header-projects .project_holder {
	width:600px;
	margin:0 auto;
	height:280px;
	overflow:hidden;
}
#header-projects ul li {
	float:left;
	width:600px;
	height:280px;
}
#content {
	padding:35px 0 5px 0;
}
.left_column {
	float:left;
	width:200px;
}
.right_column {
	float:right;
	width:200px;
}
.content {
	float:left;
	margin-left:15px;
	width:500px;
	padding-bottom:30px;
}
.content h2 {
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:5px;
}
.content h2.first-heading {
	padding-top:8px;
}
.content .entry {
	line-height:180%;
	text-align:justify;
}
.content .divider {
	height:1px;
	overflow:hidden;
	margin:20px 0;
	background:url(../images/divider.gif) repeat-x top left;
}
.content .arhiva {
	padding:10px 0 0 0;
}
.content .arhiva a {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
	color:#666666;
}
.content .arhiva a:hover {
	text-decoration:none;
}
.content .arhiva a:hover span {
	text-decoration:underline;
}
.block {
	margin-bottom:30px;
}
.block .block-top {
	height:40px;
	background:url(../images/headers.png) no-repeat 0 0;
}
.block .block-top h2 {
	text-indent:-9999px;
}
.block .block-top.web-design {
	background-position:0 0;
}
.block .block-top.gazduire {
	background-position:0 -40px;
}
.block .block-top.optimizare {
	background-position:0 -80px;
}
.block .block-top.programare {
	background-position:0 -120px;
}
.block .block-top.portofoliu {
	background-position:0 -160px;
}
.block .block-top.oferta {
	background-position:0 -200px;
}
.block .block-content {
	background:url(../images/block-bg.png) no-repeat bottom left;
}
.block .block-content ul {
	padding:10px 0 10px 15px;
}
.block .block-content ul li {
	color:#CCCCCC;
	line-height:200%;
}
.block .block-content ul li a {
	color:#CCCCCC;
	line-height:210%;
	font-size:12px;
}
.oferta-icon {
	height:88px;
	text-align:center;
	padding-top:8px;
}
.contact-form {
	padding:20px 0;
}
.contact-form br {
	clear:both;
}
.contact-form label {
	float:left;
	width:120px;
	line-height:24px;
}
.contact-form input.input:focus, .contact-form textarea:focus {
	background:#DFEFFF;
	border:1px solid #99CCFF;
}
.contact-form select:focus {
	border:1px solid #99CCFF;
}
	
.contact-form input.input, .contact-form textarea {
	float:left;
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:10px;
	background:#EEE;
	width:270px;
}
.contact-form textarea {
	height:60px;
}
.contact-form select {
	float:left;
	margin-left:120px;
	padding:1px;
	border:1px solid #CCC;
	width:282px;
	margin-bottom:10px;
}
.contact-form input.trimite {
	margin-left:115px;
	background:url(../images/send.png) no-repeat top left;
	color:#333;
	float:left;
	cursor:pointer;
	width:122px;
	height:39px;
	border:none;	
}
.contact-form input.trimitecontact {
	margin-left:115px;
	background:url(../images/trimite.jpg) no-repeat top left;
	color:#333;
	float:left;
	cursor:pointer;
	width:122px;
	height:39px;
	border:none;
}
.contact-form .radio_checkbox {
	padding:5px 0 10px 0;
	float:left;
}
.contact-form .radio_checkbox input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
	float:left;
}
.contact-form .radio_checkbox label {
	display: block;
	padding: 0 10px 0 10px;
	width:auto;
	line-height:normal;
}
.contact-form .radio_checkbox label.radio {
	font-weight:normal;
}
.error_block {
	background:#FFE89F;
	border:1px solid #FFD75E;
	padding:10px;
	margin-bottom:15px;
}
.error_block p {
	padding:10px 0 10px 60px;
	background:url(../images/alert.png) no-repeat center left;
	display:block;
}
.error_block p span {
	padding:15px 0;
}
.success_block {
	background:#E4FF93;
	border:1px solid #98D0A0;
	padding:10px;
	margin-bottom:15px;
}
.success_block p {
	padding:10px 0 10px 60px;
	background:url(../images/done.png) no-repeat center left;
	display:block;
}
.success_block p span {
	padding:15px 0;
}
#footer {
	height:80px;
	background:url(../images/footer.png) repeat-x top left;
	text-align:center;
}
.footer-content {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-top:1px;
}
.footer-content p {
	line-height:50px;
	color:#727E96;
	font-size:10px;
}
.footer-content .footer-menu {
	float:right;
	width:600px;
}
.footer-content ul {
	float:right;
}
.footer-content ul li {
	float:left;
	padding-left:20px;
}
.footer-content ul li a {
	line-height:50px;
	color:#727E96;
	font-size:10px;
	text-transform:uppercase;
}
	
