/*/ ----- Core Layout Styles ----- /*/
body
{
	font-family :  Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('/Media/Layout/test2.png');
	background-repeat: repeat-x;
	background-color: #FFDC52;
}
div.BackgroundRepeat {
	background-image: url('/Media/Layout/content_vert_slice.png');
	background-repeat: repeat-y;
	width: 930px;
	padding: 0;
	margin: 0 auto;
}
table.Main 
{
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 0;
	background-image: url('/Media/Layout/header_background.png');
	background-repeat: no-repeat;
}
table.Main td.Content {
	padding: 10px 0 0 0;
	margin: 0;
	position: relative;
	vertical-align: top;
}

table.Main td.Footer
{
	background-image: url('/Media/Layout/footer.png');
	background-repeat: no-repeat;
	color: #000;
	vertical-align: center;
	text-align: center;
	padding-top: 20px;
}
div.Footer
{
	position: relative;
	top: -15px;
	color: #000;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}
table.Main td.Footer a
{
	font-size: 11px;
	color: #0000C2;
	text-decoration: none;
}
table.Main td.Footer a:hover
{
	color: #0000C2;
	text-decoration: underline;
}
table.LeftNav
{
	width: 130px;
}
table.LeftNav td
{
	padding: 0px 0px 0px 5px;
	font-size: 15px;
}
table.LeftNav td a
{
	color: #0000C2;
	font-weight: bold;
	text-decoration: none;
}
table.LeftNav td a:hover
{
	color: #0000C2;

}
a
{
	color: #0000C2;
	text-decoration: none;
}
a:hover
{
	color: #0000C2;
	text-decoration: underline;
}

a.Bold
{
	color: #0000C2;
	text-decoration: none;
	font-weight: bold;
}

a.Bold:hover
{
	color: #0000C2;
	text-decoration: underline;
}

a.Nav {
	color: #993366;
	line-height: 20px; 
	font-size: 15px;
}

a.Nav:hover {
	color: #0000C2;
}


/*/ ---------- Main Content Styles ---------- /*/

/*/ Item Display /*/
table.Display
{
	font-size: 12px;
	background-image: url('/Media/Layout/item_background_slice.png');
	background-repeat: repeat-y;
	width: 750px;
}
table.Display td
{
	width: 245px;
	padding: 0px 0px 8px 5px;
}
table.Display img, table.Display a {
	border: none;
}
/*/ Item Display Div /*/
table.Content td {
	background-image: none;
}
/*/ Header Styls /*/
h1
{
	color: #99CCFF;
	padding: 0px;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
h2
{
	color: #993366;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 16px;
}
h3
{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 23px;	
}
/*/ Notes /*/
.Note
{
	font-size: 10px;
	color: #777;
}

/*/ Cart Tables /*/
table.Cart 
{

	width: 100%;
	margin-bottom: 10px;
}
table.Cart td
{
	vertical-align: top;
}
table.Cart td h2
{
	margin: 0px;
	padding: 0px;
	color: #993366;
	font-size: 16px;
}
/*/ Order tables /*/
table.Order 
{
	width: 100%;
	margin-bottom: 15px;
}
table.Order tr.Dark
{
	background-color: #E8F0F3;
}
table.Order th
{
	border-bottom: 1px solid #000;
	text-align: left;
}
table.Order td
{
	border-bottom: 1px solid #000;
	padding-left: 5px;
}
table.Order td.BorderLeft
{
	border-left: 1px solid #000;
}
table.Order td.BorderRight
{
	border-right: 1px solid #000;
}
table.Order td a
{
	color: #1B6F87;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
table.Order td a:hover
{
	color: #0000C2;
}
/****************************************/
table.InputField
{
	margin: 10px;
	border: 0px;
}
table.InputField td
{
	padding: 4px;
	border: 0px;
}
table.InputField th
{
	border: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
table.InputField span.Small
{
	font-size: 10px;
}
table.InputField input, textarea, select
{
	background-color: #FFFBCC;
	
}
/****************************************/
/*/ NumberTitle span moves the text to the left of the nuber bubble up to better align it. /*/
span.NumberTitle
{

}
/*/ "Buttons" adds style to the button images and the surounding div in the product display /*/
div.Buttons 
{
	clear: both;
	text-align: center;
}
div.Buttons img
{
	border: 0;
}
/*/ Button inputs /*/
input.RedSmall
{
	font-size: 12px;
	background-color: #99CCFF;
	color: #ffffff;
	border: 1px solid #999999;
	padding: 0px;
}
input.RedSmall:hover
{
	background-color: #ED7D86;
}
/*/ Text inputs /*/
input.Fancy
{
	font-size: 11px; 
	border: 1px 
	solid #999999;
}

/*/Images in h2 /*/

h2 img {
	/*This makes the image center in the container */
	vertical-align: middle;
}

/*/Text container for tex only pages /*/
 div.Text {
	width: 600px; 
	margin: 0 auto;
}
