/*  
Website: Nowdirect
URL: http://www.nowdirect.com/
Description: global.css
Usage: Across all pages
Version: 1.0
Date: 08/08/08
*/
/* Body,layout,header,footer & main Wrapper */
body {
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
 	background:#F5F5F5;
	color:#333;
	margin:0;
	padding:0;
}
#layout {
	width:950px;
	margin:0 auto;
	background-color:#FFF;
  /*  border-right:1px #CCC solid;
	border-left:1px #CCC solid; */
	padding:0;
}
#header {
	padding:0;
	margin:0;
	overflow:visible;
	width:950px;
}
#main {
	overflow: hidden;
	margin:-20px 0 0 0;
	width:950px;
	padding:0px;
}
#footer {
	padding:0;
	margin:0;
	overflow:hidden;
	width:950px;
}
/* Body,layout,header,footer & main Wrapper */


/* Top Navigation */
#topnav {
	background: url('../images/bg-topnav.jpg');
	background-repeat: repeat-x;
	clear: both;
	height:20px;
	text-align:right;
	padding:10px 5px 0px;
	position:relative; /*HACK for MiniCart */
}
/* Top Navigation */

/* Logo & Search */
#logo-search {
	clear: both;
	height:70px;
	padding:5px;
	background:url('/velo/nwd/banners/theme.jpg') no-repeat scroll right top; /* THEMES BACKGROUND */
}
#logo {
	float:left;
	width:200px;
}
#search {
	float:right;
	width:400px;
	padding-top:25px;
	padding-right:5px;
	text-align:right;
	vertical-align:top;
}
/* Logo & Search */

/* Primary Navigation */
#primarynav {
	clear: both;
	height:25px;
	background: url('../images/bg-primarynav.jpg');
	background-repeat: repeat-x;
}
ul.primarynav {
	list-style:none;
	font-size:11px;
	margin:0;
	padding:0;
}
ul.primarynav li ul {
	float:left;
	margin:0;
	padding:0;
}
ul.primarynav li {
	float:left !important;
	list-style-type:none;
    background:transparent url(images/break.jpg) no-repeat scroll right top;
	margin:0;
	padding:0;
}
ul.primarynav li a, ul.primarynav li a:link, ul.primarynav li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	padding:0 18px;
    color:#fff;
}
ul.primarynav li a:hover,ul.primarynav li a:active {
	text-decoration:underline;
}
ul.primarynav li.active-page a {
	text-decoration:none;
	color:#000;
}
/* Primary Navigation */

/* Secondary Navigation */
#secondarynav {
	clear: both;
	height:35px;
	background: url('../images/bg-secondarynav.jpg');
	background-repeat: repeat-x;
}
ul.secondarynav {
	list-style:none;
	font-size:11px;
	margin:0;
	padding:10px;
}
ul.secondarynav li ul {
	float:left;
	margin:0;
	padding:0;
}
ul.secondarynav li {
	float:left !important;
	list-style-type:none;
    background:transparent url('../images/split.jpg') no-repeat scroll right top;
	margin:0;
	padding:0;
}
ul.secondarynav li a, ul.secondarynav li a:link, ul.secondarynav li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0px 13px;
    color:#666666;
}
ul.secondarynav li a:hover,ul.secondarynav li a:active {
	text-decoration:none;
	color:#356aa0;
}
ul.secondarynav li.active-page a {
	text-decoration:none;
	color:#000;
}
/* Secondary Navigation */

/* Promo Navigation  & Banner */
#promonav {
	clear: both;
}
#promonav img {
	width:950px;
	height:50px;
	behavior: url(/velo/nwd/styles/iepngfix.htc);
}
#promo-top {
	clear: both;
	height:100px;
}
#promo-top img {
	height:100px;
	width:950px;
	vertical-align:bottom;
}
#promo-bottom {
	clear: both;
	height:100px;
}
#promo-bottom img {
	height:100px;
	width:950px;
	vertical-align:bottom;
}
/* Promo Navigation   & Banner */

/* Bottom Navigation */
#bottomnav {
	clear: both;
	border-top:1px dotted #cccccc;
	background:#F0EEEF;
	padding:10px;
	overflow:hidden;
	height:125px;
}
#bottomnav p {
	padding:2px;
}
.bottom-account-information, .bottom-company-information, .bottom-customer-service, .bottom-company-details {
	width:230px;
	float:left;
}
.bottom-account-information ul, .bottom-company-information ul, .bottom-customer-service ul, .bottom-company-details ul{
	list-style:none;
	margin:5px;
	padding:0;
}
.bottom-account-information .strong, .bottom-company-information .strong, .bottom-customer-service .strong, .bottom-company-details .strong{
	font-weight:bold;
}
/* Bottom Navigation */

/* Product Disclaimer */
#product-disclaimer {
	padding:10px 5px;
	margin:0px;
	font-size:10px;
}
/* Product Disclaimer */

/* Service Block */
#service-block {
	border-top:1px solid #CCCCCC;
	padding:5px;
	background:#F0EEEF;
	height:30px;
}
#service-block .subscribe-icon {
	width:175px;
	display:block;
	float:left;
	height:30px;
}
#service-block .subscribe-form {
	width:500px;
	display:block;
	float:left;
	height:22px;
	padding-top:8px;
}
#service-block .ndforums-icon {
	width:125px;
	display:block;
	float:left;
	text-align:center;
	height:30px;
}
#service-block .ndreviews-icon {
	width:125px;
	display:block;
	float:left;
	text-align:center;
	height:30px;
}

.block-breaker {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#DDDDDD;
	height:5px;
}
/* Service Block */

/* Copyright Navigation */
#copyright-policy {
	clear: both;
	height: 20px;
	background: url('../images/bg-copyright.jpg');
	background-repeat: repeat-x;
	padding:10px 5px 0px;
}
#copyright {
	float:left;
	width:500px;
}
#policy {
	float:right;
	width:420px;
	text-align:right;
}
/* Copyright Navigation */

/* Misc. */
h1, h2, h3, h4, h5, p, form {
	margin:0;
	padding:0;
}
h1 {
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#555555;
}
h5 {
	font-size:12px;
}
img {
	border:0;
}
.thumbnail {
	width:100px;
	height:75px;
}
.odd {
	background: #F2F2F2;
}
.even {
	background: #E2E2E2;
}
.breadcrumb {
	font-weight:normal;
	font-size:12px;
}
/* Misc. */

/* Hyperlinks */
a:link,a:active,a:visited{
	text-decoration:none;
	color:#356aa0;
	border:none;
}
a:hover {
	text-decoration:underline;
	color:#356aa0;
	border:none;
}
/* Hyperlinks */

/* Alignment Class */
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
/* Alignment Class */

/* Price Class */
.regularprice {
	color:#CC3300;
	font-weight:bold;
}
.originalprice {
	color:#555555;
	font-weight:bold;
}
.webprice {
	color:#CC3300;
	font-weight:bold;
}
.instantsaving {
	color:#3366CC;
	font-weight:bold;
}
.coupontext {
	color:#CC3300;
	font-size:10px;
}
/* Price Class */

/* Cart & Favorite Links */
a.addcart{
	color:#669900;
	font-size:10px;
}
a.addcart:hover {
	color:#333333;
	font-size:10px;
	text-decoration:none;
}
a.addfavorite{
	color:#669900;
	font-size:10px;
}
a.addfavorite:hover {
	color:#333333;
	font-size:10px;
	text-decoration:none;
}
/* Cart & Favorite Links */

/* miniCartDiv */
/**********************************************************
MINI CART
**********************************************************/
#cartContent, #cartError, #cartWait {
	position: absolute;
	top: 30px;
	left: 703px;
	width: 225px;
	margin: 0;
	padding: 5px;
	border: 5px double #CCCCCC;
	background: #FFFFFF;
	display: none;
	z-index: 10;
}

#cartContent h4 {
	margin: 0;
	margin:-5px;
	text-align:left;
	overflow:hidden;
}
#cartContent p {
	text-align:left;
	padding:2px;
	overflow:hidden;
}
#minicart {
	width: 100%;
	clear: both;
	margin: 15px 0px 0px 0px;
	padding: 0;
}
#miniCartDiv {
	display: inline;
	text-align:left
}
#miniCartDiv a {
	font-weight:bold;
}
#miniCartDiv p {
	padding:2px;
	overflow:hidden;
	clear:both;
	font-size:10px;
}
#miniCartDiv p.title {
	font-weight:bold;
	color:#FFFFFF;
	background:#9FC54C;
	border-bottom:1px solid #CCCCCC;
	height:12px;
}
#miniCartDiv p.total {
	font-weight:bold;
	background:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
	padding-top:4px;
	padding-bottom:4px;
	text-align:right;
}
#miniCartDiv p.checkout {
	padding-top:4px;
	padding-bottom:4px;
	text-align:right;
}
#miniCartDiv p.odd {
	background: #F9F9F9;
	border-bottom:1px solid #CCCCCC;
	height:12px;
}
#miniCartDiv p.even {
	background:#FFF8E7;
	border-bottom:1px solid #CCCCCC;
	height:12px;
}
#miniCartDiv p.small {
	font-size:9px;
}
#miniCartDiv span.items {
	width:125px;
	float:left;
}
#miniCartDiv span.price {
	width:60px;
	float:left;
	text-align:right;
}
#miniCartDiv span.quantity {
	width:30px;
	float:left;
}
#cartError {
	display: none;
}
#cartWait {
	display: none;
}

/* miniCartDiv */

/* Input Form Fields */
input {
	font-size: 11px;  
	border:1px #c9c9c9;
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid;
	vertical-align:top;
}
select {
	color: #333333; 
	font-size: 11px; 

}
textarea {
	color: #333333; 
	font-size: 11px; 
}
option {
	color: #333333; 
	border: 1px #C9C9C9; 
	font-size: 11px; 
}
.button {
	border:0;
	padding:0px;
}
#search-box{
	background-image:url('../images/search-icon.gif');
	background-repeat:no-repeat;
	background-position: 3px 3px;
}
input#search-box {
	 
	font-family: arial, verdana, helvetica, sans-serif;  
	font-size: 15px;  
	border:1px #c9c9c9;
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid;
	vertical-align:top;
	padding:3px 0 3px 24px;
}
label.inside-searchbox {
	position:absolute;
	/* visibility: visible;  To set to visible by javascript*/
	visibility: hidden;
	padding:4px 24px;
	color:#EEEEEE;
}
/* Input Form Fields */

/* Review Logo */
.review-logo {
	text-align:right;
	padding:3px 0 3px 2px;
	background:#EEEEEE;
}
/* Review Logo */

/* Need Help */
#need-help {
	padding:0;
	margin:20px 0 20px 0;
}
/* Need Help */

/* Volume Discount */
#volume-discount {
	padding:0;
	margin:20px 0 20px 0;
}
/* Volume Discount */


/* Admin Links */
#adminLinksDiv {
	background: #F2F2F2; 
	padding: 10px;
	margin:0px;
}
/* Admin Links */

/* Tip Messages */
.tip-messages {
	line-height:20px;
	color:#cc6600;
}


