/* Start of CMSMS style sheet 'awareness: left_layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Arial, sans-serif;
   font-size: 75%;
   line-height: 1.1em;
   color: white;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
   line-height: 1.1em;
   color: white;
}

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

/*
default link styles
*/
a,
a:link 
a:active {
   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: inherit;
   color: white;
}

a:visited {
      /* a different color can be used for visited links */
}

a:hover {
   color: #ffbf3f;
}

/*****************
basic layout 
*****************/
body {
   background-color: #000;
   color: black;
   margin:1em /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   max-width: 750px; /* IE wont understand these, so we will use javascript magick */
   min-width: 750px;
   height: 500px;
   position: absolute;
   top: 50%;  margin-top: -250px;  /* this centers wrapper vertically - make margin half of height*/
   left: 50%;  margin-left: -350px;  /* this centers wrapper horizontally - make margin half of width*/
   border: none;
   background: #820000;
}


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

div#header {
   height: 100px;             /* adjust according your image size */
}

div#header h1 a {
/* you can set your own image here */
   display: block; 
   text-indent: -999em;  /* this hides the text */
   margin-top: -100px;
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#contentwrapper {
   height: 500px;
}

div#left {
   width: 150px;
   height: 500px;
   background: #820000 url(uploads/images/awarenessleftbackground.jpg) no-repeat 0 0px;
}

div#leftcontent {

}


div#content {
   background: #820000;
   width: 600px;
   margin-left: 150px;
   margin-top: -500px;
}

div#main {
   height: 320px;
   overflow: auto;
   margin-left: 55px;
   margin-right: 5px;
}

div#maincontent p {
   font-size: 1em;
   line-height:1.4em;
   margin: 0 0 0.25em 0;
   padding-right: 20px;
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   display: block;
   color: white;
   margin-top: 20px !important;  /*mozilla margin*/
   margin-top: 10px;  /*internet explorer margin */
   background: none;
}

div#footer p {
   font-size: 0.8em;
   text-align: right; /* centered text */
   margin: 5px;
}

div#footer h1 {

}

div#footer p a {
   color: black; /* needed because footer link would be same color as background otherwise */
}



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

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0 0 0.5em 0;
   filter:alpha(opacity=100);
   opacity:1;
}
div#maincontent h2 {
   font-size: 1.5em; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
   color: #ffbf3f;
}
div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 { 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */

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;
}
.highlight {
   font-weight: bold;
   color: #ffbf3f;
}
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 {
   margin: 0 0 0 0;
   line-height: 1.2em;
}
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 */

.clear {
	clear:both;
}

div#products ul li,
div#products ol li {
   margin: auto;
   float: center;
}

/* tick UL */
.tick {
   margin: auto;
   float: center;
   list-style-image: url(uploads/images/orangetick.gif);
}

/*Hierarchy UL*/
.hierarchylist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.nodethumb
{
  width:150px;
  height: 110px;
  overflow: hidden;
  border: none;
	margin: 0px;
        padding: 10px;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
        text-align: center;
	float:left;
        
}

.productlist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.productsummary
{
  width:150px;
  height: 110px;
  overflow: hidden;
  border: none;
	margin: 0px;
        padding: 10px;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
        text-align: center;
	float:left;
        
}

.ProductImage
{
   display: inline;
   float: right;
   width: 160px;
   padding: 20px;
   background: #ccc;
   border: solid 1px;
   text-align: center;
}

.ProductImage img
{
    max-width: 160px;
}

.ProductPrice
{
    display:inline;
    clear: right;
    float: right;
    width: 190px;
    padding: 5px;
    background: #ddd;
    border: solid 1px;
    border-top: none;
    text-align: center;
}

.ProductName
{
   font-size: 1.5em; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

.ProductDetail
{
  width:100%;
  border: none;
	margin: 0px;
        padding: 10px;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
        text-align: center;
	float:left;
        
}


/* Form styling */
.contactform fieldset {display: inline; float: right; margin:0em; margin-top:0em; margin-right:2em; margin-left:2em; padding: 0.25em; } 
.contactform fieldset legend {font-weight: bold; color:#000;} 
.contactform div {padding: 0.1em;} 
.contactform div label {display: block; padding: 0.1em;} 
.contactform div.required {}   
/* End of 'awareness: left_layout' */

