body, td, th {
    font-family:  Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.4em;
}

td, th {
    font-size: 13px;
}

p {
    margin-bottom: 12px;
}

p.listTitle {
    font-size: 16px;
    font-weight: bold;
}

a {
    color: #FF8C1A;
}

a:hover {
    color: #A44B00;
}

a:visited {
    color: #A14C00;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clear {
    clear: both;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.4em;
	color: #4BB5E9;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.4em;
}

.blue {
    color: #4BB5E9;
}

.green {
    color: #70C249;
}

.silver {
    color: #666666;
}

.gold {
    color: #FF9900;
}

.black {
    color: #000000;
}
/*
ul.bulletedList {
    margin-bottom: 12px;
}

ul.bulletedList li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    padding-left: 25px;
}
*/

.faq_q {
	color: #70C249;
	font-size: 14px;
}

ol.defaultList {
    margin-bottom: 12px;
}

ol.defaultList li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 14px;
    padding-left: 25px;
}

/* interior */
.outerContainer {
    text-align: center;
}

.headerWrapper {
    /*background: #fff url(../interface/bg-header.gif) bottom left repeat-x;*/
    height: 106px;
}

.menuWrapper {
    background: #292929 url(../interface/menubar_bg.png) top left repeat-x;
    height: 35px;
	text-align: center;
	border-bottom: 2px solid #333333;
}

.topFlashWrapper {
    background: #000;
    height: 207px;
	border-bottom: 1px solid #424242;
}

.mainContentWrapper {
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 30px 0;
	/*background: #fff;*/
	background: #333333;
	color: #fff;
}
.mainContentWrapper td {
	color: #fff;
}

.page-preview-your-site .mainContentWrapper {
	background: #fff;
	color: #000;
}

.page-preview-your-site .mainContentWrapper td {
	color: #000;
}

.mainContentWrapper a {
    font-size: 14px;
}

.headerContent {
	margin: 0 20px;
	text-align: left;
	min-width: 785px;
}

.content {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo img.bmLogo {
    margin-top: 10px;
}

.onlineChat {
    float: right;
    padding-top: 15px;
	padding-left: 10px;
}

.callToday {
    float: right;
    text-align: right;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
}

.callPhone {
    font-size: 18px;
    font-weight: bold;
    color: #001E75;
}

.footer {
    padding-top: 50px;
	background: #fff url(../interface/footer.png) top left repeat-x;
}
.start-page .footer {
	background: none;
}
.footerLogoSep {
	width: 2px;
	height: 30px;
	background-color: #1771F9;
	margin: 0 15px;
}
.footerMenu {
	margin-top: 10px;
}

ul.footerMenu li {
    display: inline;
    font-size: 14px;
}

/* homepage */

.homepageWrapper {
    text-align: center;
}

#wthvideo {
    position: fixed;
    width: 256px;
    height: 384px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.float-left, .float-left div {
    float: left;
}

.market-icon-sep {
    padding: 0px 10px;
}

.market-tile:hover, .iehover {
    color: #4cb4eb;
}

#marketsList {
    text-align: center;
    width: 1174px;
    margin: 0 auto 50px auto;
	font-size: 13px;
}

#marketsList .chooseMarket {
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
}

#marketsList li {
    position: relative;
    display: inline;
    float: left;
    width: 145px;
    height: 75px;
	font-weight: bold;
}

#marketsList li.sep {
    height: 74px;
    width: 2px;
    background: transparent url(/interface/marketIcons/blue_line.png) no-repeat scroll left 7px;
}

#marketsList li ul {    
    position: absolute;
    top: 73px;
    left: -20px;
    display: block;
    visibility: hidden;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    list-style: none;
    border: 1px solid #000;
}

#marketsList li ul li {
    width: 183px;
	height: auto;
}

#marketsList li li a {
    display: block;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
}

#marketsList li li a.first {
    border: 0;
}

#marketsList li li a:hover {
    font-weight: bold;
	font-size: 13px;
}

#marketsList li:hover ul, #marketsList li.iehover ul {
    display: block;
    visibility: visible;
}

/* forms */
.fullWidth {
    width: 100%;
}

.required {
    color: red;
}

.hidden {
    display: none;
}

.visibleRowGroup {
    display: table-row-group;
}

table.commonFormTable td {
    padding: 3px;
}

table.commonFormTable td:first-child {
    text-align: right;
    padding-right: 5px;
}

#designsTable td {
    text-align: left;
}

.showRow {
    display: table-row;
}

.hideRow {
    display: none;
}
.errMessage {
	color: red;
}

/*
 .pageContent {
 text-align: left;
 margin: 10px 0;
 padding: 5px;
 }
 */

.pageContent ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 40px;
}
.pageContent li li {
    list-style-type: circle;
}

 
/* simplify table */
table.simplify td {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}

table.simplify table.packages td {
    text-align: center;
}

table.simplify td a {
    font-size: 14px;
    font-weight: normal;
}

table.simplify .package {
    font-size: 18px;
}

/* faq table */
table.faq th {
    padding: 5px;
}

table.paddedTable td {
    padding: 5px;
    vertical-align: top;
}

table.socialLinks td {
	padding: 2px;
	vertical-align: middle;
}

.designTileWrapper {
	width:  883px;
}
.designTile {
	margin: 3px; 
	float: left; 
	width: 214px; 
	text-align: center; 
	margin-bottom: 20px;
}
a.designLink {
	color: #000;
	text-decoration: none;
}
.designTile img {
	border: 2px solid #333;
	margin-bottom: 10px;
}
.designTile a.designLink:hover img {
	border: 2px solid orange;
}

#designLibrary {
	width: 300px;
	height: 49px;
	background: url(../interface/viewsite.png) no-repeat;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
#designLibrary:hover {
	background: url(../interface/viewsite_over.png) no-repeat;
}

#actualSites {
	width: 300px;
	height: 49px;
	background: url(../interface/vacs.png) no-repeat;
	border: 0;
	cursor: hand;
	cursor: pointer;
}
#actualSites:hover {
	background: url(../interface/vacs_over.png) no-repeat;
}

#viewSiteButtons {
	padding: 10px;
}
#viewSiteButtons:after {
	content: url(../interface/viewsite_over.png) url(../interface/vacs_over.png);
	display: none;
}

table.lead-form {
	width: 100%;
}
table.lead-form td {
	padding: 2px;
}
table.lead-form td.form-label {
	text-align: right;
	font-size: 13px;
	white-space: nowrap;
}
table.lead-form td input {
	border: 1px solid black;
}
table.lead-form td.form-input-text {
	text-align: right;
}
table.lead-form td.form-input-text input {
	font-weight: normal;
	font-size: 14px;
	width: 95%;
	background-color: #fff;
}
table.lead-form td.form-input-phone input {
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
	width: 30px;
}
table.lead-form td.form-input-submit {
	text-align: right;
}
table.lead-form td.form-input-submit input {
	font-weight: normal;
	font-size: 14px;
}
table.form-phone {
	
}
table.form-phone td {
	padding: 0 3px;
	text-align: center;
}
.form-message {
	border: 1px solid green;
	background-color: #fff;
	color: green;
	padding: 5px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

/*
.market-Dental .mainContentWrapper {
	background: #333333;
	color: #fff;
}
.market-Dental .mainContentWrapper td {
	color: #fff;
}
.market-Dental.page-homepage .content,
.market-Dental.page-basic .content,
.market-Dental.page-silver .content,
.market-Dental.page-gold .content,
.market-Dental.page-preview-your-site .content {
	width: 1000px;
}
*/


/* REDESIGN */
.cols_container {
	width: 1000px;
}
.cols_col_left {
	float: left;
	width: 705px;
}
.cols_col_right {
	width: 262px;
	padding: 7px; 
	border: 3px solid #444;
	float: right;
}

.testimonials-wrapper {
	color: #CCCCCC;
  	font-size: 14px;
  	font-style: italic;
}
.testimonials-hd {
	height: 23px;
	background: url(../interface/packages/small_quote_left.png) top left no-repeat;
}
.testimonials-bd {
	padding: 10px;
}
.testimonials-ft {
	height: 23px;
	background: url(../interface/packages/small_quote_right.png) bottom right no-repeat;
}

a.botton-box-link {
	background: url('../interface/packages/button up.png') center center no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	text-indent: -9999px;
}
a.botton-box-link:hover,
.button-box:hover a.botton-box-link {
	background-image: url('../interface/packages/button down.png');
}
.button-box {}
.button-box .botton-box-text {
	font-size: 28px;
	font-weight: bold;
}
.button-box:hover {
	cursor: hand;
	cursor: pointer;
}

/* forms */
.textfield {
	width: 98%;
}
.textarea {
	width: 100%;
}

/* editor (iframe) specific styles */
.ref-editor .content {
	width: 705px;
	margin: 0 10px;
}
.ref-editor .cols_container {
	width: 705px;
}
.ref-editor .cols_col_left {
	float: none;
}
