/* ----- Transform Medical screen stylesheet ----- */
/* ----- Fuse Digital 2008 ------------------ */
/* ----- enjoy. ----------------------------- */

/*
	
	----- Background Colours -----
	
	
	
	----- Text Colours -----
	
	Main Blue: #003778
	Light Blue: #56bfd2
	
	----- Site Dimensions -----
	
	Width: 950px

*/

#c_upd p, #c_upd a, #c_upd ul, #c_upd li, #c_upd table, #c_upd h1, #c_upd h2, #c_upd h3, #c_upd h4 {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- Tags ----- */
/* ------------------------------------------------------------ */
#c_upd {
	clear: both;
	float: left;
	width: 100%;
	text-align: center; /* centre in IE */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}
#frame ul {
	list-style: none; /* no bullets on lists by default */
}
#frame a {
	color: #003778;
	text-decoration: none;
}
#frame a:hover {
	color: #56bfd2;
	text-decoration: underline;
}
#frame a img {
	border: none;
}

/* ----- Universal styles ----- */
/* ------------------------------------------------------------ */
#frame .hide {
	display: none;
}

/* ----- Containers ----- */
/* ------------------------------------------------------------ */
#frame {
	width: 950px;
	margin: 0 auto;
	padding-top: 24px;
	text-align: left;
}
#frame.adj {
	width: 974px;
	margin-top: -10px;
}

/* ------ Masthead ------ */
/* ------------------------------------------------------------ */
#masthead {
	width: 100%;
	height: 124px;
	background: url(../images/v2/masthead_temp.html) 50% 0 no-repeat;
}

/* ----- Heroes ----- */
/* ------------------------------------------------------------ */
#frame #hero {
	position: relative;
	float: left;
	width: 699px;
	height: 214px;
	margin: -14px 0 20px 0;
}
#frame #section-nav {
	position: absolute;
	left: 0;
	top: 184px;
	z-index: 99;
}
#frame #section-nav li {
	float: left;
	background: url(../images/v2/dropdown_bg.html) 0 100% no-repeat;
}
#frame #section-nav li ul {
	float: left;
	padding: 0 0 15px 0;
}
#frame #section-nav li a {
	display: block;
	width: 213px;
	height: 23px;
	padding: 7px 10px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.12em; /* 12*1.167=14 */
}
#frame #section-nav li a:hover {
	text-decoration: none;
}
#frame #section-nav li ul li {
	clear: left;
	padding-bottom: 0;
	background: none;
}
#frame #section-nav li ul li a {
	height: auto;
	padding-top: 2px;
	font-weight: normal;
	font-size: 1em;
}
#frame #section-nav li ul li a:hover {
	text-decoration: underline;
}

/* ----- Rows & Columns ----- */
/* ------------------------------------------------------------ */
#frame .col-440 {
	width: 440px;
	float: left;
	margin-right: 10px;
}
#frame .col-330 {
	width: 330px;
	float: left;
	margin-right: 10px;
}
#frame .col-268 {
	width: 268px;
	float: right;
}
#frame .col-250 {
	width: 250px;
	float: right;
}
#frame.adj .col-250 {
	margin-top: -10px;
}
#frame .col-222 {
	width: 222px;
	float: left;
	margin-right: 10px;
}
#extraText {
	margin-top:15px;
}

/* ----- Typography ----- */
/* ------------------------------------------------------------ */
#frame h1 {
	margin-bottom: 20px;
	font-size: 1.83em; /* 12*1.83=22 */
	letter-spacing: -1px;
	color: #003778;
}
#frame .col-330 .hero, #frame .col-330 .strap {
	margin-bottom: 10px;
}
#frame .col-250 p {
	margin-bottom: 10px;
}
#frame .col-250 p select {
	width: 250px;
	margin-bottom: 40px;
}
#frame .col-250 h2 {
	margin-bottom: 4px;
	color: #2280a7;
	font-size: 1.083em; /* 12*1.083=13 */
}
#frame .col-250 .lnk a {
	font-size: 0.917em; /* 12*0.917=11 */
	color: #4c4c4c;
	font-weight: bold;
}
#frame.adj .col-250 p {
	margin-bottom: 8px;
}
#frame.adj .col-250 p select {
	margin-bottom: 0;
}
#extraText p a {
	text-decoration: underline;
}
/* ----- Panels ----- */
/* ------------------------------------------------------------ */
#frame .procedure-panel {
	float: left;
	width: 310px;
	min-height: 370px;
	margin-bottom: 15px;
	padding: 10px;
}
#frame #procedure-surgical {
	background: #f1fcff;
}
#frame #procedure-non-surgical {
	background: #fbf2ea;
}
#frame .procedure-panel h2 {
	margin-bottom: 10px;
	font-size: 1.5em; /* 12*1.5=18 */
	color: #003778;
}
#frame #procedure-non-surgical h2 {
	color: #006d9a;
}
#frame .procedure-panel .underline {
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #003778;
	font-size: 1.083em; /* 12*1.083=13 */
	color: #003778;
	font-weight: bold;
}
#frame #procedure-non-surgical .underline {
	border-color: #006d9a;
	color: #006d9a;
}
#frame .procedure-panel .col {
	float: left;
	width: 155px;
}
#frame .procedure-panel h3 {
	margin-bottom: 2px;
	font-size: 1.167em; /* 12*1.167=14 */
}
#frame .procedure-panel ul {
	margin: 0 0 10px 16px;
	list-style: outside disc;
	font-size: 0.917em; /* 12*0.917=11 */
}
#frame .procedure-panel ul li {
	margin-bottom: 2px;
}
#frame .procedure-panel ul li a, #frame .procedure-panel ul li a:hover {
	color: #003778;
}
#frame #procedure-non-surgical ul li a, #frame #procedure-non-surgical ul li a:hover {
	color: #006d9a;
}

/* ----- CTA Buttons ----- */
/* ------------------------------------------------------------ */
#frame #cta {
	margin-bottom: 40px;
}
#frame.adj #cta {
	margin-bottom: 15px;
}
#frame #cta li {
	margin-bottom: 5px;
}
#frame #cta li a {
	display: block;
	width: 230px;
	padding: 9px 10px 8px 10px;
	background: #56bfd2 url(../images/v2/button_arrow.html) 225px 9px no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.167em; /* 12*1.167=14 */
}
#frame #cta li a:hover {
	background-color: #104380;
	background-position: 225px -191px;
	text-decoration: none;
}

/* ----- News List ----- */
/* ------------------------------------------------------------ */
#c_upd #news-list {
	margin: 0 0 5px 16px;
	list-style: outside disc;
	font-size: 0.917em; /* 12*0.917=11 */	
}
#news-list li {
	margin-bottom: 2px;
}
#news-list li a {
	color: #4c4c4c;
	font-weight: bold;
}

/* Footer Quicklinks */
#everything .quicklinks {
	margin: 0;
	padding-top: 10px;
	text-align: center;
	color: #666;
	font-size: 1em;
}
#everything .quicklinks a {
	color: #666;
	text-decoration: underline;
}



/* ----- New Homepage ----- */
/* ------------------------------------------------------------ */

#frame .mast
{
	background: url(../images/background/homepage.html) 0 100% no-repeat;
	width:950px;
	padding:20px 0 20px 0;
	margin:-20px 0 0 0;
	float:left;
}

#frame .mast-container
{
	float:right;
	width:620px;
	background:#ecf3fb;
}

.mast .assets
{
	width:150px;
	margin:70px 135px 0 0 !important;
	margin:70px 40px 0 0;
	float:left;
}

.assets p
{
	margin:0 0 40px 0;
}

.mast #form-refer
{
	width:260px;
	height:490px;
	padding:10px 20px 20px 20px;
	background:#fff;
	float:left;
}

/* ----- Opening Form ----- */
/* ------------------------------------------------------------ */

#form-refer table#gr-form
{
	margin:3px 0 0 0;
}

#form-refer table#gr-form label
{
	color:#003b81;
}

#form-refer table#gr-form strong
{
	color:#003b81;
	margin-bottom:5px;
	display:block;
}

#form-refer table#gr-form input
{
	margin:0 0 4px 0;
	padding:0;
	border:none;
	width:13px;
	height:13px;
}

#form-refer table#gr-form th
{
	width:245px;
}

/* ----- Middle Form ----- */
/* ------------------------------------------------------------ */

#form-refer table#gr-form-mid
{
	margin:5px 0 0 0;
	padding-bottom:15px;
}

#form-refer table#gr-form-mid th
{
	color:#003b81;
	width:125px;
	padding-bottom:10px;
}

#form-refer table#gr-form-mid select
{
	width:152px;
	font-size:1.1em;
	height: 18px;
}

#form-refer table#gr-form-mid input
{
	width:150px;
	font-size:1.1em;
}

table#gr-form-mid .firm-confirmation
{
 margin-top:5px;
}

#gr-form-mid th span.error
{
	color:#ff0000;
	display:block;
	padding-top:8px;
}

/* ----- Special Offers ----- */
/* ------------------------------------------------------------ */

#special-offers
{
	width:956px;
	float:left;
	margin:10px -15px 0 0;
	display:inline;
}

#special-offers .special-opt 
{
	width:304px;
	margin:0 19px 0 0;
	display:inline;
	float:left;
}

#special-offers .special-opt a img, #special-offers .special-end a img
{
	border:none;
}

#special-offers .special-end
{
	width:304px;
	display:inline;
	float:left;

}