	html { height: 100% } 
	body { 
		min-height: 101%;	
		font-size: 100.01%; 
		position: relative; 
	} 
/**************************************************************
   All page content
 **************************************************************/

#page {
	margin: 0 auto;
}

#background {
	background: #FFF url(/chameleon/site/tpl/roth06/images/bg/bg.gif) repeat-y top left;
}
div {
	text-align:left;
}


/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/


#top {
	height: 40px;
	background: #FFF url(/chameleon/site/tpl/roth06/images/bg/top.gif) no-repeat bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
}


#header img {
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #F26A92;
}



/**************************************************************
   Header Menu
 **************************************************************/
#headerMenu {
	margin: -0.3em 0px 0px 23px;
}

#headerMenu ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
#headerMenu ul li {
  display: inline;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
#headerMenu ul li a {
/*  background-image: url(/chameleon/site/tpl/roth06/images/bg/list1a.gif);
  background-repeat:no-repeat;
  background-position: bottom left;*/
}
#headerMenu ul li a:hover {
/*  background-image: url(/chameleon/site/tpl/roth06/images/bg/list1c.gif);
  background-repeat:no-repeat;
  background-position: bottom left;*/
  color:#000000;
}
#headerMenu ul li a.active {
/*  background-image: url(/chameleon/site/tpl/roth06/images/bg/list1c.gif);
  background-repeat:no-repeat;
  background-position: bottom left;*/
  font-weight:normal;
  color:#000000;
}
#headerMenu p {
  margin: 0px;
  float:left;
}


/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {

	
}


/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
	line-height: 1.0em;
	background: transparent url(/chameleon/site/tpl/roth06/images/bg/dots.gif) repeat-x bottom left;
	height: 29px;
	display:block;
}

#menu ul {
  float: left;
  margin: 10px 0px 10px 8px;
  padding: 0px;
}


#menu .homebutton {
  margin-top: 10px;
  padding: 0px;
}

#menu ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#menu ul li a {
  float: left;
  margin: 0px 25px 0px 0px;
  text-transform:uppercase;

  color: #000000;

}

#menu ul li a:hover,
#menu ul li a.here {
  font-weight: bold;
}


/* Top menu icons */
#menu ul li a span.speaker {
  padding-left: 22px;
  background: url(../images/icons/speaker.gif) no-repeat 5px 50%;
}

#menu ul li a:hover span.speaker {
  background: url(../images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#menu ul li a span.bubble {
  padding-left: 24px;
  background: url(../images/icons/bubble.gif) no-repeat 4px 4px;
}

#menu ul li a:hover span.bubble {
  background: url(../images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#menu ul li a span.heart {
  padding-left: 20px;
  background: url(../images/icons/heart.gif) no-repeat 3px 50%;
}

#menu ul li a:hover span.heart {
  background: url(../images/icons/heart_on.gif) no-repeat 3px 50%;
}


#menu ul li a span.dollar {
  padding-left: 20px;
  background: url(../images/icons/dollar.gif) no-repeat 4px 50%;
}

#menu ul li a:hover span.dollar {
  background: url(../images/icons/dollar_on.gif) no-repeat 4px 50%;
}

#menu .homebutton a {
  text-transform:uppercase;
  color: #999999;
}

#menu .homebutton a:hover {
  color: #000000;
  font-weight:bold;
}


/**************************************************************
   Block SubMenu
 **************************************************************/

#submenu {
	height: 29px;
}

#submenu ul {
	float: left;
	margin: 5px 9px 15px 9px;
	padding: 0;
	line-height: 1.0em;
}

#submenu ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#submenu ul li a {
  float: left;
  margin: 0px 25px 0px 0px;
  text-transform:uppercase;

  color: #000000;

}

#submenu ul li a:hover,
#submenu ul li a.here {
  font-weight: bold;
}


/**************************************************************
   Page Content
 **************************************************************/

#content {
	min-height: 407px;
	height: auto !important;
	height: 407px;

}

#content .horzPad {
	min-height: 379px;
	height: auto !important;
	height: 379px;
}

#columns {
}

.col1 h1, .col3 h1,
.col1 h2, .col3 h2 {
	text-transform:uppercase;
}

.col1 h2, .col3 h2 {
	font-size: 0.9em;
}
.col2 h1 {
	font-weight:bold;
	color:#000033;
}

.col3 h1, .col3 h2, #footer .col3 {
	text-align:right;
}
.col2 span.floatRight, .print {
	font-weight: normal;
}
.col3 .lightColorBg {
	background-image: url(/chameleon/site/tpl/roth06/images/bg/logos.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

#columns .width255px .textField {
	margin: 0px;
}


.marginHeader {
	margin: 0 0 0 16px;
}

.marginContent {
	margin: 0 0 0 20px;
}
.marginFooter {
	margin: 0 0 0 16px;
}

.marginCol {
	margin: 0px 4px 0px 4px;
}

/* Column widths */
.widthBg {
  width: 751px;
}

.widthHeader {
  width: 719px;
}

.widthContent {
  width: 715px;
}

.width100 {
  width: 751px;
}

.width216px {
  width: 216px;
}

.width255px {
  width: 255px;
}

.width478px {
  width: 478px;
}
.width703px {
	width: 703px;
}
.textField {
	margin: 15px 45px 20px 18px;
}

.textField table p {
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
}

.homebutton {
	float: right;
	margin-right: 9px;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
	margin: 7px 0 0 20px;
}

#footer ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
#footer ul li {
  display: inline;
  margin: 0px;
  padding: 0px 2px 0px 0px;
  list-style-type:disc;
}
#footer ul li a {
  margin: 0px;
  padding: 0px 10px 0px 0px;
  background-image: url(/chameleon/site/tpl/roth06/images/bg/list2.gif);
  background-repeat:no-repeat;
  background-position: bottom right;
}
#footer ul li a:hover {
  margin: 0px;
  padding: 0px 10px 0px 0px;
  background-image: url(/chameleon/site/tpl/roth06/images/bg/list2.gif);
  background-repeat:no-repeat;
  background-position: bottom right;
}
#footer ul li a.active {
  margin: 0px;
  padding: 0px 10px 0px 0px;
  background-image: url(/chameleon/site/tpl/roth06/images/bg/list2.gif);
  background-repeat:no-repeat;
  background-position: bottom right;
  font-weight: normal;
}
#footer p {
  margin: 0px;
  float:left;
}
#footer .floatLeft {
	background: transparent url(/chameleon/site/tpl/roth06/images/bg/footertile.gif) repeat-x top left;
	line-height: 1.5em;
	padding: 4px 0px 0px 0px;
}

/**************************************************************
   Bottom Img
 **************************************************************/

#bottom {
	background: #FFF url(/chameleon/site/tpl/roth06/images/bg/bottom.gif) repeat-x bottom left;
	height:19px;
	margin: 0;
}


/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.Theme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {

  background: url(../images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #000;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 8px;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #888;
  background: #B3C6C4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #888;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}


/**************************************************************
   Picture gallery
 **************************************************************/
#galleryPreview {
	float: left;
	margin-bottom: 15px;
}
#galleryNavi {
	margin: 0px 45px 20px 18px;
}

#gallery img {
	margin: 0px 5px 10px 5px;
	padding: 2px;
	width: 70px;
	height: 70px;
	border: 1px dotted #999999;
}
#gallery p {
	margin: 0;
	padding: 0 0 1em;
	text-align: right;
}
#picview img {

}
#picview p {
	text-align: center;
	
}
.galleryactive {
	background-color: #DDDDDD; 
	padding: 1px 2px 2px;
}


/**************************************************************
   Generic Display 
 **************************************************************/

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 7px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatRight h1, .floatRight h2 {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightColorBg {
  background-color: #FFF0C7;
}

.dark {
  color: #353E47;
}
.border {
	border: 1px solid #FF9900;
}
.hr {
	margin: 9px 0px 9px 0px;
	padding: 0;
	height: 1px;
	border-bottom: 1px dashed #555555;
}




#loading {
	position: absolute;
	display: none;
	z-index: 10;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(/chameleon/site/tpl/roth06/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

