
/*Attributes for the body tag, note this is not a class*/
body 
{
  background-color:#f0f4ff;
  font-family: Garamond, arial, verdana, sans-serif;
  text-align:center;
}

/*Page Attribute Used as the primary container for the page content*/
.page 
{
  width:850px;
  height:700px;
  text-align:left;
  font-size:12px;
  background-color:#FFFFFF;
  }

/*This is the header that contains the logo for the site*/
.header 
{
	width:850px;
	height:85px;
	border: dashed 1px #981919;
	color:#0000FF;
	background: #FFFFFF url(images/general/thread-head.gif) top right repeat-horizontal;
}

.header_border
{
	border: dashed 1px #000099;
	padding:2px;
}

/*This is the top navigation bar*/
.nav 
{
	width:856px;
	padding:0px;
	text-align:right;
	color:#981919;
	font-family:Garamond;
	font-weight:bold;	
	background-color:#f0f4ff; 
}
.navfooter 
{
	width:850px;
	padding:0px;
	text-align:center;
	color:#981919;
	font-family:Garamond;
	font-weight:bold;	
	background-color:#f0f4ff; 
}
.pageheader 
{
	text-align:left;
	color:#981919;
	font-family:Garamond;
	font-weight:bold;
	font-size:18;	
}
.tableheader 
{
	text-align:center;
	color:#000099;
	font-family:Garamond;
	font-weight:bold;
	font-size:16;
	text-decoration:underline;
}
.fieldheader 
{
	text-align:center;
	color:#981919;
	font-family:Garamond;
	font-weight:bold;
	font-size:14;	
}
.summaryheader 
{
	color:#981919;
	font-family:Garamond;
	font-weight:bold;
	font-size:14;
	text-align:left;	
}
/*This is the left navigation bar*/
.navleft
{
	float: left;
	width: 120px;
	height:700px;
	margin:1px;
	padding-top:0px;
	padding-left:3px;
	padding-right:3px;
	font-family:Garamond;
	font-weight:bold;
}

.block
	{
	left:250px;
	top:150px;
	width: 500px;
	margin:0px;
	border:solid 0px #981919;
	padding:0px;
	}
.block_pay
	{
	left:290px;
	top:150px;
	width: 500px;
	margin:0px;
	border:solid 0px #981919;
	padding:0px;
	}
.block_1
	{
	float: left;
	width: 200px;
	margin:3px;
	border:solid 1px #981919;
	padding:3px;
	}
.block_2
	{
	float: left;
	width: 200px;
	margin:3px;
	border:solid 1px #981919;
	padding:3px;
	}
.block_3
	{
	float: left;
	width: 200px;
	margin:3px;
	border:solid 1px #981919;
	padding:3px;
	}
	.block_4
	{
	float: left;
	width: 19%;
	margin:1px;
	border:solid 1px #981919;
	padding:2px;
	}

/*Following are the color controls for the left navigation buttons working from top to bottom*/
.navleftitem1
{
	height:60px;
	border:outset 5px #f0f4ff;
	margin-top:0px;
	text-align:center;
	background-color:#F4F584;	
}
.navleftitem1text
{
		margin-bottom:-4px;	
}
.navleftitem1img
{
	
}

.navleftitem2
{
	height:60px;
	border:outset 5px #f0f4ff;
	margin-top:5px;
	text-align:center;
	background-color:#AFC9E2;	
	font-size:11px;
}
.navleftitem2text
{
		margin-bottom:-3px;	
}
.navleftitem2img
{

}

.navleftitem3
{
	height:60px;
	border:outset 5px #f0f4ff;
	margin-top:5px;
	text-align:center;
	background-color:#99FF99;	
}
.navleftitem3text
{
		margin-bottom:-3px;	
}
.navleftitem3img
{

}

.navleftitem4
{
	height:60px;
	border:outset 5px #f0f4ff;
	margin-top:5px;
	text-align:center;
	background-color:#FF99CC;	
}
.navleftitem4text
{
		margin-bottom:-3px;	
}
.navleftitem4img
{

}

.content_border
{
	width:100%;
	border: dashed 1px #000099;
	padding:2px;
}

/*This is the primary body content*/
.content 
{
	width:100%;
	border: dashed 1px #981919;
	padding-top:3px;
	
}

/*These are site wide pseudo classes used to control link presentation*/
a:link {color: #981919; text-decoration:none; font-size:13px; font-family:Cursive}
a:visited {color: #981919; text-decoration:none; font-size:13px; font-family:Cursive}
a:hover {color: #981919; text-decoration:none; font-size:13px; font-family:Cursive}

a:link.img {color: #FFFFFF; text-decoration:none}
a:visited.img {color: #FFFFFF; text-decoration:none}
a:hover.img {color: #FFFFFF; text-decoration:none}

/*Home Page*/

/*.index_items_container
{
	position:absolute;
	width:90%;
	top:290px;
	left:1500px;
	border:solid 2px black;
}
.index_items
{
	
	float:right;
	width:auto;
height:100%;	
	margin:5px;
	border-style:solid;
	border-width:1px;
}*/

.head
{
	color: #981919; 
	text-decoration:none; 
	font-size:13px; 
	font-family:Cursive;
	font-weight:bold;
}

p.index_items
{
	width:18%;
}

b.contact_blue
{
	color:003399;
	font-weight:bold;
}

/*The following tags are used to control the form tags on the order page*/
.label
{
	font-style:italic;
}

.legend
{
	font-style:normal;
	font-family:Garamond;
	font-weight:bold;
	color:#981919;
	font-size:14;
	text-decoration:underline;
	padding-bottom:1px;
}
.fieldset
{
	
	width:650px;
	border-color:#000099;
	border-width:2px;
	border-style:solid;
	padding:1px;
}
.embroideryset
{
	width:630px;
	border-color:#981919;
	border-width:2px;
	border-style:dashed;
	margin:5px;
	padding:3px;
	
}
/*This class is used for the paragraph tags it is used on the contact page*/ 
	

p.center_bold
{
	text-align:center;
	font-weight:bold;
}

.label
{
	color:#000000; 
	text-decoration:none; 
	font-size:14px; 
	font-family:Garamond;
	font-style:normal;
	font-weight:bold;
}
.button
{
	color:#981919;
	font-size:14px; 
	font-family:Garamond;
	font-style:normal;
	font-weight:bold;
	width:auto;
	margin-top:20px;
	background-color:#FFFFFF;
}

.order_summary
{
	color:#000000; 
	text-decoration:none; 
	font-size:12px; 
	font-family:Garamond;
	font-style:normal;
	
}