/* CSS Document */
html {
	height:100.1%;
}
body {
	margin:0px;
	padding:0px;
	cursor:default;
	background:#FFFFFF;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100.1%;
}
h1, h2, h3, h4, h5, h6 {
	margin:8px 0px;
}
h1 { font-size:30px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:14px; }

a { color:#446c00; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px none; }
form { margin:0px; padding:0px; }
p { margin:10px 0px; }

ul {
	margin-top:15px;
	margin-bottom:15px;
}

/* layout */
#wrapper {
	margin:0px auto 0px auto;
	width:906px;
	}
#header {
	clear:both;
	background:#ffffff;
	padding:5px 0px 10px 0px;;
}
#header .logo {
	float:left;
	width:342px;
	height:104px;
	background:url(images/logo.jpg) no-repeat top left;
	line-height:100px;
	overflow:hidden;
	margin-right:5px;
}
#header .banner {
	width:551px;
	height:120px;
	background:url(images/banner.gif) no-repeat top left;
	line-height:100px;
	overflow:hidden;
}

#nav {
	/*clear:both;background:url(images/menu_bg.jpg) no-repeat left;*/
	/*background:#990000;*/
	width:906px;
	height:54px;
}
#nav ul {
	margin:0px;
	padding:20px 0px 0px 0px;
	list-style:none;
}
#nav ul li {
	float:left;
	margin:0px;
	padding-left:60px;;
	text-align:center;
	color:#EFEECF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:13px;	
	font-weight:bold;
}
#nav ul li a {
	padding:0px;
	margin:0px;
	color:#EFEECF;
	text-decoration:none;
}
#nav ul li a:hover {
	padding:0px;
	margin:0px;
	color:#E1DFAF;
	text-decoration:none;
}
#nav ul li a:active {
	padding:0px;
	margin:0px;
	color:#EFEECF;
	text-decoration:none;
}
#nav ul li a.selected {
	color:#EFEECF;
}	


#menu_right {
    clear:both;
	height:20px;
	padding:4px 20px ;
	float:right;
}
#menu_right a {
	color:#446c00;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 5px;
}
#menu_right a:hover{
	color:#446c00;
	text-decoration:underline;
	margin:0px 5px;
}

#content {
	clear:both;
	border:1px solid #FFFFFF;
}
#matter {
	float:right;
	width:686px;
	margin:8px;
	
}
#matter p {
	margin:0px;padding:5px;	
 	color:#446c00;
	/*font-weight:bold;*/
 }
#matter h6{
 	color:#446c00;
	padding:0px;margin:0px;
 }
#matter .holder-top{
 	background:url(images/holder_top.gif) no-repeat top;
	width:685px;height:11px;overflow:hidden;
 }
#matter .holder-mid{
 	background:url(images/holder_middle.gif) repeat-y;
	width:685px;
 }
#matter .holder-bottom{
 	background:url(images/holder_footer.gif) no-repeat top;
	width:685px;height:11px;
 }

#matter h5 {
 	color:#FFFFFF;font-size:11px;
	margin:0px auto 5px 8px;padding:0px;
 }
#sidebar {
	float:left;
	width:188px;
	margin:4px 2px;
	background:#eeeeee;
}

#sidebar .left_curve_fst{
	background:url(images/left_button_top.png) no-repeat left;
	width:9px; height:30px;
	float:left;
}
#sidebar .right_curve_fst{
	background:url(images/right_button_top.png) no-repeat right;
	width:10px; height:30px;
	float:left;
}
#sidebar .left_curve{
	background:url(images/left_button.gif) no-repeat left;
	width:9px; height:30px;
	float:left;
}
#sidebar .mid_line{
	background:url(images/button_bg.gif) repeat-x left; height:30px;
	float:left;
	width:169px;
}
#sidebar .right_curve{
	background:url(images/right_button.gif) no-repeat right;
	width:10px; height:30px;
	float:left;
}
#sidebar .mid_line h6{
	padding:0px;margin:0px;
	color:#FFFFFF;
	padding-top:6px;
	}
#sidebar .container {	
	padding:5px;
}
#footer {
	clear:both;
	color:#446c00;
	font-size:10px;
	padding:5px;
	border-top:1px solid #446c00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*Copy stylesheet From Style.css file The default One/ */
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #2AABE4;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fff;
  color: #2AABE4;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background:#8CC544;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background:#fff;
 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.infoBox {
  background: #8CC544;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
/*Blue: #2AABE4   Green:#8CC544*/