body.mceContentBody { 
	background: #FFFFFF; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #000000;
    font-size:9pt;
}

/* CLASS STYLES */

/* A */

/* B */

.button  {
	font-weight:500;
	font-size: 15px;
	color: #ffffff;
	background-color: #ed1c24;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #890A0F;
	padding: 6px 10px 5px 10px;
	border:none;
}
input[type="button"] {
	font-family:"lexia", Georgia, serif;
	font-weight:400;
	font-size: 15px;
	color: #ffffff;
	background-color: #ed1c24;
	box-shadow: 0px 3px 0px 0px #890A0F;
	padding: 6px 10px 5px 10px;
	border:none;
	cursor:pointer;
}
input[type="button"]:hover {
	background-color: #890A0F;
	box-shadow: 0px 3px 0px 0px #470507;
}

/* C */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

.capacitytable {
       float: left;
       margin-right: 5px;
}
.capacitytable td {
       padding: 4px;
}

.capacityover {
      background-color:#FF6633;
      cursor:pointer;
}

.capacitygood {
      background-color:#90EE90;
      cursor:pointer;
}
.capacitywarning {
      background-color:#FFCC33;
      cursor:pointer;
}
/* D */

/* E */

/* F */

.formcontainer {
	text-align:left;
	font-size: 14px;  
	color: #444444;
	
}

/* G */

/* H */

/* I */
.image_left_pad_10_right {
	float: left;
	padding-right: 10px;
}
.image_right_pad_10_left {
	float: left;
	padding-right: 10px;
}
input[type="text"] {
	margin-bottom: 15px;
}

/* J */

/* K */

/* L */

/* M */

/* Newsletter styles */

.newsletter_content {
	width: 600px;
}
.newsletter_content h2 {
	margin-top: 3px;
}

.newsletter_header {
	width: 600px
}
.newsletter_logo {
	width: 600px;
}
.newsletter_menu {
	width: 600px;
	
}
.newsletter_menu p, .newsletter_menu h6 {
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.newsletter_menu a, .newsletter_menu a:link, .newsletter_menu a:visited {
	color: #ffffff;
}

.newsletter_table {
	width: 600px; 
	margin-left: auto; 
	margin-right: auto;
}

/* O */

/* P */
.pic_float_right {
	float: right; 
	width: 100%;
	max-width: 350px; 
	margin-left: 25px; 
	margin-bottom: 15px;
	border: solid 1px #034694;
	
}
.product_div {
	width: 31%;
	min-width: 200px;
	float:left;
	border-top: solid 1px #677718;
	border-bottom: solid 1px #677718;
	padding-top: 00px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.product_div_centre {
	width: 31%;
	min-width: 200px;
	float:left;
	border-top: solid 1px #677718;
	border-bottom: solid 1px #677718;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 3.49999999%;
	margin-left: 3.499999999%;
	margin-bottom: 25px;
	margin-top: 25px;
}
.product_div_2nd_row {
	width: 31%;
	min-width: 200px;
	float:left;
	border-top: solid 1px #677718;
	border-bottom: solid 1px #677718;
	padding-top: 00px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	clear:both;
}

/* Q */

/* R */

.roundedbox {
      /* box-shadow: h-shadow v-shadow blur spread color inset; */
      -moz-box-shadow:    3px 3px 3px 0px #ccc;
      -webkit-box-shadow: 3px 3px 3px 0px #ccc;
      box-shadow:         3px 3px 3px 0px #ccc;
      border: 1px #993300 solid;
      border-radius: 5px;
      background-color: #EDE2c6;
      padding:10px;
      margin-bottom: 10px;
}
.row1 {
	background-color: #CCCCCC;
	overflow: auto;
}
.row2 {
	background-color: #999999;
	overflow: auto;
}
.rowhighlight {
	background-color: #FF0000;
	overflow: auto;
}

/* S */

.smltbl {  
	font-size: 9px; 
	color: #000000; 
}

/* T */

.tbl {
	font-size: 11px;
	color: #000000;
}
.textbox   {
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
	border: 1px #cdcfb9 solid;
	height: 20px;
	background-color: #ffffff;
}
.textblock  {
	color: #000000;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	border: 1px #cdcfb9 solid;
	background-color: #ffffff
}

.thumbnailDiv {
        float: left;
        width: 250px;
        height: 350px;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        padding: 3px;
        margin-right: 10px;
        margin-bottom: 10px;
}

.thumbnailImage {
       width: 238px;
}


/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* STANDARD HTML STYLES */


img { 
	border: 0; 
} 
p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin-bottom: 20px;
	text-align:left;
}
p {  
	font-size: 14px; 
	list-style-type: circle; 
	color: #444444; 
    line-height: 19px;
	margin-bottom: 30px;
	margin-top: -5px;
	
	
}

h1 {
	font-family: "lexia", Georgia, serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #002447;
	
	
	
}
h2 { 
	font-family: "lexia", Georgia, serif; 
	font-size: 24px;
	line-height: 30px; 
	font-weight: 400;
	color: #034694;
	
	
}
h3 {  
	font-size: 19px; 
	font-weight: 600;
	color: #002447;
	line-height: 24px;
	
	
}
h4 {  
	font-size: 16px; 
	font-weight: 600;
	color: #222222;
	line-height: 21px;
	
	
}
h5 {  
	font-family: "lexia", Georgia, serif; 
	font-size: 15px; 
	font-weight: 400;
	color: #034694;
	
	
}
h6 {  
	font-size: 13px; 
	line-height: 17px;
	color: #002447;
	font-weight: 600;
	
	
}
fieldset {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul, li, ol {  
	font-size: 14px; 
	list-style-image:   url(images/bullet_round.gif); 
	color: #444444;
	

}
ul, ol {
	margin-top: 20px;
	margin-bottom: 30px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1050px) { 

.logo_div_home {
	margin-top: 10px;
	margin-left: 10px;
}
#menumobile {
	display:inline-block;	
	float:right;
	margin: 25px 20px 0px 20px;
	font-size: 14px;
	height: 75px;
	width: 55px;
	text-align: center;
}
#menu_div, #menu_div_home {
	display:none;
}
#menu_div_home {
	position:relative;
	z-index: 300;
}
}


@media only screen and (max-width: 1000px) { 

.MainMenuContainer {
	
	width: 33.33333%!Important;
	padding-left:0px!Important;
	padding-right:0px!Important;
	text-align: center!Important;
	
	margin-right:auto!Important;
	margin-left:auto!Important;
	
}
.MainMenuDivider {
	display:none!important;
}
.MainMenu {
	width: 100%!Important;
	padding-left:0px!Important;
	padding-right:0px!Important;
	font-size: 18px!Important;
	text-align: center!Important;
	

}
.MainMenu:hover, .MainCurrentTab:hover {
	width: 100%!Important;
	padding-left:0px!Important;
	padding-right:0px!Important;
	font-size: 18px!Important;
	text-align: center!Important;
	
	
}
.MainCurrentTab {
	width: 100%!Important;
	padding-left:0px!Important;
	padding-right:0px!Important;
	font-size: 18px!Important;
	text-align: center!Important;
	
}
}
@media only screen and (max-width: 820px) { 
	
#accreditation {
	top: -60px;
}
	

}
@media only screen and (max-width: 650px) { 
	

#content, #content_right {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.MainMenuContainer {
	
	width: 50%!Important;
}
#Phone {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	clear:both;
	text-align: center;
}
#Phone_home {
	display:none;
}
.flex-direction-nav li a {
	bottom: 33%; 
	}
	}

@media only screen and (max-width: 420px) { 
	
#content, #content_right {
	padding: 22px 27px 12px 27px;
}
#content_top {
	margin-top: 125px;
	height: auto;
	min-height: 0;
}

h1 {
	font-size: 27px;
	line-height: 33px;
}
h2 { 
	font-size: 21px;
	line-height: 26px;
}

.logo_div {
	max-width: 170px;
	margin-left: 15px;
	padding-top: 25px;
}
#menumobile {
	margin-top: 23px;
	margin-left: 5px;
	margin-right: 15px;
	
}

.MainMenuContainer {
	
	width: 100%!Important;
}

/*.flex-direction-nav, .flex-control-nav {
	display:none;
}*/

}
@media only screen and (max-width: 390px) {


.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -95px;
}
	
#accreditation {
	font-size: 13px;
	top: -70px;
}
}








