@charset "utf-8";
/* CSS Document */
/*********************************************************************** Sitewide */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: ;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/rose_header_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
a {
	color: #FFCCCC;
	text-decoration: none;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 11px;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
hr {
  margin: 20px 0px !important;
  height: 1px;
  padding: 0px;
  border: none;
  border-top: 1px solid  #999999;
  clear:both;
}
h1 {
	color: #999999;
	font-size:20px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}
h2 {
	color: #999999;
	font-size:18px;
	font-weight:bold;
	margin: 10px 0 20px 0;
}
h3, h4 {
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	padding-top:0px;
	margin-top:0px;
}
h4 {
	font-variant: small-caps;
}
p	{
	color: #999999;
	font-size: 10px;
	line-height: 20px;
	padding: 15px 0px 0 0px;
}
p.important	{
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0px 0 0px;
}

blockquote {
	margin-left: 20px;
	font-size: 11px;
}

/*********************************************************************** Headwrapper */

#headwrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
}

#logo{
	height: 194px;
}
#logo img{
	margin-top: 0px;
}

/*********************************************************************** Menuwrapper */


#menuwrapper {
	width: 940px;
	margin: 0 auto;

}
#menu{
}
#menu{
	width: 940px;
	margin: 0 auto;
	height: 62px;
	background-image: url(../images/rose_menu_nav.jpg);
}

/*********************************************************************** Contentwrapper */

#contentwrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;

}
#content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	color:#999999;
}

.content h3 {
	margin-top: 10px !important;
	margin-left: -40px !important;
	padding-left: 0px;
	color:#999999;
}
.content ul, li {
	font-size: 10px;
	line-height: 18px;
}
.clear {
	height: 1px;
	clear: both;
	overflow:hidden;
}

/***************** 0 Columns */

.col0 {
	margin: 0px;
	padding: 0px;
	min-height: 470px;
	width: 940px;
	border: 1px solid #999999;
	overflow: hidden;
}
.col0 div.object{
	z-index: 1;
	position: absolute; top: 0;
}
#overlay {
	z-index: 2;
	position: absolute;
	top: 1px;
	height: 470px;
	width: 940px;
}
#table th, td, tr{
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}
.colform {
	margin: 0px;
	padding: 0px;
	min-height: 470px;
	width: 940px;
	border: 1px solid #999999;
	overflow: hidden;
}

/***************** Gallery Columns */

.colgal {
	margin: 0px;
	padding: 0px;
	min-height: 470px;
	width: 940px;
	overflow: hidden;
	font-size: 8px;
}
.colgal p {
  margin: 0 0 -10px -30px !important;
  padding: 10px 0 0 0;
  font-size: 9px;
  text-align:left;
}

.colgal div {
  width: 140px;
  float:left;
  margin-top: 15px;
  padding-left: 17px;
}
.colgal div.text {
  width: 920px;
  padding-left: 20px;
}
.colgal div.text h1 {
margin: 0;
padding: 0;
}

.colgal div.text h2 {
font-size: 11px;
color: #CCCCCC;
padding-top: 0px;
}

.colgal div.text a {
font-size: 11px;
color: #FF0099;
padding-top: 0px;
}

.colgal div.text p {
font-size: 9px;
padding-top: 0px;
}

.colgal div.text hr{
width: 900px;
}



.colgal div.first {
  width: 140px;
  width: 140px;
  padding-left: 0px;
}

.colgal div img {
  width: 140px;
  height: 140px;
  margin-left: 0px;
  margin-bottom: 0px !important;
  border: 1px solid  #999999;
}

/*************** 2 Columns */

.col2 {
	margin: 0px;
	padding: 0px;
	height: 470px !important;
	width: 940px;
	border: 1px solid #999999;
	background: url(../images/tile.jpg) repeat;
}
.two_col div.first {
	width: 450px;
	height: 470px !important;
	float:left;
	margin: 0;
	padding: 0;
}
.two_col div.first h3 {
	margin-left: 0 !important;
	padding-left: 20px !important;
}

.two_col div.second {
  width: 470px;
  height: 470px !important;
  float:right;
  margin-left: 0;
  padding: 0;
  overflow:hidden !important;
}

.two_col div a {
	color: #FF0099;
}

.two_col div.first img {
  padding: 0px;
  margin: 10px 0 0 10px;
  float: right;
  border: 1px solid #999999;
}
.two_col div.first img {
  padding: 0px;
  margin: 10px 0 0 10px;
  float: right;
  border: 1px solid #999999;
}

.two_col div.second img {
  padding: 0;
  margin: 0;
  width: 470px;
  height: 470px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

.two_col div.first h2, h3, h4 {
	margin:0;
	color: #cccccc;
	font-size: 13px;
	padding: 0px 0 0 40px !important;
	font-weight: bold;
	line-height: 20px;	
}

.two_col div.second h2, h3, h4 {
	margin:0;
	color: #cccccc;
	font-size: 11px;
	padding: 20px 0 0 0px;
}

.two_col div.first p {
	color: #cccccc;
	font-size: 10px;
	padding: 15px 10px 0 30px;
	line-height: 16px;
}

.two_col div.second p {
	color: #cccccc;
	font-size: 10px;
	padding: 20px 40px 0 20px;
	line-height: 16px;
}

.two_col div ul {
	margin: 0px 0 0 20px;
}
.two_col div li {
	color: #cccccc;
	font-size: 10px;
	padding: 0 20px 0 30px;
	line-height: 16px;
}

/************** 4 Columns */


.four_col div {
  width: 220px;
  float:left;
  margin-top: 20px;
  padding-left: 20px;
}
.four_col div.first {
  width: 220px;
  padding-left: 0px !important;
}

.four_col div p {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}
.four_col div img {
  margin-left: 0px;
  margin-bottom: 0px !important;
}

.four_col div.object {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid  #999999;
  height: 220px !important;
  overflow:hidden !important;
}

.four_col div.inner {
  margin: 0 !important;
  padding: 0 !important;
}
.four_col div.inner h3, h4 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	margin: 0 !important;
  	padding: 0 !important;

}
.four_col div.inner a {
font-size: 11px;
color: #FF0099;
padding-top: 0px;
margin: 0px !important;
padding-left: 0px !important;
}

.four_col div p {
font-size: 9px;
padding-top: 10px;
line-height: 16px;
}

/************** 8 Columns */

.eight_col div {
  width: 220px;
  float:left;
  margin-top: 0px !important;
  padding-left: 19px;
}
.eight_col div.first {
  width: 220px;
  padding-left: 0px;
}

.eight_col div p {
  margin-left: 0px;
  margin-bottom: 0px !important;
}
.eight_col div img {
  margin-left: 0px;
  margin-bottom: 0px !important;
}

.eight_col div.object {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid  #999999;
}
.eight_col div.inner {
  margin: 0;
  padding: 0;
}
 
.eight_col div h2 a {
font-size: 11px;
color: #FFCCCC;
padding-top: 0px;
margin-top: 0;
}

.eight_col div p {
font-size: 9px;
padding-top: 10px;
line-height: 16px;
}


/*********************************************************************** footerwrapper*/


#footwrapper {
	margin: 0 auto;
	clear: both;
	padding: 1px 0;
}
#footer {
	margin: 0 auto;
	font-size: 10px;
	line-height: 16px;
	width: 940px;
	padding: 0;
}
#footer p {
	margin: 15px auto;
	font-size: 9px;
	line-height: 18px;
}
#footermenu {
	text-align: center;
}
#footer ul li {
	display: inline;
	margin-right: 0px;
}
#footer ul li a{
	border:0;
	padding: 7px 8px;
	text-decoration:none;
	color: #FF0099;
}
#footer ul li a:hover{
	color: #999999;
}
#footer ul li a.selected,
#footer ul li a:hover.selected{
	color: #999999;

}
.copyright{
	font-size: 9px;
	text-align:center;
}
.copyright p {
	font-size: 9px;
	text-align:center;
}

.copyright a {
	font-size: 9px;
	text-align:center;

}
.style1 {
	font-variant:small-caps;
	font-weight: bold;
	color: #FF0099;
}
.tabcontent p {
	margin-top: 0 !important;
	padding: 0 0 10px 30px !important;
}
#tabcontent div {
	margin-top: 20px;
	text-align: center;

}
#tabcontent img {
	text-align: center;
	font-size: 9px;
	font-variant:small-caps;
	display: inline;
	margin-right: 10px;
}
#tabcontent ul li a{
	border:0;
	padding: 7px 20px;
	text-decoration:none;
	color: #CCCCCC;
}
#tabcontent ul li a:hover{
	color: #CCCCCC;
	background: #CC3399;
}
#tabcontent ul li a.selected,
#tabcontent ul li a:hover.selected{
	color: #999999;
}
#contentwrapper #content #galbutton a {
	background-color: #FF0099;
	border: 1px solid #999999;
	height: 20px;
	width: 100px;
}

.accordian_name {
	color: #006633;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
}
.accordian_title {
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	background-color:#FF0099;
	padding: 2px 5px;
}
.accordian_button {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	background-color:#006633;
	padding: 0 5px 0 5px;
}
div.accordian_expand {
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 5px 1em 1em 1em !important; /* set margins as desired */
border-bottom: 1px solid #999999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 30px 0px 10px!important; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline!important;
padding: 0!important;
}

ul#tabnav a.selected { /* settings for selected tab link */
	background-color: #333333; /* set selected tab background color as desired */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px!important; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #999999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #FF0099; /* set unselected tab background color as desired */
color: #CCCCCC; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #CC0099; /* set desired hover color */
}

/* end css tabs */
.clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* This alternative fix works fine, but it's disabled to troubleshoot CatFish */
/*.clearfix {
overflow: tabhidden;
}*/

/* Don't know why we'd need this rule, but it was here when CatFish worked */
.clearfix {
	display:block;
}
* html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
	height: 1%;
}
