
/* =============================================================================
                            Resets
========================================================================== */
* {margin:0; padding:0;}

/* =============================================================================
                            Global Properties
========================================================================== */
body { 
	font-size: 0.72em;
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/body.png) repeat; 
	color: #eae8e8; 
}

h1 { font-size: 3.4em; font-weight:normal; }
h2 { font-size: 1.8em; margin: 0 0 15px; font-weight:normal; }
h3 { font-size: 1.5em; margin: 0 0 10px; font-weight:normal; }
h4 { font-size: 1.3em; margin: 0 0 9px; font-weight:normal; }

li { list-style:none;}
li a{ display:block;}

.left { float:left;}
.right { float:right;}
.clear { clear: both; }

.margin-top{ margin-top:151px;}
.margin-left{ margin-left:32px;}

span {color: rgb(235, 19, 62);}

p { margin: 0 0 10px; line-height: 1.52em; font-size:1.195em;}

a { color: #fff; text-decoration: none; }
a:hover {text-decoration:underline;}

.wrapper {
	width: 982px;
	margin: auto;
}

/* =============================================================================
                            Header
========================================================================== */
#logo { 
	float: left; 
	padding: 4px 10px;
	margin-top:40px;
	border:none;
}

#logo a {color: #eae8e8;}
#logo img{border:none;}

#facebook{ float:right; margin-top:40px;}
#facebook img {border:none;}

#tel{
	float:right;
	margin-top:42px; 
	padding: 4px 35px;
	background:url(../images/phone.png) no-repeat; 
	color:#fff;
}

#tel-text{
	font-size:12px;
	line-height:7px;
}

#tel-number{
	font-size:15px;
	line-height:6px;
}

/* =============================================================================
                            Content
========================================================================== */

#main {padding: 20px;}

#nav{ overflow:hidden;}

#nav li {
	float: left; 
	font-size: 1.2em;
	text-transform: uppercase; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li a {
	padding:0px 12px 0px 13px;
	position:relative; 
	line-height:44px;
	color: #0b0909;
	background: url(../images/part2.png) repeat-x; height:45px;
}

#nav li a:hover, #nav li a.current{
	text-decoration:none; 
	color:#d0c4b2;
}

.rib1{
	background: url(../images/part1.png) no-repeat; 
	height:55px; 
	position: absolute;
    left: -21px;
width: 21px;
top: 12px;
}

#br{line-height:2px;}

#main-picture { 
	clear: both; 
	background: url(../images/mainpic2b.jpg) no-repeat; 
	height: 288px; 
	margin-bottom:30px;
	-webkit-box-shadow: inset 1px 1px 11px black;
	-moz-box-shadow: inset 1px 1px 11px black;
	box-shadow: inset 1px 1px 11px black;
}
#content { 
	background: url(../images/content.png) repeat; 
	padding:0 20px 20px 20px;
	-webkit-box-shadow: 0px 15px 20px -10px black;
	-moz-box-shadow: 0px 15px 20px -10px black;
	box-shadow: 0px 15px 20px -10px black;
}

#content-small { 
	background: url(../images/content.png) repeat; 
	width:982px;
	height:95px;
	margin: auto;
    position: relative;
}

.imageborder {
	padding: 2px;
	border: solid 1px #aeadad;
}

.home-pics{ 
	float:left; 
	width:150px; 
	height:113px;
	padding-top:7px; 
	margin-right:16px; 	
}

.transport-pics{
	width:237px;
	height:177px;
	float:left;
	margin:10px;
}

.sicrie-pics, .coroane-pics{
	width:184px;
	height:138px;
	float:left;
	margin:6px;
}
.accesorii-pics{
	width:100px;
	height:132px;
	margin:6px;
	float:left;}

.iframe{
    float: right;
    margin-top: 40px;
}

.col1 {
	float: left; 
	width: 590px; 
	margin: 0 30px 15px 0;
}

.col { 
	float: left;
	width: 292px;
 	margin: 0 30px 15px 0;
}

.col.last {
	float: right; 
	margin-right: 0;
}

.line { 
	padding-bottom: 3px;
	background: url(../images/line.png) repeat-x  bottom;
}

.list-font li{font-size:1.3em; margin:0 0 5px;}
.contact-box p{ line-height:0.9em;}


#right-list li{ font-size:1.2em;}
#right-list li a{ line-height:25px; color:#d0c4b2;}
#right-list li a:hover{ text-decoration:none; color:#fff;}

.text p{color:#eae8e8;}
.text a, .col.last a{ color: #eae8e8;}
.text p a{font-size:0.9em;}

/* =============================================================================
                            Home page footer
========================================================================== */
#footer-h { 
	clear: both;
	background: url(../images/line.png) repeat-x; 
	padding: 20px 20px 10px;
}

#footer-h ul{float:right;}

#footer-h li{ 
	float:left;
	font-size: 0.984em; 
	text-transform:uppercase;
	
} 

#footer-h li a{
	padding:0px 6px 0px 6px;
	
	color: #eae8e8;
}

#footer-h a:hover { text-decoration:underline;}

#footer-h p{ 
	font-size:1em;
	color:#eae8e8; 
	line-height:16px;
}

#text-right {
	margin-right:20px;
	font-size:1em; 
	line-height:10px;
	float:right;
}

/* =============================================================================
                            Standard footer
========================================================================== */

#footer { 
	clear: both; 
	padding: 20px 20px 10px;
}

#footer ul{float:right;}

#footer li{ 
	float:left;
	font-size: 0.984em; 
	text-transform:uppercase;
	
} 

#footer li a{
	padding:0px 6px 0px 6px;
	color: #eae8e8;
}

#footer a:hover { text-decoration:underline;}

#footer p{ 
	font-size:1em;
	color:#eae8e8; 
	line-height:16px;
}
#text-right {
	margin-right:20px;
	font-size:1.1em; 
	line-height:10px;
	float:right;
}


/* =============================================================================
                            Overlay
========================================================================== */

.full_overlay {
	position: relative;
	/* Set the width and the height according to the size of your pictures */
	width:100px;
	height:132px;
	float:left;
	margin-right:14px;

}
.full_overlay li{
list-style: none;
margin-right:14px;

}
.full_overlay li img{
-moz-border-radius: 2px;
border-radius: 2px;
opacity: 1;
border:solid grey;

}
.full_overlay p {
	color:#FFFFFF;
	padding:10px;
}
.full_overlay .overlay {
	position: absolute;
	float:left;
	/* Set the width and the height according to the size of your pictures */
	width: 107px;
	height: 138px;
	/* Set a 0 opacity to hide the content */
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Semi-transparent background for modern browsers, black for older browsers */
	background:#000000;
	background: rgba(47,42,36,0.8);
	/* CSS3 transitions, creates the fading effect */
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.content h2, .overlay p {
	/* Text styling */
	padding:10px;
	color:#ffffff;
	text-align: left;
}	
.overlay a {
	/* Link styling */
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
}
.full_overlay:hover .overlay {
	/* Setting a 100% opacity on mouse hover to show the content */
	filter: alpha(opacity=100);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.full_overlay:hover {
	/* Setting a 100% opacity on mouse hover to show the content */
	filter: alpha(opacity=0);
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;		
}

/* =============================================================================
                            Contact
========================================================================== */
textarea {resize:vertical;}
td {padding-bottom:10px;}

input, textarea {	
	color: #131313;
    padding: 6px;
    margin-bottom: 1.4em;
    border: 2px solid #e0e0e0;
    background: #ececee;
    outline: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 65%;
}

.error{
    background: #FE7676;
padding: 8px;
margin-bottom: 20px;
border: 1px solid #E34D4D;
font-weight: normal;
font-size: 14px;
color: #fff;
}

.success{
    background: #47D7A0;
padding: 8px;
margin-bottom: 20px;
border: 1px solid #4CB276;
font-weight: normal;
font-size: 14px;
color: #fff;
}

a.button{
    background-color: #E0325C;
color: #fff;
padding: 1em 3.5em;
cursor: pointer;
float: right;
margin-right: 22px;
}

form {
	width: 433px;
    margin-top: 8px;
}


label {
	float: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}