@charset "utf-8";
/* 
Title:     STORK VISION
Author:    Cathy Engberg
Created:   March 2009
*/

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	line-height: 1.4em;
	color: #000;
	background: #FFF9E4;
	}
html { min-height: 100%; margin-bottom: 1px; }	
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
#globalwrap {
	width: 960px;
	margin: 20px auto;
	}	
#nav {
	padding: 0 0 0 25px;
	}
			
#content {
	float: left;
	width: 960px;
	margin-top: 8px;
	border-right: 2px solid #bfcd2d;
	border-left: 2px solid #bfcd2d;
	background: url(../img/bg_wide.gif) repeat-y;
	}
	

#sidebar{
	width: 250px;
	float: left;
	}			
#primary {
	width: 650px;
	float: left;
	padding: 0 25px 20px 0;
	margin: 0 0 0 25px;
	}
#subnav {
	width: 669px;
	float: left;
	padding: 4px 20px 4px 20px;
	margin: 0;
	background: #f4e668;
	}	
#secondary {
	width: 180px;
	float: right;
	margin-top: 30px;
	}	
#footer_logo {
	width: 964px;
	height: 77px;
	clear: both;
}		
	/* HOME PAGE STYLES */
#home h1 {
	padding: 0;
	margin: 0;
	}
#home #primary {
	width: 660px;
	float: left;
	padding: 0 20px 20px 0;
	margin: 0 0 0 25px;
	}	
#home #rightcol {
	width: 112px;
	height: 605px;
	background: url(../img/home_thumbs.gif) no-repeat top;
	float: right;
	margin-top: 35px;
	}
#home #leftcol {
	width: 530px;
	float: left;
	margin-top: 15px;
	}
img.thumb {
	margin: 0 10px 5px 0;
	float: left;
	}
#home .homequote {
	margin: 15px 0;
	}	
		
	/* STORE LOCATER STYLES */	
	
#locator #primary {
	width: 660px;
	float: left;
	padding: 0 10px 20px 0;
	margin: 0 0 0 25px;
	}
#sidebar .side {
	padding: 10px;
	font-size: 90%;
	line-height: 1.25em;
	}	
#subnav a.sub:link, #subnav a.sub:visited {
	text-decoration: none;
	color: #000;
}
#subnav a.sub:hover {
	text-decoration: underline;
	color: #e60376;
}
#subnav a.subon {
	color: #e60376;
	text-decoration: none;
	}
	
	
	
	/* GLOBAL LINKS */			
a:link, a:visited {
	color: #e60376;
	text-decoration: underline;
	}
a:hover {
	color: #444;
	text-decoration: none;
	}
	
	
	/* TYPOGRAPHY */
h1, h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal
	}	
h1 {
	padding: 20px 0 15px 0;
	color: #A4A611;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	}
h2.bg {
	padding: 3px;
	color: #fff;
	font-size: 14px;
	background: #bfcd2d;
	margin: 0 0 5px 0;
	}
h2.sig {
	padding: 15px 0 0 0;
	color: #e60376;
	font-size: 15px;
	line-height: 1.3em;
	font-style: italic;
	}		
h2 {
	padding: 3px 0;
	color: #e60376;
	font-size: 14px;
	line-height: 1.3em;
	}	
h3 {
	font-size: 13px;
	font-weight: bold;

	padding: 10px 0 5px 0;
	}			
p {
	margin: 0;
	padding: 4px 0;
	color: #333;
	font-size: 13px;
	}
ul {
	margin: 0 0 0 22px;
	padding: 0;
	list-style-image: url(../img/bullet.gif);
	}
ul li {
	padding: 0 0 7px 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	}	
ul ul {
	padding-top: 7px;
	}		
.footer {
	font-size: 90%;
	padding: 10px 0 20px 0;
	clear: both;
	color: #000;
	text-align: center;
	}
.footer a:link, .footer a:visited {
	color: #000;
	text-decoration: none;
	}
.footer a:hover {
	color: #e60376;
	text-decoration: underline;
	}	
.footer .dot {
	color: #e60376;
	}	
.copyright {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #f0e4bb;
	}		
.copyright p {
	padding: 8px 0 0 0;
	}
.botnav a {
	text-decoration: underline;
	}		

/* MISC */			
.reset {
	clear: both;
	}
.callout {
	border: 1px solid #bfcd2d;
	padding: 6px;
	margin: 10px 0;
	}
.highlight {
	color: #e60376;
	font-size: 130%;
	line-height: 1.35em;
	}	

img.ultrasound-thumb {
	float: left;
	margin: 2px;
	}	
.pricing {
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	clear: both;
	float: left;
	width: 650px;
	border-bottom: 4px dotted #bfcd2d;
	font-weight: bold;
}
.dottedtop {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 4px dotted #bfcd2d;
	font-size: 14px;
	}		
.pricing img {
	float: left;
	margin: 0 30px 5px 0;
	}
.testimonial {
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;

	border-bottom: 4px dotted #bfcd2d; 
	}
	/* TABLE STYLES */
.contenttable {
	margin: 10px 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	}	
.contenttable td, .newstable td{
	vertical-align: top;
	padding: 3px;
	}	
.shoptable {
	margin: 10px 0;
	}	
.shoptable td{
	vertical-align: top;
	padding: 3px;
	}		
.shoptable img {
	}
.shoptable p.caption {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.15em;
	margin: 0 4px;
	padding: 0;
	}	
.sidetable {
	margin: 0 10px;
	}
.sidetable p.caption {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}	
.sitemap li{
	line-height: 1.2em;
}

/* FAQ PAGE */
h3.twist {
	font-size: 110%;
	padding: 0 0 4px 9px;
	margin: 5px 0 0 0;
	text-indent : -13px;
	font-weight: normal;	
	}
a.faqlink:link, a.faqlink:visited {
	color: #000;
	padding: 2px;
	text-decoration: none;
	}	
a.faqlink:hover {
	text-decoration: underline;
	color: #e60376;
	}		
.switchgroup {
	margin: 0 0 0 5px;
	padding: 5px;
	border-bottom: 4px dotted #e60376;
	}	
	
#printwrap {
	width: 550px;
	border: 1px dotted #bfcd2d;
	margin: 10px auto;
	text-align: center;
}
.print {
	margin: 10px;
	
}
.print a {
	background: #ddd;
	color: #444;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 6px;
	text-decoration: none;
	border: 1px solid #999;
	width: 100px;
	text-align: center;
}
.print a:hover {
	color: #999;
}
a.printlink:link, a.printlink:visited {
		font-size: 11px;
		text-decoration:none;
		margin: 0 0 0 10px;
}
a.printlink:hover {
	text-decoration: underline;
}


/*---FORM ELEMENTS--*/ 
form {
	margin: 0;
	padding:0;
}


label{

}

input.txt{
	width: 200px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	color: #444;
	font-size: 11px;
	}
input.txt-date{
	width: 80px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	color: #444;
	font-size: 11px;
	}
.required{
	color: #e60376;
	font-weight: bold;
	font-size: 14px;
	}
p em.required{
	font-size: 88%;
	color: #e60376;
	}

p.buttonarea {
	margin: 15px 20px;
	text-align: center;
	}
input.button {
	background: #E4E4DC;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	color: #000;
	padding: 1px 3px;
	margin: 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

select{
	background: #fff;
	border:1px solid #ccc;
	color:#333;
	padding:3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:145%;
	}

.small {
	font-size: 85%;
	}

.sidestylemain {
	color: #EE559B;
}
.lowertext {
	color: #6DB43E;
}
.lowertext {
	color: #333;
	font-size: 12px;
}
.lowertext strong {
	color: #6CB63D;
	font-size: 14px;
}
strong .lowertext .lowertext .lowertext {
	color: #6DB43C;
}
#boldgreen {
	font-size: 14px;
}
