/**
 *	@copyright Copyright (c) 2010, Vasile Goian
 *	@author Vasile Goian <admin@xtrimversus.ro>
 *	@link http://www.xtrimversus.ro XtrimVerSuS
 */

body {
	background: #2C001E;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: sans-serif;
}

p {
	font-size: 13px;
}

img {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.clear {
	clear: both;
}

#background {
	width: 100%;
	position: fixed;
	border: none;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}

#wrapper {
	z-index: 2;
	width: 950px;
	margin: auto;
	position: relative;
	top: 0;
}

h1, h1 a {
	color: #fff;
	font-size: 40px;
	margin: 0 10px;
	padding: 0;
	border: none;
}

h2 {
	color: #ccc;
	font-size: 20px;
	margin: 0 15px;
	padding: 0;
}

#navigation {
	margin-top: 30px;
}

#navigation a {
	margin: 4px;
	float: left;
	border: none;
}

.navigation {
	width: 180px;
	height: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#blog {
	background: url('img/blog.png') no-repeat 0px 0px;
}

#portofoliu {
	background: url('img/portofoliu.png') no-repeat 0px 0px;
}

#servicii {
	background: url('img/servicii.png') no-repeat 0px 0px;
}

#resurse {
	background: url('img/resurse.png') no-repeat 0px 0px;
}

#contact {
	background: url('img/contact.png') no-repeat 0px 0px;
}

#shome {
	background: url('img/sacasa.png') no-repeat -0px -37.5px;
}

#sblog {
	background: url('img/sblog.png') no-repeat -0px -37.5px;
}

#sportofoliu {
	background: url('img/sportofoliu.png') no-repeat -0px -37.5px;
}

#sservicii {
	background: url('img/sservicii.png') no-repeat -0px -37.5px;
}

#scontact {
	background: url('img/scontact.png') no-repeat -0px -37.5px;
}

#sresurse {
	background: url('img/sresurse.png') no-repeat -0px -37.5px;
}

#snavigation {
	margin-top: 10px;
}

.snavigation {
	width: 35px;
	height: 37.5px;
	border: none;
	float: left;
	margin: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.selectednav {
	width: 150px;
}

#contactWrap {
	width: 700px;
	margin: auto;
}

#contactWrap table {
	width: 700px;
}

#contactWrap td {
	padding: 5px;
	margin: 0;
	border-bottom: 1px dotted #111;
	color: #000;
}

footer {
	display: block;
	margin-top: 40px;
	font-size: 13px;
}

footer ul {
	width: 220px;
	margin: auto;
}

footer li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px;
}

footer a {
	color: #fff;
}

.ui-dialog-titlebar-close {
	border: none;
}


#mesajIntro {
	font-size: 15px;
}

#serviciiWrap {
	background: #efefef;
	color: #333;
}

#serviciiWrap a {
	color: #06f;
	border-bottom: 1px dotted #06f;
}

#serviciiSelect {
	width: 300px;
	float: left;
	padding: 5px;
}

#serviciiSelect li {
	height: 50px;
	font-size: 12px;
	border-bottom: 1px solid #782144;
	list-style: none;
	padding: 2px 5px;
	width: 275px;
	cursor: pointer;
}

#serviciiSelect li:hover {
	text-decoration: underline;
}

#serviciiSelect .current {
	background: url('img/serviciiselect.png') no-repeat left top;
	width: 290px;
	height: 60px;
	border: none;
	font-size: 13px;
	color: #fff;
	padding: 10px;
	padding-right: 30px;
}

#serviciiSelect .current a {
	font-size: 15px;
	color: #fff;
}

#serviciiSelect li a {
	font-size: 14px;
	font-weight: bold;
}

#serviciiDetails {
	float: right;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 610px;
	padding: 5px;
	right: 0;
	height: 390px;
	background-attachment: fixed;
}

#serviciiDetails li {
	list-style: none;
	position: absolute;
	width: 590px;
	height: 370px;
	padding: 5px;
	background-color: #fff;
}

#serviciiDetails p {
	text-align: justify;
	text-indent: 1.5cm;
}

#servicii-webdesign {
	background: url('img/servicii-webdesign.png') no-repeat top left transparent;
}

#servicii-programare {
	background: url('img/servicii-programare.png') no-repeat top left transparent;
	color: #111;
}

#servicii-sitecomplet {
	background: url('img/servicii-sitecomplet.png') no-repeat top left transparent;
}

#servicii-logodesign {
	background: url('img/servicii-logodesign.png') no-repeat top left transparent;
}

#servicii-webhosting {
	background: url('img/servicii-webhosting.png') no-repeat top left transparent;
	color: #111;
}

#servicii-optimizare {
	background: url('img/servicii-optimizare.png') no-repeat top left transparent;
}

#servicii-aplicatiiweb {
	background: url('img/servicii-aplicatiiweb.png') no-repeat top left transparent;
}

.left {
	float: left;
}

.right {
	float: right;
}

.contactSwitch {
	cursor: pointer;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#contactDate, #contactFormular {
	position: absolute;
	left: 0;
	top: 0;
	clear: both;
}

.relative {
	position: relative;
}

.txt {
	background: url('img/txt.png') no-repeat left center transparent;
	border: none;
	border-bottom: 2px solid #333;
	padding-left: 20px;
	color: #fff;
}

.txt:focus {
	background: url('img/txt2.png') no-repeat left center transparent;
	color: #ff0;
}

.btn {
	background: url('img/accept.png') no-repeat left center #782144;
	color: #fff;
	border: 2px solid #333;
	font-weight: bold;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#contactFormular .txt {
	width: 300px;
}

label {
	padding-left: 20px;
}

#numelab {
	background: url('img/nume.png') no-repeat left center transparent;
	
}

#emaillab {
	background: url('img/email.png') no-repeat left center transparent;
	
}

#telefonlab {
	background: url('img/telefon.png') no-repeat left center transparent;
	
}

#mesajlab {
	background: url('img/mesaj.png') no-repeat left center transparent;	
}

#subiectlab {
	background: url('img/subiect.png') no-repeat left center transparent;	
}

#mesaj {
	background: url('img/textgrid.png') repeat left top transparent;
	padding: 0;
}