/* CSS Document */

html 
{
    height:100%;
}

body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10pt;
	/*background-image:url(images/photofettibg.jpg);
	background-repeat:repeat-x;
	background-position:0px 135px;*/
	background-image:url(images/dottedbg.jpg);
	background-color: #77cbe7;
	margin:0;
	display:block;
	height:100%;
	}
	
#topbar {
	width:100%;
	height:23px;
	background-color:#CCCCCC;
	background-image:url(images/stripe1.png);
	background-repeat:repeat;
	border-bottom:1px solid #666666;
	}
	
	
#header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#A0D168;
	background-image:url(images/logo2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:1px solid #666666;
	}

#headercontent {
	width:750px;
	height:130px;
	margin-bottom:0px;
	background-image:url(images/headergradient_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
	
#headercontent a.LogoLink {
    position: absolute;
	display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 135px;
}


#headercontent a.LogoLink h1
{
    display: none;
}
	

#headercart {
	width:700px;
	position:relative;
	top: -22px;
	left:0px;
	float:right;
	text-align:right;
	font-size:10pt;
	background:none;
	}
	
#headernav a {
	text-decoration:none;
	color:#0066CC;
	font-weight:bold;
	}
	
#headernav a:hover {
	text-decoration:underline;
	color:#CC3366;
	}
	

#headernav {
	width:480px;
	position:relative;
	top: 75px;
	left:0px;
	float:right;
	text-align:right;
	font-size:9pt;
	}
	
		
#maincontent {
	width:750px;
	background-color:#FFFFFF;
	
	padding-top:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #666666;
	border-top:none;
	position:relative;
	}
	
#content {
	
	width:710px;	
	position:relative;
	margin-left:20px;
	margin-right:20px;
	height:100%;
	padding-bottom:0px;
	

}

#content h1 {
	color: #000000;
	font-size:26pt;
	margin-top:20px;
	
	}
	
#content h2 {
	color:#333333;
	font-size:14pt;	
	}

#content h3 {
	color:#666666;
	font-size:13pt;	
	}
	
	
#verybottom {
	width:100%;
	height:20px;
	margin-top:-20px;
	/*background-color:#00FFFF;
	background-image:url(images/stripe1.png);
	background-repeat:repeat;*/
	position:relative;
	bottom:0px;
	text-align:center;
	font-size:9pt;
	/*border-top:1px solid #666666;*/
	
	}
	
a {
	text-decoration:underline;
	color:#0066CC;
	}
	
a:hover {
	text-decoration:none;
	color:#CC3366;
	}
	
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:0;
	}
	
table.partnerList td {
	padding-bottom:15px;
	border-bottom:thin dotted #CCCCCC;
	padding-top:10px;
}

table.faq td {
	padding-left:5px;
	border-right:thin dotted #CCCCCC;
}

table.productMatrix td {
	border-right:1px solid #999999;
	padding-right:2px;
}
table.productMatrix td {
	border-bottom:1px solid #999999;
	padding-top:2px;
}
table.productMatrix tr.datacellone {
	background-color: #ffffff;
}
table.productMatrix tr.datacelltwo {
	background-color: #cccccc;
}
/* Feedburner styles */
div.feedburnerFeedBlock {
	width:100%;
	}

div.feedburnerFeedBlock p.date {
		color: #666;
		margin-top:.2em;
		margin-bottom:.2em;
		}
	div.feedburnerFeedBlock ul li div {
		display: inline;
		}
	div.feedburnerFeedBlock span.headline a {
		font-weight: bold;
		font-size: 1.2em;
		color: #BC2572;
		}
	div.feedburnerFeedBlock ul li {
		margin-bottom: 2em;
		padding-left: 0;
		text-indent: 0;
		margin-top:0em;
		
		}
	div.feedburnerFeedBlock ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.AJAXUpload {
	padding:10px;
	border:0px solid #B5C7DE;
	
	}
	
	.HelpBox {
		background-color:#FFFFCC;
		border:3px solid #0066CC;
		padding:10px;
		}
		
.gvCart {}
    .gvCart .cartHeader th{border-right:solid 1px #fff; background-color:#eee;}
    .gvCart .cartFooter{text-align: right; background-color:#eee; font-weight: bold;}
    .gvCart .cartAlterRow td{border-bottom: dotted 1px #eee;}
    .gvCart .cartRow td{border-bottom: dotted 1px #eee;}
    .gvCart .smtxt{font-size: .7em; color:#3babd1;}
    .gvCart .desc{margin-bottom: 5px;}
    .gvCart input, .txtPrice{text-align: right;}
.cartTotal{text-align: center; background-color:#eee; font-weight: bold;}

.deliveryOptionsContainer{margin-top: 20px;}
