﻿
/* ---- General ----------------------------------------------------------- */

html {
    /* enforce vertical scrollbar in mozilla browsers */
    overflow-y:scroll;
}

.floatfix {
    display:block;
    clear:both;
    width:1px;
    height:1px;
    overflow:hidden;
}

body, html
{
    font-family: Verdana, Sans-Serif;
    font-size:11px;    
    background-color:#fcd9c0;
}

p {
    line-height:14px;
    margin-bottom:10px;
}

a {
    color:#2b8fd2;
    text-decoration:none;
    /* color:#e85113; */
}
a:hover {
    text-decoration:underline;
}

a:visited {
    color:#e85113;
}

h1 {
    color:#e85113;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
}

h2 {
    color:#e85113;
    font-size:11px;
    font-weight:bold;
    margin-bottom:10px;
}

h3 {
    color:#999;
    font-size:11px;
    font-weight:bold;
    margin-bottom:10px;
}

ul {
    margin:20px;
}

li {
    list-style-type:disc;
    margin-bottom:5px;
}

table td {
    vertical-align:top;
}
table th {
    font-weight:bold;
}


/* ---- Layout ------------------------------------------------------------ */

.container {
    margin-left:auto;
    margin-right:auto;
    width:962px;
    padding-bottom:20px;
}

.frame {
    border:solid 1px #c2b1a5;
}

.header {
    height:60px;  
    background-color:#fff;  
    position:relative;
}
.header img {
    display:block;
}
.header .logo {
    position:absolute;
    right:40px;
    top:15px;
}

.content {
    clear:both;
    background-color:#fff;
    background-image:url(vertical-line.gif);
    background-position:223px 0px;
    background-repeat:repeat-y;
    position:relative;
    min-height:300px;
    font-weight:normal;
}

.breadcrumb {
    position:absolute;
    top:0px;
    left:225px;
    background-color:#fff;
    height:23px;    
    padding-top:7px;
    color:#2b8fd2;
    font-size:10px;
    font-weight:normal;
    width:450px;
    line-height:20px;
    overflow:hidden;
}
.breadcrumb a {
    color:#2b8fd2;
    text-decoration:none;
}
.breadcrumb a:hover {
    color:#2b8fd2;
    text-decoration:underline;
}

.sitesearch {
    position:absolute;
    right:0px;
    top:10px;
    width:222px;    
}
.sitesearch .search-button {
    background-color:#eae8db;
    border:solid 1px #a7a7a6;
    font-size:12px;
    height:18px;
    color:#2b8fd2;
    width:60px; 
}
.sitesearch .search-input {
    border:solid 1px #c4d0a7;
    width:120px;
    height:12px;
    padding:2px;
    margin-right:1px;
}

.vert-line-cutter {
    position:absolute;
    bottom:0px;
    left:221px;
    background-color:#fff;
    height:24px;    
    padding-top:6px;
}
.vert-line-cutter.top {
    top:0px;
    left:221px;
}

.left-content {
    float:left;
    margin-left:15px;
    width:480px;
    margin-top:40px;
    margin-bottom:20px; 
}
.left-content.wide {
    width:695px;
    /* background-color:Purple; */
}
.right-content {
    float:left;
    margin-left:20px;
    width:190px;
    margin-top:40px;
    /* background-color:Teal; */
}

.footer {    
    font-weight:normal;
    font-size:11px; 
    margin-top:2px;   
}
.footer a {
    color:#5c5754;
    text-decoration:none;
    margin-right:10px;
}


/* ---- Top menu ---------------------------------------------------------- */

/*
.top-menu ul {
    margin:0px;
    margin-left:225px;
}
.top-menu ul li {
    list-style-type:none;
    margin:0px;
    float:left;
    padding-top:4px;
    margin-right:30px;
}
*/


/* ---- Left menu --------------------------------------------------------- */

.left-menu {
    float:left;
    width:223px;
    background-color:#fff;
    background-image:url(readymix-bg.gif);
    background-position:left top;
    background-repeat:no-repeat;
    height:650px;    
}
.left-menu.no-bg {
    background-image:none;
    height:622px;
}
.left-menu a {
    text-decoration:none;
    color:#000;
    display:block;
    width:180px;
    padding-top:2px;
    padding-bottom:2px;    
}
.left-menu a:hover {
    color:#0076bd;
    background-color:#fadcd0;
}

/* level 1 */
.left-menu ul {
    margin:0px;
    margin-left:48px;
}
.left-menu ul li {
    list-style-type:none;
    margin:0px;
}
.left-menu ul.toplevel {
    margin-top:40px;
    text-transform:uppercase;
    font-weight:bold;
}
.left-menu ul.menu {
    /* margin-top:40px; */
}
.left-menu ul li a {
    padding-left:3px;
    width:172px;
}

/* level 2 */
.left-menu ul li ul {
    margin-left:0px;
}
.left-menu ul li ul li a {
    padding-left:20px;
    width:155px;
}

/* level 3 */
.left-menu ul li ul li ul {
    margin-left:0px;
}
.left-menu ul li ul li ul li a {
    padding-left:37px;
    width:138px;
}
.left-menu a.active {
    background-color:#fadcd0;    
}


/* ---- Elements ---------------------------------------------------------- */

.rightcol-banner{
    background-color:#807d7e;
    margin-bottom:10px;    
}
.rightcol-banner.color1 {
    background-color:#807d7e;
}
.rightcol-banner.color2 {
    background-color:#636161;
}
.rightcol-banner.color3 {
    background-color:#494949;
}
.rightcol-banner a {
    display:block;
    padding:15px;
    width:160px;
    height:140px;
    text-decoration:none;    
}
.rightcol-banner a img {
    display:block;
    margin-bottom:15px;
}
.rightcol-banner a em {
    background-color:#fff;
    background-image:url(front-banner-arrow.gif);
    background-repeat:no-repeat;
    background-position:143px 1px;
    text-align:left;
    text-transform:uppercase;
    font-style:normal;
    font-size:11px;    
    color:#636161;
    padding:2px;
    display:block;
}


.picture_right 
{
    height:auto;
    width:auto;
    float:right;
    padding:0px 0px 5px 10px;
}

.picture_left 
{
    height:auto;
    width:auto;
    float:left;
    padding:0px 10px 5px 0px;
}


/* ---- Documents --------------------------------------------------------- */

.document {
    /* background-color:Gray; */
}

.document .doc_imageright {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}
.document .doc_imageleft {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}


/* ---- Products ---------------------------------------------------------- */

.prod_left {
	width: 450px;
	float: left;
	margin-right:30px;
}

.productdata th {
	height:15px;
    text-align: left;
	width:auto;
	padding:3px;
	background-color:#fadcd0;
}

.productdata td {
	text-align: left;
	padding:3px;
}

.prod_right {
	width: 200px;
	float: left;
}

.prod_right .right-content {
	margin-left:0px;
}

.prod_imgs {	
}

.border_top
{
    height:20px;
    width:auto;
}
.prod_links {
    margin-top:2px;
    width:200px;
}
.prod_links a {
    text-decoration:none;
    color:#2b8fd2;
    padding-top:5px;
    padding-bottom:5px;
    display:block;
    border-bottom:solid 1px #ccc;
}


/* --- top menu port --- */

/* Topmenu
--------------------------------------------------------------------*/

.top-menu a {
    color:#fff;
    text-decoration:none;
}
.top-menu a:hover {
    text-decoration:underline;
}


#topmenu 
{
    height:20px;
    width:750px;
    float:left;    
    background-color:#eb5211;
	font-family: Verdana;
	text-transform: uppercase;
	font-size: 11px;	
	color:#fff;
	position:relative;
	z-index:200;
	padding-left:210px;	
}

.wrapTopMenu {
	/* padding: 0 10px 0 10px; */
}

#topmenu_left 
{
    height:auto;
    width:auto;
    float:left;
}

#topmenu ul {    
	list-style: none;
	padding: 0;
	margin: 0;
}

#topmenu ul li {
	display: inline;
	padding: 0 5px;
}

#topmenu ul li a {
	text-transform: uppercase;
}

#topmenu a 
{
    color:White;
    text-decoration:none;
    line-height:20px;
    padding:0px 10px 0px 10px;
}

#topmenu a:hover
{
    color:White;
    text-decoration:none;
    line-height:20px;
    padding:0px 10px 1px 10px;    
}

#topmenu ul li a.selected {
	color:White;
    text-decoration:none;
    line-height:20px;
    padding:0px 10px 1px 10px;
    border-bottom:2px solid White;
}

#nav a, #nav a:hover, #nav li, #nav ul {
    margin:0px;
    padding:0px;
    border:none;
}

#nav {
    font:11px verdana;
    font-weight:normal;
    width:740px;
}

#nav, #nav ul {
    float: left;
    list-style: none;
    line-height: 1;
    margin: 0 0 1em 0;
}

#nav a, #nav a:hover {
    text-transform:uppercase;
    display: block;
    height:18px;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    padding-top:0px;
    padding-bottom:2px;
    padding-left:6px;
}

#nav li {
    float: left;
    padding: 0;
    margin-right:20px;
    white-space:nowrap;
    _width:10px;    /* IE6 hack */
}

#nav li ul {
    font-size:10px;
    position: absolute;
    left: -999em;
    height: auto;
    margin: 0;
    width:140px;
    border:solid 1px #ccc;
    background-color:#fff;
}

#nav li ul li {    /* dropdown */
    width:140px;
    background-color:#fff; /* #f0f0f1; */    
    padding: 0;
}

#nav li ul li a {   /* level 2 link */
    text-transform:none;
    width:134px;
    border-bottom:none; /* solid 2px #d0d0d1; */
    color:#000;
    font-weight:normal;
    height:auto;
    line-height:16px;
}
#nav li ul li a:hover {
    text-transform:none;
    background-color:#fadcd0;
    border-bottom:none; /* solid 2px #d0d0d1; */
    color:#2b8fd2;
    height:auto;
    line-height:16px;
    font-weight:normal;
}
#nav li ul ul {
    margin: -1.75em 0 0 14em;
    margin: -24px 0px 0px 140px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    xbackground: #eee;
}

#nav li.TL1, #nav li.TL2, #nav li.TL3  {
    width:270px;
}


/* ---- Sitemap (Ported) -------------------------------------------------- */
.sitemap 
{
    height:auto;
    width:213px;
    _width:219px;
    float:left;
    border-top:1px solid #9b9b9b;
    padding:5px 0px 30px 5px;
    background-image:url(../images/listview_background.jpg);
    background-position:top;
    background-repeat:no-repeat;
    background-color:Red;
}

.sitemap_space 
{
    width:18px;
    height:18px;
    float:left;
    display:block;
}
.boks_sitemap 
{
    width:190px;
	float: left;
    margin:0px;
	margin-bottom:20px;
	margin-right:30px;
}
.boks_sitemap .boks_sitemap {
    margin-bottom:3px;
    margin-right:0px;
    padding-left:5px;
}

.boks_sitemap a {
	cursor: hand;
	font-weight: normal;
	color:#000;
	background-color:#fadcd0;
	display:block;
	padding:5px;
	text-decoration:none;
	margin-bottom:8px;
}
.boks_sitemap .boks_sitemap a {
    background-color:Transparent;
	display:inline;
	padding:0px;
	margin-bottom:2px;
}


.boks_sitemap .boks_sitemap .boks_sitemap  {
	padding-left: 10px;
}

.sitemapcontain h2
{
    width:135px;
    background: none;
	text-transform: none;
	display: block;
	padding: 0;
	border:none;
	background-color:#fadcd0;
}

.sitemapcontain h2 {
	/* cursor: hand; */
	font-weight: normal;
}

.sitemapcontain h2:first-letter
{
    text-transform: uppercase;
}
.sitemapcontain a {
    text-decoration:none;
    color:#000;
    line-height:14px;
}

#boks 
{
    width:732px;
    float:left;
}
