body
{
	margin: 0;
	padding: 0;
	
	background-color: #CCCCCC;
	
	/* To center the internal container div, set text-align to center */
	text-align: center;
}

/* Container is for top-level div */
#container
{
	background-color: white;
	
	/* Fixed width */
	width: 760px;
	
	/* Give the 1 pixel border */
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

	
	/*  Set the margins to auto to center this div */
	margin-left: auto;
	margin-right: auto;
	
	/* Set the default line height and font info */
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	line-height: 25px;

}

#header p
{
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}



#header p a {
	color: #999999;
	font-size: 30px;
	padding-left: 40px;
	text-decoration: none;
}

#header .returnHomeLink
{
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 0px;
}

#header .returnHomeLink a
{
	color: #999999;
	font-size: 12px;
	padding-left: 20px;
	text-decoration: none;
}

/*  Primary h1 */
#header h1{
	color: black;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	float: left;
	line-height: 40px;	
	margin-bottom: 0px;	
	padding-bottom: 0px;
	padding-left: 20px;
	
	
	/* Specify a width so the line breaks */
	width: 480px;
}

#header .headerText
{
	padding-left: 20px;
	padding-right: 20px;	
}

/* Right side header */
#header .right
{
	float: right;
	text-align: right;
}

/* Green Bar Master div */
.greenbar
{
	background-image: url(images/greenbar_bg.png);
	height: 37px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float:none;
	clear: left;
}

/* Large bar */
.largebar
{
	width: 390px;
	padding-left: 15px;
	clear:left;
}

/* Short bar */
.shortbar
{
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

/* Green bar content */
.greenbar .content
{
	float:left;
	padding: 0px;
	font-size: 20px;
}

.greenbar .content a
{
	padding: 5px;
	color: black;
	display: block;
}

/* Green bar right */
.greenbar .right
{
	background-image: url(images/greenbar_bg_right_curve.png);
	height: 37px;
	width: 10px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.greenbar .left
{
	background-image: url(images/greenbar_bg_left_curve.png);
	height: 37px;
	width: 10px;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
}
#content
{
	clear: both;
	color: #666666;
}

#content p
{
	padding-left: 20px;
	padding-right: 20px;
}

.halfbox
{
	width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
}

.halfbox p span
{
	color: #666666;
	font-size: 30px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#products .thumbnailLink
{	
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	height: 12px;
}

#products .thumbnailLink a
{
	text-align: center;
	color: #0000FF;
}

#products
{
	clear: both;
	background-image: url(images/1px_lightgray.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#products img
{
	border: 3px solid #999999;
}

#products h2
{
	font-size: 22px;
	text-align: left;
	clear:left;
	margin-top: 23px;
	padding-left: 20px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	
}

#products .halfbox
{
	text-align: center;
	width: 350px;
}

#products p
{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}



#products .shortbar .content
{
width: 92%;
}

.rightHalfText
{
	padding-left: 0px;
}

#footer
{
	font-size: 20px;
	color: #666666;
	text-align: center;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#footer a
{
	color: #0000FF;
}

.clearfix
{
	clear: both;
}

#cart
{
	padding-left: 20px;
	padding-right: 20px;
}

#cart hr
{
	clear: both;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 90%;
	text-align: center;
	margin-bottom: 20px;
}

#cart .cartItem
{
	clear:both;
	width: 100%;
}

#cart .cartItem .description
{
	float: left;
	width: 470px;
}

#cart .cartItem  .description h2
{
	color: black;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

#cart .cartItem .description p
{
	line-height: 20px;
}


#cart .cartItem .imageContainer
{
	float:left;
	padding-right: 20px;
}

#cart .cartItem .imageContainer img
{
	border: 2px solid #999999;
	
}

#cart .cartItem .quantity
{
	margin-top: 0px;
	padding-top: 0px;
	float:right;
	text-align: center;
}

#cart .cartItem .quantity p
{
	margin-top: 0px;
	padding-top: 0px;
	color: black;
	font-size: 20px;
}

#cart .cartItem .quantity select
{
	font-size: 20px;
	border: 1px solid #999999;
	background-color: #99ff99;
}

#costs
{
	float: right;
	width: 300px;
}

#costs .greenbar
{
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	width: 265px;
	margin-top: 10px;
}

#costs .greenbar .content
{
	width: 245px;
	text-align: center;
}

#costs table
{
	width: 100%;
	font-size: 20px;
}

#itemCost
{
	text-align: right;
}
#shippingCost
{
	text-align: right;
}
#totalCost
{
	text-align: right;
}

.cartItem .description .price
{
	padding: 2px;
	margin: 0px;
}

#developedBy
{
	font-size: 12px;
}