body {
	margin:0;
	padding:0;
	font:0.85em Arial, Helvetica, sans-serif;
	text-align:center;
}

.clear {
	clear:both;
}

img {
	border:none;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:50px;
	text-align:left;
}

/* ===================================================== HEADER */

#header {
	margin-bottom:10px;
	width:910px;
}

#logo-container {
	float:left;
}

#top-menu {
	float:right;
	margin-top:27px;
	text-align:right;	
}

#top-menu ul {
	margin:10px 0 10px 0;
	padding:0;
	list-style:none;
	color:#80766e;
}

#top-menu ul li {
	display:inline;
}

#top-menu ul li a, #top-menu ul li a:visited {
	color:#80766e;
	text-decoration:none;
	font-weight:bold;
}

#top-menu ul li a:hover {
	color:#55acad;
}

#top-menu input {
	margin:0;
}
#top-contact {
	float:right;
	padding-top:25px;
}

.top-contact-box {
	float:left;
	width:115px;
	text-align:left;
	color:#80766e;
}

.top-contact-box.last {
	width:70px;
}

.top-contact-box a {
	color:#80766e;
	text-decoration:none;
}

.top-contact-box a:hover  {
	color:#5f5a56;
}

.top-contact-box img {
	margin:2px 8px 8px 0;
}

/* ===================================================== FEATURED BOXES */

#features {
	margin-top:30px;
	font-size:0.9em;
	color:#666666;
	line-height:1.4em;
}

#features a, #features a:visited {
	color:#497b7b;
}

#features h4 {
	color:#66acac;
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:0;
}

#features h4 a, #features h4 a:visited {
	color:#66acac;
	text-decoration:none;
}

#features h4 a:hover {
	color:#497b7b;
}

#features h4 a:active {
	position:relative;
	top:1px;
}

.featured-box {
	float:left;
	width:160px;
	min-height:180px;
}

/*hide elements of news app*/
.featured-box table, .featured-box p.news-links, .featured-box h1, .featured-box h2 {
	display:none;
}

#wide-box {
	width:280px !important;
	padding-right:20px;
	margin-right:15px;
}

#surgeon-feature, #news-feature {
	border-left:1px solid #55acad;
	border-right:1px solid #55acad;
	margin:0 15px 0 20px;
	padding:0 15px 0 20px;
}

#wide-box {
	border-right:1px solid #55acad;
}

/* ===================================================== FOOTER */

#footer {
	padding-top:30px;
}

#contact-info {
	padding:15px 0 5px 130px;
	border-top:1px solid #55acad;
	border-bottom:1px solid #55acad;	
	color:#666;
	margin-bottom:20px;
	height:55px;
	background-image:url(../pix/gravitas_logo_small.jpg);
	background-position:0px 10px;
	background-repeat:no-repeat;
}

#contact-left {
	float:left;
	padding:9px 0 10px 0;
}

#contact-right {
	float:right;
	font-weight:bold;
	width:330px;
}

#contact-right form {
	padding-top:7px;
	float:right;
}

#contact-right .search {
	border:1px solid #666;
	padding:3px;
}

#contact-right .submit {
	color:#666;
	padding:3px;
	height:24px;
	border:1px solid #666;
}


#email-us {
	background-image:url(../pix/mouse_icon.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	padding:5px 15px 10px 60px;
}

#email-us a, #email-us a:visited {
	color:#666;
	text-decoration:none;
}

#email-us a:hover {
	text-decoration:underline;
}

#our-telephone {
	background-image:url(../pix/telephone_icon.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	padding:15px 15px 15px 60px;
}

#our-telephone a, #our-telephone a:visited {
	color:#666;
	text-decoration:none;
}

#our-telephone a:hover {
	text-decoration:underline;
}
#links {
	font-size:.9em;
	color:#666666;	
}

#links a, #links a:visited {
	color:#666666;
	text-decoration:none;
}

#links a:hover {
	text-decoration:underline;
}

#links-left {
	float:left;
	line-height:1.5em;
}

#links-right {
	float:right;
	margin-top:-5px;
	text-align:right;
	font-size:0.8em;
}

#links-right img {
	margin-right:5px;
	margin-left:5px;
	margin-bottom:15px;
}



/*big-btn for homeslides*/

em.big-btn {
	position:absolute;
	top:290px;
	left:95px;
	border-bottom:2px solid #3c707b;
	display:inline-block;
	line-height:1.2em;
	font-style:normal;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	font-size:12px;
}

em.big-btn img {
	margin:-5px -8px -5px 1px !important;
	padding:0 0 0 0px !important;
}

em.big-btn:hover {
	border-color:#31626d;
}

em.big-btn a {
	background:url(../pix/big-btn-sil-bg.jpg) top repeat-x #CFCFCF;
	border:1px solid #DDD;
	border-top:1px solid #FFF;
	padding:4px 10px 4px 10px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	color:#444 !important;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	outline:none !important;
}

em.big-btn a:hover {
	text-decoration:none !important;
	border-color:#FFF;
	background-color:#EEE;
	color:#EEE;
}

em.big-btn a:active {
	background:#CCC;
}

