/* =Common Classes
-----------------------------------------------------------------------------*/
.help 						{ cursor:help; }
.left 						{ float:left; }
.right 						{ float:right; }
.clear 						{ clear:both; }
.img-left 					{ float:left; margin:4px 10px 4px 0; }
.img-right 					{ float:right; margin:4px 0 4px 10px; }
.align-left					{ text-align:left; }
.align-right				{ text-align:right; }
.align-center				{ text-align:center; }
.align-justify				{ text-align:justify; }
.nopadding      			{ padding:0; }
.noindent       			{ margin-left:0;padding-left:0; }
.nobullet       			{ list-style:none;list-style-image:none; }
.invisible					{ position:absolute; left:-9000px; }
.spoiler					{ color:#000; background-color:#000; }
.wrapper					{ width: 778px; margin-right: auto; margin-left: auto;text-align: left; position: relative; }
.content .vertical-nav 		{ margin:0px; text-align: center; width:100%;}
.content .vertical-nav li	{ display: inline; padding-right: 5px; padding-left: 5px; margin:0px; background-image:none;}
.content .sitemap li 		{ background-image: url(../images/icons/page.png);background-repeat: no-repeat;background-position: left 4px;padding-left: 20px;}

/* =Link Icons
-------------------------------------------------------------------------------
Syntax: class="icon-right email" --- Many of these icons were created by Mark James of http://www.famfamfam.com/
-----------------------------------------------------------------------------*/
.icon-right 				{ background-repeat: no-repeat;background-position: right;padding-right: 20px; margin-right: 5px; } 
.icon-left 					{ background-repeat: no-repeat;background-position: left;padding-left: 20px; margin-left: 5px; } 
.email 						{ background-image: url(../images/icons/email.png); }
.external 					{ background-image:url(../images/icons/world_link.png); }
.calendar 					{ background-image:url(../images/icons/calendar.png); }
.date 						{ background-image:url(../images/icons/date.png); }
.time 						{ background-image:url(../images/icons/time.png); }
.rss 						{ background-image:url(../images/icons/rss.png); }
.search 					{ background-image:url(../images/icons/magnifier.png); }
.map 						{ background-image:url(../images/icons/map.png); }
.photo 						{ background-image:url(../images/icons/picture.png); }
.phone 						{ background-image:url(../images/icons/telephone.png); }
.mobile 					{ background-image:url(../images/icons/phone.png); }
.next 						{ background-image:url(../images/icons/resultset_next.png); }
.prev, .back				{ background-image:url(../images/icons/resultset_previous.png); }
.star 						{ background-image:url(../images/icons/star.png); }
.printer 					{ background-image:url(../images/icons/printer.png); }
.vcard 						{ background-image:url(../images/icons/vcard.png); }
.tag 						{ background-image:url(../images/icons/tag.png); }
.add 						{ background-image:url(../images/icons/add.png); }
.info 						{ background-image:url(../images/icons/info.png); }
.secure 					{ background-image:url(../images/icons/lock.png); }
.text	 					{ background-image:url(../images/icons/page_white_text.png); }
.skype 						{ background-image:url(../images/icons/skype.gif); }
.paypal 					{ background-image:url(../images/icons/paypal.gif); } 
.gearth 					{ background-image:url(../images/icons/gearth.gif); } /* Google Earth */
.outlook 					{ background-image:url(../images/icons/outlook.gif); }
.login, .key				{ background-image:url(../images/icons/key.png); }
.ie							{ background-image:url(../images/flags/ie.png); }  /* Change country code to get relevant flag */
.new-window					{ background-image:url(../images/icons/newwindow.gif) }
.basket						{ background-image:url(../images/icons/cart_go.png) }
.edit						{ background-image:url(../images/icons/cart_edit.png) }


.content blockquote {
	color: #999999;
	margin-right: 10%;
	margin-left: 10%;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.content code, .content pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	margin-right: 10%;
	margin-left: 10%;
	color: #009900;
	background-color: #000000;
	padding: 10px;
	display: block;
	border: 8px inset #CCCCCC;
}

* 
{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial, sans-serif;
}

body
{
	font-size: 0.75em;
}

a
{
	color: #47688c;
	text-decoration: none;
}

#wrapper 
{
	width: 777px;
	margin: 0px auto;
	border: 0;
}

#content
{
	background: #859198 url(/images/bg.jpg) repeat-x;
	height: 720px;
	margin: -5px 0 0 0;
	padding: 9px 0 0 0;
}

.leftcol 
{
	float: left;
	padding: 0 0 0 9px;
	width: 477px;
}

.wide
{
	width: 751px;
}

 .leftcol p
{
	padding: 9px;
	col: #7F7F7F;
	font-size:15px;
}

.leftcol h3 {
	padding-left: 9px;
	col: #7F7F7F;
	font-size:15px;
}

.wide p
{
	padding: 0px;
}

#rightcol .even
{
	background: #e9f3fe;
}

#rightcol .odd 
{
	background: #e0eefe;
}

#rightcol
{
	width: 274px;
	float: left;
	height: 488px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
}

#rightcol h2
{
	color: #fff;
	padding: 0 0 0 9px;
}

#footer
{
	width: 777px;
	margin: 0px auto;
	border: 0;
	text-align: center;
	background: #ffffff url(/images/bcrvs.gif) repeat-x;
	padding: 17px 0 0 0;
}

.red 
{
	color: #ff0000;
	font-weight: bold;
}

.col1
{
	width: 455px;
	padding: 9px;
	background: #e4e6e8 url(/images/t1.gif) repeat-x;
}

.wide .col1
{
	width: 751px;
	background: #e4e6e8 url(/images/t1_wide.gif) no-repeat;
}


.col2
{
	width: 455px;
	height: 104px;
	padding: 9px;
	background: #e4e6e8 url(/images/t2.gif) repeat-x;
	overflow:hidden;
}

.col1space
{
	border: 0;
	padding: 0;
	margin: 0;
	height: 19px;
}

.clear
{
	clear: both;
}



.tmenu
{
	height: 33px;
	background: url(/images/mlc.png) no-repeat;
	padding: 0 0 0 9px;
	clear: both;
}

.tmenu li 
{
	display: block;
	float: left;
	color: #ffffff;
	padding: 8px 8px 5px 9px;
	text-align: center;
	background: #859198 url(/images/mbg.png) repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #818D94;
	border-left-color: #48535B;
	min-width: 50px;
}

.tmenu li a
{
	color: #ffffff;
}

.tmenu li:hover
{
	alpha(opacity=80); 
	-moz-opacity: .8;
}

.tmenur 
{
	background: #859198 url(/images/mrc.png) no-repeat right top;
	height: 33px;
	width: 777px;
	padding: 0;
	clear: both;
	margin: 0 0 -1px 0;
}

.clinics
{
	background: url(/images/coltwohead.gif) no-repeat;
	width: 274px;
	height: 200px;
}

.book
{
	border: 1px solid grey;
	background: #ffffff;
	padding: 0 3px 0 3px;
} 

#lefthead 
{
	float: left;
	height: 135px;
	width: 200px;
}

#righthead
{
background:transparent url(/images/branson.jpg) no-repeat scroll right top;
float:left;
height:135px;
padding:0pt 195px 0pt 0pt;
width:370px;
}

.left
{
	float: left;
}

.right
{
	float: right;
	display: block;
}

.dyncontent p
{
	color: #455058;
	font-size: 16px;
}

.dyncontent p.first
{
	padding: 20px 0 0 0;
}

.dyncontent p a
{
	text-decoration:underline;
}

.cright 
{
	display: block;
	float: right;
}

input, textarea
{
	border: 1px solid #6A777F;
	padding: 3px;
}


.wide ul
{
	margin-left: 12px;
	width: 60%;
	list-style-type: disc;
}


table.list th
{
	text-align: left;
}

table.list tr.odd td
{
	background-color: #e0eefe;
}

table.list tr.even td
{
	background-color: #e9f3fe;
}
#wrapper .content-inner .inner {
	padding: 10px;
	background-image: url(../images/t1_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E4E6E8;
	margin-top: 13px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-size: 1.2em;
}
#wrapper .content-inner .inner p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper .content-inner .inner ul {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}


#wrapper .content-inner {
	background-image: url(../images/bg-inner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #849199;
	margin: -5px 0 0 0;
	padding: 9px 0 0 0;

}
#wrapper .inner-footer {
	background-image: url(../images/b1_wide.gif);
	background-color: #849199;
	background-repeat: no-repeat;
	background-position: 13px top;
}
#wrapper .content-inner .inner h1 {
	color: #D61D25;
	font-size: 2em;
}

#wrapper .content-inner .inner h2 {
	color: #D61D25;
	font-size: 1.7em;
}
#wrapper .content-inner .inner h3,#wrapper .content-inner .inner h4,#wrapper .content-inner .inner h5, #wrapper .content-inner .inner h6 {
	color: #D61D25;
	font-size: 1.5em;
}

/* =sIFR
-----------------------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
}

#calc > div p { padding: 10px; }

#calc
{
	width: 274px;
	height: 215px;
	background: #455058 url(/images/coltwofoot.gif) no-repeat bottom left;
}

#calc h2
{
	padding: 0 0 4px 9px;
}

#calc p
{
	text-align: center;
	padding: 10px;
}

#calc p.button {
	text-align: center;
		background: #455058 url(/images/coltwofoot.gif) no-repeat bottom left;
}

.clinics table th {
	background-image: url(../images/upcoming.jpg);
	height: 34px;
	width: 274px;	
}

#calc > div p {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#calc
{
	width: 274px;
	height: 170px;
	background: #455058 url(/images/coltwofoot.gif) no-repeat bottom left;
}

#calc h2
{
	padding: 0 0 4px 9px;
}

#calc p
{
	text-align: center;
	padding: 10px;
}

#calc p.button {
	text-align: center;
		background: #455058 url(/images/coltwofoot.gif) no-repeat bottom left;
}

#wrapper #content #rightcol .tx-phevents-pi1 .clinics caption {
	background-image: url(../images/upcoming.jpg);
	height: 34px;
	width: 274px;
	text-indent: -9000px;
}
#wrapper #content #rightcol #calc h2 {
	background-image: url(../images/Saving.jpg);
	height: 34px;
	width: 274px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}

#wrapper #content #rightcol img {
padding-top: 7px;}

.corporateImage {float:left;}

dt {font-weight:bold;}

dd {margin-bottom:20px;}


/*
 * product listing styles (rich)

.productsWrapper
{
	width: 100%;

}

div.product, div.productAlt
{
	padding-bottom: 10px;
	
}

div.productTitle
{
	width: 485px;
	background-image: url(/images/mrc.png);
	background-repeat: repeat-none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
 */


.productGraphic img
{
	border: 1px solid #6A777F;
}

.addToCart
{
	height: 30px;
}

/*
 * shopping cart styles (rich)
 */

 /*
  * The short shopping cart panel
  */
.shoppingCartShort
{
	width: 708px;
	background-color: #FFFFFF;
border:solid 1px #6A777F; 
padding: 10px;
}

.shoppingCartShort div.titleBar
{
	width: 135px;
	background-image: url(/images/mrc.png);
	background-repeat: repeat-none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.shoppingCartShort li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.shoppingCartShort div.list
{
	padding-left: 5px;
}

.shoppingCartLong th
{
	text-align: left;
}

.product { background-color:#D1D5D8; padding: 10px; overflow: hidden;height:250px;} 
.productAlt { background-color:#DADDE0; padding: 10px;height:250px;overflow: hidden;} 
.productDetails { clear:right;
display:block;
float:left;
min-height:230px;
width:535px;}

.productGraphic
{
	padding: 3px; width:170px; float:left;
}

.addToCart .button, .shoppingCartLong .button { border:solid 1px #6A777F; background-color:#D61D25; color: #FFFFFF; }

.addToCart .quantity { border:solid 1px #6A777F; background-color:#ffffff; color: #333; }

.shoppingCartShort { background-image:url(../images/cart.gif); background-position: bottom right; background-repeat:no-repeat;}

#wrapper .content-inner .inner .list ul {
margin:10px;
}

.productTbl {background-color:#D1D5D8; padding: 10px; }
.productTbl td, .productTblAlt td {padding: 10px; }
.productTblAlt {background-color:#DADDE0; padding: 10px;}

.shoppingCartLong th {background-color:#fff; padding: 10px;border-top:solid 1px #6A777F;border-bottom:solid 1px #6A777F;}

.total {background-color:#fff; padding: 10px;border-top:solid 1px #6A777F;border-bottom:solid 1px #6A777F; color:#D61D25; font-weight:bold;}