@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background-image: url(../../images/homepage/background.gif);
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}


.all #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px 0px 0px 0px left; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 




.all #header {
	padding: 0px 0px 0px 0px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	//float:left;
	width: 800px;
	//display: inline;
	background-image: url(../../images/header/header_06.gif);
	height: 60px;
} 

.all #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
}

.all #header img {
	border:none;
}

.all #search {
  float:right;
  display:block;
  width:150px;
  margin:0;
  padding:5px 5px;
  font-style:normal;
  }
.all #search label img {
  float:right;
  display:block;
  margin-top:15px;
   padding-top:0px;
  }
.all #searchtext {
  float:left;
  width:100px;
    margin-top:5px;
  border:1px solid;
  border-color:#999 #fff #fff #999;
  }
.all #search input.btn {
  float:right;
   margin-right:23px;
   margin-top:5px;
  }
  
  
.all #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}


.all #mainContent {
	padding-top:0px;
	font-size: 12px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.all #softContent {
	padding-top:0px;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#CCCCCC;
}


 
.all #footer {
	padding: 0px;
	width: 800px;
	height: 10px;
	display:inline;
	font-size: 18px;
	color: #686868;
	list-style-type: none;
	border-top-width: 1px;
	border-top-color: #333333;
} 

.all #footer ul li {
	margin: 10px  ; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px 0px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #686868;
	background:none;
    display:inline;
    padding:0;
	border-top-width: 1px;
	border-top-color: #686868;
}
.all #footer ul li a {
	text-decoration: none;
	color: #686868;
	padding-top: 3.2em;
	padding-right: 4.5em;
	padding-bottom: 3.2em;
	padding-left: 0em;
	}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wht_header {
	font: 24px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.name {
	font: 18px Arial, Helvetica, sans-serif;
}
h1 {
	font: 16px Arial, Helvetica, sans-serif;
}
.column_left {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #3F3F3F;
}
a.purchase {
	font-family: Arial, Helvetica, sans-serif;
	color: #005499;
	text-decoration: underline;
}

a:visited.purchase {
	font-family: Arial, Helvetica, sans-serif;
	color: #005499;
	text-decoration: underline;
}
#footer
{
    FONT-SIZE: 9px;
    COLOR: #666666;
    FONT-FAMILY: verdana, arial
}

a.footerlinks
{
    FONT-SIZE: 9px;
    COLOR: #999999;
    FONT-FAMILY: verdana, arial;
	text-decoration: none
}

.footer
{
    FONT-SIZE: 9px;
    COLOR: #999999;
    FONT-FAMILY: verdana, arial
}
