@charset "UTF-8";


/* Main Layout */

body {
	background-image: url(/includes/design2/backgroundRepeater.png);
	background-repeat: repeat-x;
	background-color: #CCC;
	margin-top: 0px;
}
#header {
	height: 104px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #FFF;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Text Formatting */
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
.red {
	color: #C00;
}
a {
	color: #06C;
}
a:hover {
	color: #004D9A;
}
.h2Sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

/* Navigation Station */
#navBar {
	background-image: url(../design2/navBar.png);
	height: 37px;
	width: 870px;
	padding-right: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#navBarLinks {
	width: 750px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 0px;
	height: 36px;
	float: left;
}
#navBarLinks ul {
	margin: 0px;
	padding: 0px;
}
#navBarLinks li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	padding: 0px;
}
#navBarLinks a:link, #navBarLinks a:active, #navBarLinks a:visited {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #333;
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#navBarLinks a:hover {
	color: #017979;
}
#navBarLinks a#on, #navBarLinks a:visited#on, #navBarLinks a:link#on, #navBarLinks a:active#on {
	background-image: url(/includes/design2/navBarRepeater.png);
	background-repeat: repeat-x;
	color: #FFF;
	height: 14px;
	padding-top: 6px;
	margin-top: 4px;
}

/* Custom Layout Styles */
#greyBackground {
	background-color: #ECECEC;
	width: 870px;
	padding: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.35) 0 1px 3px;
}
#logout {
	float: right;
	width: 50px;
	text-align: right;
	padding-top: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#logout a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666;
}
#logout a:hover {
	color: #333;
	text-decoration: underline;
}

/* Frontpage Features */
.rounded { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -khtml-border-radius: 6px; }
.shadow { -webkit-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; }

#features {
	padding: 0px;
	width: 800px;
	height: 290px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	zoom: 1;
	clear: both;
	overflow: hidden;
	-webkit-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.35) 0 1px 3px;
}
#features:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#features li {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#features li a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	padding: 10px;
	margin: 0px;
	min-height:270px;
	_height:270px;
	border: 1px solid #E3E3E3;
}
#features li a.roundedRight {
	
	border-left: none;
}
#features li a.noRightBorder {
	border-right: none;
}
#features li a.roundedLeft {
	
	border-right: none;
}
#features li a.noLeftBorder {
	border-left: none;
}
#features li .headline {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 17px;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	font-weight: bold;
	display: block;
	text-align: center;
}
#features li .featureDes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: block;
}
#features li img {
	display:block;
	bottom: -1px;
	left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#features li a:hover {
	background-image: url(/includes/images/content/hoverRepeater.png);
	background-repeat: repeat-x;
}

.featureText a em.more { font-style:normal; color: #08c; white-space: nowrap; padding-right: 10px; no-repeat 100% 50%; zoom: 1; cursor: pointer; }
.featureText a:hover em.more { text-decoration: underline; }

/* Product Layout */
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2C2C2C;
	letter-spacing: -1px;
	font-weight: bold;
}
.productTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2C2C2C;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
}
.productDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.productPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	letter-spacing: -1px;
}

/* Footer */
#footer {
	background-image: url(../design2/footer.png);
	height: 51px;
	width: 900px;
}
#sideBar {
	background-color: #f3f3f3;
	width: 226px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 15px;
	border: 1px solid #DDD;
}
#sideBar h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #333;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sideBar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sideBar a {
	text-decoration: none;
	color: #345BB8;
}
#sideBar a:hover {
	color: #2C4E9D;
	text-decoration: underline;
}
.Psub {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.grey {
	color: #666;
}
.testimonial {
	background-color: #F3F3F3;
	width: 858px;
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 10px;
}
.breadcrumb {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
}
.breadcrumb a {
	text-decoration: none;
}
.testimonial p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
