@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}

body
{
	color:#CC9966;
	font-size:12px;
	font-family:Tahoma;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	background-color:#666633;
}

img,div,ul,ol,table,form
{
	border:none;
}

a
{	
	color:#669900;
	font-size:12px;
	font-family:Tahoma;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}

a:hover
{	
	color:#ff9900;
	font-size:12px;
	font-family:Tahoma;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:underline;
	text-transform:none;
}

input
{
	border-width:1px;
	border-color:#CC9966;
	border-style:dotted;
	background-color:#f1e2c5;
	width:300px;
}

input:hover
{
	border-width:1px;
	border-color:#CC9966;
	border-style:dotted;
	background-color:#f1e2c5;
	width:300px;
}

textarea
{
	border-width:1px;
	border-color:#CC9966;
	border-style:dotted;
	background-color:#f1e2c5;
	width:300px;
	height:150px;
}

textarea:hover
{
	border-width:1px;
	border-color:#CC9966;
	border-style:dotted;
	background-color:#f1e2c5;
	width:300px;
	height:150px;
}

input#submit
{
	border:none;
	color:#f1e2c5;
	background-color:#CC9966;
	width:auto;
	font-size:14px;
}

input#submit:hover
{
	border:none;
	color:#f1e2c5;
	background-color:#CC9966;
	width:auto;
	font-size:14px;
}

ul,ol
{ 
	margin-left:25px; 
	margin-top:15px;
}

/*label span{ float:left; width:45%; text-align:right;} - regula se aplica numai span`urilor din interiorul tag`urilor label*/

/*#right input{ float:right; width:45%; text-align:left;} - regula se aplica numai input`urilor din div`ul(container) ci id`ul #right*/

/*
<link href="style.css" rel="stylesheet" type="text/css" media="all" />

*/

/*
padding: distanta de la continut la border;
margin: distanta de la border la elementele din exterior;
hover: starea mouseOver a unui element(de ex. a, input, textarea, span, div etc.)

*/

/*elemente multimedia:
text, imagini, obiecte

*/


/*
elemente de tip bloc:
    * address - Address
    * blockquote - Block quotation
    * dir - Directory list
    * div - Generic block-level container
    * dl - Definition list
	(# dd - Definition description
	 # dt - Definition term)
    * fieldset - Form control group
    * form - Interactive form
    * h1 - Level-one heading
    * h2 - Level-two heading
    * h3 - Level-three heading
    * h4 - Level-four heading
    * h5 - Level-five heading
    * h6 - Level-six heading
    * hr - Horizontal rule
    * menu - Menu list
    * noscript - Alternate script content
    * ol - Ordered list
	(# li - List item)
    * p - Paragraph
    * table - Table
    * ul - Unordered list
	(# li - List item)
 

(se aseaza unul sub altul)
*/


/*
elemente de tip inline:
    * a - Anchor
    * abbr - Abbreviation
    * acronym - Acronym
    * b - Bold text
    * basefont - Base font change
    * bdo- BiDi override
    * big - Large text
    * br - Line break
    * cite - Citation
    * code - Computer code
    * dfn - Defined term
    * em - Emphasis
    * font - Font change
    * i - Italic text
    * img - Inline image
    * input - Form input
    * label - Form field label
    * q - Short quotation
    * s - Strike-through text
    * samp - Sample output
    * select - Option selector
    * small - Small text
    * span - Generic inline container
    * strike - Strike-through text
    * strong - Strong emphasis
    * sub - Subscript
    * sup - Superscript
    * textarea - Multi-line text input
    * tt - Teletype text
    * u - Underlined text
    * var - Variable


(se aseaza unul dupa altul)
*/

/*claseleDefault*/


div.branding
{
	width:1000px; 
	height:367px;
}

div.content
{
	width:1000px; 
	background-image:url(images/fundalRepetitiv.jpg); 
    background-repeat:repeat-y;
}

div.siteInfo
{
	width:1000px; 
	height:auto;		
}

div.footer
{
	width:1000px; 
	height:35px; 
	background-image:url(images/footer.jpg); 
	background-repeat:no-repeat;	
}

div.leftside
{

}

div.rightside
{

}

div.middleside
{

}

div.copyrights
{
	color:#FFFFFF;
}

a.creative-eye
{
	color:#aaaaaa;
	font-size:13px;
	text-decoration:none;
}

a.creative-eye:hover
{
	color:#ff3300;
	font-size:13px;
	text-decoration:underline;
}

div.meniuAntet
{

}

div.meniuSubsol
{
	width:900px; 
	height:35px; 
	background-image:url(images/meniuSubsol.jpg); 
    background-repeat:no-repeat; 
	margin:0px auto;
}

	
/*claseleSpecifice*/
.img1
{
	width:418px; 
	height:190px; 
	background-image:url(images/img1.jpg); 
	background-repeat:no-repeat;
}


.img2
{
	width:414px; 
	height:197px; 
	background-image:url(images/img2.jpg); 
	background-repeat:no-repeat; 
	margin-top:65px;
}

/*despre - meniurile noastre*/
/*despre*/

.meniu
{
	color:#b17f4c;
	font-weight:bold;
	font-size:13px;
}

.meniu2
{
	color:#CC9966;
	font-size:11px;
}

