*{
	margin:0;
	padding:0;
}

body{
	font-family: arial,sans-serif;
	text-align:left;
	color:#333;
	font-size: 12px;
	background: url('../img/top_bar.jpg') top left repeat-x;
	padding-top:10px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
p {
	margin:10px 0;
}

h4 {
	color: #e2b103;
	font-size:130%;
	padding-left:10px;
}

img {
	border:none;
}

#wrapper {
	margin:0;
	background: url('../img/header_bg.jpg') top right no-repeat;
}
#header {
	height:120px;
	background: url('../img/header_bottom.jpg') bottom left repeat-x;
	position:relative;
}
#spanish {
	position:absolute;
	top:80px;
	right:180px;
	color: #FF000B;
	font-size:18px;
}

#content {
	padding: 0px;
	margin-left: 158px;
	
}

#content .home {
	height:220px;
	background: url('../img/header_bottom.jpg') bottom left repeat-x;
}

#content .home .doctor {
	height:220px;
	background: url('../img/home-doctors.gif') top right no-repeat;
}

#content .middle {
	background: url('../img/yellow.jpg') bottom repeat-x;
	height:103px;
}

#content h3 {
	margin-left:170px;
}

#content h3 span {
	color:#00a0c6;
}

#content .pages {
	padding:20px;
	border-left:1px solid #000;
}
#content .pages h1 {
	color: #00a0c6;
	margin-bottom:20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #999;
}

.iclist {
	margin-left:20px;
	list-style-image: url(../img/arrow.jpg);
	line-height:160%;
}

.image {
	background:url(../img/image_bg.jpg) top left;
	margin-bottom:20px;
}

#sidebar-a {
	float: left;
	width: 158px;
	margin: 0;
	padding: 0;
	background: url(../img/sidebar_bg.jpg) top left no-repeat;
	border-right:1px solid #000;
}

#sidebar-a .contactinfo {
	margin-top:2px;
	padding: 22px 0 20px 20px;
	background: #e6e6e6 url('../img/yellow.jpg') top left repeat-x;
	border-bottom:1px solid #000;
	font-size:11px;
}

#sidebar-a .contactinfo span {
	color: #ff000b;
	font-size:12px;
}

#sidebar-a .address {
	padding: 22px 0 20px 20px;
	border-top:1px solid #000;
	font-size:11px;
}

#nav {
	
	font-size:14px;
	padding-top:1px;
}
#nav ul {
	list-style-type:none;
	line-height:22px;
}

#nav ul li a {
	display:block;
	padding-left:20px;
	color:#000;
	text-decoration:none;
}
#nav ul li a:hover {
	background: url(../img/nav-hover.jpg) top left no-repeat;
	color:red;
}
#nav ul li a.chosen {
	background: url(../img/nav-hover.jpg) top left no-repeat;
	color:red;
}

#products-nav, #products-nav a {
	color: #e2b103;
	text-decoration:none;
}
#products-nav a:hover {
	color: #000;
}

#footer {
	clear: both;
	margin-bottom:20px;
	padding-right:10px;
	text-align:right;
	border-top:15px solid #ccc;
	color:#bbb;
	font-size:14px;
}

#footer a, #footer a:visited {
	color:#fff;
}

#login {
	padding:15px; 
	background: #fff; 
	border: 3px solid #C4C3BF; 
	margin:200px auto 0 auto; 
	width:260px; 
	text-align:left;
}