/* Start of CMSMS style sheet 'acticom_home' */
/*
  CMS Made Simple  : Main CSS
  Created by : Benjamin Magits
  Upgrade by : Jeremy Michel 
  Morris & Chapman
  
  Browser proof list : 
  --------------------
  Windows : IE 7.0+, Firefox 2.0+
  MacOSx :  Safari 1.3.2+, Firefox 2.0+, IE not supported anymore
  Linux : not tested
*/


body {
  margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
  padding: 0em 0em 0em 0em; /* Top Right Bottom Left */
  font-family: Arial, helvetica, sans-serif;
  font-size: 76%; /* font sizing in ems. if you want to change anything, just change this.*/
  background-color:#d3d6cf;
  background-image:url(uploads/theme/background_acticom2.gif);
  background-repeat:repeat-x;
  color:#d9e8f0;
}


/* Default links apparence*/

a {
  color:#c6d4dc;  
  margin:0;
  padding:0;
}

a:hover {
  text-decoration: underline;
}

form {
  margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
}

/* headers */
h1 {
  font-size: 2.3em;
  font-weight: bold;
  margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0px;
}

h2 {
  font-size: 2em;
  margin: .5em 0em .5em 0em; /* Top Right Bottom Left */
  font-weight: normal;
  letter-spacing: 2px;
}

h3 {
  font-size: 1.2em;
  letter-spacing:1px;
  }
  



/* other native html tag */

img {
  border: 0;
}

p {
  font-size: 1em;
  line-height: 1.5em;
}
ul{
  list-style-type:none;
  margin:0;
  padding:0;
  padding-left:10px;
}

li{
  line-height: 1.5em;
  background-image:url(uploads/theme/arrow_list.gif);
  background-repeat:no-repeat;
  padding-left:15px;
}

pre {
  font-family: monospace;
  font-size: 1.0em;
}

/* Only useful for cms ms */

dfn{
  display:none;
}

/* Useful classes for many  Web layout */

.left{
  float:left;
}

.right{
  float:right;
}

.clear{
  clear:both;
}

.logo{
  padding-left:10px;
}

/*______________________________*/
/*LAYOUT - ID SELECTORS         */

/* PageWrapper is the main container. It defines the main width/height of the site. Only width/height should be changed in this ID Selector */
div#PageWrapper{
  width:820px; /*Change this value to modify global site width*/
  padding: 0 0 15px 0 ; /* Top Right Bottom Left */
  margin: 0 auto 0em auto; /* Top Right Bottom Left : Change left & right margin to align layout left/right (default:auto->centered layout) */ 
  /*background-image:url(uploads/theme/home_contentback_2.jpg);
  background-repeat:no-repeat;*/
}

div#Main {
  margin:21px 0 0 0;
  padding: 1px 0 15px 1px;
  background-image:url(uploads/theme/home_contentback_2.jpg);
  background-repeat:no-repeat;
}

#Header{
  margin:0 0 0 0;
  clear:both;
}

  #Header a, .subnav a{
    color:#394146;
    text-decoration:none;
    padding:0px 10px;
   font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
  }

.subnav{
  padding-top:35px;
  color:#394146;
}

#subHeader{
  clear:both;
  height:325px;
  margin:0;
  padding:0;
}

#Footer {
  clear:both;
  border:1px dashed #000;
  background-color:#777;
  line-height:25px;
}

#Menu{
  text-align:center;
  font-size:14px;
  padding:17px 0 0px 10px;
}

#Menu h3{
  display:inline;
  margin:0;
  padding:0 10px;
  font-size:14px;
  font-weight:normal;
  letter-spacing:0px;
  color:#a6a6a6;
}

#Menu a{
  color:#d3d6cf;
  font-family:Arial, helvetica, sans-serif;
}

#Menu ul{
  list-style-type:none;
  margin:0;
  padding:0 0 0 0;
}

#Menu li:first-child{
   background-image:none;
}


#banner{
  padding:24px 0 0 10px;
  width:100%;
}

.backbanner{
  float:right;
  width:523px;
  height:241px;
  background-image:url(uploads/theme/home_tagline.gif);
  background-repeat:no-repeat;
  background-position:right;
  margin-right:41px;
}


.flash{
  padding:5px 0 0 20px;
}

.bottom_home{
  background-color:#565c61;
  width:771px;
  height:65px;
  padding:5px 10px 0 0;
  margin:9px 0 0 20px;
}


.img_footer_home{
   padding:10px 0 0 25px;
   }  
/* End of 'acticom_home' */

