/* global */

body {
	margin:0;
	background-color:#cccccc;
	font:11px verdana, geneva, sans-serif;
	color:black;
}

a {
	color:black;
	text-decoration:underline;
}
a:visited {
	color:black;
}
a:hover {
	color: #ef3e33;
}

p {
	margin:10px 0 0 0;
}

td {
	padding:0;
	font:11px verdana, geneva, sans-serif;
	vertical-align:top;
}

select {
	margin: 0;
	font: 11px verdana, geneva, sans-serif;
}
input {
	margin: 0;
	font: 11px verdana, geneva, sans-serif;
}
textarea {
	margin: 0;
	font: 11px verdana, geneva, sans-serif;
}

img.Button {
	margin:0;
	border:0;
}
img.Framed {
	margin:0;
	border-top:1px solid #767676;
	border-right:0;
	border-bottom:1px solid #767676;
	border-left:0;
}

td.BGround {
	width:50%;
}
td.Site {
	background-color:white;
	text-align:center;
}
table.Content {
	margin:0;
	width:779px;
	height:100%;
	background-color:#f0f0f0;
	background-image:url(../images/bgContent.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
p.Title {
	margin:0 40px 25px 0;
	font-size:13px;
	font-weight:bold;
}
p.Alinea {
	margin:0 40px 25px 0;
}
img.AlineaLeft {
	width:100px;
	float:left;
	margin:0 10px 0 0;
}
img.AlineaRight {
	width:100px;
	float:right;
	margin:0 0 0 10px;
}
p.AlineaNew {
	margin:0 40px 25px 0;
	font-size:12px;
	line-height:16px;
}
img.AlineaNewLeft {
	width:240px;
	float:left;
	margin:0 10px 0 0;
}
img.AlineaNewRight {
	width:240px;
	float:right;
	margin:0 0 0 10px;
}

/* Menu Bar */

a.MenuBar {
	margin:0px 8px;
	height:19px;
	border:0;
	padding:2px 8px 2px;
	background-color:white;
	font:bold 12px verdana, sans-serif;
	color:black;
	text-decoration:none;
	text-align:center;
}
a.MenuBar:hover {
	background-color:#767676;
	color:white;
}
a.MenuBar:visited {
}

a.MenuBarAct {
	margin:0 14px;
	height:19px;
	border:0;
	padding:2px 8px 2px;
	background-color:#d8d8d8;
	font:bold 12px verdana, sans-serif;
	color:black;
	text-decoration:none;
	text-align:center;
}
a.MenuBarAct:hover {
	background-color:#767676;
	color:white;
}
a.MenuBarAct:visited {
}

a.MenuBarSub {
	margin:0 14px;
	height:19px;
	border:0;
	padding:2px 8px 2px;
	background-color:#767676;
	font:bold 12px verdana, sans-serif;
	color:white;
	text-decoration:none;
	text-align:center;
}
a.MenuBarSub:hover {
	color:white;
}
a.MenuBarSub:visited {
	color:white;
}

a.SubMenu {
	margin:0;
	height:19px;
	border:0;
	padding:2px 0;
	background-color:#767676;
	font:bold 12px verdana, sans-serif;
	color:white;
	text-decoration:none;
	text-align:center;
}
a.SubMenu:hover {
	color:black;
}
a.SubMenu:visited {
	color:white;
}
a.SubMenu:visited:hover {
	color:black;
}

div.SubMenu {
	position:absolute;
	top:0px;
	left:0px;
	width:76px;
	background-color:#767676;
	padding:0;
	text-align:center;
	visibility:hidden;
}

/* Home */

img.Home {
	margin:12px 0 12px 0;
	width:400px;
	border-top:3px solid #b8b8b8;
	border-right:3px solid white;
	border-bottom:3px solid white;
	border-left:3px solid #b8b8b8;
}
p.Box {
	margin:0;
	width:157px;
	height:84px;
	background-color:#e0e0e0;
	border-top:3px solid #b8b8b8;
	border-right:3px solid white;
	border-bottom:3px solid white;
	border-left:3px solid #b8b8b8;
	padding:3px 5px 5px 5px;
	text-align:center;
}
textarea.Box {
	margin:5px 0 10px 0;
	width:100%;
	height:40px;
	border:0;
	background-color:transparent;
	font:11px verdana, geneva, sans-serif;
	color:black;
	text-align:center;
	overflow:hidden;
}
a.News {
	font-size:12px;
	font-weight:bold;
	color:#ef3e33;
}
a.News:hover {
	color:black;
}
a.News:visited {
	color:#ef3e33;
}
a.News:visited:hover {
	color:black;
}

/* Products */

td.prHeader {
	padding:3px 10px 3px 0;
	font-weight:bold;
}
td.prCell {
	padding:3px 10px 3px 0;
	font:10px verdana, geneva, sans-serif;
}
td.prhlCell {
	padding:3px 10px 3px 0;
	font:10px verdana, geneva, sans-serif;
	color: #ef3e33;
}

a.prodCat, a.prodCat:visited {
	font-weight:bold;
	text-decoration:none;
}
a.prodCat:hover, a.prodCat:visited:hover, a.prodCat:active {
	font-weight:bold;
	text-decoration:none;
	color: #ef3e33;
}
a.prodNormal, a.prodNormal:visited {
	color:#000000;
}
a.prodNormal:hover, a.prodNormal:visited:hover {
	color:#ef3e33;
}
a.prodDisabled, a.prodDisabled:visited {
	color:#c0c0c0;
}
a.prodDisabled:hover, a.prodDisabled:visited:hover {
	color:#c0c0c0;
}

/* Contact */

td.lblContact {
	padding:8px 15px 0 10px;
}
td.fldContact {
	padding:3px 0;
}
input.txtContact {
	width:250px;
}
textarea.txtContact {
	width:250px;
	height:70px;
}
select.selContact {
	width:250px;
}

/* Used in CMS content */

table.Norm	{ border-collapse:collapse; }
th.Norm		{ border:2px solid black; background-color:red; color:white; text-align:center; font-size:12px; }
th.NormE	{ border-bottom:2px solid black; font-size:12px; }	
th.NormENB	{ border:0; font-size:12px; }
td.NormKop	{ border:2px solid black; background-color:#cccccc; color:black; font-weight:bold; }
td.Norm		{ border:2px solid black; background-color:white; color:black; }
td.NormC	{ border:2px solid black; background-color:white; color:black; text-align:center; }
