/* 1. Resets
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
html {
    overflow-y: scroll;
}

code {
    font-family: Courier, "Courier New", "Lucida Console", Monaco;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
acronym {
    cursor: help;
    border-bottom: 1px dashed #333;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
.right {
    float: right;
}
.left {
    float: left;
}
.hide,
.screen-reader-text {
    display: none !important;
}
::selection {
    background: #fdd283;
    color: #000;
}
::-moz-selection {
    background: #fdd283;
    color: #000;
}

span.clear {
    clear: both;
    display: block;
    height: 5px;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}


/* 
-------------------------------------------------------------------------------*/

body {
    background:url(images/bg_top.png) repeat-x;
    font-family:"Arial",Helvetica,sans-serif
}


#container {
    width:900px;
    background:url(images/sun_logo03.png) top right no-repeat;
    margin:0 auto;
    z-index: 100;
}
/*================ H E A D ==================*/
.head {
    height:165px;
    margin:0 auto;
    
}

.soare {
	width: 584px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 10px;
}

.logo {
    width:223px;
    height:119px;
    background:url(images/logo.png) no-repeat;
}

.menu {
    width: 640px;
    height: 30px;
    text-align: left;
    padding-top:8px;
}

.menu .meniu ul {
	text-align:left;

}

.meniu li {
	display:inline;
	list-style-type: none;
	font-weight:bold;
	font-size:18px;

}

.meniu li a, a:visited {
	margin: 0 8px 0 8px;
	text-decoration:none;
	color:#ee953c;
}


.meniu li a:hover {
	color:#ffda8c;
}

.date_contact {
	text-align: right;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 10px;
	width: 400px;	
	font-size: 13px;
	color: #fff;
}

/*================ E N D   H E A D ==================*/



/*================ C O N T E N T ==================*/
.content {
    width:770px;
    height:600px;
}


.casute_wrapper {
    width: 700px;
    margin: 0 auto;
    text-align: left;
}

#casute .caseta_mica {

    display: block;
    
    width:169px;
    height:385px;

    background:url(images/casuta1.png) no-repeat;
    
    text-align: left;
    1word-wrap: break-word;
}

#casute .caseta_mare {

    width:234px;
    height:385px;
    
    margin : 0px 12px;
    
    background:url(images/casuta2.png) no-repeat;
    
    1word-wrap: break-word;
}

#casute .caseta_mica , #casute .caseta_mare {
    padding: 10px 15px;
}

ul.ul_casute {
	padding:0 0 0 10px;
}

.content_header{
    padding-top:20px;
}

.continut1 {
        width:100%;
        font-size:14px;
}

#continut1 {
        width:172px;
        height:53px;
        font-size:14px;
        background:url(images/descriere_btn.png) no-repeat;
        margin:0 0 0 0;
        float:left;
        cursor:pointer;
}

#continut2 {
        width:172px;
        height:53px;
        font-size:14px;
        background:url(images/achizitii_btn.png) no-repeat;
        margin:0 0 0 5px;
        float:left;
        cursor:pointer;
}
/*================ MENU ==================*/




/*================ END MENU ==================*/


/*================ MENU FOOTER ==================*/
.footer {
	width:1680px;
	height:197px;
	background:url(images/bg_bottom.png) no-repeat;
	bottom: 0;
}

/*================ END MENU FOOTER ==================*/