/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}




pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}


body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}


h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #27186d;
}

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


/* Boxed Style */

.boxed {
	margin-bottom: 9px;
	background: url(images/img07.png) repeat-x;
	/*border: 1px solid #CCCCCC; */
}

.boxed .title {
	height: 19px;
	padding: 4px 0 0 27px;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
	background: #F7F7F7;
}

.boxed .bottom {
	/* background: url(images/img07a.png) repeat-x; */
}	
/* Header */

#header {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
/*	background: url(images/acasa.jpg) no-repeat; */
}

/* Header > Logo */


#logo {
	float: right;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: capitalize;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #be1e13;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin:0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img05.gif) no-repeat left center;
}

/* navigation */
.navi {
margin-left:320px;
}

.navigation {
	background: #D9E1E5 url(img/nav.gif);
	border: 0px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	width: 1000px;
	margin: 0 auto;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 0px solid #c1a262;
	border-left: 0px solid #c1a262;
	color: #27186d;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 15px;
	text-decoration: none;
	margin-left:-1px;
}
.navigation a:hover {background-position: left bottom; color: #be1e13;}


/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: inline;
		background-image:url(images/img006.gif) no-repeat;
}

#menu a {
	display: block;
	float:left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 239px;
	background: none;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

.t {background: url(images/dot.gif) 0 0 repeat-x}
.b {background: url(images/dotb.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:1px} 

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


#main {
	float: left;
	width: 980px;
	margin-left:10px;
	margin-right:10px;
}

#main a:hover {
	text-decoration: none;
	color: #be1e13;
}
/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 0 0 0 0;
}

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

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	font-size:12px;
}

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


/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

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


#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: 0.5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC; 
	font-size:12px;
	color: #000000;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF; 
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img09.gif) no-repeat left center;
	font-size: small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 1em;
}

#updates a {
	text-decoration: none;
}

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

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	background: #F7F7F7 url(img/bg2.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;	
}

#sidebar2 {
	float: left;
	width: 720px;
	font-size:12px;
}
#sidebar2 a:hover {
	text-decoration: none;
	color: #be1e13;
}

/* Footer2 */

#footer2 {
	clear: both;
	width: 737px;
	margin: 0 auto 2em auto;
	background: #F7F7F7 url(img/bg2.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}
.footer2 .title {
	height: 19px;
	padding: 4px 0 0 27px;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#produs 
{
height:100px;
border: 1px solid #CCCCCC;
}
