/*GENERAL STYLES*/
* {
padding:0;
margin:0;
}

body {
	background: #795B5A url(../assets/mainbg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;/*Solves text resize layout break issues in IE*/
	color: #795B5A;
	text-align: left;
}

html>body {
	background: #795B5A url(../assets/mainbgff.jpg) repeat-x;
} 

.center {
	text-align: center;
}

.right {
text-align: right;
}

.floatright {
float: right;
}

h3 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}

h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#maincontent h1.home-intro {
	font-size: 1.3em;
	line-height: 1.1em;	
}

.reduced_l {
	line-height: 1em;
}
h1.turquoise {
	color: #73C8CE;
	font-size: 1.3em;
}

.seperate {
	clear: both;
	position: relative;
	height: 0px;
}

.points16 {
	font-size: 1.3em;
	line-height: 1.3em;
}

.texthomeb {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.main-header {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-left: 20px;
}


/*END GENERAL STYLES*/

/*SITE CONTAINER*/
#wrapper {
	width: 773px;
	height: auto;
	margin-left: 50%;
	position: relative;
	left: -393px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #73C8CE;
	border-left-color: #73C8CE;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #73C8CE;
	background-color: #FCF7F2;
}
/*END SITE CONTAINER*/

/*BANNER*/
#jrmlogo img#bottom {
	margin-bottom: -3px;/*for Safari banner gap issues*/
}

#jrmlogo img {
	margin-top: -3px;
	width: 773px;
}

html>body #jrmlogo img {
	margin-top: 0px;
	margin-bottom: -3px;/*needed to solve gaps in banner in Safari*/
}
/*END BANNER*/

/*MAIN NAVIGATION*/
#nav {
	width: 160px;
	position: relative;
	float: left;
	clear: left;
	left: -30px;
}

#nav ul {
	list-style: none;
	padding: 0 0 0 4px;
	margin: 0 0 0 0px;
}


#nav li {
	width: 190px; /*needed to solve width issues in ie*/
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	height: 30px;
}

html>body #nav li {
	width: 190px; /*stops text wrapping at normal size*/
	padding: 1px 0px 1px 0px;/*solves subnav spacing/overlap issue in FFox*/
	margin: 1px 0px 1px 0px;/*solves subnav spacing/overlap issue in FFox*/
	height: auto;/*solves subnav spacing/overlap issue in FFox*/
}

#nav li a {
	color: #795B5A;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	background-image: url(../assets/link_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;/*needed to make buttons active in ie*/
	padding-left: 30px;
	margin: 0px;
	padding-top: 5px;/*ensures full bullet shows*/
	padding-right: 0px;
	padding-bottom: 5px;/*ensures full bullet shows*/
	width: 190px;/*needed to make buttons active in ie*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 160px;
}

#nav li a:hover {
	text-decoration: underline;
	background-image: url(../assets/link_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav li a:active {
	color: #73C8CE;
	text-decoration: none;
	background-image: url(../assets/link_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav li.currentpage {
	font-weight: bold;
	font-size: 0.85em;
	color: #73C8CE; /*#795B5A*/
	text-decoration: none;
	background-image: url(../assets/link_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-right: -50px;
}

html>body #nav ul li.currentpage {
	padding-top: 5px;/*solves subnav spacing/overlap issue in FFox*/
	padding-bottom: 5px;/*solves subnav spacing/overlap issue in FFox*/
}

#subnav li a{
	display: block;
	font-weight: bold;
	font-size: 1em;
	margin-left: 0px;
	text-decoration: none;
	background-image: none;
	margin-right: -40px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

html>body #subnav li a{
	margin-left: 25px;
	padding-left: 15px;
}

#subnav li a:hover{
	text-decoration: underline;
	color: #73C8CE;
	background-image: url(../assets/subnavbullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#subnav li.currentsubpage{
	font-weight: bold;
	text-decoration: none;
	color: #73C8CE;
	background-image: url(../assets/subnavbullet2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: -80px;
	padding-left: 15px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}

html>body #subnav li.currentsubpage{
margin-right: -25px;
margin-left: 25px;
margin-bottom: 0px;
}

html>body ul#subnav {
margin-left: -20px;/*solves subnav spacing / overlap issue in FFox*/
}
/*END MAIN NAVIGATION*/

/*CENTRAL CONTENT PANEL*/
#maincontent-child {
	position: relative;
	float: left;
	height: auto;
	background-image: url(../assets/ribbon_x2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-right: 5px;
	top: -28px;
	margin-bottom: -40px; /*required to correct positioning for iE6 - wrapper bg*/
	left: -35px;/*required to correct positioning for iE6*/
	width: 555px;/*315px needs to be set to 340px to sort IE5probs*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 515px;
}

div#maincontent-child.thankyou {
	margin-top: 50px;
	font-size: 1.3em;
	background-image: url(../assets/ribbon_x1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 505px;
}

div#maincontent-child.thankyou h1{
	font-weight: lighter;
}


div#maincontent-child.testimonials {
	background-image: url(../assets/ribbon_testimonials.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 25px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 505px;/*changes right space between text and ribbon*/
}

html>body #maincontent-child {
	margin-bottom: -25px;
	left: 0px;
	padding-right: 0px;
	width: 520px;
	top: -30px;
}
#maincontent-child li{
	margin-left: 35px;
}

#maincontent-child table{
	font-size: 1.2em;
	width: 400px;
	font-weight: bold;
	border: 1px solid #795B5A;
}

#maincontent-child table tr td{
	padding: 10px 0px 10px 10px;
}

#maincontent {
	position: relative;
	float: left;
	height: auto;
	background-image: url(../assets/ribbon_x2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-right: 5px;
	top: -28px;
	margin-bottom: -40px; /*required to correct positioning for iE6 - wrapper bg*/
	left: -35px;/*required to correct positioning for iE6*/
	width: 355px;/*315px needs to be set to 340px to sort IE5probs*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 315px;
}

html>body #maincontent {
	margin-bottom: -3px;/*-25px needed for IE7 but not FFox change for IE7 exp - controls gap at bottom of home pages in IE7 and FFox*/
	left: 0px;
	padding-right: 0px;
	width: 320px;
	top: -30px;
}

#maincontent a {
	color: #795B5A;
	font-weight: bold;
}

#maincontent a:hover {
	color: #73C8CE;
	text-decoration: none;
}

#maincontent-child a {
	color: #795B5A;
	font-weight: bold;
}

#maincontent-child a:hover {
	color: #73C8CE;
	text-decoration: none;
}

#ops_panel {
	position: relative;
	height: 234px;
	width: 340px;/*315px*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 320px;
}

html>body #ops_panel {
	width: 320px;
	margin-bottom: -15px;/*added test for IE7*/
}

#ops_panel a {
 	text-decoration: none;
}

#ops_panel a i {
	visibility: hidden;
}

a#clothes {
	width: 156px;
	height: 116px;
	background-image: url(../assets/opt_clothesculle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	top: 0px;
	left: 0px;
}

a#clothes:hover {
	/*background-image: url(../assets/opt_clothescullb.jpg);*/
	background-position: right bottom;
}

a#safari {
	width: 158px;
	height: 116px;
	background-image: url(../assets/opt_safaric.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	top: 0px;
	left: 156px;
}

a#safari:hover {
	/*background-image: url(../assets/opt_safarib.jpg);*/
	background-position: right bottom;
}

a#total {
	width: 156px;
	height: 118px;
	background-image: url(../assets/opt_totalmc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 116px;
	left: 0px;
}

a#total:hover {
	/*background-image: url(../assets/opt_totalmb.jpg);*/
	background-position: left bottom;
}

a#eandd {
	width: 158px;
	height: 118px;
	background-image: url(../assets/opt_eanddc.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	top: 116px;
	left: 156px;
}

a#eandd:hover {
	/*background-image: url(../assets/opt_eanddb.jpg);*/
	background-position: right bottom;
}
/*END CENTRAL CONTENT PANEL*/

/*Back button code*/
#backbtn {
	position: relative; 
	height: 16px;/*Required to allow back btn rollover to work correctly in IE6*/
	width: 58px;
	display: block;
	padding-bottom: 1px;/*IE7 added to test*/
}

#backbtn a i {
	visibility: hidden;
}

#backbtn a {
	background-image: url(../assets/backbtn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
	
#backbtn a:hover{
	background-image: url(../assets/backbtnhover.gif);
}

a#back {
	top: 5px;
	display: block;
	position: absolute;
	height: 16px;/*16*/
	width: 58px;/**/
}
/*END back button code*/

/*RIGHT PANEL*/
div#audio {
	z-index: 6;
	position: relative;
  }
  
#rightpanel {
	position: relative;
	float: right;
	clear: right;
	width: 260px;
	height: auto;
	top: -75px;
	margin-right: -30px;/*required to correct positioning for iE6*/
	margin-bottom: -85px; /*-85px required to correct positioning for iE6 - wrapper background*/
	left: -55px;/*required to correct positioning for iE6 -35px required to fix IE5*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	left: -40px;
	margin-right: -17px;/*required to correct positioning for iE6*/
}

html>body #rightpanel {
	left: 0px;
	margin-right: 5px;
	top: -70px;
	margin-bottom: -65px;/*-65px solves bottom margin problems on home pages in IE7*/
}

#rpaneltop {
	background-image: url(../assets/rpaneltop.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 260px;
	position: relative;
	height: 15px;
}

#rpanel_bg {
	background-color: #EBE7DF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #73C8CF;
	border-left-color: #73C8CF;
	background-image: url(../assets/dnut_home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: -1px;/*required to remove white line at bottom of right panel*/
	height: auto;
}

#rpanel_bgb {
	background-color: #EBE7DF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #73C8CF;
	border-left-color: #73C8CF;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: -1px;/*required to remove white line at bottom of right panel*/
}

div#rpanelcnt {
	position: relative;
	top: -30px;
	padding-right: 5px;
	padding-left: 5px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	top: -25px;
}

div#rpanelcntb {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
}

#rpanelcnt {
	top: -20px;
}

/*IE7 test
#rpanelcnt p img{
	margin-bottom: 20px;
	padding-bottom: 20px;
}*/

#rpanelcntb {
	top: 0px;
}


#rpanelbtm {
	background-image: url(../assets/rpanelbtm.gif);
	height: 14px;
	width: 260px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	margin-bottom: -35px; /*-35px required to correct positioning for iE6 - wrapper background*/
	/*margin-top: -36px;added 4 IE7 test*/
}

html>body #rpanelbtm {
	margin-bottom: -35px;/*-65px*/
}
/*END RIGHT PANEL*/

/*FOOTER*/
/*required to make bg wrap around all content*/

#footer {
	width: 773px;
	margin-left: 50%;
	position: relative;
	left: -393px;
	clear: both;
	color: #73C8CE;
	font-size: 0.8em;
}

#sitedesign {
	float: right;
	position: relative;
}

#sitedesign a {
	text-decoration: none;
	color: #73C8CE;
}

#sitedesign a:hover {
	color: #73C8CE;
	text-decoration: underline;
}

#copyright {
	float: left;
	position: relative;
	padding-left: 8px;
}
/*END FOOTER*/

/*FORM AND CONTACT PAGE CODE*/
#form {
	position: relative;
	width: 350px;
	left: 30px;
}

html>body #form {
	width: 310px;
}

input.formw {
	color: #795B5A;
	background-color: #FFFFFF;
	border: 2px solid #795B5A;
	padding: 2px 4px 2px 0px;
}

input.submit {
	color: #795B5A;
	background-color: #FFFFFF;
	border: 2px solid #795B5A;
	padding: 2px 4px 2px 0px;
}

input:focus {
	border: 2px solid #73C8CE;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 200px;
  text-align: left;
  } 
  
div.row span.formw input {
	background-color: #FFFFFF;
} 
  
div.row span.submit {
  float: right;
  width: 100px;
  text-align: right;
  } 
  
html>body div.row span.submit {
	margin-right: -40px;
  } 
/*END FORM AND CONTACT PAGE CODE*/
  
