/* Style CSS */
html { 
	min-height: 100%;
}

a:active {
	position: relative;
	top: 1px;
}

body {
	font: 13px/17px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #fff;
	border-top: 5px solid #000;
}

#InfoContact p {
	color: #222;
	font-weight: bold;
	text-align: right;
}

#logo h1 {
	color: #000;
	font-size: 11px;
	width: 320px;
	height: 60px;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat scroll;
}

#logo h1 a {
	display: block;
	width: 320px;
	height: 60px;
}


#nav ul {
	list-style-type: none;
	float: right;
}

#nav li {
	float: left;
	margin-left: 10px;
	background: url(images/nav_separator.jpg) no-repeat right scroll;
}

#nav li a {
	font-size: 15px;
	font-family: 'trebuchet ms',arial,helvetica,verdana,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	line-height: 20px;
	margin-right: 10px;
	text-decoration: none;
}

#nav li a:hover {
	color: #DD0304;
	text-decoration: none;
}

li.current a {
	color: #DD0304 !important;
}

.nav-noborder {
	background: none !important;
}

.nav-noborder a {
	margin-right: 0px !important;
}

#wrapper {
	background-color: #EFEFEF;
	width: 100%;
	margin-top: 40px;
	border-top: 1px dotted #b2b2b2;
}

#DespreNoi h2 {
	color: #DD0304;
	font-size: 22px;
	line-height: 24px;
}

#DespreNoi h3 {
	color: #DD0304;
	font-size: 19px;
	font-weight: normal;
}

#DespreNoi ul {
	list-style-position: inside;
	list-style-type: disc;
}

.bordertop-1px {
	border-top: 1px solid #666;
}

.bordertop-5px {
	border-top: 5px solid #e5e5e5;
}

.small {
	font-size: 12px;
}

.ptitle {
	font-size: 15px;
	font-weight: bold;
}

.products {
	margin-top: 25px;
}

.product-title {
	font-weight: bold;
	color: #0033CC;
}

h3.advice {
	color: #DD0304;
	font-size: 19px;
	font-weight: normal;
}

/* footer */
#footer {
	border-top: 1px solid #E7E7E7;
}

#footer a {
	color: #000;
	text-decoration: none;
}

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

/* modal window */
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
  
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:9999;
}

#boxes #dialog {
	width:400px; 
	background-color:#ffffff;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#dialog h2 {
	color: #000000;
	font-size: 16px;
}

#dialog-close {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 32px;
	height: 32px;
	background: url(images/fancy_close.png) top left no-repeat;
	cursor: pointer;
	z-index: 9999;
	display: inline;
}


/* ajax contact */
.mail{
	margin: 0px;
}

#formail{
	margin: 20px 0px 0px 0px;
}

#formail input {
	margin-bottom: 10px;
}

#formail label{
	display: block;
}

textarea {
	width: 340px;
	height: 120px;
}

#subject {
	display: none;
}

#sendmail{
	margin-top: 20px;
	display: block;
}

#response{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 10px;
	margin: 10px 0px;
	color: #000000;
	font-size: 12px;
}

