* {
margin: 0;

}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

html, body{
	font-family: 'jaf-facitweb', Arial, tahoma, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background:url(images/rocke_brothers_background.png);
	background-repeat:repeat;
}

body {
	background-color: #ffffff;
	text-align: center;	
	

}
A, A:link, A:visited 	{
	COLOR: #ed1c24;
	FONT-WEIGHT: inherit;
	text-decoration:none;
	-webkit-transition: color 0.3s linear 0s!important;
	transition: color 0.3s linear 0s!important;
	outline:none !important;
}

A:hover {
	COLOR: #000000;
	FONT-WEIGHT: inherit;
	text-decoration:none;
	
	
}
a:active {
	outline:none !important;
}
#accreditation {
	font-family:"lexia", Georgia, serif;
	clear: both;
	font-size: 15px;
	font-weight: 400;
	background:url(/images/menu_background.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color: #F0F0F0;
	color: #034694;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	padding: 10px;
	padding-bottom: 14px;
	position: absolute;
	top: -79px;	
	left: 0;
	z-index: 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	

}
#container {
	min-height: 100%;
}
#content {
	width: 100%;
	margin: 27px 0 0 0;
	padding: 32px 37px 22px 37px;
	float:left;
	border: 1px solid #dadada;
	border-top: 10px solid #CECECE;
	background-color: #ffffff;
}
#content_home {
	
}
#content_right {
	width: 29%;
	margin: 27px 0 0 1%;
	float:left;
	border: 1px solid #dadada;
	border-top: 10px solid #CECECE;
	padding: 32px 37px 22px 37px;
	background-color: #b6dbff;
}

#content_surround {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1000px;
	padding-top: 0px;
	padding-bottom: 85px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	overflow: hidden;
}

#content_top {
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	min-height: 100%;
	height: 100%;
	overflow:hidden;
}

#fadeshow1 {
	height: auto;
	max-height: 100%;
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	max-width: 1000px;
	min-width: 240px;
	display: block;
	position: relative;
	z-index: 0;
	
}
.footer {
	font-family:"lexia", Georgia, serif;
	clear: both;
	font-size: 12px;
	font-weight: 300;
	background-color: #222222;
	color: #ed1c24;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	min-width: 240px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	margin-top: -75px;	
	z-index: 0;

}

.footer A, .footer A:link, .footer A:visited {
	color: #ffffff;
}
.footer A:hover{
	color: #ed1c24;
}
.logo_div, .logo_div_home {
	width: 100%;
	max-width: 200px;
	height: auto;
	padding-top: 31px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
}
.logo_div_home {
	margin-top: 67px;
	margin-left: -30px;
	
	
}
.MainMenu, .MainCurrentTab {
	-webkit-transition: color 0.3s linear 0s!important;
	transition: color 0.3s linear 0s!important;
}

.MainMenuContainer a::after, .MainMenuContainer a:link::after, .MainMenuContainer a:visited::after {
	position: absolute;
top: 100%;
left: 0px;
width: 100%;
height: 30px;
content: "";
opacity: 0;
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
background-image:url(/images/down_arrow.png);
background-repeat:no-repeat;
background-position:center center;
}

.MainMenuContainer a:hover::after, .MainCurrentTab:after {
	position: absolute;
top: 100%;
left: 0px;
width: 100%;
height: 30px;
content: "";
opacity: 100;
-ms-transform: translateY(-11px);
-webkit-transform: translateY(-11px);
transform: translateY(-11px);
-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
background-image:url(/images/down_arrow.png);
background-repeat:no-repeat;
background-position:center center;
}


.Mainsmcontainer a::after, .Mainsmcontainer a:link::after, .Mainsmcontainer a:visited::after, .Mainsmcontainer a:hover::after {
	-webkit-transition:none!important;
	transition: none!important;
	-ms-transform: none;
-webkit-transform: none;
transform: none;
opacity: 0;
}
#main {
	overflow:visible;
	padding-bottom: 96px;
}
#menu_div {
	height: auto;
	clear: both;
	position: relative;
	margin-top: 10px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	border: #DADADA solid 1px;
	display: inline-block;
	background:url(/images/menu_background.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color: #F0F0F0;
	z-index: 5;
	/*overflow:visible;*/
}
#menu_div_home {
	height: auto;
	clear: both;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	
	border: #DADADA solid 1px;
	display: block;
	background:url(/images/rocke_brothers_background.png);
	background-repeat:repeat;
	z-index: 99;
}
#menumobile {
	display:none;	
}

#menu, #menu_home {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	/*overflow:visible;*/
}
#menu_home {
	max-width: 1000px;	
}
.MainMenuDivider {
	color: #dadada!important;
	padding-top: 11px;
}
#Phone, #Phone_home {
	font-family: "lexia", Georgia, serif;
	float:right;
	width: auto;
	margin-top: 45px;
	font-size: 14px;
	margin-right: 20px;
	text-align:right;
	color: #034694;
	
}
#Phone_home {
	color: #ffffff;
}
.Rocke_Solid {
	font-size: 25px;
	line-height: 35px;
	color:#002447;
	
}

#top_surround, #top_surround_home {
	height: auto;
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1000px;
	display: block;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	padding-bottom: 4px;
	z-index: 10;
}
#top_surround_home {
	overflow:visible;
	padding: 0;
}

	
	
/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}

.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

/* PRINT ======================================================= */


@media print{
  .noprint { display:none; }
}
#table1 {
	font-size: 15px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
	overflow:hidden;
	-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
	
}
#table1 td, #table1 th {
       border:1px solid #FFFFFF;
       padding:3px 7px 2px 7px;
	  
}
#table1 th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #034694;
	color: #ffffff;
	font-weight: bold;
}
#table1 th A {
	color:#ffffff;
}
#table1 tr:nth-child(odd) {
	background-color: #eeeeee;
	font-weight: 500;
	color: #555555;
}
#table1 tr:nth-child(even) {
	background-color: #CECECE;
	font-weight: 500;
	color: #555555;
}
#table1 tr:hover {
	background-color: #aaaaaa;
}
#orderAddress {
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
#Gallery_div {
	text-align:center;
	-ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width: 900px;
	margin:auto;
}

#Gallery_Table {
	width: 100%;
	text-align:center;
	max-width: 900px;
	
}
#Gallery_thumbnail_div {
	margin:0;
	
}
.galleryThumbnail {
	width: 11.5%;
	height: auto;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 5px;
	max-width: 100px;
	min-width: 40px;
	display: inline-block;
	*display: inline;
	margin-right: 0.3%;
	margin-left: 0.3%;
}
#Gallery_div:after {
	content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0 
}
#Gallery_Image {
	cursor: pointer;
	max-width:900px;
	width: 100%;
	min-width: 190px;
	margin:auto;

}

.stitched {
   padding: 20px;
   margin: 10px;
   background: #ff0030;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   text-shadow: -1px -1px #aa3030;
   font-weight: normal;
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
 #goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(edit/Images/go_back.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(/edit/images/go_forward.png);
	background-repeat: no-repeat;
	background-position: left center;	
}


