@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #EDEDED url(images/bg.gif) repeat-x top left; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixRtHdr #container { 
	width: 951px; 
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #700d04;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #top {
width:951px;
	height:76px;
	background: #fff url(images/kultera-logo.jpg) no-repeat bottom left; 
	padding: 0 0px 0 0px;  
	border-bottom: 1px solid #700d04;
} 
.twoColFixRtHdr #header {
width:921px;
	height:140px;
/*background:  url(images/home-header.jpg) no-repeat top left; */
	background:  url(images/header-left.jpg) no-repeat top left; 
	padding: 0 0px 0 20px; 
z-index:3;
} 

.twoColFixRtHdr #header img{
margin: 0 -10px 0 0px; 
z-index:3;
} 

.twoColFixRtHdr #header h1 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
        font-size:33px;
	font-weight:100;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #header h2 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:100;
	margin: 0;
	padding: 40px 0 0px  0; 
}

.twoColFixRtHdr #header h3 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:100;
	margin: 0;
	padding: -10px 0 0 0; 
}


#top h1 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:100;
	color:#900;
	padding: 46px 0 0 200px ;
}

#phone{
	float: right;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#900;
	padding: 5px 10px 0 0px ;
margin: 3px 3px 0 0;
clear: both;
}
 h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#900;
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #benefits h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
        font-style:italic;
text-align:center;
	color:#000;
	padding: 6px 0 0px 0;
}

 #benefits p {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
text-align:center;
	color:#000;
     padding: 2px 5px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 301px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; 
	margin: 10px 5px 5px 10px;
	padding: 0px 0px;
}

.twoColFixRtHdr #newsbox1 {
	float: right; 
	width: 281px;
	height: auto;
	background: #FDF9F1 url(images/box-header.gif) no-repeat top left; 
margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
border:#deddd8 1px solid;
}

.twoColFixRtHdr #newsbox1 h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	margin: 0; 
	padding: 5px 0 5px 0; 
}

.twoColFixRtHdr #newsbox1 p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin: 0; 
	padding: 0px 0 5px 0; 
}
.twoColFixRtHdr #newsbox1a {
	float: right; 
	width: 281px;
	height: auto;
	background: #FDF9F1 url(images/box-header.gif) no-repeat top left; 
margin: 5px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
border:#deddd8 1px solid;
}

.twoColFixRtHdr #newsbox2 {
	float: right; /* since this element is floated, a width must be given */
	width: 301px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FDF9F1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
border:#deddd8 1px solid;
}
.twoColFixRtHdr #navbox {
width:951px;
	float: right; 
	width: 281px;
	height: auto;
	background: #FDF9F1 url(images/box-header.gif) no-repeat top left; 
	padding: 0px 10px 0 10px;
border:#deddd8 1px solid;
}
 #navbox li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#660000;
	padding: 0px 0px 0 0px;
list-style-image:url(images/arrow.gif)
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; 
    font-size: 11px;

} 
.twoColFixRtHdr #footer p {
    font-size: 11px;
	margin: 0;
	padding: 10px 0;
}
#mainContent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding: 0px 0 0 0px ;
	margin: 0 0 8px 0;
}

#mainContent li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding: 0px 0 0 0px ;
	margin: 0 0 0px 0;
}
#mainContent h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding: 10px 0 10px 0px ;
	margin: 0 0px 0 0;
}

#mainContent {
position:relative;
width: 615px;
float:left;
margin: 0px 0 10px 0 ;
padding: 10px 10px 10px 10px ;
clear:left;
}

#maincontentsearch{
position:relative;
width: 916px;
float:left;
	padding: 0px 10px 0 10px ;
	margin: 0px 0 10px 0 ;
clear:left;

}
 #products-box {
	float: left; 
	width: 631px;
        height: 164px;
	background: #fff url(images/products-box.jpg) no-repeat bottom left; 
        margin: 10px 0 10px -3px;
	padding: 0px 0px 0 0px;
}
 #products-box li{
	font-size:14px;
	font-weight:normal;
     list-style-image:url(images/arrow.gif)
}

 #products-box h1 {
font-size: 20px;
line-height:20px;
font-weight: 400;
color:#000;
	padding: 0px 0px 0px 10px;
}
#newsbox1a li {
        list-style: none;
        list-style-position:outside;
	font-size: 13px;
	line-height: 16px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsbox1a ul{
margin: 4px;
	padding: 5px;
}
#searchbox {
position:relative;
	float: right; 
      margin:  8px 10px 0px 0px;
	padding: 0px 0px;
z-index:14;
}

 #login {
        height:auto;
	float: right; 
	width: 531px;
        margin: 10px 10px -5px 0 ;
	padding: 0px 0px;
       clear: both;
}

 #login p {
 	float: right; 
        font-size: 11px;
       color:#690900;
	padding: 0px 0px;
}

 #philosophy {
	float: left; 
	width: 325px;
 margin: 0px 0px 5px 0 ;
	padding: 0px 0px;
}
 #philosophy li, #philosophy p {
font-size: 14px;
}
 #philosophy h3 {
font-size: 14px;
font-weight: bold;
color:#000;
}
 #partner {
	float: right; 
	width: 260px;
       text-align:center;
        margin: 15px 10px 0 0;
	padding: 0px 0px;
}
 #partner p {
font-size: 16px;
font-weight: bold;
text-align:center;
color:#000;
	padding: 13px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link,
a:active {
    font-style: normal;
	text-decoration: none; 
	color: #660000;
	}
a:visited  {
	font-style: normal;
	text-decoration: none; 
	color:#990000;
	}	

a:hover {
	font-style: normal;
	text-decoration: underline; 
	color: #660000;

}
#footer a:link,
#footer a:active {
    font-size: 11px;
    font-style: normal;
	text-decoration: none; 
	color: #660000;
	}
#footer a:visited  {
    font-size: 11px;
	font-style: normal;
	text-decoration: none; 
	color:#990000;
	}	

#footer a:hover {
    font-size: 11px;
	font-style: normal;
	text-decoration: underline; 
	color: #660000;

}

.rssdate {
	font-size: 12px; 
	line-height: 14px;
       color:#000;
	font-family: helvetica, arial, Georgia, "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.hiddenFields{
height:0;

}

