/* Layout ******************/
html {
	background-color: #fff;
}
body {
	padding:0; margin:0 auto;
	width:100%;
}

.header {
	background: transparent url(Images/header_bg.gif) repeat-x left top;
}
.logo {
	padding: 8px 7px 0 10px;
}
#content {
	padding: 0 10px 10px 10px;
}

#central {
	width: 80%;
	float: left;
	padding-bottom: 2em;
}
#rightcol, #rightcol2 {
	width: 18%;
	float: right;
	margin-bottom: 20px;
	border: 1px solid #666666;
}

#homeleft {
	width: 50%;
	float: left;
	padding: 5px 5px 10px 10px;
}
#homeright {
	width: 48%;
	float: right;
	text-align: center;
}

.topmenu {
	background: transparent url(Images/topmenu_bg.gif) repeat-x left top;
}
#login {
	/*background: transparent url(Images/topmenu_bg.gif) repeat-x left center;*/
	height: 31px;
}

#banner {
	clear: both;
	background: transparent url(Images/banner_bg.gif) repeat-x left top;
	border-top: 1px solid #fff;
	font-size: 80%;
	color: #BDBCBC;
	padding-right: 10px;
	height: 168px;
}
* html #banner p {
	padding-top: 10px;
}
#banner a{
	font-weight: bold;
	color: #fff;
}
#banner a:hover{
	color: #FF6E6E;
}
#bannerimg {
	float: left;
	padding-right: 10px;
}
#bannertext {
	float:right;
	width: 50%;
	font-size: 80%;
	color: #BDBCBC;
}

#bottommenu {
	clear: both;
	text-align: center;
	background: transparent url(Images/botmenu_bg.gif) repeat-x left center;
	height: 32px;
}
#message {
	/*clear: both;*/
	margin: 1em;
	padding: 0.5em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #f00;
}
#childpages {
	clear: both;
	padding-top: 7px;
}
#rasp {
	height: 1px;
	/*width: 968px;*/
}

/* Login form ------------------------- */
#login {
	float:right; width:330px;
	text-align: right;
	/*padding: 5px 0 0 0;*/
	padding: 0;
}
#frmLogin {
	padding: 5px 0 0 0; 
	margin: 0 10px 0 0;
}
* html #frmLogin {
	margin: 0 10px 0 0;
}

#frmLogin label {
	color: #4A32A9;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}
#frmLogin .inputlogin {
	border: 1px solid #F66671;
	width: 80px; 
	margin: 0 5px 0 0;
	font-size: 11px;
}
#frmLogin .inputpass {
	border: 1px solid #F66671;
	width: 60px;
	margin: 0 5px 0 0;
	font-size: 11px;
}

#searchcont {
	width: 190px;
	float: right;
	text-align: right;
	margin-top: 7px;
}
#frmSearch {
	padding: 0 5px;
	margin:0;
	display: inline;
}
#frmSearch .inputsearch {
	border: 1px solid #F66671;
	width: 80px;
	margin: 0;
	font-size: 11px;
	margin-right: 5px;
}
#frmSearch label {
	padding-right: 5px;
}

/* Service menu ----------------------- */
/*#servmenu {
	float:right; width: 48%;
}
#servmenu img {
	padding: 0 7px;
}*/
#serv1 {
	float:right; width: 150px;
	padding: 5px 5px 0 0;
	margin-top: 12px;
	text-align: right;
	border-right: 1px solid #A8A8A8;
}
#serv1 img {
	padding: 0 7px;
}
#langs {
	float:right;
	padding: 17px 5px 0 5px;
	text-align: right;
}
#langs img {
	padding: 0 7px;
}

#serv3 {
	padding: 3px 10px 0 0;
	text-align: right;
}

#serv2 {
	padding: 12px 0 8px 0;
	text-align: right;
}
#serv2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#serv2 li { 
	display: inline; 
	font-size: 90%;
	border-left: 1px solid #7F83DA;
}
#serv2 li a {
	text-decoration: underline;
	color: #000;
	padding: 0 5px 0 10px;
}
#serv2 li a:hover {
	text-decoration: underline;
	color: #f00;
}
#serv2 li.firstitem {
	border: 0;
}


/* Fonts and colors *******************/
body {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: small;
	color: #585858;
}

#center {
	background-color: #fff;
	border-top: 1px solid #C9D8E3;
}
#footer {
	background-color: #6095B9;
}
#main {
	margin-top: -1.5em;
}

#breadcrumbs {
	float: left;
	width: 75%;
	color: #000;
	font-size: 80%;
	padding: 10px 10px 0 10px;
	height: 19px;
}
#breadcrumbs a {
	color: #EB3C01;
	background: transparent url(Images/path_separator.gif) no-repeat center right;
	text-decoration: underline;
	padding-right: 15px;
}
#breadcrumbs a:hover {
	color: #4A32A9;
}

#rightcol p, #rightcol2 p {
	margin: 0;
}

#printblock {
	float: right;
	width: 100px;
	text-align: right;
	margin-top: -20px;
}
#printblock a {
	text-decoration: none;
	background: transparent url(Images/printer.gif) no-repeat center right;
	padding-right: 20px;
}

/* Misc ********************/
a {
	color: #FF6E6E;
	text-decoration: underline; 
}
a:hover {
	color: #4A32A9;
}

/* classes ******************/
h1 {
	font-size:150%; 
	color: #3D3773;
	width: 80%;
}
h2 {
	font-size:130%; font-weight: bold;
}
h3 {
	font-size:110%; font-weight: bold;
	color: #000;
}
h4 {
	font-size:100%; font-weight: bold;
	color: #000;
}

.caption {
	color:#000;
	font-weight: bold;
}
.tableHeader{
	color:#000;
	font-weight: bold;
	padding: 0.2em 0.5em;
	text-align: center;
	background: #B7B7B7 url(Images/tableheader.gif) repeat-x left bottom;
}
.tableHeader2{
	color: #000;
	font-weight: bold;
	padding: 0.2em 0.5em;
	text-align: center;
	/*background-color: #FDB7B9;*/
	background: #B7B7B7 url(Images/tableheader.gif) repeat-x left top;
}
.down td {
	padding: 0.3em;
	font-size: 0.8em;
}
.formbuttons2 {
	/*width: 90px;*/
	font-weight:bold;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 0.2em 1em;
}
.formbuttons3 {
	font-size: 11px;
	font-weight:bold;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 0.1em 0.1em;
}
a.textbutton {
	width: 100px;
	display: block;
	height: 15px;
	font-weight:bold;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left top;
	border: 1px solid #D73B08;
	color: #000;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}
a.textbutton:hover {
	text-decoration: none;
}
a.textbutton2 {
	width: 150px;
	display: block;
	height: 15px;
	font-weight:bold;
	background: #B7B7B7 url(Images/button_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}
a.textbutton3 {
	/*width: auto;*/
	display: block;
	height: 15px;
	font-weight:bold;
	background: #B7B7B7 url(Images/button_bg.gif) repeat-x left center;
	border: 1px solid #D73B08;
	color: #000;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
}

.sidetitle {
	color:#000;
	font-weight: bold;
	padding: 0.5em 0.5em;
	text-align: center;
	background: #B7B7B7 url(Images/topmenu_bg.gif) repeat-x left bottom;
}
.sidebox {
	width: 18%;
	float: right;
	margin-bottom: 20px;
	border: 1px solid #666666;
}	
.sidebox p {
	margin: 0;
}
.sidebox2 {
	width: 18%;
	float: right;
	margin-bottom: 20px;
	border: 0;
}
.sidecaption{
	font-weight: bold;
	text-align: right;
}
.siderem{
	font-size: 0.8em;
}
.sideremb{
	font-size: 0.8em;
	font-weight: bold;
}

.textr {
	text-align: right;
}
.shaded {
	background-color: #F5F5F5;
}
.nowr {
	white-space: nowrap;
}

.okmessage {
	color: #336600;
}
.errormessage {
	color: #f00;
}

.producttable td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
}
.producttable a {
	text-decoration: none;
	color: #000;
}
.producttable a:hover {
	text-decoration: underline;
	color: #FF6E6E;
}

.subline {
	border-bottom: 1px solid #000;
}

.akcent {
	color: #f00;
}
.searchcond {
	font-style: italic;
}

a.pageLink {
 font-size: 0.8em;
 font-weight: bold;
 color: #3333FF;
}
.pageCurrent {
 font-size: 0.8em;
 font-weight: bold;
}

#copy {
	text-align: right;
	font-size: 0.7em;
	padding: 5px;
}
#copy a {
	text-decoration: none;
	color: #585858;
}

p.formerror {
	color: #ff0000;
	font-weight:bold;
	padding: 5px;
	margin: 10px;
	border: 1px solid #ff0000;
	text-align: center;
}

/* LISTS **********************************************************/
.objlist {
 padding: 0;
 margin: 1em;
 list-style: none;
}
.objlist li {
 padding: 0.5em 0 1em;
 border-bottom: 1px solid #D3D3D3;
}
.listdate {
 display: block;
 padding: 0.5em 0 0.2em;
 font-size: 80%;
 font-weight: bold;
}
.listcaption {
 font-weight: bold;
}

div .details {
 text-align: right;
}

.faqlist {
 padding: 0;
 margin: 1em 2em;
 border-bottom: 2px solid #B0B0B0;
 padding-bottom: 2em;
 list-style: none;
}
.faqlist li {
 background: transparent url(Images/title_arr.gif) no-repeat left 10%;
 padding-left: 20px;
}
.faqdetails {
 padding: 0;
 margin: 1em 10px;
 list-style: none;
}
.faqdetails li {
 padding-bottom: 1em;
 padding-left: 20px;
 background: transparent url(Images/banner_arr.gif) no-repeat left 2px;
}

.sidelist {
 padding: 1em;
 margin: 0;
 list-style: none;
}
.sidelist li a img {
padding: 5px 0 8px 0;
}

.rem {
	font-size: 0.5em;
}
.printonly {
	display: none;
}
#frmAddToCart {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0; 
}
