/**
* Project: MeciuriLive.ro
* For Company: MeciuriLive.ro - Brasov (www.meciurilive.ro)
* Author: Justin Valceanu
* Autor Homepage: www.odm.ro
* 
* Filename: style.css
* Description: Main Website - index 
*/

body {
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
	border: 1px solid #FFEA6F;
	border-top: 0px;
	background: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	color: #000000;
}

#header {
	width: 990px;
}

#header #logo {
	width: 354px;
	height: 90px;
	background: url(../images/logo.jpg) no-repeat;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

#header #logo a {
	display: block;
	width: 354px;
	height: 90px;
}

#header #banner {
	width: 468px;
	height: 60px;
	display: inline-block;
	float: right;
	margin: 15px 20px 5px 20px;
}

#header #mainMenu {
	margin-top: 5px;
	width: 990px;
	height: 30px;
	border-top: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	/* background: #AE0000; */
	background: #004F8F;
}

#header #mainMenu ul {
	list-style: none;
	float: left;
	width: 990px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#header #mainMenu li {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	color: #CCCCCC;	
	height: 30px;
}

#header #mainMenu li span {
	font-weight: bold;
	padding: 0 10px 0 10px;
}


#header #mainMenu ul li a {
	margin-top: 15px;
	color: #CCCCCC;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
}

#header #mainMenu ul li a:hover {
	color: #FF9900;
}

#header #mainMenu ul li a.active {
	color: #FF9900;
}

#header #mainMenu ul li a.meniu {
	color: #FFFFFF
}

#content {
	width: 990px;
	margin-left: auto; 
	margin-right: auto;
	background-repeat: repeat-y; 
}

#content #main {
	width: 660px;
	float: left;
	padding-left: 10px
}

#content #main iframe {
	margin: 0 auto;
	border: 0px;
	padding-top: 10px;
}


#content #leftSide {
	width: 160px;
	min-height: 600px;
	background: #EBF4FC;
	float: left;
}

#content #leftSide #menu #title {
	text-transform: uppercase;
	font-size: 12px;
	color: #43423E;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

#content #leftSide #menu ul {
	padding: 0px;
	margin: 0px;
}

#content #leftSide #menu li {
	left: 0;
	display: block;
	line-height: 20px;
	width: 160px;
}

#content #leftSide #menu li a {
	height: 20px;
	display: block;
	text-decoration: none;
	color:#0066FF;
	padding: 2px 2px 0px 15px;
}

#content #leftSide #menu li a:hover {
	color: #FF6600;
	background: #f1faea;
}

#content #menuLeft #banner {
	margin: 0 auto;
	margin-left: 15px;
}
/* ----------------- */
#content #rightSide {
	width: 160px;
	min-height: 600px;
	background: #EBF4FC;
	float: left;
}

#content #rightSide #menu #title {
	text-transform: uppercase;
	font-size: 12px;
	color: #43423E;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

#content #rightSide #menu ul {
	padding: 0px;
	margin: 0px;
}

#content #rightSide #menu li {
	left: 0;
	display: block;
	line-height: 20px;
	width: 160px;
}

#content #rightSide #menu li a {
	height: 20px;
	display: block;
	text-decoration: none;
	color:#0066FF;
	padding: 2px 2px 0px 15px;
}

#content #rightSide #menu li a:hover {
	color: #FF6600;
	background: #f1faea;
}

#content #rightSide #banner {
	margin: 0 auto;
	margin-left: 15px;
}


#footer {
	clear: both;
	position: relative;
	background: #004F8F;
	margin-top: 10px;
	border-top: 5px solid #FF9900;
}

#footer p {
	padding-left: 10px;
	color: #CCCCCC;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p span {
	padding-left: 3px;
}


#footer p a {
	color: #999999;
	text-decoration: none;
}

#footer p a:hover {
	color: #DBA72D;
	text-decoration: none;
}

.clear {
	clear: both;
}
