/*--------------------------------------------------
########### CSS RESET
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {margin: 0;padding: 0;border: 0;outline: 0;font-weight: normal;font-style: normal;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {line-height: 1;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
input, textarea {margin: 0;padding: 0;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px;}
/*--------------------------------------------------
########### HTML Tags
--------------------------------------------------*/
body{background:#fff url("../images/bg-page.jpg") no-repeat top center;}
.white{background:none;}
h2{font:bold 14px "Arial";color:#03b2ad;}
h1{font:bold 20px "Arial";color:#03b2ad;text-transform:uppercase;}
strong{font-weight:bold;}

/*--------------------------------------------------
########### Structure
--------------------------------------------------*/
#mainwrapper, #header, #content, #footer{overflow:hidden;} 
#mainwrapper{margin:0 auto;width:962px;}
#header{height:92px;}
#menu{width:961px;height:37px;background:transparent url("../images/bg-menu.jpg") no-repeat;margin-bottom:6px;}
#footer{margin:22px 0 8px 0;text-align:center;font:normal 12px "Arial";color:#808080;}

/*-- Header --*/
.colleftH{float:left;width:50%;}
.colrightH{float:right;width:16%;padding-top:22px;}
.colleftH a{width:260px;height:88px;background:transparent url("../images/myelitelogo.png") no-repeat;display:block;}
.colleftH a span{display:none;}

.colrightH p{font:bold 18px "Arial";}
.colrightH p.questions{color:#808080;background:transparent url("../images/bullet-question.png") no-repeat left 4px;text-indent:14px;}
.colrightH p.contact{color:#dc54dc;background:transparent url("../images/bullet-contact.png") no-repeat left 4px;text-indent:14px;}
.colrightH p a{color:#dc54dc;text-decoration:none;font:bold 18px "Arial";}
.colrightH p a:hover{color:#dc54dc;text-decoration:underline;}

/*-- Menu --*/
#menu ul{margin-left:6px;}
#menu li{float:left;}
#menu li a span{display:none;}
#menu li a{text-decoration:none;height:37px;display:block;margin:0 6px;}

#menu li a.home{background:transparent url("../images/mainhome.jpg") no-repeat left top;width:75px;}
#menu li a.tour{background:transparent url("../images/maintour.jpg") no-repeat left top;width:137px;}
#menu li a.features{background:transparent url("../images/mainfeatures.jpg") no-repeat left top;width:112px;}
#menu li a.register{background:transparent url("../images/mainregister.jpg") no-repeat left top;width:152px;}

#menu li a.home:hover{background:transparent url("../images/mainhome.jpg") no-repeat left bottom;}
#menu li a.tour:hover{background:transparent url("../images/maintour.jpg") no-repeat left bottom;}
#menu li a.features:hover{background:transparent url("../images/mainfeatures.jpg") no-repeat left bottom;}
#menu li a.register:hover{background:transparent url("../images/mainregister.jpg") no-repeat left bottom;}

.activehome{background:transparent url("../images/mainhome.jpg") no-repeat left bottom;width:75px;display:block;}
.activetour{background:transparent url("../images/maintour.jpg") no-repeat left bottom;width:137px;display:block;}
.activefeatures{background:transparent url("../images/mainfeatures.jpg") no-repeat left bottom;width:112px;display:block;}
.activeregister{background:transparent url("../images/mainregister.jpg") no-repeat left bottom;width:152px;display:block;}

a.login{width:209px;height:27px;background:transparent url("../images/btn-login.jpg") no-repeat;display:block;float:right;margin-top:5px;margin-right:6px;}
a.login span{display:none;}

/*-- Footer --*/
#footer a{font:normal 12px "Arial";color:#808080;text-decoration:underline;}
#footer a:hover{text-decoration:none;}

/*-- index --*/
.indexcont{height:379px;background:transparent url("../images/bg-index.jpg") no-repeat;padding:20px 0 0 20px;}
.indexcont h1{width:427px;height:53px;background:transparent url("../images/index-title.jpg") no-repeat;margin-bottom:16px;}
.indexcont h1 span{display:none;}
.indexcont p{font:normal 12px/16px "Arial";color:#808080;border-bottom:1px solid #dedede;padding-bottom:4px;margin-bottom:6px;}
.indexcols{width:49%;float:left;margin-right:8px}

.indexcols ul{margin:12px 0 4px 8px;}
.indexcols ul li{background:transparent url("../images/index-bullets.jpg") no-repeat left top;font:bold 14px "Arial";color:#686868;text-indent:20px;margin:12px 0;}

.homeboxes{overflow:hidden;}

.homeboxOne, .homeboxTwo, .homeboxThree{float:left;width:309px;height:210px;}
.homeboxTwo{margin:0 17px;}

.homeboxOne{background:transparent url("../images/homebox-1.jpg") no-repeat;}
.homeboxTwo{background:transparent url("../images/homebox-2.jpg") no-repeat;}
.homeboxThree{background:transparent url("../images/homebox-3.jpg") no-repeat;}

.homeboxOne h3, .homeboxTwo h3, .homeboxThree h3{color:#03b2ad;font:bold 20px "Arial";text-transform:uppercase;margin:18px 0 12px 140px;}
.homeboxOne p, .homeboxTwo p, .homeboxThree p{color:#808080;font:bold 12px "Arial";margin-left:140px;margin-right:12px;line-height:18px;}
.homeboxOne a, .homeboxTwo a, .homeboxThree a{margin-left:140px;}

/*-- features --*/
.featurescont{height:445px;background:transparent url("../images/bg-features.jpg") no-repeat;padding:20px 0 0 20px;}
.featurescont h1{width:140px;height:24px;background:transparent url("../images/feature-title.jpg") no-repeat;margin-bottom:16px;}
.featurescont h1 span{display:none;}
.featurescont p{font:normal 12px/16px "Arial";color:#808080;border-bottom:1px solid #dedede;padding-bottom:4px;margin-bottom:6px;}
.jointodaybtn{margin-top:12px;}
.featurecols{width:32%;float:left;margin-right:32px}

/*-- Take a Tour --*/
.tourcont{height:379px;background:transparent url("../images/bg-video.gif") no-repeat;padding:20px 0 0 20px;}
.tourcont{text-align:center;}

/*-- Physicians --*/
.physicianscont{height:445px;background:transparent url("../images/bg-physicians.jpg") no-repeat;padding:20px 0 0 20px;}
.physicianscont h1{width:176px;height:25px;background:transparent url("../images/physicians-title.jpg") no-repeat;margin-bottom:16px;}
.physicianscont h1 span{display:none;}
.physicianscols{width:32%;float:left;margin-right:32px;}
.physicianscont p{font:normal 12px/16px "Arial";color:#808080;padding-bottom:4px;margin-bottom:6px;}
.physicianscont ul{margin:6px 0;}
.physicianscont ul li{background:transparent url("../images/violet-bullett.png") no-repeat left 6px;font:bold 12px "Arial";color:#808080;text-indent:20px;line-height:26px;}

.contmessage{clear:both;margin-top:12px;width:640px;}
.contmessage p{font:bold 14px "Arial";color:#dc54dc;border-top:1px solid #d5d5d5;padding-top:10px;}

/*-- Testimonial --*/
.testimonialcont{height:445px;background:transparent url("../images/bg-testimonial.jpg") no-repeat;padding:20px 0 0 20px;}
.testimonialcont h1{width:211px;height:23px;background:transparent url("../images/testimonial-title.jpg") no-repeat;margin-bottom:16px;}
.testimonialcont h1 span{display:none;}
.testimonialcols{width:32%;float:left;margin-right:32px;}
.testimonialcont p{font:normal 12px/16px "Arial";color:#808080;padding-bottom:4px;margin-bottom:6px;}

.testimonialtxt{overflow:hidden;}
.testimonialtxt .iconcol{float:left;width:40px;height:34px;background:transparent url("../images/testimonial-icon.jpg") no-repeat;}
.testimonialtxt .txtcol{float:right;width:250px;}

.testimonialtxt .txtcol .doc{font-weight:bold;color:#00b1b0;}

/*-- Reasons --*/
.reasonscont{height:445px;background:transparent url("../images/bg-10reasons.jpg") no-repeat;padding:20px 0 0 20px;}
.reasonscont h1{width:393px;height:25px;background:transparent url("../images/reasons-title.jpg") no-repeat;margin-bottom:24px;}
.reasonscont h1 span{display:none;}
.reasonscols{width:35%;float:left;margin-right:20px;}
.reasonscont p{font:normal 12px/16px "Arial";color:#808080;padding-bottom:4px;margin-bottom:6px;}

.reasonstxt{overflow:hidden;border-bottom:1px solid #e1e1e1;margin-bottom:6px;}
.reasonstxt .number{float:left;width:36px;font:bold 40px "Arial";color:#808080;margin-top:-4px;text-align:center;}
.reasonstxt .txtreason{float:right;width:284px;}

/*-- contact --*/
.contactcont{height:367px;background:transparent url("../images/bg-contact.jpg") no-repeat;padding:20px 0 0 20px;}
.contactcont h1{width:133px;height:23px;background:transparent url("../images/contact-title.jpg") no-repeat;margin-bottom:16px;}
.contactcont h1 span{display:none;}
.contactcols{width:39%;float:left;}
.contactcols p{margin-bottom:6px;}

form{text-align:right;margin-right:40px;margin-top:12px;}
label{font:bold 14px "Arial";color:#686868;}
.txtinput{vertical-align:middle;}
.txtcoment{vertical-align:top;}
.inputbg{background:transparent url("../images/bg-input.jpg") no-repeat;width:196px;height:23px;border:0;padding:2px 0 0 8px;}
.txtareabg{background:transparent url("../images/bg-textarea.jpg") no-repeat;width:196px;height:112px;border:0;padding:2px 0 0 8px;}
.formbtn{width:85px;height:28px;background:transparent url("../images/send-btn.jpg") no-repeat;border:0;margin-right:8px;}

/*-- Terms --*/
.termscont{background:#fff;padding:20px 0 0 20px;overflow:hidden;}
.termscont p{font:normal 12px/16px "Arial";color:#808080;padding-bottom:4px;margin-bottom:6px;}
/*--------------------------------------------------
########### Misc
--------------------------------------------------*/
.noborder{border:none;}
.break{width:100%;height:2px;border-top:1px solid #e5e5e5;margin:6px 0 8px 0;}
.jointodaybtn{margin-top:12px;}
