/* Positioning */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #202020;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#brandBar {
	background: #841842; 
	padding: 0px;  
	text-align: left;
	border-top:#a64266 2px solid;
	height:93px
} 
#bodyContainer {
	width: 1000px;
	border: 0px solid pink;
	text-align: left;
	float: left;
	background-image:url(i/bkg-body.gif);
	padding:0px;
	margin-bottom:-2px;
} 
a img {
	border:none; 
	}

#mainContent { 
	width: 736px;
	background-color:#fff;
	padding-bottom:60px;
	padding-left:25px;
	border: green 0px solid;	
} 
#mainContent p{ 
	width: 690px;
	background-color:#fff;
} 
#mainContent h1 { 
	width: 100.5%;
	margin-left:-35px;
	border: green 0px solid;	
} 


#sidebarProductHome {
	float: right;
	position:relative;
	top:-15px; 
	width: 239px;
	height: 660px;
	padding:0px;
	margin:0px;
	border: green 0px solid;
/*	background-image: url(i/call-today.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebarProduct {
	float: right;
	position:relative;
	top:-15px; 
	width: 239px;
	height: 650px;
	padding:0px;
	margin:0px;
	border: green 0px solid;
}

#sidebarProduct p {
	
	padding: 0px 15px;

}


#sidebarProduct h3 {
 	padding:10px 20px 0px 10px;
	margin-bottom:20px;
	position:relative;
	color:#582200;
	padding:0px;
}
#content {
	margin-top:0px;
	padding: 15px;
	border: green 0px solid;
/*	background-image: url(i/sidebarProduct-bg.jpg); */
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.clearfloat { 
	clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
	margin:0;
	padding:0;
}

/* Styles */
h1 {
	font-size:165%;
	font-weight:lighter;
	background-color:#897e72;
	color:#fff;
	padding:20px 0 7px 33px;
	margin:0px;
}
h2 {
	font-size:150%;
	font-weight:lighter;
	color:#897e72;
	padding-bottom:0;
	margin:0px;	
}
h3 {
	font-size:150%;
	font-weight:lighter;
	color:#897e72;
	padding-bottom:0;
	margin:3px 0 5px 0;
	padding:0px;
}
h4 {
	font-size:115%;
	color:#897e72;
	margin:0px;
	padding-bottom:0;
}

h5 {
	font-size:100%;
	color:#5a524a;
	padding:0;
	margin:0;
}
h6 {
	font-size:200%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#cfcfcf;
	margin:0;
	padding:0;
}
p {
	font-size:100%;
	color:#333333;
	padding:0px;
	margin:3px 0 5px 0;
}
td {
	padding:0px;
	margin:0px;
}
strong {
	font-size:100%;
	color:#5d2c0c;
	margin:0;
	padding:0;
}
a {
	color:#97005d;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#333333;
	margin:0;
	padding:0;
}
.bullet {

	list-style-type:disc;
	color:#990000;
	list-style-position:inherit;
	list-style:inherit;
	size:10pt;
	
}
#footer .tab h5 {
	margin-bottom:0px;
	padding-bottom:0;
}
.whiteTxt {
	font-size:85%;
	font-weight:lighter;
	color:#fff;
	text-align:left;
	padding:0 0 0 20px;
	display:block;
	border:#009933 0px solid
}
.smallTxt {
	font-size:90%;
}
.fmenu {
	font-size:120%;
	font-weight:bold;
	color: #747474;
	text-align:left;
	padding:0 0 0 10px;
}
li {
	list-style-type:square;
	color:#0c0c0c;
	background-color:none;
	position:relative;
}
#mainContent ul {
	padding-right:80px;
	position:relative;
}


hr {
	margin:5px 30px 10px 0;
	height:1px;
	color:#CCC;
	background-color:#CCC;
}
.line {
	border-bottom:#999999 1px solid;
}

/* Nav */
#brandBarFixed {
	width:1000px
}
#mainNav{
	/*position:relative;
	top:7px;
	white-space:nowrap;
	padding: 7px;*/
	background-color:#6d1034;
	width:60%;
	margin: 7px 0 0 0px;
	background-image:url(i/mainnavcorner.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#mainNav ul{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#mainNav ul li {
	display: block;
	float: left;
	height: 15px;
	text-align: center;
	padding: 7px 0px;
	margin: 0;
}
#mainNav a{ 
	color:#fff;	
	font-size:95%;
	padding: 7px 10px;
	text-decoration:none;
	background-color:#6d1034;

}
#mainNav a:link{ 
	background-color:#6d1034;

}
#mainNav a:hover{ 
	background-color:#b5748e;	

}
#mainNav a.selected{ 
	background-color:#4e0c26;	
	padding: 8px;
}

#globalNav {
    float:right;
	color:#fff;
	white-space:nowrap;
	background: url(i/globalNav.gif) repeat-x bottom left;
	padding: 3px 15px 3px 65px;
}
#globalNav a{ 
	color:#fff;
	font-size:80%;
	text-decoration:none;
	padding:0 7px;
}
#globalNav a:hover{ 
	color:#f8a0c0;
}
#globalNav a.selected{ 
	color:#fff;
}	
#globalNav li {
	display:inline;
	text-decoration:none;
}

/* Footer */

#footer {
	font-size: 90%;
	color: #747474;
	background-color: #e3e3e3;
	padding:0px;
	margin:0px;
	border: green 0px solid;
	width:1000px;
	float:left;
}
#footer a {
	color: #747474;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	background-color:#202020;
}
.tab {
	display:block;
	background-color: #e3e3e3;
	width:160px;
	float:left;
	margin:15px 0 0 0;
	border-right:#a6a6a6 1px solid;
	font-size: 100%;
	text-align:right;
	padding-right:10px;
}
.tabLogo {
	width:300px;
	float:right;
}
#footer .tab ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Hacks */
/* Hides from i.e, must specify values in both to reset */
html>/**/body #bodyContainer #footer {
	font-size: 90%;
	color: #747474;
	background-color: #e3e3e3;
	padding:0px;
	margin:0px;
	border: green 0px solid;
	position:relative;
	top:-15px;
	z-index:1;
	float:left;
}
*html #mainContent {
	width: 734px;
	margin: 0; 
	border: 0px solid pink;
	text-align: left;
	float: left;
}

/* Homepage */

#HomeBodyContainer {
	width: 1000px;
	margin: 0;
	border: 0px solid pink;
	text-align: left;
	float: left;
	background-image:url(i/home-bkg-body.gif);
	background-repeat:repeat-y;
} 
#HomeMainContent { 
	width: 517px;
	background-color:#fff;
	border: green 0px solid;
	padding-bottom:70px;
	margin-right:0;
	display:inline;
} 
#sidebarOffers {
	float: right;
	position:relative;
	top:-50px; 
	width: 233px; 
	background: #813452;
	color:#fff;
	padding:0px;
	margin:0px;
	border: green 0px solid;
	z-index:7;
}
#sidebarOffers img {
float:left}

#sidebarOffers a {
	width: 95%;
	position:relative;
	color:#ccc;
}
#sidebarOffers h3 {
	position:relative;
	left:10px;
	color:#fff;
	font-size:125%;
	padding-bottom:3px;
	margin:3px 0 5px 0;
	width:220px;
}
.products {
	padding-right:10px;
	border: white 0px solid;
}

.contactList {
	border-bottom:1px solid #EEECEA;
	width:290px;
	margin-top:10px;
	margin-left:-30px;
	padding-bottom:10px;
	vertical-align: top;
	
}


/* jons box */

.includetop {
background-image:url(i/includedtop-xs.gif);
width:338px;
height:32px;
margin:0;
background-repeat:no-repeat;
padding-top:12px;
padding-bottom:-12px;
}
.includemid {
background-image:url(i/includemiddle-xs.gif);
background-repeat:repeat-y;
padding:12px 0 0 0;
width:338px;
margin-top:-3px;
font-size:90%;
border: green 0px solid;
min-height:345px;
}
.includebottom {
background-image:url(i/includedbottom-xs.gif);
width:338px;
height:16px;
margin:0;
background-repeat:no-repeat;
border: green 0px solid;
}

html>body #bodyContainer #mainContent .incholder .includemid {
margin-top:0px }

.includemid span {
display:block;
position:relative;
left:10px;
width:300px;
border: green 0px solid;
padding:0 50px 0 0;
margin:0px;

}

.includemid li {
line-height:1.2em;
margin:0px 10px 0 15px;

}

.includemid ul {
margin-left:25px;
width:245px;
margin-top:0;
padding-top:0;
margin-bottom:0px;
border: green 0px solid;
}
html>body .includemid ul {
width:270px;
}

html>/**/body .includemid ul {
width:220px;
margin-top:6px;}

html>/**/body .includemid ul li {
	margin-left:-30px
}

.includemid p, .includemid li {
	margin:0px 10px 0 15px; 
	line-height:1.2em; 
	color:#000
} 

.includetop h2 {
	margin:0;
	color:#fff;
	padding: 10px 0px 0px 10px;
	font-size:120%;
	font-weight:bold;
	display:inline;
 }

html>body #bodyContainer #mainContent .incholder .includetop h2{
	padding:7px 0px 0 13px}

.inc {
	position: relative;
	margin:20px 10px 0px 0px;
	width:720px;
}

.incholder {
float:left; 
margin:0 8px 0 0;
width:338px}

/* red box */
.top-curve {
	background-image:url(i/red-top-curve.gif);
	background-repeat:no-repeat;
	width:591px;
	height:21px;
}
.mid-box {
	background-image:url(i/red-mid-curve.gif);
	background-repeat:repeat-y;
	width:591px;
	color:#fff;
}
.bottom-curve {
	background-image:url(i/red-bottom-curve.gif);
	background-repeat:no-repeat;
	width:591px;
	height:21px;
	border:#009999 0px solid;
}
#sidebarProduct div a img{
	background-color:transparent
}