@charset "utf-8";
/* CSS Document */

/* Browser Resetter */
body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,input{margin:0;padding:0;border:0;outline:0;}
ul,li,ol{list-style:none;}
img{float: left;}
a{outline: none; text-decoration:none;}


/* General body layout */
body {	
	background:#A09FA0 url(images/sciencewithvision-bd.jpg) repeat-x top left;
}

#container { /* this is the holder for the page content */
	width: 980px;
	padding-right: 10px; /* this centers the container */
	padding-left: 10px; /* this centers the container */
	margin: 0 auto;
}

#top-wrap{
	width: 100%;
	height: 83px;
	float: left;
	background-image: url(images/sciencewithvision-logo-website.jpg);
	background-repeat:no-repeat;
}

/* stylin main body content */
#content-wrap {
	width:940px;
    height:134px;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.image-wrap-left{
  width:470px;
  height: 250px;
  float:left;
  padding-left: 10px;
  padding-bottom: 10px;
}

#tearlink{
  display: block;
  width: 470px;
  height: 250px;
  background: url(images/tearlab.jpg) no-repeat 0 0;
}

#tearlink span {
  display: none;
}

.image-wrap-right{
  width:470px;
  height: 250px;
  float:left;
  margin-left: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

#maculink{
  display: block;
  width: 470px;
  height: 250px;
  background: url(images/macuhealth.jpg) no-repeat 0 0;
}

#maculink span {
  display: none;
}

.left{
	width: 470px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.right{
	width: 470px;
	float: left;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

/* dryeyereview */
#dryeyereview {
    border-top:2px solid #EFEFEF;
    padding: 10px;
    padding-top:20px;
    background-color: #f5f9ff;
}
#dryeyereview h2{
    color: #24487d;
}


	

