* { padding: 0; margin: 0 }

body {
	background: #F7F7F7;
	line-height: 125%;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #969696;
	margin: 25px 0;
}
/*--------------------------------------------
Typographic elements
---------------------------------------------*/
p {
	font-weight:normal;
	padding-top: 5px;
  	margin-bottom: 5px;
}
bold {
	color: #3562b7;
	font-weight: bold;
	line-height: 1.25em;
	font-style: normal;
	font-size: 14px;
}
img { 
	border: 0 
}

li { 
	list-style:none;
}

a {
	color: #3562b7;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}

h1 {
	color: #426CA8;
	font-size: 2em;
	font-weight: normal;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-top: 0.2em;
	line-height: 1em;
	margin-bottom: 0.2em;
}
h2 {
	color: #426CA8;
	font-size: 2em;
	font-weight: normal;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-top: 0.2em;
	line-height: 1em;
	margin-bottom: 0.2em;
}

h3{
	font-size: 1.4em;
	color: #444444;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 0.5em;
	margin-right: 0pt;
	margin-bottom: 0.5em;
	margin-left: 0pt;
}

 
/*-------------------------------------------------
Banner
--------------------------------------------------*/

#banner {
	width: auto;
	height: 299px;
	margin-left:15px;
	position:relative;
}

#banner_sp {
	background:url(http://casaioana.ro/theme/images/banner_sp.jpg) no-repeat;
	width: auto;
	height: 150px;
	margin-left:15px;
	position:relative;
}
#banner_sp_v{
	background:url(http://casaioana.ro/theme/images/banner_sp_v.jpg) no-repeat;
	width: auto;
	height: 200px;
	margin-left:15px;
	position:relative;
}

#logo { 
	background:#FFFFFF url(http://casaioana.ro/theme/images/name.png) no-repeat;
	margin-left:25px;
	margin-right:25px;	
	width:auto;
	height:40px;
}

#text_size {
	margin-right:10px;
	float:right;
}
.text_bigger {
	font-size: 1.3em;
}
.text_biggest {
	font-size: 1.7em;
}

/*-------------------------------------------------
Main menu
--------------------------------------------------*/
#nav { 
	height:30px;
	margin-left:15px;
}
#nav ul{
	list-style-type:none;

}
#nav li{
	display:inline;
}
#nav a{
	float:left;
	text-decoration:none;
	color:white;
	background: #CCCCCC;
	padding-right:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	border-right:1px solid #FFFFFF;
}
#nav a:hover{
	background:#426CA8;
}
/*--------------------------------------------------
Content
--------------------------------------------------*/

#content { 
	margin: 20px 35px 0; 
}
#left_side {
	width: 200px;
	padding-right:20px;
	float: left;
}
.ev_img {
	border:#CCCCCC solid 3px;
}

#con_m {
	background: url(http://casaioana.ro/theme/images/bg_middle.png) repeat-y 0 0;
	width: 970px;
	text-align: left;
	margin: 0 auto;
	position: relative
}

#top {
	background: url(http://casaioana.ro/theme/images/bg_top.png) no-repeat 0 0;
	width: 970px;
	height: 25px	
	}
/*-------------------------------------------------
Right Side
--------------------------------------------------*/

#right_side {
	width: 645px;
	padding-left:10px;
	float: right;
}
#left_side_right {
	width:300px;
	float:left;
	padding-right:10px;
}
#left_side_right h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 19px;
	font-size: 1.1em;
	margin-top: 0pt;
	color: #666666;
}
#right_side_right h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 19px;
	font-size: 1.1em;
	margin-top: 0pt;
	color: #666666;
}
#right_side_right {
	width:300px;
	float:right;
	padding-left:15px;
}

/*--------------------------------------------------
Footer
--------------------------------------------------*/

#footer {
	background: url(http://casaioana.ro/theme/images/bg_bottom.png) no-repeat bottom left;
	width: 970px;
	position: relative;
	clear: both;
	height:40px;
	color:#FFFFFF;
	padding-top:10px;
}
#footer p {
	padding:10px;
	text-align:center;
}
#footer a {
  color: #fff;
 }

#footer a:hover {
	color:#0099FF;
}

/*-------------------------------------------------
Clearfix
--------------------------------------------------*/

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}

.alignleft{ float:left; padding-right:15px; padding-bottom:10px;}

.c{ clear:both;}

.top strong { font-size:14px; font-weight:bolder;}