* {
	margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}

body 
{
	background-color: #fff;
	color: #24281e;
	font-family: "Verdana", Arial, Lato;
}

#logowrapper{
	background-color: #fff;
	top:0px;
	height: 15px;
	width: 100%;
	position: relative;
}

#logostyle{
	position: relative;
	float: left;
	top: 17px;	
}

#logostyle2{
	position: relative;
	top: 3px;	
}

#headerbg{
	background-color: #fff; 
	height: 110px;	
}

#headerwrapper{
	background-color: #fff;
	position: relative; 
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
}

#riomed{
	background-color: #000; 
	color: #fff; 
	width: 160px; 
	height: 22px; 
	position: relative; 
	float: right; 
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Verdana", Arial, Lato;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	z-index: 0;
	
	/*CSS3*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	
	/*PIE Intergration*/
	behavior: url(PIE.htc);	
}

#riomed:hover{
	color: #0078c4; 
	cursor:pointer;
}

#gap{
	height: 17px;
}

ul.nav{
	display:inline-block;
	font-weight: bold;
	color:#262626;
	padding: 0;
	position:relative;
  	margin-top: auto;
	margin-bottom: auto;
	float: right;
	top: 35px;
	font-size: 15px;
	right: 0px;
	text-align:center; 
	font-family: "Verdana", Arial, Lato;
	z-index: 999;
}

ul.nav a:link{
	color: #262626;	
}

ul.nav a:visited{
	color: #262626;	
}

/*Refer to all sub ul*/
ul.nav li > ul, ul.nav li > ul li > ul{
	display: none;
	position: absolute;
	left:0;
	width: 240px;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	background: #fff;
	text-align: left;
	font-size: 13px;
	z-index: 999;
}

ul.nav li > ul li > ul{
	top:8px;
	background: #555;
}

/*Refer to all list item */
ul.nav > li, ul.nav li > ul li, ul.nav li > ul li > ul li{
	list-style-type: none;
	display:inline-block;
	position: relative;
}

/*Refer to all anchor item*/
ul.nav > li a, ul.nav li > ul li a, ul.nav li > ul li > ul li a{
	text-decoration: none;
	display:block;
	padding: 5px;
}

/*Refer to all anchor item :hover*/
ul.nav > li a:hover, ul.nav li > ul li a:hover, ul.nav li > ul li > ul li a:hover{
	text-decoration: none;
	color:#91268f;
	position: relative;
	z-index: 999;
	font-family: "Verdana", Arial, Lato;
}


/*display sub-menu*/
ul.nav li:hover > ul{
  display:block;
  left:0;
}

#simplegallery1{ 
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

#wrapper {
	background-color: #fff;
	position: relative; 
	width: 980px;
	min-height: 430px;
	height: expression( this.scrollHeight > 100 ? "100%" : "auto" );
	height: expression( this.scrollHeight < 430 ? "430px" : "auto" );
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	overflow: hidden;
}

#bodyArea {
	background-color: #ffffff;
}

#centre {
	color:#000;
	font-family: "Verdana", Arial, Lato;
}

#content{
	width: 939px;
	display: block;
	min-height: 420px;
	max-height: 100%;
	height: expression( this.scrollHeight > 100 ? "100%" : "auto" );
	height: expression( this.scrollHeight < 420 ? "420px" : "auto" );
	margin-left: auto;
	margin-right: auto;
	font-family: "Verdana", Arial, Lato;	
	position: relative;
	overflow: hidden;
}

#formstyle{
	display:block;
	position: relative;
	float: right;
	margin-top: 0;
	top: 0;
}

#buyiproms{
	float: left;
	margin-right: 6px;	
}

#ipromstblinks{
	float: right; 
	position: relative;
	background-color: #fff;
}

#ipromsbrochure{
	border: 1px solid #91268e;
	padding: 4px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	
	/*CSS3*/
	box-shadow: 0 5px 8px #888;
    	-moz-box-shadow: 0 5px 8px #888;
	-webkit-box-shadow: 0 5px 8px #888;
	-o-box-shadow: 0 5px 8px #888;
	
	/*PIE Intergration*/
	behavior: url(PIE.htc);	
}

#riomedpics{
	float: right;
	margin-right: 6px;
	border: 2px solid #f4f4f4;
	padding-left: -10px;
}

#riomedpics2{
	float: right;
	margin-right: 6px;
	border: 2px solid #f6a5bb;
	padding-left: -10px;	
}

.maps{
	height:30px;
	margin:0px 0px;
	cursor:pointer;
	display:inline-block;
	font-size: 15px;
	line-height:15px;
	text-decoration:none;
	width: 80px;
	text-align: center;
	color: #606060;
	position: relative;
	
	/*CSS3*/
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	-o-box-shadow: 0 0 5px #888;
	-ms-box-shadow: 0 0 5px #888;
	-khtml-box-shadow: 0 0 5px #888;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	
	/*PIE Intergration*/
	behavior: url(PIE.htc);		
}

#message{
	position: relative;
	padding-top: 5px;
	float: left;
	display: none;	
}

#bottomspace {
	font-size: xx-small;
	clear:both;	
}

#bottomtable{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color:#262626;	
	font-family: "Verdana", Arial, Lato;
	font-size: 12px;
}

#footerimages{
	top: 0px;
	position: relative;
	height: 40px;
	width: 40px;
}

#footerwrapper {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: none;
	bottom: 0;
	left: 0;
	position: relative;
	padding-top: 10px;
	/*padding-left: 115px;*/
	padding-bottom: 5px;
	text-align: center;
	line-height: 24px;
	clear: both;
	background-color: #fff;
	z-index: 50;	
	font-family: "Verdana", Arial, Lato;
	color: #262626;
	border-top: 3px solid #91268f;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-o-box-sizing: border-box;	  /* Opera Backup */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#p1{
	text-align: left;
	color: #000;
}

#website{
	cursor: pointer;
}

#homepage:hover{
	cursor: pointer;
}

#sociallinks{
	border-style: none;	
}


/*Possible Colors
#8eb2c4
#0465c3
#0078c4 - Web 2.0 Blue
#d6e7f1 - Sky Blue
#c805c3 - Purple (Original iPROMS Logo Color)
#BFEFFF - Light Blue 2
#d6e7f1 - Light Blue
#262920 - Light Black
#134b8b - RioMed Blue
*/






