/* Start of CMSMS style sheet 'style' */
* {
  margin:0;
  padding:0;
}

body {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
	 background:#EBEBEB;
	text-align: center;
	margin:20px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #cc6714;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #cc6714;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #ff6600;
}


/* center wrapper, min max width */
#main {
	 margin: 0 auto;
	 padding:0px;
   text-align:left;
	 width:808px;
   background:#EBEBEB url(../images/main_bg.jpg) repeat-y;
	 border-bottom:1px solid #c0c0c0;

}

#header {
margin:0px;
padding:0px;
float:left;
background:#ECECEC;
clear:both;
}

#logo {
float:left;
   width: 240px;
	 margin:0px;
	 padding:0px;
}

#banner {
float:right;
text-align:right;
background:#014576;
width:568px;
}

#content {
padding:10px 0px 10px 20px;
margin:0px;
border-bottom:3px solid white;
margin-left:2px;
margin-right:2px;
min-height:430px;
overflow:hidden;
clear:both;
}

#left {
   float: left;
   width: 188px;
   display: inline;

	 border:0px solid black;
	 margin:0px 10px 0px 23px;
	 padding:0px 0px 10px 0px;

}

div#right {
   margin: 0px 40px 0px 240px;
	 border:0px solid black;
color:#595c5b;
}

.box {
 overflow:hidden;
 margin:10px 0px;
padding-bottom:10px;
}
#footer {
   background-color: #575352;
   color: #ffffff;
	 font-size:12px;
	 font-family:arial;
	 margin: 0 auto;
	 margin-top:3px;
	 padding:0px;
   text-align:center;
	 width:806px;
clear:both;
}


div#footer p {
   font-size: 0.8em;
   padding: 1em;
   margin: 0 0 0 20px;
   color: #ffffff;
}

div#footer p a {
   color: #ffffff;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

div#intesols_footer {
margin: 0 auto;
width:806px;
text-align:right;
font-size:10px;
font-family: 'Trebuchet MS', arial;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color:#595c5b;
	padding-left:0px;
	text-transform: lowercase;

}

#right h1 {
border-bottom:1px solid #3b4446;
padding-bottom:0px; 
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color:#595c5b;

}

h2 span {
color:#365cd7;
}
h3 {
	font-size: 130%;	
color:#595c5b;
}

h1, h2, h3, p {
	padding: 5px 10px 5px 0px;		
	margin: 0;
}
ul, ol {
	margin: 0px 0px;
	padding: 0px 0px;
}
ul {
	list-style: square;
}

#right img.product {
border:3px solid #B2B2B2;
margin-top:10px;
margin-right:15px;
}

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
	 font-style:arial;
	 color:#595c5b;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,

div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */


/* Form Elements */

input {
  font-size:10px;
 height:18px;
 vertical-align:bottom;
border:1px #CE6531 solid;
margin:0px;

}

textarea {
 font-family:'lucida sans',arial;
 font-size:10px;
}

  img.rtStar{
    width:15px;
    height:15px;
  }

dfn {
display:none;
}

table.orderform tr td {
 padding-bottom:5px;
padding-right:5px;
}

div.error_message ul li {
color:red;
}
/* End of 'style' */

