

/*//////////////////////////////
//   BROWSER RESET
//////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0;
	outline: 0; font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/*//////////////////////////////
//   GLOBAL
//////////////////////////////*/
	
body { 
	background: url(/images/bg.gif);
	font: 12px Helvetica, Arial, sans-serif;
	}
	
.clear {
  clear: both;
	}
		
strong {
	font-weight: bold;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
hr {
	border: none;
	border-top: 1px solid #d8e6ec;
	background: none;
	color: #ffffff;
	margin-bottom: 20px;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	}
	

/*//////////////////////////////
//   HEADER
//////////////////////////////*/
	
#header {
	height: 100px;
	width: 960px;
	background: transparent url(/images/header-bg.png) no-repeat;
	padding-top: 30px;
	behavior: url(/iepngfix.htc);
	}
	
#header #logo {
	float: left;
	width: 340px;
	}
	
#header img {
	float: left;
	}
	
#header #tagline {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	margin: 6px 0 0 12px;
	width: 328px;
	}
	
#header #toplinks {
	float: right;
	}
	
#header #toplinks ul {
	margin-top: 8px;
	float: left;
	}
	
#header #toplinks li {
	background: #99cee2;
	padding: 4px 4px;
	margin: 0 12px 0 0;
	float: left;
	}
	
#header #toplinks li:hover {
	background: #6eadc6;
	}
	
#header #toplinks li a {
  color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	}
	

/*//////////////////////////////
//   NAVIGATION
//////////////////////////////*/
	
#navigation  {
	float: left;
	height: 55px;
	width: 938px;
	background: url(/images/nav-bg.gif) no-repeat;
	padding: 0 12px 0 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
#navigation ul  {
	float: left;
	height: 55px;
	}

#navigation li  {
	float: left;
	height: 45px;
	padding-top: 10px;
	}
	
#navigation li.active  {
	float: left;
	height: 55px;
	width: 121px;
	background: url(/images/nav-bg-selected.gif) no-repeat;
	text-align: center;
	}
	
#navigation li.active a  {
	text-align: center;
	color: #85b9ce;
	}
	
#navigation li a  {
	padding: 0 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#navigation li a:hover {
	text-decoration: underline;
	}
	
#navigation #search  {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	}
	
#navigation #search label  {
	padding-right: 10px;
	}
	
#navigation .textfield  {
	color: #FFFFFF;
	font-size: 11px;
	background: #a7cad8;
	border: none;
	padding: 4px 8px;
	text-transform: uppercase;
	}
	
#navigation .submit  {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: none;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	}
		
	
/*//////////////////////////////
//   CONTENT
//////////////////////////////*/
	
#content  {
	float: left;
	width: 900px;
	padding: 0 30px;
	background: url(/images/wrapper-bg.gif) repeat-y;
	_margin-top: -10px; /* IE6 Hack */
	padding-top: 0px;
	}
	
#content .add-10  {
	height: 10px;
	width: 0px;
	}
	
#content .add-15  {
	height: 15px;
	width: 0px;
	}
	
#content .add-20  {
	height: 20px;
	width: 0px;
	}
	
#content .add-30  {
	height: 30px;
	width: 0px;
	}
	

/*//////////////////////////////
//   MAIN
//////////////////////////////*/
	
#content #main  {
	float: left;
	width: 620px;
	color: #555555;
	}
	
#content #main a {
	color: #659bb1;
	text-decoration: underline;
	}
	
#content #main a:hover {
	text-decoration: none;
	}
	
#content #main p {
	margin-bottom: 20px;
	line-height: 22px;
	color: #555555;
	}
	
#content #main p a {
	color: #659bb1;
	text-decoration: underline;
	}
	
#content #main p a:hover {
	color: #659bb1;
	text-decoration: none;
	}
	
#content #main .img-pad {
	float:left;	
	margin:5px 25px 0 0;
	}
	
#content #main h1 {
  font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #659bb1;
	}
	
#content #main h1 a {
	text-decoration: none;
	}
	
#content #main h2 {
  font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #ea7523;
	}
			
#content #main #featured-products {
	float: left;
	border: 1px solid #ffda96;
	height: 104px;
	width: 588px;
	padding: 25px 15px;
	_padding: 25px 15px 0px 15px; /* IE6 Hack */
	background: url(/images/featured-bg.gif) repeat-x;
	}
	
#content #main #featured-products #arrow-left {
	float: left;
	width: 20px;
	height: 102px;
	margin-right: 19px;
	background: url(/images/arrow-left.gif) no-repeat center;
	cursor: pointer;
	}
	
#content #main #featured-content {
	overflow: hidden;
	float: left;
	width: 508px;
	}
	
#content #main #featured-content ul {
	float: left;
	width: 1000px;
	}
	
#content #main #featured-content li {
	float: left;
	}
	
#content #main #featured-content ul li.summary {
	width: 0px;
	height: 103px;
	margin: 0px;
	overflow: hidden;
	background: #ffffff;
	}
	
#content #main #featured-content p {
	line-height: 16px;
	}
	
#content #main #featured-content p a {
	font-weight: bold;
	}
	
#content #main #featured-products #arrow-right {
	float: left;
	width: 20px;
	height: 102px;
	margin-left: 19px;
	background: url(/images/arrow-right.gif) no-repeat center;
	cursor: pointer;
	}

#content #main label {
	float: left;
	width: 100px;
	color: #555555;
	padding-top: 2px;
	}
	
#content #main label span {
	color: red;
	}
	
#content #main .textfield {
	float: left;
	width: 200px;
	padding: 2px 4px;
	margin-bottom:10px;
	color: #555555;
	vertical-align: text-bottom;
	}
	
#content #main .select {
	float: left;
	width: 200px;
	padding: 2px 4px;
	color: #555555;
	vertical-align: text-bottom;
	}
	
#content #main textarea {
	float: left;
	width: 200px;
	padding: 2px 4px;
	color: #555555;
	vertical-align: text-bottom;
	}
	
#content #main .alt-1 {
	float: left;
	width: 400px;
	padding: 6px 2px;
	background: #f9f9f9;
	}
	
#content #main .alt-2 {
	float: left;
	width: 400px;
	padding: 6px 2px;
	}
	
#content #main a.pdf {
	background: url(/images/icon-pdf.gif) no-repeat center left;
	padding: 5px 0 5px 28px;
	}

#content #main tr, td {
	color: #555555;
	line-height: 20px;
	}
	
#content #main tr a, td a {
	color: #659bb1;
	text-decoration: underline;
	}
	
#content #main tr a:hover, td a:hover {
	text-decoration: none;
	}
	
#content #main #ad {
	position: relative;
	float: left;
	width: 608px;
	height: 237px;
	margin-bottom: 20px;
	}

#content #main #ad div {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	}

#content #main #ad img {
	border: none;
	}
	
.FadingTab {
	border:6px solid #F2F2F2;
	float:left;
	height:237px;
	margin-bottom:20px;
	position:relative;
	width:608px;
}

	
.tool-tip {
	color: #f5f5f5;
	width: 200px;
	z-index: 13000;
	font-size: 11px;
	border: 1px solid #6eadc6;
	}

.tool-tip .tool-title {
	font-weight: bold;
	margin: 0;
	padding: 8px 8px 4px;
	background: #79bed9;
	}

.tool-tip .tool-text {
	padding: 4px 8px 8px;
	background: #ffffff;
	}


/*//////////////////////////////
//   SIDEBAR
//////////////////////////////*/
	
#content #sidebar {
	float: left;
	width: 210px;
	padding: 20px 20px 10px 20px;
	margin-right: 30px;
	}
	
#content #sidebar h3 {
	color: #777777;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	background: #ffffff;
	border-bottom: 1px solid #e3e3e3;
	}
	
#content #sidebar p {
	margin-bottom: 10px;
	color: #555555;
	}
	
#content #sidebar p a {
	color: #659bb1;
	text-decoration: underline;
	font-weight: bold;
	}
	
#content #sidebar p a:hover {
	text-decoration: none;
	}
	
#content #sidebar p a.cart {
	background: url(/images/icon-cart.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}
	
#content #sidebar p a.logout {
	background: url(/images/icon-logout.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}
	
#content #sidebar p a.prod-books {
	background: url(/images/icon-books.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}

#content #sidebar p a.prod-music {
	background: url(/images/icon-music.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}

#content #sidebar p a.prod-video {
	background: url(/images/icon-videos.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}
	
#content #sidebar p a.prod-software {
	background: url(/images/icon-software.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}
	
#content #sidebar p.error-msg {
	font-weight: bold;
	color: red;
	}
			
#content #sidebar hr  {
	border: none;
	border-top: 1px solid #dfdfdf;
	background: none;
	margin-bottom: 30px;
	height: 1px;
	}
	
#content #sidebar p a.newaccount {
	background: url(/images/icon-newaccount.gif) no-repeat left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#content #sidebar p a.securelogin {
	background: url(/images/icon-secure-login.gif) no-repeat left center;
	padding: 2px 0;
	padding-left: 20px;
	}
	
#content #sidebar #loginbox  {
	float: left;
	margin-bottom: 20px;
	}
	
#content #sidebar #loginbox .textfield  {
	float: left;
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	color: #777777;
	font-size: 11px;
	width: 160px;
	margin-bottom: 8px;
	}
	
#content #sidebar #loginbox .submit  {
	float: left;
	background: #e4e2e2;
	color: #7a7a7a;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #d4d4d4;
	padding: 3px 11px;
	cursor: pointer;
	}
		
#content #sidebar #loginbox a  {
	float: right;
	font-size: 11px;
	margin: 4px 30px 0 0;
	color: #659bb1;
	text-decoration: underline;
	font-weight: bold;
	}
	
#content #sidebar #cart_summary {
	position: relative;
	}

#content #sidebar #cart_summary a {
	margin-right: 0px;
	}

#content #sidebar #cart_summary span.right {
	position: absolute;
	right: 38px;
	float: none;
	margin: 0;
	width: auto;
	}


/*//////////////////////////////
//   FOOTER
//////////////////////////////*/
	
#footer  {
	float: left;
	height: 23px;
	width: 930px;
	background: url(/images/footer-bg.gif) no-repeat;
	padding: 29px 15px 0 15px;
	}
	
#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #d3e7ee;
	text-transform: uppercase;
	}
	
#footer p span {
	font-size: 11px;
	font-weight: bold;
	color: #d3e7ee;
	margin-left: 525px;
	}

#footer p span a {
	color: #d3e7ee;
	text-decoration: none;
	}
	
#footer p span a:hover {
	text-decoration: none;
	border-bottom: dotted 1px;
	}
	
	
/*////////////////////////////
//   MESSAGE BOX (LIGHTBOX)
////////////////////////////*/

#message {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: url(images/lb_overlay.png);
	z-index: 9997;
	}

#message_container {
	text-align: center;
	position: relative;
	width: 500px;
	min-width: 500px;
	max-width: 500px;
	margin: 50px auto 0px auto;
	z-index: 9998;
	}

#message_confirm {
	border: 10px solid #3F70A3;
	padding: 20px 20px 10px 20px;
	text-align: left;
	background-color: #ffffff;
	z-index: 9999;
	}

/* < IE6 Message Dialog Hack > */
* html { overflow-y: hidden; }
* html body {
	width: 100%; height: 100%;
	overflow-y: auto;
	}

* html #message { 
	position:absolute; 
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lb_overlay.png", sizingMethod="scale");
	}
	
	
/*////////////////////////////
//   SHARE THIS PAGE
////////////////////////////*/

.ShareThis {
	background: #6eadc6;
	border: 1px solid #6eadc6;
	position: absolute;
	width: 350px;
	z-index: 999;
	font: 11px Arial;
	text-align: center;
}

.ShareThis .head {
	float: left;
	width: 348px;
	text-align: left;
}

.ShareThis .head ul {
	list-style: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.ShareThis .head li {
	background: #b3dcf1;
	border-bottom: 1px solid #999;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 5px 2px 5px;
}

.ShareThis .head li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.ShareThis .body {
	width: 330px;
	height: auto;
	float: left;
	text-align: left;
	background-color: #fff;
	padding: 10px;
}

.ShareThis .body p.alert_msg {
	padding: 0;
	margin: 0 0 3px;
	color: #6c6c6c;
	text-align: center;
	font: bold 8.5pt Arial;
	line-height: 14pt;
	border: 1px solid #54d85a;
	background-color: #bff0c1;
}

.ShareThis a.close {
	color: #b3dcf1;
	float: right;
	margin: 5px 3px 0 0;
}

.ShareThis .social {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ShareThis .social a {
	padding-bottom: 5px;
	padding-left: 22px;
	color: #6eadc6;
}

.ShareThis ul.social li {
	float: left;
	margin: 12px 0 0;
	padding: 0;
	width: 48%;
}

.ShareThis .email {
	margin: 0;
	padding: 0;
}

.ShareThis .email fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.ShareThis .email fieldset legend {
	display: none;
}

.ShareThis .email ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ShareThis .email ul li {
	margin: 0 0 7px 0;
	padding: 0;
	position: relative;
}

.ShareThis .email ul li label {
	color: #555;
	display: block;
}

.ShareThis .email ul li input {
	padding: 2px;
	font-size: 12px;
	width: 98%;
	border: 1px solid #7f9db9;
}

.ShareThis .email ul li input.captcha {
	width: 65%;
}

.ShareThis .email ul li img {
	position: absolute;
	top: 5px;
	right: 0;
}

.ShareThis .email ul li textarea {
	padding: 2px;
	font-size: 12px;
	width: 98%;
	height: 90px;
	border: 1px solid #7f9db9;
}

.ShareThis .email ul li button {
	padding: 2px 6px;
	font-size: 12px;
	background-color: #eee;
	border: 1px outset #7f9db9;
}

.ShareThis .email_response {
	font-size: 12px;
}
