/* ----------------------------------------------
	Template Name : Keep It Simple
	Template Code : S-0027
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : September 29, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body
{
    font: 12px Verdana;
    color: #666666;
    margin: 0;
    padding: 0 0 0 0;
    background: #F6F5F5 url('../style/bg.gif') repeat-x;
    text-align: center;
}
/* Links */
a:link, a:visited
{
    text-decoration: none;
    color: #FD4456;
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}
a.more-link {
	padding-bottom: 2px;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
	text-decoration: none;
}


/* Lists */
ul, ol {
	margin: 0px;
	padding: 0;
}
ul { list-style: none; }

ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 0; 
}


/* Images */
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}


/* Images */
img.pdf {
	background: white;
    border: 0px none ;
	padding: 0px;
}


code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
    border: 1px solid #F0F0F0;
	background: #f8f8f8 url('../KeepItSimple1-0/images/quote.gif') no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}



/* form elements */
form {
	margin: 0px; 
	padding:0px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}


input, select, textarea {
	margin: 5px 0;

	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 10px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus
{
    color: #336699;
    background: #99CCFF;
}

input.button
{

    font: 10px Arial, Sans-serif;
    margin: 0px;
    padding:0px;
     
    color: #fff;
    background: #99CCFF;
    border-width: 1px;
    border-style: solid;
    border-color: #99CCFF;
}

/* ------------------------------------------
   Fonts
------------------------------------------- */ 
h1
{
  	color: #444;
	font: 24px Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;
	height: 25px;	
}

h2
{
  	color: #444;
	font: 15px Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;	
	height: 25px;
}

h3 { font-size: 11px; font-weight: normal; padding-top: 15px;}
h4 { font-size: 11px; }

.ContentIntro
{
    font-style: italic;
    font-weight: normal;
    font-family: 'Times New Roman' , Times, Serif;
    color: #808080;
    display:inline;
    overflow:auto;

}

.FileName
{
	color: #888;  
	display:block;
	padding-bottom:10px;

}

.ContentFull
{
	
	display:inline;
    overflow:auto;
    height:auto;
	
}

.mininews table
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    
}

.mininews td
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #E5E5E5;
}




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#logo-outer {  
	width: 100%;
	padding: 5px 0;		
	background:#fff; 	
}

#logo-wrapper
{
    margin: 0 auto; 
    text-align:left;
    padding-top: 5px;
}


#header-wrap
{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #003399;
}


#header {
	position: relative; 
	margin: 0 auto;
}

/* header quick search */
#search 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
	position: absolute;
	top: 10px; right: 0px;
	padding: 0; margin: 0;
	border: none;
	width: 250px; 
	height: 33px;

}
#search p {
	margin: 0; padding: 0;		
}
#search input
{
    border: 1px solid #C0C0C0;
    background-position: white;
    margin: 5px 0;
    padding: 5px;
    color: #6A6969;
    font: 11px 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    background: white;
    float: left;
}



#search .tbox {
	margin: 6px 0 0 5px; 
    width: 200px;	
	display: inline;
    z-index: 999999;
    height: 15px;		
}

#search .btn{
	width: 22px; height: 22px;
	position:relative;
	top:0px; left:-40px;	
	border: 0;	
	background: transparent;
    z-index: 3;
}

/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;		
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;

}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: url('../KeepItSimple1-0/images/left-tab.gif') no-repeat;
}
#header #nav ul li#current a {	
	color: #444;
	background: url('../KeepItSimple1-0/images/right-tab.gif') no-repeat right top;
}


#content-outer {
	background: #fff;
	width: 100%;
	padding: 0px;		
	border-bottom: 1px solid #E8E8E8;	
	float:left;		
}

#content-wrapper
{
    width:960px;
    margin: 0 auto;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
	display:table;
	border-top-color: #E5E5E5;
    border-top-style: dotted;
    border-top-width: 2px;
}


#main
{
 	width:500px; 
    text-align:left;  
    vertical-align:top; 
    padding-right:10px;
}

#largemain
{
 	width:730px; 
    text-align:left;  
    vertical-align:top; 
    padding-right:10px;
    border-right-style: dotted;
    border-right-width: 2px;
    border-right-color: #E5E5E5;
}

#main li 
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #E5E5E5;
}

/* main content items */

#central
{
    width: 230px;
    text-align: left;
    vertical-align: top;
    border-left-style: dotted;
    border-left-width: 2px;
    border-left-color: #E5E5E5;
    border-right-style: dotted;
    border-right-width: 2px;
    border-right-color: #E5E5E5;
    padding:10px;
}

#mydocuments
{
  	width:230px; 
 	text-align:left;  
    vertical-align:top; 
    padding:10px;	
}

#categories
{
 	width:230px; 
 	text-align:left;  
    vertical-align:top; 
    padding:10px;
}

/* productclasses*/
.productclasses ul {

	margin: 0px 0px 0px 15px; 
	padding: 0px;

}
.productclasses ul li
{
    list-style: none;
    margin-left: -15px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #E5E5E5;
    
    
}

.productclasses ul li a, .productclasses ul li a:visited
{
    background-image: none;
    background-color: transparent;
    border: none;
    color: #06498D;
    font-size: 13px;
}

.productclasses ul li a:hover 
{
     color: #000;	
}



/* documents*/

.RelatedDocuments
{
    margin: 5px 0px 0px 0px; 
}

.documents ul {

	margin: 5px 0px 0px 0px; 
	padding: 0px;
}
.documents ul li
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #E5E5E5;
}

.documents ul li a, .documents ul li a:visited
{
    background-image: none;
    background-color: transparent;
    border: none;
    color: #06498D;
    padding-left: 0;
}

.documents ul li a:hover { color: #000;	}


/* footer */
#footer-wrapper
{
    clear: both;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    
}
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;	
}

#footer-wrapper a {
	color: #333;
	background: transparent;
   
}

/* footer-list */
#footer-wrapper ul.footer-list {

	list-style: none;
	padding-top: 20px;	
}
#footer-wrapper ul.footer-list li {
	border-top: 1px solid #E6E6E6;
}
#footer-wrapper ul.footer-list li a {

	line-height: 2em; 
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #888;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;	
}

/* footer-content */
#footer-content
{
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

/* footer-sitemap */
#footer-sitemap
{
    margin: 10px 0 10px 0px;
    float: left;
    padding-left: 0px;
}


/* footer-sitemap */
#footer-sitemap a
{  
    font-weight: normal;
    color: #C0C0C0;
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 960px;
	margin: 10px;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}


/* thumbnails */
p.thumbs{ padding: 5px 0 0 5px; }

.thumbs img { 
	position: relative;
	padding: 5px;
	margin: 5px;
	background: #fafafa;
    border: 1px solid #ddd;

}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right;
}
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


#FeedBack li
{
  color:Red; 
  list-style: disc;  
  margin-left: 20px;
  border-top-style:none;
  border-top-width: 0px;
  border-top: 0px none white;
}


.error ul li
{
  color:Red; 
  list-style: disc;  
  margin-left: 20px;
  border-top-style:none;
  border-top-width: 0px;
  border-top: 0px none white;
}

.error ul 
{ 
  margin-left: 20px;
  border-style:none;
}

.error 
{
  color:Red; 
}
