/* Start of CMSMS style sheet 'aas_styles' */
/*****************
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;}

div.share {padding: 0 0 15px 0;}

/*
Set initial font styles
*/
body {text-align: left; font-family: Trebuchet MS, Arial, sans-serif; font-size: 75.01%; line-height: 1em; }

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

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

/*
default link styles 
*/
/* set all links to have underline and bluish color */
a, a:link, a:active {text-decoration: underline; background-color: inherit; color: #455c02;}
/* 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 */
   
a:visited {text-decoration: underline; background-color: inherit; color: #455c02;}/* a different color can be used for visited links */

/* remove underline on hover and change color */
a:hover {text-decoration: none; background-color: #E0E8C8; color: #455c02;}

/*****************
basic layout 
*****************/

div.fauxclear {clear: both;}

body {background-color: #E0E8C8; color: #555555; margin:0; /* gives some air for the pagewrapper */
background-image: url(/images/cms/bodybg.jpg); background-position: top left; background-repeat: repeat-x;}

/* center wrapper, min max width */
div#pagewrapper {border: none; margin: 0 auto; background-color: transparent; color: black; width: 930px;}
    /* IE wont understand these, so we will use javascript magick */

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

div#header {height: 170px; width: 930px; background: transparent; display: block; margin: 0px; padding: 0px;}

div#header h1 a {
/* you can set your own image here */
   background-image: url(/images/cms/logo.jpg); background-position: top left; background-repeat: no-repeat; 
   display: block; margin: 0; padding: 0; float: left;
   height: 170px; width: 465px;             /* adjust according your image size */
   text-indent: -1999em;  /* this hides the text */
   text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#header h2 a  {
   background-image: url(/images/cms/apple.jpg); background-position: top right; background-repeat: no-repeat; 
   display: block; margin: 0; padding: 0; float: right;
   height: 170px; width: 465px;             /* adjust according your image size */
   text-indent: -1999em;  /* this hides the text */
   text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

#menu_vert {margin: 0px 0px 0px 20px; background-color: transparent; width: 910px; height: 49px; background: transparent; padding: 0; position: relative; top: -54px; z-index: 150; }

div#search {
   float: right;
   width: 300px;     /* enough width for the search input box */
   text-align: right;
   padding: 0;
   margin: 0 30px 0 0;
}

div.breadcrumbs {
   padding: 5px 0 0 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 80%;         /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 0 0 55px;          /* css shorthand rule will be opened to be "0 1em 0 1em" */
   background: transparent; color: #455c02;}

div.breadcrumbs a, div.breadcrumbs a:link, div.breadcrumbs a:hover, div.breadcrumbs a:active; div.breadcrumbs a:visited {
color: #455c02; background: transparent; text-decoration: none;}

 div.breadcrumbs span.lastitem {font-weight:bold;}


div#content {
   margin: 0px 25px 0px 25px;  background: transparent; clear: both; position: relative; top: -30px; z-index: 1;}

/*Following for home page only*/

div#productblocks {display: block; margin: -70px 0px 50px 0px; padding 0px; background-color: transparent; border: none; height: 200px;}

div#cs {height: 200px; width: 235px; margin: 0px; float: left; position: relative;} 

div#cs h2 a  {display: block; height: 200px; width: 230px; margin: 0px; background-image: url(/images/cms/cs.jpg); background-position: top left; background-repeat: no-repeat; text-indent: -1999em;  text-decoration: none; border: none; }

div#os {height: 200px; width: 230px; margin: 0px; float: left; position: relative;} 

div#os h2 a  {display: block; height: 200px; width: 230px; margin: 0px; background-image: url(/images/cms/os.jpg); background-position: top left; background-repeat: no-repeat; text-indent: -1999em;  text-decoration: none; border: none;}

div#hts {height: 200px; width: 230px; margin: 0px; float: left;position: relative;} 

div#hts h2 a   {display: block; height: 200px; width: 230px; margin: 0px; background-image: url(/images/cms/hts.jpg); background-position: top left; background-repeat: no-repeat; text-indent: -1999em;  text-decoration: none; border: none;}

div#les {height: 200px; width: 235px; margin: 0px; float: left; position: relative;} 

div#les h2 a  {display: block; height: 200px; width: 230px; margin: 0px; background-image: url(/images/cms/les.jpg); background-position: top left; background-repeat: no-repeat; text-indent: -1999em;  text-decoration: none; border: none;}

div.clickhere {width: 129px; height: 77px; position: absolute; top: -5px; right: 0px;border: none; text-decoration: none: background-color: transparent;}
div.clickhere a, div.clickhere a:active, div.clickhere a:visited, div.clickhere a:hover {background-color: transparent; border: none; text-decoration: none:}
div.clickhere img, div.clickhere img a, div.clickhere img a:active, div.clickhere img a:visited, div.clickhere img a:hover {background-color: transparent; border: none; text-decoration: none:}

/*End of home page only*/

div.print {float: right; margin: 0; padding: 0; width: 15%; text-align: right; display: block;}


div#main {margin: 0px 275px 0px 0px; display: block; background-color: #F0F6DF; border: solid 1px #C8CFB3; padding: 15px 15px 0px 15px;}
    /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
    /* and some air on the right */

div#main img.right {display: block; float: right; margin: 0px; border: none; padding: 0px 0px 5px 5px;} 

/* Poxy IE6 fix*/
* html div#main img.right {position: relative;}

div#sidebar.hascontent {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 215px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0; background-color: #F0F6DF; border: solid 1px #C8CFB3; padding: 10px 15px 0px 15px;}

/* Poxy IE6 fix*/

* html div#sidebar.hascontent {position: relative; top: 0; }

div#cruk {width: 215px;  height: 85px; background: transparent; margin: 20px auto 15px auto;}
div#cruk img {border: none; text-decoration: none;}

div#basenav {background-image: url(/images/cms/basenav.jpg); background-position: top left; background-repeat: no-repeat; padding: 0; margin: 0; height: 50px; overflow: hidden;}

div#basenav p {font-size: 11px; padding: 17px 0px 21px 0px; text-align: center; margin:0; color: #ffffff;}
div#basenav p a, div#basenav p a:active, div#basenav p a:visited {text-decoration: none; color: #ffffff;}
div#basenav p a:hover {text-decoration: underline; color: #455c02; background: transparent;}


div#footer {background-color: transparent; display: block;}
div#footer p {font-size: 11px; padding: 3px; text-align: center; margin:0; color: #455c02;}
div#footer p a {color:#455c02; text-decoration: none;}
div#footer p a:hover {text-decoration: underline; color: #455c02;}

/* as we hid all hr for accessibility we create new hr with extra div element */

div.hr {height: 1px; width: 100%; margin: 0; padding: 10px 0; border-top: solid 1px #96B243;}

div#follow {display: block; height: 100px; border: solid 1px #C8CFB3; margin: 20px 0px; position: relative; background: #FFFFFF url(/images/cms/follow-bg.jpg) no-repeat;}

div#skype {position: absolute; width: 182px; height: 44px; bottom: 10px; right: 15px;}

div#facebook {height: 100px; width: 170px; margin: 0; float: left; border: none;}
div#facebook img, div#facebook img a, div#facebook img a:hover {border: none; text-decoration: none;}

div#twitter {height: 100px; width: 170px; margin: 0; float: left; border: none;}
div#twitter img, div#twitter img a, div#twitter img a:hover {border: none; text-decoration: none;}

div#pagenav {display: block; background: transparent; color: #555555; border-top: solid 1px #96B243; padding: 10px 0 0 0;}

/* relational links under content */
div.left49 { float: left; width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 125px;
  text-align: right;
}




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

.emphasis {color: #455c02;}
.emphasis_bold {color: #455c02; font-weight: bold;}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2{
   color: #455c02; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #96B243; 
   border-left: 1.1em solid #96B243; 
   line-height: 1em;
/* and some air under the border */
   margin: 0 0 0.5em 0; display: block; 
}

div#content h3 {
   color: #455c02; 
   font-size: 1.3em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-left: 1.2em solid #96B243; 
   line-height: 1em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #455c02; 
   font-size: 14px; 
   text-align: left; 
/* some air around the text */
   padding-left: 7px;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #96B243; 
   border-left: 14px solid #96B243; 
   line-height: 1em;
/* and some air under the border */
   margin: 0 0 10px 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 */
p {
   font-size: 1.1em;
   margin: 0 0 1.2em 0;  /* some air around p elements */
   line-height:1.2em;
   padding: 0; color: #555555;
}

span.indent50 {padding-left: 50px;}

.bigger {font-size: 1.2em; margin-top: 15px;}

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.1em;
   line-height:1.5em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#main ul li {list-style-type: circle; font-size: 1em;}

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

/* FORMS */ 

div.bmi  { margin: 0; display: block;}
 .bmi form {width: 80%; border: none;}
 .bmi label {width: 70px; }
* html div.bmi {clear: none;}

/*Sample FormBuilder CSS base */

.formbuilderform { }

.formbuilderform form {margin-top:0; padding: 0px 0px 10px 0px; width: 213px;}
	form, td, th, li { font-size: 11px; color: #555555;}
	form div {margin-bottom:5px;  }
	fieldset div {margin-bottom:0.5em; margin-left:1em; font-size: 80%; color: #555555; }

	fieldset div input, fieldset div select {margin-top:0.5em; margin-left:1em; width: 50%;}
	fieldset {margin-bottom:1em; border:1px solid #F60; padding:0.5em;}
	fieldset label {width:30%; float: left;}
	legend {color:#FFF; background:#F60; font-style:italic; font-size:1em; margin-bottom:0.5em;      padding:0.2em; width:auto; border:1px solid #CCC;}
	textarea {margin: 0.5em 0; width:98%; height: 6em;}
/* Apply this class to text/select input fields with shorter labels to help alignment */
	.short-label label {float:left; color: #555555; width: 200px;}
	.short-label fieldset div input,
	.short-label fieldset div select {float: left; color: #555555; }
        .short-label input, .short-label select {font-size: 11px; color: #555555; padding: 2px 0px; width: 210px;}

        .shorter-label label {float:left; color: #555555; width: 200px;}
	.shorter-label fieldset div input,
	.shorter-label fieldset div select {float: left; color: #555555; }
        .shorter-label input, .short-label select {font-size: 11px; color: #555555; padding: 2px 0px; width: 110px;}

        .required {color: #760303;}

	/* Pretty up your Captcha image output */
	.captcha {margin:0.5em 0; width:213px; text-align:left; }
	.captcha img {border:2px solid #FFF; margin-bottom:0.5em; width: 80%; margin-right: 15%;}
	.captcha input {width:170px; margin-top:0.5em; font-size: 11px; padding: 2px 0px;}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}

/* End of 'aas_styles' */

