/**
* Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*
*
*
*/

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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
font-weight:normal;
font-style:normal;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}


body {
	background: url('bg.jpg') repeat-x top left #fff;
	color:#000;
	padding: 0px;
	margin: 0px;
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body, html {
	/*height:100%;*/
}

strong {
	font-weight:bold;
}

p {
	line-height: 1.4em;
}

table, tr, th, td {
	font-size: 1em;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#424242;
	text-decoration: none;
	text-transform:none;
}

a:hover {
/*	text-decoration: underline;*/
	/*color:#18647E;*/
	/*color: #FCDEF6;*/
}

h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover,
h3 a:link,
h3 a:visited,
h3 a:active,
h3 a:hover
 {
 	text-transform:uppercase;
	color:#F00037;/* F00037 */
	font-weight:bold;
}

h2 a:hover,
h3 a:hover
 {
 	color:#0156A9;
}

h2.title {
	color:#858688;
	position:relative;
	/*top:135px;*/
	margin-top:-35px;
	margin-bottom: 20px;
	margin-left:5px;
}

h2.title span {
	color:#F00037;
	font-weight:bold;
}

/*
 *  FORMS
 */

input {
	border:none;
	vertical-align:top;
}

button {
	cursor: pointer;
	border: none;
}

button:hover {
	text-decoration: underline;
}

input, select, textarea {
	color:#000;
}

/*
 *  END FORMS
 */

.clear { 
	clear: both;
	height: 1px;
	font-size:1px;
	margin:0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bold {
	font-weight:bold;
}

.error {
	color: red;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size:15px;
	text-transform:uppercase;
	color:#F00037;
	font-weight:bold;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
}

a.more:visited,
a.more:link,
a.more:active, 
a.more:hover {
	border:none !important;
	background:url('more.gif') no-repeat center left !important;
	display:block !important;
	padding:0px !important;
	padding-left:10px !important;
	font-size:0.8em !important;
	text-transform:uppercase;
	color:#F27800;
	font-weight:bold;
}

a.more:hover {
	color:#0156A9;
}

div.rightbg {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:456px;
	background:url('grey_angle_bg.gif') no-repeat top right;
	height:168px;
	width:19px;
}

div.leftbgnone {
	position:absolute;
	top:390px;
	left:0;
	height:168px;
	width:100%;
}

/*freme*/
#frame {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	padding:0px;
	position: relative;
	z-index: 10;
	/*border:1px solid #fff;*/
}

/*header*/
#header {
	background:url('header_bg.gif') no-repeat left top;
	height:163px;
	padding:0px;
	position:relative;
	margin-bottom:7px;
}

#sidebar {
	float:right;
	width:230px;
}

#left {
	float:left;
	width:270px;
	background-color: #fff;
}

#center {
	float:left;
	width:450px;
	clear: none;
}
/*
#content {
	float:left;
	width:707px;
	clear: none;
}
*/
#footer {
	width: 980px;
	margin: 0 auto;
	clear:both;
}

div.img {
	clear:left;
	float:left;
}

div.leftBox {
	position:relative;
	padding:20px 15px 10px 30px;
	width:223px;
	height:180px;
	background:url('blue_left_anglebg.gif') no-repeat top left #fff;
	margin-bottom:10px;
	margin-left:-30px;
}

div.leftimage {
	position:relative;
	padding:0px 10px 0px 20px;
	width:230px;
	height:210px;
	background:url('blue_left_anglebg.gif') no-repeat top left #fff;
	margin-bottom:10px;
	margin-left:-30px;
}

ul#leftgallery {
	list-style-type:none;
	width:270px;
	height:210px;
	margin-left:-10px;
	overflow:hidden;
}

div.leftBox h2 {
	margin-bottom:20px;
}

div.leftBox p {
	font-size:1.1em;
	margin-bottom:10px;
}

div.searchbar {
	position:relative;
	background:url('searchbox_bg.gif') no-repeat top left;
	width:270px;
	height:83px;
	margin-left:-10px;
}

div.searchbar input {
	font-size:0.9em;
	border:none;
	margin:25px 10px 0 10px;
	background:url('inputbg.gif') no-repeat top left;
	width:180px;
	height:22px;
	padding:8px 5px 0 15px;
	overflow:hidden;
}

div.searchbar button {
	width:30px;
	height:30px;
	background:url('search_butt.gif') no-repeat;
	margin-top:25px;
}

div.bottBox {
	position:relative;
	background:url('calc_bg.gif') no-repeat bottom left #fff;
	width:240px;
	padding:0px 20px 25px 10px;
	margin-left:-10px;
}

div.bottBox h2 {
	line-height:35px;
}

div.bottBox p {
	font-size:1.1em;
}

div.logo {
	float:left;
}

div.logo h1 {
	color:#000;
	text-indent:-3000px;
}

div.logo a:link,
div.logo a:visited,
div.logo a:active,
div.logo a:hover {
	width:260px;
	height:160px;
	float:left;
	display:block;
}

#header ul {
	background:URL('menu_bg.gif') no-repeat left top;
	list-style-type:none;
	width:669px;
	height:40px;
	float:right;
	margin:50px 34px 0 0;
}

#header ul li {
	float:left;
	height:40px;
	width:auto;
	line-height:40px;
	margin:1px;
}

#header ul a:link,
#header ul a:visited, 
#header ul a:active {
	float:left;
	display:block;
	padding:0 12px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	height:40px;
	line-height:40px;
	margin:0px;
}

#header ul li a:hover,
#header ul li a.on {
	background: URL('hover_menu.gif') no-repeat bottom center;	
}

#header ul a.last {
	padding:0;
}

ul#listproducts {
	background:URL('blue_right_anglebg.gif') no-repeat left top;
	list-style-type:none;
	margin:0px;
	padding:11px 0 0 12px;
	height:200px;
}

ul#listproducts li {
	float:left;
	width:135px;
	margin-right:10px;
}

ul#listproducts li.last {
	margin-right:0px;
}

ul#listproducts li div.img {
	height:74px;
}

ul#listproducts li div.img img {
	float:left;
}

ul#listproducts li h2 {
	clear:left;
	height:35px;
	background-color:#F3F8E4;
	font-size:0.8em;
	padding:5px 8px;
	line-height:1.3em;
	overflow:hidden;
}

ul#listproducts li h2 a:visited,
ul#listproducts li h2 a:link,
ul#listproducts li h2 a:active,
ul#listproducts li h2 a:hover {
	color:#000;
}

ul#listproducts li h2 a:hover {
	color:#F00037;
}

ul#listproducts li div.priceBox {
	background:URL('green_promobg.gif') no-repeat left top;
	height:70px;
}

ul#listproducts li div.orange {
	background:URL('orange_promobg.gif') no-repeat left top;
}

ul#listproducts li div.blue {
	background:URL('blue_promobg.gif') no-repeat left top;
}

ul#listproducts li div.priceBox p {
	text-align:center;
	color:#fff;
	font-size:1.6em;
	height:1.6em;
	font-weight:bold;
	padding-top:5px;
}

ul#listproducts li div.priceBox a:visited,
ul#listproducts li div.priceBox a:link,
ul#listproducts li div.priceBox a:active,
ul#listproducts li div.priceBox a:hover {
	color:#99C412;
	display:block;
	text-align:center;
	font-size:0.9em;
	text-transform:uppercase;
	margin-top:15px;
	font-weight:bold;
}

ul#listproducts li div.priceBox a.orange {
	color:#E94F00;
}

ul#listproducts li div.priceBox a.blue {
	color:#77C1DE;
}

ul#listproducts li div.priceBox a:hover {
	color:#F00037;
}

ul#listproducts li div.priceBox a.orange:hover {
	color:#99C412;
}

ul#listproducts li div.priceBox a.blue:hover {
	color:#F00037;
}

div#fnews {
	background-color:#fff;
}

div#fnews h2 {
	color:#858688;
	padding:20px 0;
}

div#fnews ul {
	background:URL('news_bg.gif') no-repeat left top #FAFAFA;
	list-style-type:none;
	padding-left:12px;
}

div#fnews ul li {
	float:left;
	width:190px;
	margin-right:15px;
	padding-right:15px;
	background:URL('news_bord_bg.gif') no-repeat right 72px;
	height:172px;
}

div#fnews ul li.last {
	margin-right:0px;
	padding-right:0px;
	background:none;
}

div#fnews ul li div.date {
	background:URL('date_bg.gif') no-repeat left top;
	width:70px;
	height:20px;
	color:#fff;
	text-align:center;
	font-size:0.9em;
	line-height:20px;
	margin-bottom:8px;
}

div#fnews ul li h3 {
	height:3.5em;
	color:#4B4B4B;
	font-size:1em;
	line-height:1.4em;
	overflow:hidden;
}

div#fnews ul li h3 a {
	color:#4B4B4B;
	text-transform:none;
}

div#fnews ul li h3 a:hover {
	color:#F00037;
}

div#fnews ul div.img {
	margin-right:8px;
}

div#fnews ul li div.img img {
	height:56px;
}

div#fnews ul li p {
	font-size:1.1em;
}

div#fnews ul li a.more {
	clear:left;
	border:1px solid red;
	margin-left:64px;
}

div.rightmenu {
	position:relative;
	background: #000;
	margin-top:-50px;
	margin-left:-34px;
	width:230px;
}

div.rightmenu h2 {
	background:URL('title_bg.gif') no-repeat left top;
	color:#858688;
	padding:15px 0 0 15px;
}

div.rightmenu h2 span {
	color:#F00037;
	font-weight:bold;
}

div.rightmenu ul {
	background:URL('sidebar_bott_bg.gif') no-repeat left bottom;
	list-style-type:none;
	padding:27px 15px 10px 15px;
}

div.rightmenu ul li {
	border-bottom:2px dotted #4D4D4D;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

div.rightmenu ul li a:link,
div.rightmenu ul li a:visited,
div.rightmenu ul li a:active,
div.rightmenu ul li a:hover {
	display:block;
	background:URL('triangle.gif') no-repeat 5px center;
	padding-left:25px;
	font-size:0.8em;
	line-height:2.1em;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

div.rightmenu ul li a:hover,
div.rightmenu ul li a.on {
	background:URL('triangle_grey.gif') no-repeat 5px center #686868;
}

div.rightmenu ul li.last {
	border:none;
	margin-bottom:0px;
}

div.content {
	background:URL('blue_right_anglebg.gif') no-repeat right top #fff;
	width:430px !important;
	padding-right: 15px;
	min-height:400px;
}

div.list {
	clear:both;
	height:90px;
	margin-bottom:20px;
}

div.list div.img {
	width:120px;
	height:90px;
	margin-right:20px;
}

div.detailed {
	margin-bottom:20px;
	width:430px !important;
}

div.detailed div.img {
	width:240px;
	margin-right:20px;
}

div.detailed div.img img {
	margin-bottom:10px;
}

div.content h3,
div.content h4 {
	font-family:  Arial, Helvetica, sans-serif;
	position:relative;
	height:2em;
	font-size:1.3em;
	line-height:1em;
	color:#727375;
	overflow:hidden;
}

div.content h3 a:link,
div.content h3 a:active,
div.content h3 a:visited,
div.content h3 a:hover {
	text-transform:none;
	color:#727375;
	font-weight:bold;
}

div.content h3 a:hover {
	color:#0156A9;
}

div.content p {
	font-size:1.1em;
	
}

div.content .article ul {
	padding-left:30px;
	width:400px;
}

div.content p a:link,
div.content p a:visited,
div.content p a:active,
div.content p a:hover {
	color:#F00037;
}

div.content p a:hover {
	color:#0156A9;
}

div.content div.date {
	font-size:0.9em;
	line-height:2em;
	color:#0156A9;
}

div.content p.docs {
	margin:0;
	margin-top:15px;
}

div.pages{ 
	width:100%;
	clear:both;
}

div.pages span {
	font-weight:bold;
	color:#F00037;
}

div.pages span.nopages {
	color:#C7C7C7;
}

div.pages a {
	font-weight:bold;;
}

div.pages a:hover {
	color:#F00037;
}

div.fwd{
	float:right;
	padding-right:12px;
}

div.bwd{
	float:left;
	padding-left:12px;
}

div.cwd {
	text-align:center;
	padding:0px 80px;
}

#footer div {
	float:right;
	background:url('footer_bg.gif') no-repeat left top;
	height:88px;
	width:690px;
	margin-top:20px;
	padding:20px 0 0px 20px;
}

#footer p {
	color:#7A7A7A;
	text-transform:uppercase;
	padding-bottom:10px;
	font-size:0.9em;
	line-height:0.9em;
	letter-spacing:0px;
	font-weight:bold;
}

#footer a {
	text-transform:uppercase;
	color:#7A7A7A;
	font-weight:bold;
}

#footer a:hover {
	text-transform:uppercase;
	color:#0156A9;
}

/* print */

div.content a.print,
body.print a.print {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	background: url('print.gif') no-repeat left top;
	width:19px !important;
	float:right;
	height:18px;
	vertical-align:bottom;
}

body.print {
	background:none;
	padding:10px;
	width:555px;
}

body.print h2.title {
	position:relative;
	text-align:left;
	top:0px;
	middle:0px;
	margin:0px;
	margin-bottom:10px;
}

body.print div.content {
	text-align:left;
	width:100%;
	background:none;
}

body.print div.content a.print,
body.print div.content div.path,
body.print div.content p.linkall {
	display:none;
}

body.print div.content div.img {
	display:block !important;
	margin-right:10px;
}

body.print a.print {
	float:right;
}

/* print */

div.path {
	margin-bottom:5px;
	}

div.path a:link, 
div.path a:visited, 
div.path a:active, 
div.path a:hover {
	color:#000;
	}
	
div.path a:hover,
div.path a.on {
	color:#F00037
	}	

/*print page*/

@media print {
	a:link, a:visited, a:active, a:hover {
		color : black;
		text-decoration : none;
		text-transform: none;
	}
	div.print h2 {
		font-size:20px;
		font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align : left;	
		text-transform : uppercase;
		color: black;
		padding: 0px;
		margin: 0px;
	}
	div.print p {
		color: black;
		padding: 0px;
		margin: 0px;
		text-align:justify;
		font-size:12px;
	}
	
}
/*print page*/

span.match {
	color:#A29F36;
}

.loading {
	background:URL('trobber.gif') no-repeat center;
	height:16px;
}

/* Listen */

ul#portfolio {
	background: #fff;
	float:left;
	width:270px;
	height:210px;
	margin-left:-280px;
	list-style-type:none;
	position:relative;
}

ul#portfolio li {
	width:270px;
	height:210px;
	position:absolute;
}

ul#portfolio li img {
	width:270px;
	height:210px;
	border: 0px;
	padding: 0px;
	margin:0px;
}

.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


div.images {
	float:left;
	margin-left: 8px;
	margin-bottom: 8px;
	width:53px;
	height:47px;
}

* html div.images {
	margin-left: 6px;
	margin-bottom: 6px;
}

div.images img {
	border:1px solid #91907B;
}