/* CSS Document */

body{
	background-color:#7B6B50;
	background-image:url("images/background.gif");
}

.subheadermenu{
	border:4px solid #D9CAB2;
	background-color:#C6B699;
	color: #F5F0E0;
	font-family:Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding:2px;
	margin-bottom:15px;		
	width:700px;
	text-align:center;
	text-decoration: none;	
	vertical-align:middle;	
}

/* index buttons ********/

.divider{
	height:10px;
}

.buttonTable{
	background-color:#E7D7BD;
	border:1px solid #D8C9B2;
	border-spacing:0px;	
}

.buttonTable td{
	background-image: url("images/cardBack.gif");
	padding:4px;
	width:270px;
	text-align:left;
	color: #726544;
	font-size: 12px;
	font-family:Arial, sans-serif;
}

/* other ********/

a{
	text-decoration:none;
	color: #726544;
}

a:hover{
	text-decoration:underline;
}

.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #F5F0E0;
	font-weight: bold;
}

.smallStyle {
	color: #D9CAB2;
	font-size: 12px;
	text-align:center;
}

.aboutPage{
	background-image:url(images/aboutbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:42px 10px 10px 10px;
	height:290px;
}

.labelFont {
	color: #726544;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.descFont {
	color: #726544;
	font-size: 14px;
}

/* page items ********/

.boxIcon{
	float:left;
	margin-top:4px;
}

.boxTitleUnderline{
	width: 150px;
	border-bottom:1px solid #C6B699;
	margin-top:18px;
	float:left;
	font-family:Arial, sans-serif;
	font-size: 20px;
	color: #726544;
}

.boxText{
	margin:37px 10px 0px 10px;
}

a.boxTitle:link, a.boxTitle:visited, a.boxTitle:active{
	font-family:Arial, sans-serif;
	font-size: 20px;
	color: #726544;
}

.itemTable{
	padding:12px;
}

.itemBox{
	background-image: url("images/cardBack.gif");
	text-align:left;
	border: 6px solid #D8C9B2;
	color: #726544;
	font-size: 14px;
	padding:5px 5px 12px 5px;
	width:490px;
}

.downloadButtons{
	margin-top:5px;
	margin-right:6px;
	float:right;
}

.priceText{	
	border: 1px solid #CEBCA2;
	height:28px;
	padding-top:6px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;	
	color: #146A00;
	font-size: 16px;
	margin-top:8px;
	margin-right:5px;
	float:right;
	background-color:#E2D1B6;
}
