
/*
** Rounded Box CSS
**
**   -- Even more rounded corners with CSS: Base stylesheet --
**
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:0;
 margin-left:24px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background: url(browncurvedbox7000.gif) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 24px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:24px; /* top slice width */
 margin-left:-24px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:24px; /* bottom corner width */
 margin-left:-24px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/*
** Catalogue Page number bar
*/
  
.catalogue-menu
{
     DISPLAY: block;
     POSITION: relative;
     CLEAR: both;
     TEXT-ALIGN: center;
     BORDER: 0px solid rgb(183,184,161);
     BACKGROUND: transparent none;
     /*WIDTH: 100%;*/
     WIDTH: 340px; /* 20020706 fix ugly stretchy cat menu */
     MIN-HEIGHT: 30px;
     PADDING: 5px;
  /*CATALOGUE-MENU*/
}
.arrow-gif
{
     BORDER: 0px;
     WIDTH: 30px;
     HEIGHT: 10px;
  /*ARROW-GIF*/
}
.pagenum-gif
{
     BORDER: 0px;
     WIDTH:  10px;
     HEIGHT: 10px;
  /*PAGENUM-GIF*/
}
  
.page-num-next
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;   
    HEIGHT: 20px;
    WIDTH: 30px;  
  /*PAGE-NUM-NEXT*/
}
.page-num-prev
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    HEIGHT: 20px;
    WIDTH: 30px;
  /*PAGE-NUM-PREV*/
}
.page-nums
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    HEIGHT: 20px;
    WIDTH: 13px;
    MARGIN-BOTTOM: 10px;
  /*PAGE-NUMS*/
}
.page-nums-variation
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    HEIGHT: 20px;
    WIDTH: 13px;  
    MARGIN-BOTTOM: 10px;
  /*PAGE-NUMS-VARIATION*/
}
.page-num-current
{
    FLOAT: left;
    TEXT-ALIGN: center;
    COLOR: rgb(153,51,204);
    FONT-SIZE: 10px;  
    FONT-WEIGHT: bolder;
    HEIGHT: 20px;   
    WIDTH: 13px;  
    MARGIN-BOTTOM: 10px;
  /*PAGE-NUM-CURRENT*/
}




/*
** Terasoft Website Specific CSS
*/
body
{
  /*position:relative; REMOVED because it affects concrete5 Edit page*/
  font-family: verdana,Arial, Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-size:14px;
  background:url(bg.jpg) repeat-x top;
  color:black;
  margin: 0;
  padding: 0;
}
img
{
  text-decoration: none;
  border:none;
}


a
{
          color:#353535;
}
a:visited
{
            color:#353535;
}
b,strong
{
  font-size:14px; 
  font-weight:900;
  color:#D7561F;
}
H3
{
  color: #998675;
  font-size:10px;
}
p
{
/*  display:inline;*/
}

/*img.png { behavior: url("://www.terasoft.com.au/iepngfix.htc") }*/

.ablack, .ablack:visited
{
  color:black;
  /*text-decoration:none;*/
}
.ablack:hover, .ablack:visited:hover
{
  color:red;
}

.awhite, .awhite:visited
{
  color:white;
}
.acoffee, .acoffee:visited
{
  color:#C7B199;
}

/*
 * 2 Column Fixed Width Layout
 * Auto adjusting height
 */
.wrap
{
  position: relative;
  width: 900px !important;
  width: 905px;
  margin: 0px auto;
}
.wrapheader
{
  position: relative;
  width: 900px;
  height:270px;
}
.headerlogo
{
	position:absolute;
	top:0px;
	left:0px;
}
.headertitle
{
	position:absolute;
	top:50px;
	left:400px;
}
.headerphone
{
	position:absolute;
	top:44px;
	right:17px;
	font-size:12px;
        color:white;
}
.headersearch
{
	position:absolute;
	top:6px;
	right:-35px;
}
.headersearch h3
{
  display:none;
}
.searchinput
{
	border:0px solid black;
	background:transparent;
	width:200px;
	margin-right:10px;
	padding-bottom:5px;
	color:#444;
}
.searchsubmit
{
	width:45px;
	height:29px;
	font-size:10px;
	color:#777777;
        padding-left:3px;
}
.headeremail
{
	position:absolute;
        right:-75px;
        top:65px;
        color:white;
}
.headertranslation
{
	position:absolute;
        right:-75px;
        top:85px;
        color:white;
}
.wrapmainpanel
{
  position: relative;
  float:left;
  width:698px;
}
.wraprightpanel
{
  float:right;
  width:202px;
}
.wrapfooter
{
  position:relative;
  clear:both;
  width:900px;
  height:140px;
}

.price
{
  font-size:17px; 
  font-weight:900;
  color: red;
}

.label
{
  position:relative;
  padding:8px;
  width:150px;
}
.value
{
  float:right;
  background-color:white;
  width:350px;
}

.aligntop 
{ vertical-align:top; }

.h1-heading-div-bg
{
	position:absolute;
	top:6px;
	left:0px;
        z-index:4;
        width:610px;;
        height:14px;
        background:black;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.h1-heading-div
{
	position:absolute;
	top:6px;
	left:3px;
        z-index:5;
        width:610px;
        height:14px;
        overflow:hidden;
}
.h1-heading
{
        color:white;
	font-style: "arial";
	font-size:10px;
	padding:0px;
	margin:0px;
}
.h1-heading p
{ display:inline; }

.boxheading, h2.boxheading, h3.boxheading
{
  color: white;
  font-family: verdana,Arial, Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:100;
  font-size:24px;
  text-align:center;
  padding: 12px 0px 18px 0px;
  margin:0px;
}

.boxheading p
{ display: inline;}

.dialog h1
{
  color: white;
  font-family: verdana,Arial, Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:100;
  font-size:24px;
  text-align:center;
  padding-bottom:20px;
}

h3
{
  color: black;
  font-family: Arial, Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:900;
  font-size:18px;
  line-height:20px;
  margin:4px 0px 10px 0px;
}

/*
.dialog h3
{
  color: black;
  font-family: Arial Rounded MT Bold, Tahoma, serifSansSerifMonospace;
  font-weight:500;
  font-size:16px;
  line-height:16px;
  margin:0px 0px;
}*/

.dialog .b,
.dialog .b div
{
  height:20px;
}

.dialog .content
{
  color: black;
  font-size:14px;
  font-weight:500;
}

.dialog.box1
{
  position: absolute;
  top:0px;
  left:0px;
  width:735px;
}
.dialog.box1 .content
{
  height:175px;
}

.dialog.box1 .content,
.dialog.box1 .t,
.dialog.box1 .b,
.dialog.box1 .b div {
 background-image: url(bluesolidbox250h.png);
 }
.sitemaplinks
{
        float:left;
        width:160px;
        padding:15px;
        border-right:1px solid #998675
}
.sitemaplinks.rhs
{
        border-right: none;
}
.sitemapdate
{
        font-family:Arial Black;
        font-weight:900;
        font-size:10px;
        position: absolute;
        top:58px;
        right:20px;
        text-align:center;
        color:#998675;
}
.sitemaplogo
{
        font-family:Arial Black;
        font-weight:900;
        font-size:10px;
        position: absolute;
        bottom:10px;
        right:20px;
        text-align:center;
}
.prodSummary
{
  margin: 5px 0px;
  padding-bottom: 9px;
  border-bottom: 1px solid #C7B199;
}
.justifiedText
{
 text-align:justify; 
}
.thumbbox:link, .thumbox:visited, thumbbox:hover, thumbbox:visited:hover
{
  background-color:white; 
}
.maintext
{
  text-align:justify;
}
.titleblockouter
{
  width:500px;
  border-top: 2px solid #B4B2B4;
  border-bottom: 2px solid #B4B2B4;
  margin:-2px 0px 0px 0px;
}
.titleblockinner
{
  width:474px;
  border-left: 2px solid #B4B2B4;
  border-right: 2px solid #B4B2B4;
  margin:-2px 0px 0px 1px;
  padding:10px;
}
h1
{
  font-size:15px;
  color: black;
}

li { color: black} 

#footerNav {width:785px; text-align:justify}
#footerNav ul
{
  list-style: none;
  display:inline;
}
   
#footerNav li 
{
   padding: 0 5px;
}
/* C5 TinyMCE Styles */
.alignleft
{
	float:left;
	padding: 0px 20px 10px 0px;
}
.alignright
{
	float:right;
	padding: 0px 0px 10px 20px;
	margin: 0px;
}
.aligncenter
{
	text-align:center;
	padding: 0px 20px 15px 20px;
}
.heavyweight
{
	font-weight:900;
}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
html[xmlns] .clearfix {display:block;}
* html .clearfix {height:1px;}

ul
  {
  margin-left: 0;
  padding-left: 1em;
  }
li
  {
  margin: 0;
  padding: 0;
  }

/*.ccm-layout {position:relative;}*/
.ccm-layout .ccm-layout-cell  {position:relative;border:0px solid white}
.ccm-layout .img-title-overlay
{
  /*padding:4px;*/
  position:absolute;
  bottom:0px;
  width:100%;
  height:25%;
  color:white;
  text-align:center;
}
.ccm-layout .img-title-overlay a,
.ccm-layout .img-title-overlay a:visited 
{ 
  display:block;
  height:100%;
  width:100%;
  color:white; 
  text-decoration:none;
}

.ccm-layout .img-title-overlay p { display:inline; }

.ccm-layout .img-title-overlay-bg
{
  position:absolute;
  bottom:3px;

  width:100%;
  height:25%;
  border-right: 1px solid white;
  border-left: 1px solid white;

/* 
 width:98%;
  height:25%;
  margin-left:1%;
  margin-bottom:1%;
  border: 1px solid white;
*/
  background:black;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.text-over-img {
  position: relative;
  height: auto !important;
  height: 1px;
  /* IE6 don't like auto height */
}
.text-over-img a {
  text-decoration: none;
}
.text-over-img .img-wrap img {
  width: 100%;
  /* height: auto; * keep ratio in tact */
}
.text-over-img .text-wrap {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.text-over-img .text-wrap .shadow-bg {
  color: white;
  padding: 6px;
  text-align: center;
  background: url(shadow.png); 
}

.shadow-bg 
{
}
