/* Start of CMSMS style sheet 'Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.7em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 11px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a{
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: none; 
   color: #bc0028; 
}



/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #bc0028;
}

.pagination a {color:#fff;}


/*****************
basic layout 
*****************/
body {
   background-color: #ebf0f3;
   color: #000;
   margin:0; padding:0;
}

body#subpage { background:url(images/clada/typical-body-bg.gif) top repeat-x #0092d9; }

/* center wrapper, min max width */

body#subpage div#pagewrapper2{

   margin: 0 auto;     /* this centers wrapper */
   width:961px;
   color:#000; overflow:hidden;
}


body#subpage div#pagewrapper {
   color:#000;
  background:url(images/clada/typical-content-bottom.gif) bottom repeat-x #fff;
overflow:hidden;
}


body#homepage div#pagewrapper2{
   background:url(images/clada/page-wrapper-bg.gif) repeat-x #fdfeff;
width:100%;
   overflow:hidden;
   padding:0; margin:0;
}

#pagewrapper{width:961px; margin:0 auto;}



/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

body#homepage div#header-wrapper{
   width:100%;
/*   background:#d5e0e4;*/
   background:url(images/clada/top-bg-home.gif) repeat-x #f9fafe;
   overflow:hidden;
}

div#header {
   height: 181px; /* adjust according your image size */           
   margin:0 auto;
   width:961px;
}

div#header2 {
   height: 181px; /* adjust according your image size */           
   margin:0 auto;
   width:365px;
   float:left;
}

#top-wrapper{width:961px; margin:0 auto;}

div#header h1, div#header2 h1{margin:0; padding:0;}

div#header h1 a {
/* you can set your own image here */
   background: url(images/clada/logo-home.gif) no-repeat; 
   display: block; 
   height: 181px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#header2 h1 a {
/* you can set your own image here */
   background: url(images/clada/logo-subpage.gif) no-repeat; 
   display: block; 
   height: 181px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#top-image{
   float:right;
   width:510px;
   height:176px;
   background:url(images/clada/top-img-border.gif) no-repeat;
   margin:0 35px 0 0;
   text-align:center;
}

#flash{width:961px; margin:0 auto;}


div#content {
   margin: 0 auto 0 0; /* some air above and under menu and content */
   padding:0 0 60px 0;
}

body#homepage #content{/*background:red; overflow:hidden;*/
padding:25px 0 0 25px;

}

div#main {
   width:415px; 
   float:left; padding-left:40px; margin-bottom:60px;
   border-left:1px solid #e1e9ec;
   color:#333333;
}

div#right-images{float:right; width:214px; padding:70px 20px 40px 0;}

div#right-images img{margin:0 0 3px 0;}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 230px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   padding-right:14px;

}

#sidebar img{
  border:11px #d4dfe3 solid;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
/*div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;*/  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

#content #home-left2{

}

#home-right{
   float:right;
   width:195px;
   overflow:hidden;
border-left:1px solid #86a2bc; padding-left:20px;
}

div#footer-wrapper{
   background:url(images/clada/footer-bg.gif) repeat-x top #58bd12;
   width:100%;
   overflow:hidden;
   padding-bottom:25px;
}

div#footer {
   /* keep footer below content and menu */
   color: #fff;
   width:901px;
   margin:0 auto;
   font-family: Georgia, "Times New Roman", "Pallatino Lynotype", serif;
   font-size:15px;
   padding:15px 0 0 60px;
}


div#footer #col1, div#footer #col2, div#footer #col3{float:left; text-align:left;}

div#footer p {
   padding: 0.5em 1.5em 2.5em 1.5em;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
   line-height:1.2em;
   font-size:17px;
}

div#footer a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}






/********************
CONTENT STYLING
*********************/
div#content {

}




/*div#content table td{
   border:1px solid #d40030;
   border-bottom:1px solid #d40030;
}*/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #096dc1; 
   font-size: 32px; 
   text-align: left; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
   font-family: Georgia, "Times New Roman", "Pallatino Lynotype", serif;
   font-weight:100;
}

/*div#content h2 span.wines{color:#640100;}
div#content h2 span.spring-water{color:#1c72ad;}
div#content h2 span.fruit{color:#8a3dff;}
div#content h2 span.soft-drinks{color:#8fb840;}
div#content h2 span.mineral-water{color:#7fa0bf;}
div#content h2 span.water-coolers{color:#9c9c9c;}*/

div#content h3 {
   color: /*#439c1d*/ #e01541;
   font-size: 17px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   font-family: Georgia, "Times New Roman", "Pallatino Lynotype", serif;
   font-weight:100;
}
div#content h4 {
   color: #096dc1;
   font-size: 15px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: Georgia, "Times New Roman", "Pallatino Lynotype", serif;
   font-weight:100;
}
div#content h5 {
   color: #2f3032;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: "Times New Roman", Georgia, "Pallatino Lynotype", serif;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-family: "Times New Roman", Georgia, "Pallatino Lynotype", serif;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


/*orderform*/
.formbuilderform fieldset {padding: 1em; background-color: #eee;} .formbuilderform fieldset legend {font-weight: bold;} .formbuilderform div {width: 100%; padding: 0.25em 0 0.25em 0;} .formbuilderform div label {display: block; width: 10em; } .formbuilderform div.required {color: #f00;}

input, textarea, select{border:1px solid #2f3032; width:350px;}
.submit input{border:none; color:#fff; background:#d70536; height:35px; width:130px; cursor:pointer;}

textarea{height:100px;}

img, div { behavior: url(iepngfix.htc) }



/* End of 'Layout' */

