body {
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
 	font-size: small;
	margin: 0;
	padding: 0;
 	text-align: center; /* for IE */
 	background-color: #586c9a;
 	
 		
	background-image: url('../images/gradient.jpg');
 	background-repeat: repeat-x;

}

img {
	border: 0;	
}

a {
	color: #017;
}
a:hover {
	text-decoration: none;	
}
a:visited {
	color: #017;
}

div#header {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 970px;
}
div#everything {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
/*	min-width: 900px;*/
	width: 970px;
/**	border: 1px solid #c20032;
	border-top: 0;*/
}
h1{
PADDING: 0;
MARGIN: 0;
font-size: 12px;
}
/************
 * Menu bar *
 ************/
div#menubar {
	border-bottom: 10px solid #c20032; /*#b1103c; 3e1340*/
	padding: 10px;
	height: 85px;
	background-color: #2b3549; /*#eaeddb; /*#fff;*/
 	background-image: url('../images/bgberries.png');
}

	img#logo {
		border: 0;
		position: absolute;
/*		left: 0;*/
		top:22px;
	}
	
	img#newlogo {
		border: 0;
		position: relative;
		top: -6px;	
		left: 10px;	
	}
	
	#tabs {
		float: right;
		position: relative;
		bottom: -58px;
		height: 47px;
	}
	
	#tabs li { vertical-align: middle; }
	
	#tabs a {
		color: #fff;
		display: block;
		float: left;
		height: 25px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;

		width:80px;
		margin-right: 0px;
		padding-top: 12px;
		padding-left: 2px;
		background-image: url(../images/tab.png);
		border-bottom: 10px solid #c20032;
	}
	
	#tabs a:hover { border-bottom: 10px solid #000; /*#6c6;*/ }
		
/***************************
 * Content below menu tabs *
 ***************************/
table {
	border: 0;
	border-collapse: collapse; 
	padding: 0;
	width: 100%;
}

tr {
	margin: 0;
	padding: 0;
	border: 0;
}
	
td {
	margin: 0;
	padding: 0;
	border: 0;	
	
	vertical-align: top;
}

table#contentTable {
	border: 1px solid #c20032;	
	border-top: 0;
}
		
		/***********
		 * Submenu *
		 ***********/
		table#contentTable td#submenu {
			background-color: #fff;
			vertical-align: top;
			padding: 10px 20px 10px 20px;
			width: 140px;
		}		
		
			table#contentTable td#submenu h3 {
				background-image: url(../images/header_bg.png); 
				font-size: small;
				width: 130px;
				height: 30px; 
				line-height: 28px;
				color: #fff;
				padding: 5px;
				margin-top: 10px;
				text-align: center;
				font-weight: bold;
			}
			
			table#contentTable td#submenu h5 {
				text-align: left;
				font-size: x-small;
				color: #414;
				text-transform: uppercase;	
				margin-bottom: 2px;
			}
			
			table#contentTable td#submenu ul {
				margin-left: 25px;
				padding: 0;
				margin-bottom: 25px;
			}
			
			table#contentTable td#submenu li {
				margin-bottom: 5px;
			}
						
			table#contentTable td#submenu a {
				font-weight: bold;
			}
			
			table#contentTable td#submenu p {
				text-align: center;	
			}
					
		/****************
		 * Main content *
		 ****************/
		table#contentTable td#content {
			background-color: #fff;
/*			padding: 10px;*/
			padding-right: 20px;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-right: 0;
			color: #000;
			vertical-align: top;
		}
			table#contentTable td#content h3,h2 {
				border-bottom: 2px solid #444;
				color: #444;
				padding-bottom: 5px;	
				margin-top: 5px;
				padding-top: 0;
			}
			table#contentTable td#content img.articlePhoto {
				display: block;
			    margin-left: auto;
			    margin-right: auto;
			    margin-top: 20px;
			    margin-bottom: 20px;
			    border: 1px solid black;
			}
			table#contentTable td#content li {
/*				display: block;*/
			    margin-top: 20px;
			    margin-bottom: 20px;
			}
			table#contentTable td#content ul.singlespace li {
				margin-top: 5px;
				margin-bottom: 5px;
			}
			table#contentTable td#content p {
				margin-bottom: 20px;
				text-align: justify;
			}
			table#contentTable td#content p.nojustify {
				text-align: left;
			}
			table#contentTable td#content p.footnote {
				font-style: italic;
			}
			
		
		div.articlePreview {
			border:1px solid #ddeedd;
			padding:0;
			margin-bottom: 10px;
		}
			div.articlePreview p.title {
				font-weight:bold;	
				background-color: #ddeedd;
				padding: 10px;
				margin: 0;
			}
			div.articlePreview p {
				margin: 10px;	
			}
			div.articlePreview p.description {
				font-style:italic;	
			}
			
		div.productBox {
			background-color: #fcfcfc;
			border: 1px solid #333;
			padding: 0 10px 10px 10px;
		}
			div.productBox td {
				text-align: center;	
			}
		
			div.productBox h4 {
				font-size: large;
				text-align: center;
			}
			
			div.productBox div.price {
				color: #911;
				font-weight: bold;	
				font-size: medium;
				display: block;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 20px;
			}

			.oldPrice {
				text-decoration: line-through;
			}
			
			div.productBox table {
				border: 0;
				border-collapse: collapse; 
				width: 100%;
			}
			
			div.productBox table td {
				vertical-align: middle;	
			}
			
			div.productBox table td p {
				margin-left: 20px;	
				margin-right: 20px;
			}
			
			div.productBox table td.description {
				vertical-align: top;
				text-align: left;	
			}
			
			div.productBox h5 {
				text-align: left;
				font-size: small;
				color: #414;
/*				text-transform: uppercase;	*/
				margin-bottom: 0px;
			}
		
		/**************
		 * Info boxes *
		 **************/
		table#contentTable td#infoBoxes {
			background-color: #fff;
			padding: 0px 10px 10px 0px;
			color: #000;
			vertical-align: top;
			text-align: center;
			width: 220px;
		}

		table#contentTable td#infoBoxes li {
			text-align: left;
			margin-bottom: 10px;
		}
		
		div.specialOffer {
			background-color: #ece7ff; /*#efefe1;/*#dbdef0;*/
			margin-top: 20px;
			margin-right: 10px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		
		div.specialOffer h3 {
			font-size: small;
			margin-top: 0;
			margin-bottom: 0;	
		}
		div.specialOffer p {
			margin: 10px;
		}
		div.specialOffer li {
			margin-right: 10px;	
		}
		
		div.specialOffer a {
			font-weight: bold;	
		}
		
		.roundtop { 
			background: url(../images/roundedcorners/tr.gif) no-repeat top right; 
		}
		
		.roundbottom {
			background: url(../images/roundedcorners/br.gif) no-repeat top right; 
		}
		
		img.corner {
		   width: 15px;
		   height: 15px;
		   border: none;
		   display: block !important;
		}
		
		quotation {
			font-style: italic;	
		}

/*************
 * Copyright *
 *************/
div#copyright {
/*	border-top: 2px solid #c20032; /*#b1103c;*/
/*	background-color: #fff;*/
	text-align: center;
	color: #000;
	font-size: x-small;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}




