/* ##### Common Styles ##### */

body {
  color: black;
  /*font-family: verdana, helvetica, arial, sans-serif;*/
	font-family: "Lucida Sans Unicode",Arial,sans-serif;
  font-size: 81%;  /* Enables font size scaling in MSIE */
  margin: 0 auto;
  padding: 0;
  width: 900px;
  border:1px solid #444;
  border-top:0;
  border-bottom:0;
  background-color: #999;
}

html > body {
  font-size: 8.5pt;
}

.doNotDisplay {
  display: none;
}

/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: #1290c4;
  height: 2em;
  padding-right:10px;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 5px 0 3px;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
	padding-top:5px;
	padding-left:5px;
	font-weight:bold;
	float:left;
}

.superHeader .right {
  float:right;
  vertical-align:middle;
  padding:5px;
}
.superHeader .right h2 {
	font-weight: bold;
	font-size: 1.0em;
	margin:0;
}
.midHeader {
  color: rgb(39,78,144);
  background: rgb(140,170,230) url(/images/midbg.gif) repeat-y 0px;
  height: 75px;
}

.midHeader img {
float:left;margin:10px 0 5px 10px;
}

.headerTitle {
  font-size: xx-large;
  font-weight: normal;
  display:inline;
  margin:10px 0 0 25px;
  padding: 5px 0;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 5px 5px 5px 10px;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 5px 0 4px;
}

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */
#container {
	background-color: rgb(240,240,240);
	clear:both;
}
#side-bar {
  width: 175px;
  float: left;
  clear: left;
  background-color: rgb(240,240,240);
  /*border-right: 1px solid rgb(153,153,153);*/
}

#side-bar div {
  /* border-bottom: 1px solid rgb(153,153,153);*/
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 5px 10px;
  padding: 10px 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 12px 0;
}

#side-bar li {
  margin: 0;
  padding: 1px 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 7px 10px 7px 15px;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 10px;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  margin: 0 0 10px 0;
  padding: 0 15px 0 10px;
  display: block;
  text-align: justify;

  }

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
  border-top:1px solid #111;
  border-bottom:1px solid #111;
}


/* ##### Main Copy ##### */

#main-copy {
	min-height: 550px;
	height: auto;
  color: #333;
  background-color: white;
  text-align: justify;
  margin: 0 0 0 175px;
  border:0;
  border-left: 1px solid rgb(153,153,153);
}
#main-copy table {
  margin: 20px 10px 10px 10px;
}
#main-copy p {
  margin: 20px 10px 10px 10px;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}
h1 {
  color: white;
  background-color: #1290c4;
  font-size: 100%;
  font-weight: bold;
  margin: 0px 0 0px 0px;
  padding:5px;
}
h1 img {
	margin-bottom:-2px;
}
#main-copy h1 a {
  color: white;
  text-decoration: none;
}
#main-copy h1 a:hover {
  text-decoration: underline;
}

/* ##### Footer ##### */

#footer, #relatedCompanies {
  color: white;
  background-color: #1290c4;
  font-size: x-small;
  margin: 0;
  padding: 10px;
  height:30px;
  clear: both;
  border-top: 20px solid #003399;
  border-bottom: 0;
}
#relatedCompanies {
	background: #003399;
	height: 15px;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a, #relatedCompanies a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover, #relatedCompanies a:hover {
  text-decoration: none;
}

.center {
	text-align: center;
	vertical-align: middle;
}
.right {
	text-align: right;
}
.success {
	color: #54CF4D;
	text-align: center;
}


td.bold {
	font-weight: bold;
}

.roundedTop, .roundedTopGray {
	padding:5px;
	background: #1290c4 url(/images/rounded/top.gif) no-repeat;
	height:7px;
}
.roundedCopy, .roundedCopyGray {
	padding:5px;
	font-weight:normal;
	padding-left:10px;
	background: #1290c4 url(/images/rounded/bottom.gif) no-repeat bottom;
}
.roundedCopy {
	color: #FFF;
}
.roundedTopGray {
	background: #909090 url(/images/rounded/top-gray.gif) no-repeat;
}
.roundedCopyGray {
	text-align:center;
	background: #909090 url(/images/rounded/bottom-gray.gif) no-repeat bottom;
}
.roundedTopTable {
height:3px;background:url(/images/rounded/table-top.gif) #1290c4 no-repeat;
}

.roundedTopTableGray {
height:3px;background:url(/images/rounded/top-gray-table.gif) #909090 no-repeat;
}
.roundedTable, .roundedTableGray {
	padding:5px;
	padding-left:10px;
	background: #1290c4 url(/images/rounded/bottom-table.gif) no-repeat bottom;
	color: #FFF;
}
.roundedTableBody, .roundedTableBodyGray {
	vertical-align:top;
	padding:5px;
	padding-left:10px;
	background: #1290c4;
	color: #FFF;
}
.roundedTableBodyGray {
	background: #909090;
}
.roundedTableGray{
	background: #909090 url(/images/rounded/bottom-gray-table.gif) no-repeat bottom;
}
.roundedCopy h1 {
	font-size:10pt;
	color:#FFF;
	text-align:right;
	background-color: inherit;
}
.roundedCopy h2 {
	font-size:10pt;
	color:#FFCC00;
}


	table.product {
		margin-top:10px;
		height: 220px;
		width:650px;
	}
	table.product .productImage {
		width:250px;
		vertical-align:top;
		padding:0;
		text-align: center;
	}
	table.product .productName {
		background-color:#8888EE;
		color:#FFF;
		width:500px;
	}
	#main-copy table.product .productName a {
		color: #FFF;
		text-decoration: none;
		font-style: italic;
	}
	table.product .productPrice, table.product .productLink {
		background-color:#1290c4;
		color:#FFF;
		width:500px;
	}
	table.product .productDescription {
		vertical-align: top;
		padding-top: 5px;
		height: 150px;
	}
	#main-copy table.product td a {
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
	table.product td {
		padding: 2px 10px 2px 10px;
	}
	td.title , td.titleGray {
		background:#1290c4;
		padding:0 0 5px 10px;
		color: #FFCC00;
		font-size:1.1em;
	}
	td.titleGray {
		background: #909090;
		color:#FFF;
	}
	table.product td.title a {
		color: #FFF;
	}

	#tagPhoto {
	margin:0;height:100px; color:#FFF;border-bottom:20px solid rgb(0,51,153);background:#111;
	}
	#contactDetails {
	font-size:1.2em;font-weight:bold;font-family:trebuchet ms;color:#FFF;float:left;text-align:right;width:750px;padding-top:20px;
	}
	#testimonialContainer {
		font-family:trebuchet ms;
		font-size:1.1em;
		font-weight:bold;
		width:275px;
		padding:10px;
		padding-top:40px;
		padding-left:600px;
		line-height:0.8em;
	}