@charset "utf-8";
/* CSS Document */

/* General html tags */
html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

li {
	background: url(../../images/template/arrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

.witharrow li {
	background: url(../../images/template/arrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

.noarrow li {
	background: none;
	padding: 0;
	margin-bottom: 5px;
}

/* div tag to add a light horozontal rule */
div.lightBorder {
	width: auto;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px; 
}	

/* Header Section */
#header {
	width: 980px;
	height: auto;
	margin: 0px auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

#footer {
	float: left;
	width: 750px;
	height: 50px;
	margin: 20px auto;
	text-align: center;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

#footLinks {
	display: block;
	margin-bottom: 10px;
}

#footCopy {
	display: block;
}

#logininfo {
	height: 20px;
	margin: 5px 0px 5px 0px;
}

#search {
	width: 400px;
}

#googleLogo {
	margin-top: 10px;
}

input.searchbox {
	font-size: 11px;
	color: #666666;
	width: 200px;
	border: 1px solid #cfcecf;
	background: url(../../images/template/searchfield.jpg) left center no-repeat;
	padding: 2px 5px 2px 22px;
	margin-right: 5px;
}

/* Body content Section */
#content {
	width: 750px;
	height: auto;
	margin: 20px auto;
}

#index_flash {
	width: 750px;
	height: 204px;
	margin: 0px auto;
	margin-bottom: 10px;
}

#bcrumbs {
	color: #999999;
	margin-bottom: 5px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

a.bcrumbslink {
	color: #999999;
	text-decoration: none;
}

a.bcrumbslink:hover {
	color: #999999;
	text-decoration: underline;
}

/* styles for top row situated above the main content box,
 * containing breadcrumbs and print link.
 */
div#topline {
  display:block; float:none; text-align: center; margin: 0 auto; width:100%; height:1.5em;
}
div#toprow div#bcrumbs {
  display:inline; float:left; text-align:left; width:65%;
}
div#toprow div.printdiv {
  display:inline; float:right; text-align:right; width:30%;
  /* same as bcrumbs */
  color: #999999;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
}
div#toprow a.printLink {
  background: url(../../images/template/printer.gif) no-repeat right top;
  color: #999999;
  padding-right:20px;
}
div.clearall {
  clear:both;
}


#contentbody {
	width: 750px;
	height: auto;
	margin: 0px auto;
}

#contleft {
	float: left;
	width: 500px;
	padding: 10px 10px 10px 0px;
	text-align: left;
}

#contright {
	float: right;
	width: 190px;
	margin: 20px 0px 20px 0px;
	padding: 10px;
	background-color: #E8EEF7;
	border: 1px solid #cfcecf;/*#6699FF;*/
	text-align: left;
}

#colleft {
	float: left;
	width: 518px;
	height: auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #cfcecf;
}

#colright {
	float: right;
	width: 200px;
	height: auto;
	text-align: left;
}

#colcenter {
	width: 748px;
	height: auto;
	border: 1px solid #cfcecf;
}

#colcenterTitle {
	width: 728px;
	padding: 10px;
}

#colcenterImg {
	width: 748px;
	height: auto;
}

#colcenterBody {
	width: 728px;
	padding: 10px;
}

#colcenter2 {
	float: right;
	width: 728px;
	height: auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #cfcecf;
}

#colcenter2Left {
	float: left;
	width: 498px;
}

#colcenter2Right {
	float: right;
	width: 200px;
}

div.colRcont {
	width: 198px;
	border: 1px solid #cfcecf;/*#6699FF;*/
	margin-bottom: 20px;
}

.colRtitle {
	width: 178px;
	height: auto;
	padding: 10px;
	background-color: #999999;
	font-size: 14px;
	font-weight: bold;
}

.colRinfo {
	width: 178px;
	height: auto;
	padding: 10px;
	background-color: #E8EEF7;
}

.colRcont .titleRed {
        width: 178px;
        height: auto;
        padding: 10px;
        color: white;
        background-color: #FF0000;
        font-size: 14px;
        font-weight: bold;
}


/* Navigation classes */
#navi {
	width: 980px;
	height: 24px;
	margin: 0px auto;
	background: url(../../images/template/navbar.jpg) left center no-repeat;
}

div.navinotselstart {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: url(../../images/template/navbar_back.jpg) left center;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

div.naviselstart {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0066FF;
	border-left: 1px solid white;
	border-right: 1px solid white;
	cursor: pointer;
}

div.navinotsel {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background: url(../../images/template/navbar_back.jpg) left center;
	border-right: 1px solid white;
	text-decoration: none;
}

div.navisel {
	padding: 5px 0px 6px 0px;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #0066FF;
	border-right: 1px solid white;
	cursor: pointer;
	text-decoration: none;
}

a.navi {
	color: black;
	text-decoration: none;
}

a.navilink {
	text-decoration: none;
}

a.navi:hover {
	color: blue;
	text-decoration: underline;	
}

a.nextsteps {
	text-decoration: none;
}

a.nextsteps:hover {
	color: blue;
	text-decoration: underline;
}

a.email {
	text-decoration: none;
	background: url(../../images/template/mailto.gif) left center no-repeat;
	padding-left: 20px;
}

a.email:hover {
	text-decoration: underline;
	background: url(../../images/template/mailto.gif) left center no-repeat;
	padding-left: 20px;
}	

a.collapse {
    cursor: pointer; cursor: hand;
}

a.collapse:hover {
    Text-decoration : underline;
}

/* Title Section */
.titles25 {
	font-size: 25px;
	font-weight: bold
}

/*title with rule line*/
div.title25Border {
	width: auto;
	padding: 2px 0px 2px 0px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 10px; 
}	

.titles20 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.titles18 {
	font-size: 20px;
	font-weight: bold
}

.titles15 {
	font-size: 15px;
	font-weight: bold;
}

.copyright {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	color: #999999; 
}

.indent20 {
	margin-left: 20px;
}
	
div.imgInline {
	margin: 10px 20px 10px 20px;
	float: right;
}
	
div.imgInline2 {
	margin: 5px 5px 5px 5px;
	float: right;
}

.priceTitle {
	background-color: #4991FC;
	font-weight: bold;
}

.maintTitle {
	background-color:#B9FFFF;
	font-weight: bold;
}

.itemNumber {
	background-color: #D1D1D1;
	font-weight: bold;
}

table.common {
  border:1px solid #999;
  border-collapse:collapse;
}
table.common th {
  margin:auto;
  text-align:center;
  background-color:#cccccc;
  font-weight:bold;
}
table.common td {
  padding-left:1.5em;
}
	
	 
