/** GLOBAL STYLES **/
body {
	padding: 25px 50px 50px 50px;
	background-color: #595959;
}
div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	color: #00558e;
}
hr {
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: 1px solid #FFF;
	border-left: none;
}
#wrapper {
	background-color: #FFF;
	width: 770px;
	position: relative;
	margin: 0px auto;
}
a {
	color: #000;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
#base1 {
	width: 10px;
	height: 10px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/base1.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#base2 {
	width: 10px;
	height: 10px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/base2.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

/** HEADER **/
#header {
	height: 100px;
}
#logo {
	margin: 15px 0px 0px 20px;
	float: left;
}
#headerInfo {
	float: right;
	text-align: right;
	padding: 8px 20px 0px 0px;
}
#minicart, #minicart a {
	font-weight: bold;
	text-decoration: none;
}
#contact, #contact a {
	color: #563e94;
	font-weight: bold;
	text-decoration: none;
	margin: 8px 0px;
}
#search {
}
#searchTitle {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	float: left;
}
#inputSearch {
	width: 135px;
	border: 1px solid #CCC;
	padding: 2px 0px 0px 3px;
	height: 16px;
	float: left;
	margin: 0px 10px;
	font-size: 11px;
	font-weight: bold;
}
#searchType {
	display: block;
	float: left;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
}
#searchType input {
	float: left;
}
#searchType label {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
}
#btnSearch {
	float: left;
}
#feature {
	clear: both;
}
/** TOP NAV **/
#topNav {
	height: 40px;
	background: #413f40;
	padding-left: 20px;
	z-index: 1000000;
	position: relative;
	overflow: visible;
}
#topNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	z-index: 1000000;
}
#topNav ul li {
	float: left;
	position: relative;
	z-index: 1000000;
}
#topNav ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #5d5c5c;
	text-transform: uppercase;
	white-space: pre;
}
#topNav ul li:last-child a:last-child {
	border-right: none;
}
#topNav ul li a:hover {
	background-color: #565656;
}
#topNav ul li.selected {
	background-color: #565656;
}
#topNav ul ul {
	border-top: 1px solid #5d5c5c;
	background: #413f40;
	position: absolute;
	top: 40px;
	left: -1px;
	display: none;
	width: 250px;
}
#topNav ul ul li {
	white-space: nowrap;
	float: none;
	position: relative;
}
#topNav ul ul a {
	height: 25px;
	line-height: 25px;
	border: none;
	float: none;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}
#topNav ul li.selected ul {
	display: block;
}
#topNav ul li.selected ul ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 250px;
}
#topNav ul ul li.selected ul {
	display: block;
	border-top: 1px solid #5d5c5c;
	border-left: 1px solid #5d5c5c;
}
#homepage #mainContent {
	float: left;
	width: 730px;
	padding: 20px;
}
#content #mainContent, #products #mainContent, #articlePage #mainContent {
	float: left;
	width: 770px;
	padding-bottom: 20px;
}
#opener {
	padding-top: 20px;
}
#openerText {
	float: left;
	width: 430px;
}
#lightGreenBox blockquote {
	margin: 0px;
	font-style: italic;
}
#quoteFooter {
	text-align: right;
	margin-top: 10px;
}

/** FOOTER **/
#footer {
	position: relative;
	background-color: #413f40;
	height: 100%;
}
#logoBBB {
	position: absolute;
	top: 10px;
	right: 10px;
}
#footerNav {
	text-align: center;	
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	display: inline;
}
#footerNav ul li a {
	padding: 0px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
#copyright, #copyright a {
	text-align: center;
	color: #a09fa0;
	font-size: 10px;
	margin-top: 5px;
	font-weight: normal;
}
#base3 {
	width: 10px;
	height: 10px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/base3.gif) bottom right no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#base4 {
	width: 10px;
	height: 10px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/base4.gif) bottom left no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#footerCont {
	padding: 30px 0px;
}
#leftCol {
	width: 200px;
	padding: 20px 0px;
	background: #e6e6e6;
	float: left;
}
#leftCol .categoryTitle {
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #b8b8b8;
	font-weight: bold;
	font-size: 14px;
}
#leftNav {
	padding: 15px 0px 0px 0px;
}
#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#leftNav ul li {
	display: inline;
}
#leftNav ul li a {
	background: url(https://secure3.yourhost.com/gordontraining/media/images/bullet1.gif) 20px center no-repeat;
	display: block;
	padding: 5px 20px 5px 30px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
#leftNav ul li a:hover {
	background-color: #c4c4c4;
}
#leftNav ul li a.leftNavSelected {
	background-color: #c4c4c4;
}
#middleCol {
	width: 360px;
	padding: 20px 20px 0px 20px;
	float: left;
}
#middleCol h1 {
	font-size: 18px;
	font-weight: normal;
	color: #00558e;
	margin: 0px 0px 10px 0px;
}
#middleCol h1 a {
	font-weight: normal;
	color: #00558e;
	text-decoration: none;
}
#middleCol h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00558e;
	margin-top: 0px;
}
#middleCol p {
	line-height: 18px;
}
/* PRODUCT PAGE */
#products #middleCol, #articlePage #middleCol {
	width: 530px;
}
#rightCol {
	width: 170px;
	padding: 20px 0px 0px 0px;
	float: left;
	background: #f3f3f3;
}
.titleBox, .titleBox a {
	background-color: #5993b9;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.contentBox {
	padding: 10px;
}
.contentBoxCenter {
	text-align: center;
}
.contentBox p {
	margin: 0px;
}

/** PRODUCTS **/

#products {
}
.product {
	width: 160px;
	text-align: center;
	color: #563e94;
	float: left;
	margin-right: 20px;
}
.lastProduct {
	margin-right: 0px;
}
.productBox {
	position: relative;
	/*background: url(https://secure3.yourhost.com/gordontraining/media/images/productBg.gif) bottom repeat-x #fcfbfd;*/
	padding: 30px 0px;
	height: 100%;
	cursor: pointer;
}
.productBox1 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/productBg1.gif) left top no-repeat;
}
.productBox2 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/productBg2.gif) right top no-repeat;
}
.productBox3 {
	width: 10px;
	height: 55px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/productBg3.gif) right bottom no-repeat;
}
.productBox4 {
	width: 10px;
	height: 55px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(https://secure3.yourhost.com/gordontraining/media/images/productBg4.gif) left bottom no-repeat;
}
/*.productBox img {
	border: 1px solid #9683c6;
}*/
a.productName, productName {
	display: block;
	margin: 8px 0px;
	color: #563e94;
}
.priceWas {
	text-decoration: line-through;
	color: #563e94;
}
.price {
	font-size: 14px;
	font-weight: bold;
}
.btnAddToCart {
	margin-top: 8px;
}
.multipage br {
	display: none;
	margin: 0px;
}
#pageNav {
	text-align: center;
	font-weight: bold;
}
#pageNav .currentpage {
	font-size: 14px;
	padding: 0px 5px;
	margin: 0px 3px;
	background: #FAFAFA;
	border: 1px solid #CCC;
}
#pageNav a {
	padding: 0px 5px;
	text-decoration: none;
}
#pageNav a:hover {
	text-decoration: underline;
}

/** PRODUCT MI PAGE **/

.productMi {
	width: 250px;
	text-align: center;
	color: #563e94;
	float: right;
	margin-left: 20px;
}
.productDetails {
	float: left;
	width: 260px;
}
.miText {
	line-height: 18px;
	color: #666;
}
.priceWasMi {
	text-decoration: line-through;
}
.priceMi {
	font-size: 18px;
	color: #563e94;
}
#crossSellTitle {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px 0px 20px 0px;
	padding: 10px 0px;
	font-size: 18px;
}
#orderingOptions {
	margin: 10px 0px 5px 0px;
}
#orderingOptions table {
	border-collapse: collapse;
}
#orderingOptions td {
	padding: 0px;
}
#orderingOptions select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

/** SEARCH RESULTS **/
.searchResult {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.searchProductGraphic {
	float: left;
	margin: 0px 20px 20px 0px;
}
.searchProductName a, .searchProductName {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

/** CALENDAR **/

.calendarTable {
	border: 1px solid #5993b9;
}
.calendarTable td {
	font-size: 10px;
	border: 0px;
	padding: 5px;
}
.calendarDate {
	background-color: #5993b9;
	color: #fff;
}
#programsList {
	font-size: 10px;
}
#programsListMedium {
	font-size: 11px;
}
#programsListLarge {
	font-size: 12px;
}