@charset "UTF-8";
tr {
	font-size: 80%;
}

#ProductDetailsImage {
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a img { /* this rule removes the default border on any image that is linked */
	border: none;	
}


/* ~~~~~~~~~~~~~~~ CONTAINER STYLES ~~~~~~~~~~~~~~~ */
#container {
	width: 945px;  /* this is the width of the main slice minus the 9px of padding on each side */
	background: #FFF url(../images/container_back.jpg) repeat-y; /* repeat-y causes the image to repeat vertically */
	padding-left: 9px; /* due to the box model, this must be added to the width to create the width of the slice */
	padding-right: 9px; /* due to the box model, this must be added to the width to create the width of the slice */
	padding-bottom: 15px; /* this creates a little white space before the close of the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* ~~~~~~~~~~~~~~~ HEADER STYLES ~~~~~~~~~~~~~~~ */

#action {
	float: right;
	color: #FEF8EA;
	font-size: 160%;
	line-height: .8; /* this keeps the space around the call to action from pushing the navigation down when text size is increased */
	padding-right: 40px; /* don't use margin as it can cause the doubled float margin bug in IE */
	margin-top: 40px; /* this adjusts the positioning of the call to action in the header */
}	
/*#navlist {
	background: #787B6E url(../images/nav_bar.jpg) repeat-x left top;  this image begins the gradient for the nav bar, and thus, is positioned at the top of the div -- the color used is sampled from the very bottom of the gradient image -- to make a seamless transition if the text is larger than anticipated 
}*/




/* NOTE: sidebar1 navigation is contained in the SpryMenuBarVertical.css file */






#FeaturedCallout {
	margin: 22px;
	width: 800px;
	position:relative;
}
#FeaturedCallout .description  {
	float:left;
	margin-left: 20px;
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	vertical-align: middle;	
	 
}
#FeaturedCallout .image{
	margin: 20px;
	width:400px;
	float: left;
}
#FeaturedCallout a {
float:left;
	margin-left: 10px;
}
#sidebarContent {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#sidebarContent h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -5px;
}

/* ~~~~~~~~~~~~~~~ MISCELLANEOUS CLASSES ~~~~~~~~~~~~~~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ~~~~~~~~~~~~~~~~~~ Contact Form Styles ~~~~~~~~~~~~~~~~~~~~~~~ */

.contactform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dotted gray;
height: 1%;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 250px;
height: 150px;
}


#sidebarCartLinks {
	font-size: 12px;
	width: 160px;
}
