/* CSS Document */

/* ---------------general style--------------- */

*{margin: 0px; padding: 0px;}

html *{
	margin: 0px;
	padding: 0px;
}



body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/nimbus_bg.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
}


div#headContainer {
	width: 976px;
	margin: 0 auto;
	height: 121px;
	text-align: left;
}

/*html>body div#headContainer {
	width: 930px;
}
*/



div#wrapper {
	text-align: left;
	margin: auto;
	position: relative;
	width: 930px;
	background-color: #FFFFFF;
	border-right-width: 23px;
	border-bottom-width: 23px;
	border-left-width: 23px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0b5e8a;
	border-bottom-color: #0b5e8a;
	border-left-color: #0b5e8a;
}

.logoPadding {
	padding-top: 20px;
	}
.priceGuarantee {
	color:#0b5e8a;
}
.imgPadRight {
	padding-left: 10px;
	padding-bottom: 6px;
}



/* ---------------text style control--------------- */

h1, h2, h3, h4, h5 {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -.01em;
}
h1 {
	font-size: 26px;
	color: #0b5e8a;
	line-height: 1.1em;
}
h2 {
	font-size: 20px;
	color: #0b5e8a;
	line-height: 1.3em;
}
h3 {
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
}

h4 {
	font-size: 11px;
	color: #0b5e8a;
	font-weight: bold;
	line-height: 1.4em;
}

h5 {
	font-size: 11px;
	color: #0b5e8a;
	font-weight: bold;
	line-height: .8em;
}

h6 {
	font-size: 14px;
	color: #888888;
	font-weight: bold;
	line-height: 1.5em;
}


/* ---------------body text area--------------- */
	
div#main {
	font-size: 11px;
	color: #666666;
	line-height: 1em;
	padding-left: 24px;
	padding-right: 40px;
	padding-bottom: 20px;
}

div#main p {
	line-height: 1.4em;
}

div#main p a {
	color: #0b5e8a;
	font-weight: normal;
	text-decoration: underline;
}

div#main p a:hover {
	color: #333333;
	text-decoration: underline;
}

div#main td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
}




/* ---------------body link text--------------- */
	
div#main div#link {
	font-size: 11px;
	color: #666666;
	padding-left: 180px;
	line-height: 1em;
}

div#main td div#link p {
	line-height: 1.4em;
}

div#main td div#link p  a {
	color: #0b5e8a;
	font-weight: normal;
	text-decoration: underline;
}

div#main td div#link p a:hover {
	color: #333333;
	text-decoration: underline;
}


/* ---------------body link text [class]--------------- */
	
div#main .link {
	font-size: 11px;
	color: #666666;
	padding-left: 180px;
	line-height: 1.4em;
}


div#main .link a {
	color: #0b5e8a;
	font-weight: normal;
	text-decoration: underline;
}

div#main .link a:hover {
	color: #333333;
	text-decoration: underline;
}






/* ---------------list bullet--------------- */
	
div#main ul {
	list-style-image: url(../images/bullet.gif);
	padding-left: 18px;
}

div#main li {
	line-height: 1.4em;
}






/* ---------------top nav --------------- */

div#topNav {
	font-size: 10px;
	color: #999999;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 24px;
}

div#topNav a {
	color: #999999;
	text-decoration: none;
}

div#topNav a:hover {
	color: #0b5e8a;
	text-decoration: none;
}


/* ---------------left and right containers --------------- */

div#container {
	border: 20px solid #333399;
	width: 970px;
	background-position: center;
	z-index: auto;
	text-align: center;
}

div#container a {
	color: #888888;
	text-decoration: underline;
}

div#container a:hover {
	color: #A5C106;
	text-decoration: underline;
}

div#container .img {
	padding-top: 4px;
	padding-right: 6px;
}



/* ---------------footer --------------- */

div#footer {
	font-size: 10px;
	color: #888888;
	line-height: 1.8em;
	text-align: center;
}

div#footer a {
	color: #888888;
	text-decoration: none;
}

div#footer a:hover {
	color: #0b5e8a;
	text-decoration: underline;
}





/* ---------------sign off --------------- */

div#signoff {
	font-size: 10px;
	color: #888888;
	line-height: 1.8em;
}

div#signoff a {
	color: #999999;
	text-decoration: none;
}

div#signoff a:hover {
	color: #0b5e8a;
	text-decoration: underline;
}





/* ---------------topLink--------------- */

div#topLinks td{
	font-size: 10px;
	color: #6cafe4;
	line-height: 1.8em;
	vertical-align: bottom;
}

div#topLinks td a {
	color: #6cafe4;
	text-decoration: none;
}

div#topLinks td a:hover {
	color: #ffffff;
	text-decoration: none;
}



/* ---------------address--------------- */

div#address {
	font-size: 12px;
	color: #63a0d1;
	line-height: 2em;
	vertical-align: bottom;
}




/* --------------text styles --------------- */

.greenSub {
	font-weight: bold;
	color: #0b5e8a;
}

.magenta {
	color: #FF00FF;
}



/* --------------shopping panel text --------------- */

.shopHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0B5E8A;
	font-weight: bold;
}

a.shopHeadNav:link {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
	
a.shopHeadNav:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
	
a.shopHeadNav:hover {
	font-size: 10px;
	color: #0B5E8A;
	text-decoration: none;
}
	


/* --------------select product panel --------------- */	

div#productNav {
	width: 485px;
}

div#productNav td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFffFF;
}

div#productNav td a {
	color: #F2D79B;
	font-weight: bold;
	text-decoration: none;
}

div#productNav td a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


div#productNav2 {
	width: 485px;
}



div#productNav2 td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFffFF;
}

div#productNav2 td a {
	color: #F2D79B;
	font-weight: bold;
	text-decoration: none;
}

div#productNav2 td a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}





div#productResults td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFffFF;
}

div#productResults2 td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFffFF;
}



div#productView {
	color: #DE8D17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#productView a {
	color: #DE8D17;
	font-weight: bold;
	text-decoration: underline;
}

div#productView a:hover {
	color: #0B5E8A;
	font-weight: bold;
	text-decoration: underline;
}


div#productView2 {
	color: #DE8D17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#productView2 a {
	color: #DE8D17;
	font-weight: bold;
	text-decoration: underline;
}

div#productView2 a:hover {
	color: #0B5E8A;
	font-weight: bold;
	text-decoration: underline;;
}




/* --------------select product panel --------------- */	

div#selectProduct {
	display:block;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFffFF;
	height: 20px;
	width: 485px;
	background-color: #f2991b;
	padding-top: 4px;
	padding-left: 10px;
}

html>body div#selectProduct {
	width: 475px;
}



div#selectFeatured {
	display:block;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFffFF;
	height: 20px;
	width: 485px;
	background-color: #f2991b;
	padding-top: 4px;
	padding-left: 10px;
}

html>body div#selectFeatured {
	width: 475px;
}


/* --------------buy product panel --------------- */	

div#buyProduct {
	font-size: 10px;
	color: #777777;
	line-height: 1.3em;
}

div#buyProduct img {
	margin-right: 16px;
	margin-bottom: 2px;
}


div#buyProduct a.buy:link {
	color: #E49018;
	font-weight: bold;
	text-decoration: underline;
}
	
div#buyProduct a.buy:visited {
	color: #F2991B;
	font-weight: bold;
	text-decoration: underline;
}
	
div#buyProduct a.buy:hover {
	color: #0B5E8A;
	font-weight: bold;
	text-decoration: underline;
}




/* --------------select middle product panel --------------- */	

div#selectMiddle {
	font-size: 10px;
	color: #777777;
	line-height: 1.3em;
}

div#selectMiddle a {
	color: #777777;
	text-decoration: none;
}

div#selectMiddle a:hover {
	color: #0b5e8a;
	text-decoration: underline;
}



/* Pic margin bottom */

div#selectMiddle img {
	margin-bottom: 5px;
}



/* Buy button */

div#selectMiddle a.buy:link {
	color: #E49018;
	font-weight: bold;
	text-decoration: underline;
}
	
div#selectMiddle a.buy:visited {
	color: #F2991B;
	font-weight: bold;
	text-decoration: underline;
}
	
div#selectMiddle a.buy:hover {
	color: #0B5E8A;
	font-weight: bold;
	text-decoration: underline;
}




/* price */	


.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0b5e8a;
	font-weight: bold;
}



/* --------------featured middle product panel --------------- */	

div#featuredMiddle {
	font-size: 12px;
	color: #777777;
	line-height: 1.3em;
}

div#featuredMiddle a {
	color: #777777;
	text-decoration: none;
}

div#featuredMiddle a:hover {
	color: #0b5e8a;
	text-decoration: underline;
}




/* ----------------------------left and right panels---------------------------- */	


/* --------------top selling--------------- */	

div#topSell {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 172px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	color: #7e6129;
}


td html>body div#topSell {
	width: 152px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


td div#topSell a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7e6129;
	text-decoration: none;
}

td div#topSell a:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}



/* ----------payPal and where panels----------- */	

div#payPal {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 172px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	color: #666666;
}


html>body div#payPal {
	width: 152px;
}


div#paypal a {
	color: #0b5e8a;
	text-decoration: none;
}

div#payPal a:hover {
	color: #333333;
	text-decoration: underline;
}

/* ----------ad and where panels----------- */	

div#ad {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 172px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	color: #666666;
}


html>body div#ad {
	width: 152px;
}


div#ad a {
	color: #0b5e8a;
	text-decoration: none;
}

div#ad a:hover {
	color: #333333;
	text-decoration: underline;
}





/* ----------shoppingInfo----------- */	

div#shopinfo td{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	color: #ffffff;
}


html>body div#shopinfo td{
	width: 120px;
}


div#shopinfo td a {
	color: #ffffff;
	text-decoration: none;
}

div#shopinfo td a:hover {
	color: #ff0000;
	text-decoration: underline;
}





/* ----------featured product----------- */	

div#featured {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #ffffff;
}


html>body div#featured {
	width: 130px;
	text-align:center;
}



/* div#featured img {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}*/

div#featured a {
	color: #C7DBE9;
	text-decoration: none;
	font-size: 12px
}

div#featured a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.featured {
	color: #ffffff;
	font-size: 16px;
}



/* ----------special Offer----------- */	

div#offer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 172px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	color: #ffffff;
	text-align:center;
}


html>body div#offer {
	width: 152px;
}


/* div#offer img {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}*/

div#offer a {
	color: #0b5e8a;
	text-decoration: none;
}

div#offer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

/* -------------book panel-------------- */




a.buy {
	display:block;
	background-image: url(../images/buy_butNew.gif);
	height: 10px;
	width: 40px;
	background-position: 0px 0px;
}

a.buy:hover {
	background-position: 40px 0px;
}
#main hr {
	color: #CCCCCC;
}

