/* LAYOUT STYLES */
p { margin-top: 0px;
	margin-bottom: 12px;
}

ul { margin-top: 0px;
	 margin-bottom: 20px;
	 margin-left: 20px;
}

li { margin-top: 0px;
	 margin-bottom: 10px;
	 margin-left: 20px;
}

body {
	background-color: #4c4d4f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
        border:0;
}


/* TEXT STYLES */
body, .text-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}

.text-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
}

.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #000000;
}
.text-small-rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	color: #ffffff;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	vertical-align: top;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
}
.imageright {
	float: right;
	padding-left: 10px;
	padding-bottom: 4px;
}

/* LINK STYLES */
a:hover {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
a {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	text-decoration: none;
}


/* TABLE AND CELL STYLES */
.tdnav {
	background-color: #305825;
	background-image: url(../images/bgnav.gif);
	background-repeat: repeat-x; 
	vertical-align: top;
	text-align: left;
}
.tdright {
	background-color: #899d96;
	vertical-align: top;
	text-align: center;
}

.tdleft {
	background-color: #a2aeaa;
	vertical-align: top;
	text-align: left;
}
.tdcontent {
	background-color: #b1c0bb;
	vertical-align: top;
	text-align: left;
}
.tdslideshow {
	background-image: url(../images/bgslideshow.gif);
	background-repeat: repeat-x; 
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}
.tdfootershadow {
	background-image: url(../images/footershadow.gif);
	background-repeat: none;
	height: 50px;
	width: 770px;
	vertical-align: middle;
}
.tdvertrule {
	background-image: url(../images/bgs/vertrule.gif);
	background-repeat: repeat-y; 
	width: 40px;
}
 

html {
height:101%;
}
* html {
height:auto;
}


/* STORE SPECIFIC */
.navMain {
        background-color:#000;
        color:#fff;
        height:28px;
        font-size:12px;
}
.navMain a, .navMain a:hover {
        color:#fff;
        font-weight:bold;
        text-decoration:none;
}
.navMain ul, .navMain li {
        border:0;
        padding:0;
        margin:0;
}
.navMain ul li {
        display:inline;
        padding: 0 10px 0 10px;
        line-height:28px;
        }

.Container {
        background-color:#B1C0BB
}
.Bottom {
        font-size: 10px;
        padding: 10px;
}
.VertMenuLeftColumn {
        display:none;
}
.DialogTitle {
        font-weight:bold;
        font-size:16px;
        text-align:center;
}
h3 {
        font-size:18px;
        }
.DialogBox {
        width:100%;
}
.PListCell {
        text-align:center;
}


TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {								 
	BACKGROUND-IMAGE: url(images/but_bg.gif);
	BACKGROUND-COLOR: transparent;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {								 
	FONT-FAMILY: Arial;
	COLOR: #fff;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

.SimpleButton TR TD {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	FONT-WEIGHT: bold;
}

table.VertMenuBorder {
        background-color:#899D96;
        border-right:10px solid #B1C0BB;
}
font.VertMenuTitle {
        font-size:16px;
        font-weight:bold;
        color:#B1C0BB;
}
td.VertMenuTitle {
        padding:10px;
}
.RegSectionTitle {
        font-weight:bold;
}