@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #eef0f1;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}

#wrapper {
	width:806px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}

#header {
	background-attachment: scroll;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 806px;
	margin: 0px;
	padding: 0px;
	float: left;

}

#logo{
	padding: 0px;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	width: 700px;
	height: 77px;
	clear: both;
	}

#footer {
	float: left;
	height: 37px;
	width: 778px;
	background-attachment: scroll;
	background-image: url(../images/footer_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}	
	
#footer p {
	color:#999999;
	font-size: 10px;
	margin:0pt;
	text-align:left;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#footer a:link{
	font-size: 10px;
	color:#999999;
	text-decoration: none;
}

#footer a:visited{
	font-size: 10px;
	color:#999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}


#contentFrame{
	
	float: left;
	width: 806px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/content_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #d7e8f0;
	text-decoration: underline;
}

/* CURRENT PAGE */ 
#home #homeNav,
#whatiscryotherapy #whatiscryotherapyNav,
#suitable #suitableNav,
#benefits #benefitsNav,
#services #services	Nav,
#cryopackages #cryopackagesNav,
#contact #contactNav {
	color:#6babc5 !important;
	}

#sidebarContent {
	float: right;
	width: 164px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

#mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 738px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(../images/maincontent_background.gif);
	background-repeat: repeat-x;
}

#mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#mainContent li {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#mainContent h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #888179;
}

#mainContent h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #888179;
}
#mainContent h3 {
	font-weight: normal;
	font-size: 22px;
	color: #6BABC5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#mainContent #leftcol {
	float: left;
	width: 310px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #d7e8f0;
}
#mainContent #rightcol {
	float: left;
	width: 320px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#contactbox {
	float: right;
	height: 128px;
	width: 190px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/fp_contact_box.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #354B72;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
}

#contactbox ul{
	margin: 10px 0 0 25px;
	padding: 0px;
}

#contactbox li{
	margin: 0px;
	padding: 0 0 2.5px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#contactform {
	float: left;
}


#step_boxes{
	background-attachment: scroll;
	background-image: url(../images/steps_boxes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 720px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 8px;
	display: block;
	float: left;
}

#step_boxes .info_box1 {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#step_boxes .info_box2 {
	float: left;
	width: 220px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}

#step_boxes .info_box3 {
	float: left;
	width: 210px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.info_box1 ul, .info_box2 ul, .info_box3 ul, .info_box4 ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.info_box1  li, .info_box2  li, .info_box3  li, .info_box4  li {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}

#map {
	width: 778px;
	height: 400px;
	display:block;
	border: 0px solid #666;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}

#contactInfo{
	float: right;
	width: 200px;
}



#text_Banner {
	float: left;
	height: 280px;
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #33333c;
}

#text_Paragraph {
	float: left;
	/*height: 190px;*/
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #33333c;
}

#cryo_banner {
	float: left;
	height: 283px;
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #33333c;
	background-attachment: scroll;
	background-image: url(../images/cryo_chamber.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#suitable_banner {
	float: left;
	height: 283px;
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #33333c;
	background-attachment: scroll;
	background-image: url(../images/suitable.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#benefits_banner {
	float: left;
	height: 283px;
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #33333c;
	background-attachment: scroll;
	background-image: url(../images/back_pain.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#packages_banner {
	float: left;
	height: 370px;
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
	background-color: #33333c;
	background-attachment: scroll;
	background-image: url(../images/cryo_chamber_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#text_Banner h1,
#cryo_banner h1,
#suitable_banner h1,
#packages_banner h1,
#benefits_banner h1 {
	color: #6babc5;
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#text_Banner h2,
#cryo_banner h2,
#suitable_banner h2,
#packages_banner h2,
#benefits_banner h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#text_Banner p {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 520px;
}

#text_Paragraph h1 {
	color: #6babc5;
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#text_Paragraph p,
#cryo_banner p,
#suitable_banner p,
#packages_banner p,
#benefits_banner p {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 400px;
}
.fpbox {
	float: left;
	width: 210px;
	padding: 0px 15px 0 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #d7e8f0;
}

.fpbox_last {
	float: left;
	width: 210px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.fpbox ul, .fpbox_last ul {
	padding: 0px;
	margin: 0px;
}

.fpbox li, .fpbox_last li {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#movie {
	float: left;
	height: 250px;
	width: 778px;
	margin-right: 14px;
	margin-left: 14px;
}



#menu {
	float: left;
	display: inline;
	width: 778px;
	margin-top: 33px;
	margin-left: 14px;
	background-image: url(../images/menu_background.gif);
	height: 42px;
	margin-right: 14px;
}

#underlinemenu{
	margin: 0;
	padding: 0;
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 20px;
	float: left;
	font-weight: normal;
	width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}


#underlinemenu ul li a{
	font-size:12pt;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#underlinemenu ul li a:hover{
	color: #d7e8f0;
}

input.textbox, .required, .required_medium{
	color:#666;
	height:18px;
	margin:5px 0px 0px 0px;
	padding:5px;
	width:250px;
	border:1px solid #DCDCDC;
	background-color: #e8f2f7;
}

textarea {
	background:#e8f2f7;
	border:1px solid #DCDCDC;
	color:#666;
	padding:5px;
	width:250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.submit_medium{
	background-attachment: scroll;
	background-image: url(../images/submit_medium.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 102px;
}

#packages {
	background-attachment: scroll;
	background-image: url(../images/packages.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 167px;
	width: 720px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 8px;
	display: block;
	float: left;
}

#packages .info_box1 {
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#packages .info_box2 {
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#packages .info_box3 {
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#packages .info_box4 {
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#packages .info_box1 ul,
#packages .info_box2 ul,
#packages .info_box3 ul,
#packages .info_box4 ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#packages .info_box1  li,
#packages .info_box2  li,
#packages .info_box3  li,
#packages .info_box4  li {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}

.right{
	float:right;
	margin:30px 50px 0 0;
}

