html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	background-color: #d7c9a7;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
.indent {
	margin-left: 30px;
}

#master_wrapper {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	height: auto;
	left: 50%;
}
#navigation {
	background-color: #Dcbc68;
	position: absolute;
	height: 30px;
	width: 792px;
	top: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	z-index: 1000;
}



#header {
	background-color: #7e776a;
	position: static;
	height: 300px;
	width: 800px;
	background-image: url(../images/Texture_WhitePaperBag.jpg);
}




#header #logo {
	position: absolute;
	background-image: url(../images/AreaLogo.png);
	height: 90px;
	width: 350px;
	background-repeat: no-repeat;
	left: 10px;
	top: 10px;
}

#header #brand {
	position: absolute;
	background-image: url(../images/JTRlogo.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	top: 45px;
	left: 500px;
}



#header #headline {
	position: absolute;
	background-color: #95a979;
	height: 26px;
	width: 490px;
	left: 0px;
	top: 270px;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
}
#header #screen {
	position: absolute;
}

#content {
	position: static;
	width: 800px;
	background-color: #839871;
	margin: 0px;
	padding: 0px;
}
#content #sub_headline {
	background-color: #839871;
	display: block;
	height: 24px;
	position: relative;
	padding-left: 9px;
	font-size: 10pt;
	padding-top: 6px;
	font-weight: bold;
}

#content_left {
	margin: 0px;
	padding: 0px;
	width: 500px;
	background-color: #D7C9A7;
	position: relative;
}
#content_right {
	margin: 0px;
	padding: 0px;
	width: 300px;
	visibility: visible;
	position: relative;
	background-image: url(../images/productList_background.png);
	background-repeat: repeat-y;
}
#content .content_wrapper {
	display: block;
	padding-left: 10px;
	font-size: 12pt;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_left .content_wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_left .content_wrapper li {
	display: inline;
	padding: 16px;

}
#content_left .content_wrapper li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
#content_left .content_wrapper li a:hover {
	color: #BB7A53;
}
#product_headline  {
	position: relative;
	height: 26px;
	width: 280px;
	background-color: #bb7a53;
	padding-top: 4px;
	padding-right: 20px;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#product_headline a {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#product_headline  a:hover{
	color: #7E776A;
}
.callout_creditApp {
	height: 26px;
	background-color: #bb7a53;
	padding-top: 4px;
	padding-right: 20px;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.docIcon {
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
}

.callout_creditApp a {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.callout_creditApp a:hover {
	color: #7E776A;
}



#product_list #above_product {
	padding: 20px;
}
#product_list #below_product {
	padding: 20px;
}


#footer {
	background-color: #dd976f;
	height: 55px;
	width: 800px;
	position: static;
	padding-top: 5px;
}



#footer_contact {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	padding-right: 5px;
}
