/* @group Definitii Generale */

body {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

.clearALL {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

* {
	margin:0;
	padding:0;
}

table,tr,td {
	margin:0; 
	padding:0;
}

input { 
	margin:0;
	padding:0;
}

ul {
	list-style-type: square;
	margin-bottom: 10px;
}

li {
	margin-bottom: 3px;
}

p {
	margin-bottom: 10px;
}

/* @end */

/* @group Definitii Landingpage */

#logo-intro {
	text-align: center;
	margin: 50px 0;
}

#intro-container {
	text-align: center;
	padding: 23px 0;
	background: url(images/bg_intro.jpg) repeat-x left top;
}

#intro-links {
	width: 1120px;
	margin: 0 auto !important;
}

#website {
	width: 555px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

#website img {
	margin-bottom: 30px;
}

#website a {
	text-decoration: none;
	color: #0e1820;
}

#website a:hover {
	text-decoration: none;
	color: #81c240;
}


#weblog {
	width: 555px;
	float: left;
	text-align: left;
}

#weblog img {
	margin-bottom: 30px;
}

#weblog a {
	text-decoration: none;
	color: #0e1820;
}

#weblog a:hover {
	text-decoration: none;
	color: #81c240;
}

/* @end */

/* @group Definitii Template */

#header {
	width: 930px;
	margin: 0 auto;
}

#logo-header {
	width: 197px;
	height: 126px;
	float: left;
	margin-top: 100px;
}

#menu {
	background: url(images/menu_bg.jpg) no-repeat left top;
	width: 450px;
	height: 230px;
	float: right;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

#menu a {
	font-family: 'trebuchet MS', sans-serif;
	font-size: 18px;
	text-decoration: none;
	margin: 10px;
	color: #0e1820;
}

#menu a:hover {
	text-decoration: none;
	color: #81c240;
}


#site-container {
	text-align: center;
	padding: 30px 0;
	background: url(images/main_bg.jpg) repeat-x left top;
	height: 440px;
}

#site-content {
	width: 930px;
	margin: 0 auto;
}

#left-side {
	text-align: left;
	width: 435px;
	height: 294px ;
	float: left;
	padding: 10px;
}

#right-side {
	text-align: left;
	width: 435px;
	height: 294px ;
	float: right;
	padding: 10px;
}

.heading {
	margin-bottom: 10px;
}

#footer {
	width: 930px;
	height: 96px;
	margin: 0 auto;
	/*position: relative;*/
}

#logo-blog {
	width: 105px;
	height: 96px;
	float:left
	/*position: absolute;
	bottom: 0;
	left: 0;*/
}

#logo-footer {
	width: 198px;
	height: 96px;
	float:right
	/*position: absolute;
	bottom: 0;
	right: 0;*/
}

/* @end */

/* @group Colors */

.yellow {
	color: #f5e30c;
}

.pink {
	color: #ff2d81;
}

.cyan {
	color: #00bdf4;
}

.green {
	color: #81c240;
}

.purple {
	color: #a2238e;
}

.bg-green {
	padding: 5px;
	background-color: #81c240;
	margin-bottom:5px;
	color: #fff;
}

.bg-green a {
	text-decoration: none;
	color: #fff;
}

.bg-green a:hover {
	text-decoration: underline;
	color: #fff;
}

.bg-cyan {
	padding: 5px;
	background-color: #00bdf4;
	margin-bottom:5px;
	color: #fff;	
}

.bg-cyan a {
	text-decoration: none;
	color: #fff;
}

.bg-cyan a:hover {
	text-decoration: underline;
	color: #fff;
}

.bg-yellow {
	padding: 5px;
	background-color: #f5e30c;
	margin-bottom:5px;
	color: #fff;
}

.bg-yellow a {
	text-decoration: none;
	color: #fff;
}

.bg-yellow a:hover {
	text-decoration: underline;
	color: #fff;
}

.bg-pink {
	padding: 5px;
	background-color: #fd237a;
	margin-bottom:5px;
	color: #fff;
}

.bg-pink a {
	text-decoration: none;
	color: #fff;
}


.bg-pink a:hover {
	text-decoration: underline;
	color: #fff;
}

.bg-purple {
	padding: 5px;
	background-color: #a2238e;
	margin-bottom:5px;
	color: #fff;
}

.bg-purple a {
	text-decoration: none;
	color: #fff;
}


.bg-purple a:hover {
	text-decoration: underline;
	color: #fff;
}

/* @end */

/* @group Forms */

.nume {
	border: 0;
	width: 425px;
	height: 20px;
	background-color: #00bdf4;
	color: #000;
}

.mail {
	border: 0;
	width: 425px;
	height: 20px;
	background-color: #f5e30c;
	color: #000;
}

.telefon {
	border: 0;
	width: 425px;
	height: 20px;
	background-color: #81c240;
	color: #000;
}

.mesaj {
	border: 0;
	width: 427px;
	height: 110px;
	background-color: #afafaf;
	color: #000;
}

.trimite {
	border: 0;
	width: 100px;
	height: 20px;
	background-color: #fd237a;
	color: #000;
}

/* @end */

#player-video {
	width: 365px;
	height: 274px;
	float: right;
}

.play {
	width: 250px;
	float: left;
}

.descarca {
	width: 50px;
	float: right;
}

