<style type="text/css">


.wiz_dummy {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #213558 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 220px; 
}

.allsides
{
    border: solid 1px #555;
    background-color: #eed;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.wiz_top_allsides
{
    border: solid 1px #555;
    background-color: xxxxlightgray /*#eed*/;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
 	 
}

.wiz_features_allsides {
    /*width:350px;height:200px;*/
    background-color: lightgray /* lightyellow is #eed*/  ;
    border: solid 1px #555;
    
    /* shadow all sides*/
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
height: 380px;
}


.wiz_usecase_midnight_blue {	/* crazy,this doesnt work if put at top of css ?????#213558 */
 background-color:  #213558 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 220px; 
}

.wiz_features_midnight_blue {	/* crazy,this doesnt work if put at top of css ?????#213558 */
 background-color:  #213558 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 350px; 
}


.XXXbutton_opaque {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #213558 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 
 margin-bottom: 5px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 150px; 
 
}


.section_lightblue{
	background-color: #58bede /*#66ccff*/;
}
.section_midnightblue{
	background-color: #213558 ;
}

.button_clear{
	/*  BUTTON EXAMPLE USE: <a class="button_example" href="#">PREVIEW BUTTON</a>*/
border:1px solid white; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
border-radius: 6px;font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 10px 10px 10px 10px; 
text-decoration:none; 
display:inline-block;
font-weight:bold; 
color: white /*#141414;*/;
background-color: clear /*#ffd65e; */;
 /*
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
 background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
 background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
 background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
 background-image: -o-linear-gradient(top, #ffd65e, #febf04);
 background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
*/
}


.button_yellow{
	/* YELLOW BUTTON EXAMPLE USE: <a class="button_example" href="#">PREVIEW BUTTON</a>*/
border:1px solid #ffc826; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #141414;
 background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
 background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
 background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
 background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
 background-image: -o-linear-gradient(top, #ffd65e, #febf04);
 background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
}

.button_yellow:hover{
 border:1px solid #f7b800;
 background-color: #ffc92b; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc92b), to(#ce9a01));
 background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
 background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc92b, endColorstr=#ce9a01);
}

.fixed_pic_1 {  /* E.G.  <section class="fixed_pic_2">     .... </section   */
  /*background: url("https://unsplash.it/1080/720/?image=349") no-repeat fixed center / cover;*/
  /*background: url("image/Splash_Option_3.png") no-repeat fixed center / cover;*/
  
  background-image: url('/images/Splash_Option_3.png');
  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    
  color: black;
}


.wiz_usecase_midnight_blue {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #213558 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 235px; 
}


.usecase_bkg{
 	/*background-color: #58bede;*/
	background-color: #364a52;
 border-radius: 10px;
/*border: 8px solid #7a9da8;*/ 
}

.fixed_pic_main_splash {  /* E.G.  <section class="fixed_pic_main_splash">     .... </section   */
  /*background: url("images/Wiz_Splash_1.png") no-repeat fixed center / cover;*/
  /*background-image: url('/images/Wiz_Splash_1.png') */
  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
  
  
  color: black;
  width:100%;
}
.fixed_pic_main_splash img{
	width:100%;
}


.black_mosaic {    
	background-color: black;
  	background-image: url('/images/black_mosaic.jpg');
	width:100%;	
/*  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    
  	color: black;
 */
}

.fixed_hospital_1 {    
  	/*background-image: url('/images/Background_Option_3C.png');*/
  	background-image: url('/images/Background_Option_3D.png');
  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    
  	color: black;
}

 
.bigimage{
	/*background: url(images/Main_Splash_Production3.png);*/
	width:100%;	
}

.bigimage img{
	width:100%;
}
  
.section_grid{
	background-image: url("images/bg_lightblue_grid.jpg");
	
}

 .background_light_blue {
 	background-color: #58bede;
  }

.section_main_1{ /* 1st paragraph */
	background-color: #032947  /*#203454 #213558 #004866  #610E00*/; 
	color: white;
	/*background-color: #CAE1FF;  #d9ccbf;  #c8b9b5;  #d6f5f5; #33cccc; */ 

 /* OPACITY */
 -khtml-opacity:.85; 
 -moz-opacity:.85; 
 -ms-filter:�alpha(opacity=85)�;
  filter:alpha(opacity=85);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
  opacity:.85; 
}

.section_black{ 
	background-color: black; 
	color: white;
}

.black_bkg {
 	background-color: black;
 }

.biggraybutton {
/*	
width:254px;
height:74px;	
*/
padding-top:40px;
/*float:left;*/
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
/*background-color:#A7A6A8;*/

/*background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#A7A6A8), color-stop(100%,#79787A));*/
background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,lightgray), color-stop(100%,#79787A));


text-align:center;
color:#14109F;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
font-size:30px;
-webkit-box-shadow: 3px 3px 5px #000000;

 /* OPACITY */
 -khtml-opacity:.50; 
 -moz-opacity:.50; 
 -ms-filter:�alpha(opacity=50)�;
  filter:alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity:.50; 
}



}  


#button_blue {
/*
width:190px;
height:33px;	
*/
width:210px;
height:45px;	
font-size: 25px; 

/*float:left;*/
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;

background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#0F4FE8), color-stop(100%,#0D44C9));
background-image: linear-gradient(to bottom, #0F4FE8, #0D44C9); 

/*background-color:#094FD0;*/
text-align:center;
color: white;
padding-top:5px;
-webkit-box-shadow: 3px 3px 5px #000000;
}

#button_details {
width:70px;
height:60px;	
font-size: 1.8em;
/*float:left;*/
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;

background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#0F4FE8), color-stop(100%,#0D44C9));
background-image: linear-gradient(to bottom, #0F4FE8, #0D44C9); 

/*background-color:#094FD0;*/
text-align:center;
color: white;
padding-top:3px;
-webkit-box-shadow: 3px 3px 5px #000000;
}


#buttonkey {
width:70px;
height:60px;	
font-size: 1.8em;
/*float:left;*/
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;

background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#0F4FE8), color-stop(100%,#0D44C9));
background-image: linear-gradient(to bottom, #0F4FE8, #0D44C9); 

/*background-color:#094FD0;*/
text-align:center;
color: white;
padding-top:3px;
-webkit-box-shadow: 3px 3px 5px #000000;
}

/*
.background_midnight_blue {
 	background-color: #21212c;
 }
 .background_gray {
 	background-color: gray;
  }
*/

 .background_gray {
 	background-color: lightgray;
 	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
  	border: 1px solid red;
  	
    -moz-box-shadow: 0 0 5px 5px green; /*,  inset 0 0 5px 5px #ddd;*/
	-webkit-box-shadow: 0 0 5px 5px green; /*,  inset 0 0 5px 5px #ddd;*/
	box-shadow: 0 0 5px 5px green; /*,  inset 0 0 5px 5px #ddd;*/
  }
  

  

.benefit_border {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #21212c /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 200px; 
}
.benefit_border_midnight_blue {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #213558 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 200px; 
}
.benefit_border_off_black {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #020202 /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 200px; 
}
.benefit_border_light_blue {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #58bede /*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 200px; 
}
.benefit_border_gray {	/* crazy,this doesnt work if put at top of css ????? */
 background-color:  #b3b3b3/*#6481a8 /*#610E00*/; 	
 border: 1px solid black;
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: 5px;
 margin-right: 5px;
 max-width: 100%;
 height: 200px; 
}

#console_button{
  display: inline-block;
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; 

  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
 }




#buttonspace {
  display: inline-block;
width:240px;
height:60px;	
font-size: 1.8em;
/*float:left;*/
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;

background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#0F4FE8), color-stop(100%,#0D44C9));
background-image: linear-gradient(to bottom, #0F4FE8, #0D44C9); 

/*background-color:#094FD0;*/
text-align:center;
color: white;
padding-top:3px;
-webkit-box-shadow: 3px 3px 5px #000000;
}


.btn {
  font-size: 1.2em;
  border-radius: 5px;
  padding: 12px 30px;
}

#buttonsplash {
width:200px;
height:90px;	
font-size: 1.8em;
/*float:left;*/
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;

background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#0F4FE8), color-stop(100%,#0D44C9));
background-image: linear-gradient(to bottom, #0F4FE8, #0D44C9); 

/*background-color:#094FD0;*/
text-align:center;
color: white;
padding-top:30px;
-webkit-box-shadow: 3px 3px 5px #000000;
}


.Xcontainer {
    position: relative;
    text-align: center;
}

.Xcontainer Xcenter {
    position: absolute;
    font-size: 18px;
    left: 0%;
    top: 50%;
    width: 100%;
}






/****** section backgrounds definition ***/
.section_features{
	background-color: #c5c1c1; 
	/*background: url("https://unsplash.it/1080/720/?image=349") no-repeat fixed center / cover;*/
}


.section_details{ 
	background-color:  steelblue; 
}
.section_main_2{ /* 2nd paragraph */
	background-color:  #c5c1c1; 
}

.section_main_3{
	background-color: #610E00;
}

.section_main_4{
	background-color: steelblue; /* light bluish*/
}

.section_main_products{  /* 6 product sections */
	background-color: white; 
}


.section_uses{
	background-color: lightgray; 
}

.section_cve_mainmenu{
	background-color: lightgray; 
}

.section_resell{
	background-color: white /*#ff6666*/;
}

/**** mods for skeleton ***/

.u-10percent-width{
 width: 10%;
  box-sizing: border-box;	
}

.u-20percent-width{
 width: 20%;
  box-sizing: border-box;	
}


.full-circle {
 background-color: #c06;
 height: 150px;
 -moz-border-radius: 75px;
 -webkit-border-radius: 75px;
 width: 150px;
/*border: 1px solid green;*/
}

.circle {
    width: 50%;
    height:0;
    padding-bottom: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    background: #4679BD; 
}

.circle2 {
	
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;

}

.circle3 {
	background: url(images/care_parkland_facility.jpg);
    height: 50%;
    width: 50%;
    border-radius: 25%;
	border: 4px solid white;
    margin: 20px;
	
	
	
    padding-bottom: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    
    -moz-box-shadow: 0 0 5px 5px #ddd; /*,  inset 0 0 5px 5px #ddd;*/
	-webkit-box-shadow: 0 0 5px 5px #ddd; /*,  inset 0 0 5px 5px #ddd;*/
	box-shadow: 0 0 5px 5px #ddd; /*,  inset 0 0 5px 5px #ddd;*/
	
}
.circle3 img {
 margin-bottom: 50px;
 max-width: 100%;
 height: 100%;
	

	}


#headerImage img {
border: 1px solid darkgray;
margin-bottom: 50px;
max-width: 100%;
height: auto;
border-radius: 10px;

 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: auto;
 margin-right: auto;


}

#welcome {
/*
border: 1px solid black;
margin: auto;
padding: auto;
*/
 margin-bottom: 15px;
}

.feature img {
/*border: 1px solid black;*/
 display:block;  /* THIS WAS IMPORTANT TO CENTER IT */
 margin-bottom: 15px;
 margin-left: auto;
 margin-right: auto;
 max-width: 100%;
 height: auto;
 
  border-radius: 10px;
 
}

.feature p{
	/*color: grey;*/
	text-align: justify;
}
.feature grad_grey1 p{
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .7rem;
}

.titles h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0rem;
  text-align: center;
}

body {
background-color: white; /*#e8e8e8;*/

	/*background-image: url("images/bg_lightblue_grid.jpg");*/
  /*background: url("https://unsplash.it/1080/720/?image=349") no-repeat fixed center / cover;*/

	/*background-image:url("images/rmd_grayhatchbg.png");*/
	/*background-repeat: no-repeat;*/
    background-attachment: fixed;

/*
background-image   : url(https://mdn.mozillademos.org/files/11305/firefox.png),
                       url(https://mdn.mozillademos.org/files/11307/bubbles.png),
                       linear-gradient(to right, rgba(30, 75, 115, 1),  rgba(255, 255, 255, 0));

  background-repeat  : no-repeat,
                       no-repeat,
                       no-repeat;

  background-position: bottom right,
                       left,
                       right;
*/


}
#nav {
 margin: 13px 0 0 0;
}
 
#nav ul li {
 display: inline;
 margin: 0 20px 0 0;
 margin-bottom: 130px;
}
#nav a {
 text-decoration: none;
}
#nav a:hover {
 text-decoration: underline;
}


/******************* end of special mod for skeleton ***/


.grad_grey1{
/* grey dark at top */
background: rgba(240,240,240,1);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 );

 border-radius: 5px;

}

.grad_grey2{
/* grey light at top */
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,239,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(240,239,235,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,239,235,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,239,235,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,239,235,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,239,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0efeb', GradientType=0 );

 border-radius: 10px;

}

.grad_clouds{
	/* clouds */
background: #ECE9E6; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
	
.mybody {
background-color: #f8f8f8;
margin:0px;
padding:0px;
min-height: 100%;
}


#myheader_bar {
border: 1px solid black;
width: 100%;
height:70px;
background-color: black;
/*background-image:url("images/rmd_grayhatchbg.png");*/
/*background-image:url("images/bg.png");*/
/*background-repeat:repeat;*/
}

#myheader {
/*border: 1px solid black;*/
width: 100%;
height:70px;
background-color: black;
/*background-image:url("images/rmd_grayhatchbg.png");*/
/*background-image:url("images/bg.png");*/
/*background-repeat:repeat;*/
}



.myheader img {
 margin-bottom: 15px;
 max-width: 100%;
 height: 200px;
 
 
}


#hamburger{
	/*display: inline;*/
 	float: right; 
 	margin-top: 15px; */
 	/*margin-right: 0px; */	
 	
 /*margin-bottom: 15px;*/
 /*max-width: 100%;*/
 /*height: 200px;*/
 	
}

#wcs_name{
/*border: 1px solid red;*/
	display: inline;
 	/*margin-bottom: 50px; */
 	overflow: hidden;
 	
}

.mylogo {
width:auto;
height:auto;
padding-top:20px;
padding-left:30px;
float:left;
text-align:left;
}

.product_pair {
    /*border: 1px solid black;*/
	float: left;
    margin: 5px;
    margin-top: 5px;
    padding: 0px;
    width: 300px;
    height: auto;
} 

.product_pic {
    /*border: 1px solid black;*/
	float: left;
    margin: 0px;
    padding: 0px;
    width: 300px;
    height: auto;
} 
.product_text {
    /*border: 1px solid black;*/
	float: left;
    margin: 0px;
    padding: 0px;
    width: 300px;
    height: 130px;
} 


.product_pic a img {
	width: 100%;
	height: 250px;
}

#myfooter {
width:auto;
height:100px;
/*background-color:#222222;
background-image:url("images/rmd_grayhatchbg.png");
background-repeat:repeat;
*/
}


#footerwithin {
width:100%;
padding-top:45px;
min-height:55px;
margin: 0 auto;
font-family: "Helvetica Nueu",Helvetica ,Arial,sans-serif;
color:#FFFFFF;
font-size:12px;
}


.blurit {  /* bobw put class="blurit" on img to blur */
    position: absolute;
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px);
}
hr {
     color: #d3d3d3;
     background: #d3d3d3; 
     width: 75%; 
     height: 0.1em;
}

.yellowline1{
     background: yellow; 
     width: 100%; 
     height: 0.1em;
}
.redline1{
     background: red; 
     width: 100%; 
     height: 0.1em;
}
.lightblueline1{
     background: #58bede; 
     width: 100%; 
     height: 0.1em;
}
.lightblueline2{
     background: #58bede; 
     width: 100%; 
     height: 0.2em;
}
.lightblueline4{
     background: #58bede; 
     width: 100%; 
     height: 0.4em;
}

.blackline4{
     background: black; 
     width: 100%; 
     height: 0.4em;
}
.blackline1{
     background: black; 
     width: 100%; 
     height: 0.1em;
}

.whiteline4{
     background: white; 
     width: 100%; 
     height: 0.4em;
}
.whiteline1{
     background: white; 
     width: 100%; 
     height: 0.1em;
}

</style>

