/* MAIN HTML CLASSES */
HTML, BODY, FORM
{
	/*font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ; */
	font-family:  "Gill Sans MT", "Gill Sans", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: black;
	font-size: small;
	background-color: #d8d8da;
	margin: 0px; 
	height: 100%;
	min-height: 100%;
}

TEXTAREA, SELECT
{
	font-family:  "Gill Sans MT", "Gill Sans", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: black;
	font-size: small;
	width: 300px;
}


H1
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: black;
	font-size:x-large;
	font-weight: normal;
	margin-bottom: 10px;
}

.rmh1 H1
{
	/*font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: black;
	font-size:x-large;
	font-weight: normal;
	margin-bottom: 10px;*/
	text-align: center;
}

h2
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: #8b2b54;
	font-size:large;
	font-weight: normal;
	margin-bottom: 10px;
}

H3
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: #8b2b54;
	font-size:medium;
	font-weight: normal;
	margin-bottom: 5px;
}

INPUT
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: black;
	font-size: small;
}

INPUT.Special
{
	margin-top: -5px;
	width: 100px;
}

INPUT.Contact
{
	font-family:  Tahoma, Sans-Serif ;
	color: black;
	font-size: small;
	width: 300px;
}

.Textbox
{
	width: 300px;
}

.TextboxBig
{
	width: 500px;
}

.Button
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: white;
	background-color: Black;
	border: solid 1px dimgray;
	width: 125px;
	margin-top: -7px;
}

.Button1
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: white;
	background-color: Black;
	border: solid 1px dimgray;
	width: 100px;
	margin-top: -7px;
}

.ButtonAlt
{
	font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ;
	color: white;
	background-color: #7e160b;
	border: solid 1px dimgray;
	width: 125px;
	margin-top: -7px;
}

A
{
	color: #8b2b54;
	text-decoration: none;
}


A:Hover
{
	color: #4d4d4d;
	text-decoration: underline;
}

/* Header */
IMG.Logo
{
}

A.HdrShop
{
	font-size: large;
	color: #4d4d4d;
	text-decoration: none;
}

A:Hover.HdrShop
{
	font-size: large;
	color: #8b2b54;
	text-decoration: underline;
}

IMG.HdrShop
{	
	margin-right: 20px;
	float:right;
}

DIV.HdrLogo
{	
	width: 530px;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}

DIV.HdrShop
{
	float: right;
	width: 300px;
}

/************ MENU Classes */
DIV.Menu
{
	clear: both;
	background-image: url(Images/bg_menu.gif);
	margin-left: 5px;
	width: 900px;
	background-repeat: repeat-x;
	height: 40px;
}

DIV.MenuHolder
{
	padding-top: 10px;
	margin-left: 30px;
}

A.Menu
{
	color: #d8d8da;
	text-decoration: none;
}

A.MenuR
{
	color: #d8d8da;
	text-decoration: none;
}

A:Hover.Menu, A:Hover.MenuR
{
	color: white;
	text-decoration: underline;
}

/************ Sub Menu Classes */
DIV.SubMenu
{
	background-image: url(Images/bg_submenu.gif);
	margin-left: 5px;
	_width: 667px;
	background-repeat: repeat-x;
	height: 35px;
}

DIV.SubMenuHolder
{
	padding-top: 8px;
	margin-left: 30px;
}

A.SubMenu
{
	color: #8b2b54;
	text-decoration: none;
}


A:Hover.SubMenu
{
	color: #4d4d4d;
	text-decoration: underline;
}

/* Homepage Classes */
IMG.HPOptions
{
	border: solid 7px #ececdf;
	margin-right: 27px;
}

IMG.HPOptionsR
{
	border: solid 7px #ececdf;
	margin-right: 0px;
}

IMG:Hover.HPOptions
{
	border: solid 7px #c4a09d;
}

A.HPOptions:
{
	border: solid 7px #ececdf;
}

A:hover.HPOptions:
{
	border: solid 7px #c4a09d;
}

/* SMALL IMAGE HREFS */
IMG.HPOptionsSml
{
	border: solid 7px #ececdf;
	margin-right: 16px;
}

IMG.HPOptionsSmlR
{
	border: solid 7px #ececdf;
	margin-right: 0px;
}

IMG:Hover.HPOptionsSml
{
	border: solid 7px #c4a09d;
}

IMG:Hover.HPOptionsSmlR
{
	border: solid 7px #c4a09d;
}

A.HPOptionsSml:
{
	border: solid 7px #ececdf;
}

A:hover.HPOptionsSml:
{
	border: solid 7px #c4a09d;
}

/* PlaceHolding Classes */
.Main
{
	background-position: left top;
	background-image: url(Images/bg.gif);
	margin: 0px auto;
	width: 910px;
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
}

.Body
{
	background-position: left top;
	background-image: url(Images/bg.gif);
	background-repeat: repeat-y;
	width: 910px;
}

.BodyHolder
{
	margin-left: 30px;
	margin-top: 20px;
	width: 850px;
	height: 100%;
}

/* Footer classes */
DIV.Footer
{
	font-size: 8pt;
	text-align: center;
	clear: both;
}

/* Sitemap classes */
DIV.SiteMapLvl1
{
	margin-left: 25px;
}

/* Logo and Main Menu classes */

/* Admin Classes */
.Error
{
	color: Red;
}

.ImageButton
{
	height:15px;
	width:15px;
}

.Numeric
{
	width: 100px;
}

.Checkbox
{
	width: 50px;
}


.AdminHeader
{
	background-color: #162a83;
	color: White;
	border: solid 1px dimgray;
	font-weight: bold;
	font-size: 12px;
}

.AdminRow
{
	background-color: White;
}
.AdminRowAlt
{
	background-color: aliceblue;
}

.AdminCell
{
	border: solid 1px dimgray;
}