/************************************
	COMMON PAGE ELEMENTS
************************************/
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
#body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url(../images/bg.jpg);
}
#layout {
	/* background-image: url(../images/layout.gif); */
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#bottom_bar {
	/* background-image: url(images/bottom_bar.png);  */
	background-repeat: no-repeat;
	background-color: #D8D4B2;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 760px;
	height: 35px;
	z-index: 4;
}
#logo {
	position: absolute;
	left: 12px;
	top: 14px;
	width: 350px;
	height: 48px;
	z-index: 2;
}

#myOrder_Pic {
	position: absolute;
	left: 657px;
	top: 7px;
	width: 88px;
	height: 72px;
}
#myOrder_Text {
	position: absolute;
	left: 536px;
	top: 32px;
	width: 138px;
	height: 40px;
	text-align:right;
}
#nav {
	position: absolute;
	left: 14px;
	top: 177px;
	width: 110px;
}

#resellers {
	position: absolute;
	left: 16px;
	width: 73px;
	top: 490px;
}

/************************************
	TEXT STYLES
************************************/
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.eleven {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red {
	color: #7C2812;
}
.green {
	color: #59482D;
}
.tan {
	color: #9B8C57;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}



.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7C2812;
	background-color: #F3F3ED;
}
.toggleBG {
	background-color: #E7E3CB;
}

.bg {
background-color: #F1EFE2;
}
.smallred
{
position: absolute;
	left: 350px;
	top: 80px;
	width: 400px;
	height: 30px;
	text-align:right;
	color: #7C2812;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}