/* CSS Document */

body,td,th, input, option, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #d4cbb9;
	background-image: url(images/backgroundTile2.jpg);
	margin-top: 40px;

}

a:link {
	color: #BF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF0000;
}
a:hover {
	text-decoration: underline;
	color: #8a0000;
}
a:active {
	text-decoration: none;
	color: #8a0000;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-top:0em;
	margin-bottom:.3em;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin-top:.6em;
	margin-bottom:.4em;
}
	
#container {
	width:742px;
	margin:auto;
}

#subContainer {
	width:724px;
	background-color:#FFFFFF;
	padding:9px 9px 9px 9px;
	float:left;
}

#bottomContainer {
	width:724px;
	background-image:url(images/bottomBGtile.gif);
	float:left;
}

#bottomContainer2 {
	width:724px;
	background-image:url(images/backgroundCatTile.gif);
	float:left;
}

#leftContainer {
	width:304px;
	float:left;
	background-color:#560001;
}

#rightContainer {
	width:420px;
	float:left;
}

	#homePresident {
		width:232px;
		height:359px;
		float:left;
		border: 1px #cecdd0 solid;
		background-image:url(images/backgroundPresident.jpg);
		color:#3f3127;
	}
	
	#homeGiftOptions {
		width:153px;
		height:329px;
		float:right;
		padding:15px;
		border: 1px #cecdd0 solid;
		background-image:url(images/backgroundGiftBox.jpg);
		color:#47372c;
		font-size:11px;
	}

	#catalogMain {
		width:473px;
		float:left;

	}
	
	#catalogContent {
		width:441px;
		float:left;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:15px;
		padding-right:15px;
	}
	
		#catalogThumbs {
			float:left;
			width:145px;
		
		}
		
		#catalogText {
			float:left;
			width:290px;
		
		}
	
	#catalogRight {
		width:220px;
	
		float:right;
		padding:15px;
		color:#3E1616;		font-size:11px;
	}
	
	#content {
		width:388px;
		border: 1px #cecdd0 solid;
		padding:15px;
		background-image:url(images/backgroundContent.jpg);
		
	}
	
	.lineheight {
		line-height:19px;
	}
	
	
.producttable td {
	padding: 1px 6px 1px 0px;
}