/* main page */
body {
	text-align: center;
	background-image:url(../images/common/metal034.jpg);
}

* { margin:0; padding:0 } /* get rid of defaults */

#pagebody {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
/*	margin: 0 auto; */
	width: 770px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	text-align: left;
	background-color: #e7e7e7;
}

html>body {
	font-size: small;
}

th, td {
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-size: x-small;
	font-size: small;
}

html>body td, html>body th {
	font-size: small;
}

ul {
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 16px;
	padding-left: 50px;
}
html>body ul {
	margin-left: 0;
	padding-left: 50px;
}

a {
	color: #455D6A;
	text-decoration: none;
}

a:hover {
	color: #C3151C;
}
/* for thank_you page link - enhances 'a' */
.thanks {
/*	color: green; */
	text-decoration: underline;
	line-height: 35px;
	vertical-align: top;
	margin-bottom: 5px;
}

h1 {
	clear: both;
	color: #455D6A;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	height: 36px;
	margin: 0;
	padding: 12px 0 0 220px;
}

h3 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	margin: 1.6em 0 1em 0;
	font-size: x-small;
	font-size: small;
}
html>body h3 {
	font-size: small;
}

h4 {
	margin: 1.5em 0 0.1em 0;
	font-size: x-small;
	font-size: small;
}
html>body h4 {
	font-size: small;
}

h5 {
	font-weight: normal;
	margin: 0 0 1em 0;
	font-size: x-small;
	font-size: small;
}

h3.first, h4.first {
	margin-top: 0;
}


/* navSecondary styles */
#navSecondary {
	background: url('../images/common/navsecondary_divider.gif') no-repeat left bottom;
	border: 0px none;
	padding: 0
}

#navSecondary ul {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#navSecondary ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navSecondary ul a {
	background: url('../images/common/navsecondary_divider.gif') no-repeat 0 0;
	display: block;
	width: 175px;
	width: 160px; padding-left:12px; padding-right:3px; padding-top:8px; padding-bottom:9px
}
html>body #navSecondary ul a {
	width: 160px;
}

#navSecondary a.selected {
	color: #3673AF;
	font-size: 14px;
	font-weight: bold;
}


/* contentRow column definitions */
#contentRow {
	background-color: #e7e7e7;
}

/* content styles */
.singleCol p {
	margin: 0 20px;
}

.singleCol h3 {
	margin-left: 20px;
}

.deck {
	color: #990000;
	font-style: italic;
	padding: 5px 0 0 15px;
	width: 240px;
}
html>body .deck {
	width: 240px;
}

#contentRow .colLeft {
	width: 194px;
	padding: 0 0 25px 10px;
	float: left;
}

#contentRow .colCenter {
	width: 548px;
	background-color: #fff;
	color: #000;
	float: left;
}

#contentRow .colFullPg {
	width: 742px;
	margin-left: 15px;
/*	padding: 0 0 0 10px; */
	background-color: #fff;
	color: #000;
	float: left;
}


/* home page content */
div#homeProdNav {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#homeProdNav a {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border-style: outset;
}
div#homeProdNav a:hover {
	color: #455D6A;
}

div#homeContent {
	width: 730px;
	margin-left: 20px;
	margin-top: 10px;
/*	background-color: #e7e7e7; */
/*	background-color: blue; */
	background-color: white;
	color: #000;
}

div#colwrap {
	width: 715px;
	background-color: #fff;
/*	background-color: green; */
}

div#homeCol1 {
	width: 310px;
/*	background-color: #fff; */
/*	background-color: red; */
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 15px;
/*	padding: 0 0 25px 10 px; */
	float: left;
}

div#homeCol2 {
	width: 310px;
/*	background-color: yellow; */
	padding-left: 20px;
	padding-right: 20px;
/*	padding: 0 0 25px 10px; */
	float: left;
}
div#homeCol2 blockquote {
	margin-left: 20px;
}

div#prodwrap {
	position: relative;
	height: 150px;
/*	background-color: teal; */
}
div#prodwrap h2 {
	clear: none;
	display: inline;
	color: #455D6A;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0px 0 0 0px;
}

div#prodwrap h3 {
	clear: none;
	color: #455D6A;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0 0 0px;
}

div#prodGem {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 680px;
/*	border-right: 2px solid maroon; */
}
div#prodGem img {
	float: left;
	height: 140px;
	margin: 0px 40px 0px 0;
}
div#prodGem li {
	margin-left: 210px;
}

div#prodShuttle {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 680px;
}
div#prodShuttle img {
	float: left;
/*	display: inline;
	height: 100px; */
	margin: 30px 40px 0px 0;
}

div#prodDirsync {
/*	display: none;  invisible till needed */
	position: absolute;
	top: 0px;
	left: 20px;
	width: 680px;
	padding-left: 30px;
}
div#prodDirsync img {
	float: left;
/*	display: inline; */
	height: 140px;
	margin-left: 40px;
/*	margin: 30px 40px 0px 0; */
}

div#prodOther {
/*	display: none;  invisible till needed */
	position: absolute;
	top: 0px;
	left: 20px;
	width: 680px;
}
div#prodOtherCol {
	width: 290px;
        float: left;
	margin-left: 30px;
}
div#prodOther p {
	margin-top: 4px;
	margin-bottom: 4px;
}
div#prodOther .send {
	float: left;
	height: 140px;
}
div#prodOther .sync {
	float: left;
	height: 140px;
	margin-left: 20px;
}

div.clearfloats {
	clear: both;
}



/* for rounded rectangles for content */
.roundtop {
	background: url(../images/common/ur15x15.gif) no-repeat top right;
}

.roundbottom {
	background: url(../images/common/lr15x15.gif) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/* container for registration form */
div#regFormContainer {
	width: 480px;
	margin-left: 20px;
	margin-top: 20px;
}

div#regFormContainer form {
	border-top: 2px solid #CCC;
	border-bottom: 3px solid #CCC;
}

div#regFormContainer div.clearfix {
	border-top: 1px solid #CCC;
	padding: 10px 0px;
	vertical-align: top;
}

div#regFormContainer form p {
	width: 120px;
	float: left;
	margin: 0 10px;
}


/* logos styles */
.logos {
	margin: 0 0 1.4em 0;
/*	width: 100%; */
}

.logos img {
	padding: 5px;
/*	text-align: center; */
	vertical-align: middle;
/*	width: 50%; */
}


/* header styles */
#header {
	background-color: #7D95BA;
/*	background-color: #8399C2; */
/*	background-color: #7C97B8; */
	float: left;
	width: 760px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#header img {
/*	border: 1px solid blue; */
	margin-left: 20px;
}
#header img .text {
	margin-left: 20px;
}

/* navTools styles */
#navTools {
/* border: 1px solid black; */
/* width: 500 px; */
	height: 115px;
	color: #fff;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 1px 18px 0 0;
/*	text-align: right; */
}

#navTools span {
}

/* navPrimary styles */
#navPrimary {
/* border: 1px solid red; */
	border: 0px none;
/*	float: left; */
	padding: 0;
/*	display: inline; */
	width: 740px; margin-left:5px; margin-right:0; margin-top:0px; margin-bottom:0
/*	width: 576px; margin-left:0; margin-right:0; margin-top:20px; margin-bottom:0 */
}

/*
#navPrimary span {
	background-color: #C0BFC4;
	color: #C0BFC4;
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	height: 14px;
	overflow: hidden;
}
*/
#navPrimary ul {
	float: left;
}
#navPrimary li {
/*	display: inline; */
	float: left;
	list-style-type: none;
/*
	font-size: 1px;
	line-height: 1px;
	width: 1px;
	height: 14px;
	overflow: hidden; */
}

#navPrimary a {
color: #4A5868;
/*	color: #C0BFC4; */
/*	display: inline; */
	float: left;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
/*	font-size: 1px;
	line-height: 1px; */
	height: 14px;
	width: 95px;
	padding-top: 18px;
	text-align: center;
/*	border: 1px solid green; */
}

#navPrimary a.selected {
	color: white;
}

#navPrimary a:hover {
	color: #C3151C;
}

#navPrimary a.selected:hover {
	color: white;
}


/* footer styles */
#footer {
	border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:1px solid #455D6A; width: 746px; height: 30px; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; padding-left:12px; padding-right:12px; padding-top:10px; padding-bottom:10px; background-color: #e7e7e7; float: left;
}

#navFooter {
	color: #918F97;
	float: left;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
}

#navFooter span {
}

#copyright {
	color: #918F97;
	float: right;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
}

