﻿body {
	background:#f9f9f9 url('http://static.medimobile.com/www/images/header-home-bkgnd.jpg') repeat-x;
}

#page {
	background:url('http://static.medimobile.com/www/images/footer-home-bkgnd.jpg') no-repeat;
	background-position:center 101px;
}

#header {
	height:125px;
}

#main {
	clear:both;
	padding:0px;
	background-image:none;
}

#sub-nav {
	display:none;
}

#content {
	float:right;
	width:922px;
	height:495px;
	padding:30px 20px 40px 20px;
}

.roundabout {
    padding: 0; 
    height: 5em;
    width: 600px;
    margin-top:148px;
    margin-left: auto;
    margin-right: auto;

}

/* IE6 */
* html .roundabout {
	margin-top:178px;
}

.roundabout-item {
    height: 385px;
    width: 290px;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #FFF;
}

.roundabout-item img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.roundabout-item div {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.roundabout-item div h1 {
    color: #FFF;
    margin: 12px;
    font-size: 1.3em;
}

.roundabout-in-focus {
    cursor: auto; 
}

.roundabout-header
{
    background-color:#5599bb;
    width:100%;
    border-bottom:solid 1px #000000;
    text-align:center;
}

.roundabout-header p
{
    margin:0px 0px 0px 0px;
    padding-bottom:5px;
    color:white;
    font-size:11px;
}

.roundabout-item a 
{
    color:White;
    text-decoration:none;
}


.section .grid div div {
	width:290px;
}

.grid.two div div {
	width:470px;
}

.grid.three div div {
	width:310px;
}

.grid.four div div {
	width:230px;
}

#sitemap li {
	color:#969696;
}

#sitemap li a {
	color:#969696;
}

#sitemap li ul a {
	color:#969696;
}

#sitemap ul a {
	color:#969696;
}

#footer-copyright {
	color:#969696;
}

#footer-copyright a {
	color:#969696;
}

#footer-links {
	color:#969696;
}

#footer-links li a {
	color:#969696;
}


/* --- Home Overlay -- */

/*
.roundabout-item a.gallerypic span.zoom-icon
{
  display:none;
  position:absolute;
  left:40%;
  top:35%;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;

}

.roundabout-item a.gallerypic:hover span.zoom-icon{
  display:block;
  
  
}
*/