@charset "utf-8";
/* CSS Document pentru SORADIPROD.RO */

/****************** culori folosite **************
#D90402 - rosu din sigla




**********************************************/

/************* reset stiluri **********/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK în PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******** clear floats ***********/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/********************************* GENERALE ************************
*******************************************************************/

/********* html, body *********/
html {
	background: #fbfeff;
}
body {
	font-family: 'droid sans';
	line-height: 1.3;
}

/***************** texte ***************/
h2 {
	font-family: 'arial Black';
	font-size: 30px;
	margin-bottom: 20px;
	color: #d90402;
}
p {
	color: #999;
	margin-bottom: 13px;
}
p.big {
	font-size: 22px;
}
a {
	text-decoration: none;
	color: #d90402;
}

/***************** header ***************/
#upper_header_container {
	height: 40px;
	width: 200;
	background: #000;
}
#upper_header {
	width: 1100px;
	margin: auto;
}
#upper_header p,
#upper_header a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}

#upper_header a:hover,
#upper_header a:active {
	text-decoration: underline;
}

#upper_email,
#phone {
	float: right;
	padding-left: 40px;
}
#upper_email {
	background: url(../_images/icon_email.png) no-repeat left center;
}
#phone {
	margin-right: 40px;
	background: url(../_images/icon_phone.png) no-repeat left center;
}

/******************** maincontent ***********************/
#maincontent {
	width: 1100px;
	margin: 5px auto;
}
#logo1 {
	float: left;
}
#logo2 {
	float: right;
}

/*********** navigatie **************/
nav {
	float: right;
	width: 440px;
	margin: 20px 0 15px 0;
	color: #000;
	padding-left: 120px;
}
nav a {
	font-size: 18px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #fbfeff;
}

nav a:hover,
nav a.current {
	background-color: #e7e8ed;
}

/************* casute infobox ***************/
.infobox {
	width: 350px;
	margin-right: 25px;
	float: left;
}
.infobox.small {
	margin-right: 0;
}
.infobox img {
	margin-bottom: 20px;
}

/*********** testimonials ***********/
#testimonials_container {
	width: 250px;
	height: 250px;
	padding: 50px;
	background: url(../_images/frame.png) no-repeat left top;
}
#testimonials blockquote {
	font-size: 20px;
	font-style: italic;
	line-height: 1.4;
	color: #999;
}
#testimonials p.author {
	text-align: right;
	font-size: 18px;
	color: #d90402;
	margin-top: 30px;
}

/*************** produse magazin **************/
img.product {
	height: 150px;
	margin: 10px;
	float: left;
	box-shadow: 2px 2px 5px 0 #666;
}

/************* formularul de contact *******************/
#formular {
	width: 500px;
	float: right;
}
label {
	font-family: 'droid sans';
	font-size: 20px;
	color: #999;
}
input,
textarea {
	margin: 0 0 5px 20px;
	width: 350px;
	height: 35px;
	border: 1px solid #222;
	padding: 2px 10px;
	font-size: 19px;
	float: right;
}
textarea {
	height: 100px;
}
input.notok {
	background-color: #fba6a6;
}
input.button {
	width: 130px;
	background: #222;
	color: #fff;
}
input.button:active {
	position: relative;
	top: 2px;
}
/******* confirmarea ****/
#confirmation {
	margin-top: 10px;
	padding: 10px 5px 5px 15px;
	background: #e2ffef;
	border: 1px solid #15924d;
	color: #15924d;
	display: none;
}

/************ footer **************/
#footer_container {
	background: #ccc;
	width: 100%;
	height: 320px;
	border-top: 4px solid #000;
}
footer {
	width: 1100px;
	margin: auto;
}
.footer_column {
	width: 275px;
	float: left;
}
footer h4 {
	margin: 25px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
}
footer p {
	line-height: 1.6;
	color: #666;
}
footer a {
	color: #666;
}
footer a:hover,
footer a:active {
	text-decoration: underline;
}

/****** credits *********/
#credits {
	margin-top: 30px;
}
#credits p {
	line-height: 30px;
	text-align: right;
}
#credits img {
	position: relative;
	top: 10px;
}

/* program special de sarbatori */
#holidays {
	background-color: #e5fde4;
	border: 1px solid #088b00;
	border-radius: 15px;
	padding: 20px;
	margin: 10px auto;
}
#holidays h2 {
	font-size: 16px;
}
.footer_column span {
	display: block;
}
/***************************** THE END **********************************/
