@charset "UTF-8";

* {
	margin:0;
	padding:0;
}	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#fff;
	background-image:url('../images/bg_sliver.jpg');
	background-repeat:repeat-x;
	color:#2a2a2a;
}
#main-container { 
	width:960px;
	background-image:url('../images/lensflare_bg.jpg');
	background-repeat:no-repeat;
	margin:0 auto; 
	padding-bottom:20px;
	text-align:left; 
}
#header {
	padding-top:27px;
	height: 59px;	
}
#header h1 {
	background-image:url('../images/optiologo.png');
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:112px;
	height:58px;
}
#header h1 a {
	display:block;
	width:112px;
	height:58px;
}
#header ul#menu {
	display:block;
	float:left;
	list-style:none;
	padding:9px 0 0 194px;
}
#header ul#menu li {
	display:inline-block;
	float:left;
	margin-right:3px;
}
#header #buy-button {
	background:url('../images/buy_button.png') 0 0 no-repeat;
	display:block;
	width:100px;
	height:39px;
}
#header #buy-button:hover {
   background-position: 0 -39px;
}
#header #buy-button:active {
   background-position: 0 -78px;
}
#header #products-button {
	background:url('../images/ourproducts_button.png') 0 0 no-repeat;
	display:block;
	width:149px;
	height:39px;
}
#header #products-button:hover {
	background-position: 0 -39px;
}
#header #products-button:active {
	background-position: 0 -78px;
}
#header #contact-button {
	background:url('../images/contact_button.png') 0 0 no-repeat;
	display:block;
	width:99px;
	height:39px;
}
#header #contact-button:hover {
	background-position: 0 -39px;
}
#header #contact-button:active {
	background-position: 0 -78px;
}
#header #phone {
	background:url('../images/callformoreinfo.png') 0 11px no-repeat;
	display:block;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	width:177px;
	height:46px;
}
#footer {
	background-color:#dbecf8;
	clear:both;
	color:#41558e;
	display:block;
	float:left;
	padding:25px 0 25px 0;
	width:100%;
}
#footer p {
	margin-bottom:10px;
	padding-right:25px;
}
#footer-container {
	background-color:#edf6fc;
	background-image:url('../images/footer_top.gif');
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	width:960px;
	margin:0 auto;
	padding:25px 0 0 0;
}
#footer-bottom {
	background:url('../images/footer_bottom.gif') 0 15px no-repeat;
	clear:both;
	display:block;
	padding-top:15px;
	width:960px;
	height:6px;
}
#footer-left {
	display:block;
	float:left;
	padding-left:40px;
	padding-right:25px;
	width:250px;	
}
#mailing-list {
	display:block;
	width:315px;	
	height:66px;
}
#mailing-list label {
	display:block;
	font-weight:bold;
	text-align:left;
	margin-bottom:4px;
	width:250px;
}
#mailing-list input {
	border:0;
	clear:left;
	float:left;
	margin-right:2px;
	padding:4px;
	width:180px;
	height:16px;
}
#mailing-list button {
	background-color:#dbecf8;
	background-image:url('../images/ok.png');
	background-position:center;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:30px;
	height:24px;
}
#mailing-list #thank-you {
	background-color:#dbecf8;
	display:none;
	line-height:46px;
	text-align:center;
	width:250px;
	height:46px;
}
#quicklinks {
	clear:left;
	display:block;
	font-size:12px;
	line-height:22px;
	width:250px;
}
#quicklinks h2 {
	font-size:12px;
}
#quicklinks ul {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}
#quicklinks ul li {
	border-bottom: solid 1px;
	border-bottom-color:#d7dce4; 
}
#quicklinks ul li a {
	color: #41558e;	
	font-style:normal;
	text-decoration:none;
}
#about {
	float:left;
	line-height:18px;
	width:635px;	
}
#about h2 {
	font-size:12px;
}
#partners ul {
	display:block;
	float:left;
	list-style:none;
	padding:10px 0 15px 0;
}
#partners ul li {
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:20px;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
	height:39px;
}
#partners ul li#abelsoft {
	background-image:url('../images/partner_abelsoft.png');
	width:104px;
}
#partners ul li#cleardent {
	background-image:url('../images/partner_cleardent.png');
	width:135px;
}
#partners ul li#mci {
	background-image:url('../images/partner_mci.png');
	width:82px;
}
#partners ul li#officite {
	background-image:url('../images/partner_officite.png');;
	width:73px;
}
#partners ul li#solution21 {
	background-image:url('../images/partner_solution21.png');
	width:106px;
}

/* Common */

a {
	color:#f00;
}
h3 {
	font-size:1em;
	margin-bottom:15px;
}
p {
	margin-bottom:15px;
}
ul {
	padding:0 0 15px 15px;
}
fieldset {
	border:none;
}
#comments label,
#become-partner label {
	clear:both;
	display:inline;
	float:left;
	text-align:right;
	margin-right:10px;
	width:110px;
}
#comments input,
#become-partner input {
	display:inline;
	float:left;
	margin-bottom:10px;
	width:229px;
}
select {
	display:inline;
	float:left;
	margin-bottom:10px;
	width:160px;
}
textarea {
	float:left;
	margin-bottom:10px;
	width:231px;
	height:160px;
}
button {
	float:right;
}
.message {
	background-color:#fffbed;
	border:1px solid #d7d0c0;
	display:block;
	font-weight:bold;
	text-align:center;
	padding:20px;
}
.checklist {
	color:#000;
	font-size:12px;
	line-height:24px;
	list-style-type:none;
	padding:10px 0 10px 0;
}
.checklist li {
	background-image:url('../images/check.png');
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:25px;
}
a.buy-now-small {
	background:url('../images/small_buynow.gif') 0 0 no-repeat;
	border:0;
	display:inline;
	float:left;
	margin-right:10px;
	overflow:hidden;
	text-indent:-9999px;
	width:120px;
	height:28px;
}
a.buy-now-small:hover {
	background-position: 0 -28px;
}
a.buy-now-small:active {
	background-position: 0 -56px;
}
a.text-link {
	float:left;
	color:#f00;
	font-size:12px;
	line-height:25px;
}
.tinted-box {
	background-color:#eff1f5;
	border:1px solid #e2e5eb; 
	clear:both;
	color:#7a8291;
	float:left;
	margin:0 auto 25px;
	padding:20px 20px 30px 30px;
	text-align:left;
	width:830px;
}
.tinted-box h3 {
	font-size:16px;
	font-weight:bold;
}
.tinted-box.narrow {
	display:block;
	float:left;
	padding:20px 35px;
	width:357px;
}
.tag-line {
	color:#f00;
	font-size:16px;
}
p#error-message {
	background-color:#fffee0;
	background-image:url('../images/warning.png');
	background-position:18px center;
	background-repeat:no-repeat;
	line-height:35px;
	padding:18px 0;
	text-indent:67px;
	width:870px;
	height:35px;
}
.hidden {
	display:none;
}
.error {
	background-color:#fcc;
}


/* Home page */

#home {
	position:relative;
}
#home img {
	float:left;
	margin-bottom:14px;
	width:644px;
	height:390px;
}
#home h1 {
	background-image:url('../images/dental_movies.png');
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	left:20px;
	top:78px;
	width:275px;
	height:71px;
}
#home p {
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding:0;
}
#home p#click-away {
	position:relative;
	top:88px;	
}
#home p#act-now {
	font-weight:bold;
	position:relative;
	top:88px;
}
#home a#buy-now {
	background:url('../images/bigbuy_button.png') 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;

	position:absolute;
	left:644px;
	top:263px;
	width:316px;
	height:117px;
}
#home a#buy-now:hover {
	background-position: 0 -121px;
}
#home a#buy-now:active {
	background-position: 0 -242px;
}
#home a#view-products {
	color:#000;
	display:inline-block;
	font-size:16px;
	text-align:center;
	position:absolute;
	left:644px;
	top:361px;
	width:316px;
}
#for-your-website {
	background:url('../images/divider.png') 0 0 no-repeat;
	clear:both;
	float:left;
	padding-left:20px;
	width:298px;
}
#for-your-website h2 {
	background-image:url('../images/for_your_website.png');
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:144px;
	height:20px;
}
#for-your-practice {
	background:url('../images/divider.png') 0 0 no-repeat;
	float:left;
	padding-left:20px;
	width:298px;
}
#for-your-practice h2 {
	background-image:url('../images/for_your_practice.png');
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:189px;
	height:20px;	
}
#home #flash-video {
	display:block;
	width:320px;
}

/* Internal pages */

.page {
	background-color:#fff;
	background-image:url('../images/topcurvedbar.gif');
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	padding:40px;
	position:relative;
	width:880px;
}
.top-links {
	background-image:url('../images/topcurvedbar-grey.gif');
}
#top-links {
	background-color:#eff1f5;
	display:block;
	text-align:center;
	padding:7px 0 15px;
	position:absolute;
	left:0;
	top:5px;
	width:960px;
}
#top-links a {
	color:#77787a;
}

/* Product pages */

#products-title {
	background:url('../images/our_products.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;
}
.product {
	border-bottom:2px solid #cccaca;
	display:block;
	float:left;
	margin-bottom:30px;
	width:880px;
}
.product-description {
	clear:left;
	float:left;
	padding-bottom:30px;
	width:480px;
}
.product-description h2 {
	margin-bottom:15px;
}
.product-video {
	float:right;
	width:320px;
}
.product-video h3 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
}
#dentistry h2 {
	background-image:url('../images/dentistry_logo.gif');
	display:block;
	overflow:hidden;
	text-indent:-9999px;	
	width:162px;
	height:50px;
}
#ortho h2 {
	background-image:url('../images/ortho_logo.gif');
	display:block;
	overflow:hidden;
	text-indent:-9999px;	
	width:89px;
	height:51px;
}
#cosmetic h2 {
	background-image:url('../images/cosmetic_logo.gif');
	display:block;
	overflow:hidden;
	text-indent:-9999px;	
	width:182px;
	height:69px;
}
#kidszone h2 {
	background-image:url('../images/kidszone_logo.gif');
	display:block;
	overflow:hidden;
	text-indent:-9999px;	
	width:128px;
	height:75px;
}
#suite h2 {
	background-image:url('../images/suite_logo.gif');
	display:block;
	overflow:hidden;
	text-indent:-9999px;	
	width:77px;
	height:51px;
}
.product-image {
	display:block;
	float:right;
	text-align:center;
	width:387px;
}
.product-image-small {
	display:block;
	float:right;
	text-align:center;
	width:320px;
}
.thumbnails-wide {
	list-style:none;
	padding:0;
}
.thumbnails-wide li {
	background-color:#fff;
	border:1px solid #e4e6ec;
	color:#79774a;
	float:left;
	margin-right:10px;
	text-align:center;
}
.thumbnails-wide li a {
	background-position:6px 6px;
	background-repeat:no-repeat;
	color:#f00;
	display:block;
	padding:208px 0 16px 0;
	width:264px;
}
a#gatchell {
	background-image:url('../images/thumb_gatchell.jpg');
}
a#ourdentist {
	background-image:url('../images/thumb_baird.jpg');
}
a#concord {
	background-image:url('../images/thumb_concord.jpg');
}
a#bmfdc {
	background-image:url('../images/thumb_bmfdc.jpg');
}
a#parklane {
	background-image:url('../images/thumb_parklane.jpg');
}
a#alderny {
	background-image:url('../images/thumb_alderny.jpg');
}
a#cos-beautiful {
	background-image:url('../images/thumb_cos_beautiful.jpg');
}
a#cos-youthful {
	background-image:url('../images/thumb_cos_youthful.jpg');
}
a#cos-forme {
	background-image:url('../images/thumb_cos_forme.jpg');
}
a#kz-ricky {
	background-image:url('../images/thumb_kids_ricky.jpg');
}
a#kz-sugar {
	background-image:url('../images/thumb_kids_sugar.jpg');
}
a#kz-color {
	background-image:url('../images/thumb_kids_pdf.jpg');
}
#movie-list {
	clear:both;
}
#movie-list h3 {
	font-size:16px;
	margin-bottom:2px;
}
.movie-list-row {
	border-top:2px solid #cccaca;	
	clear:both;
	display:block;
	float:left;
	padding-top:20px;
	width:882px;
}
.movie-list-column {
	float:left;
	width:220px;
}
#ortho .movie-list-column {
	width:290px;
}
#movie-list .movie-list-column h3 {
	font-size:12px;
	margin-bottom:10px;
}
#dentistry-title {
	background:url('../images/products_dentistry.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;	
}
#ortho-title {
	background:url('../images/products_ortho.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;	
}
#cosmetic-title {
	background:url('../images/products_cosmetic.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;	
}
#kidszone-title {
	background:url('../images/products_kidszone.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;	
}
#cdrom-title {
	background:url('../images/products_cdrom.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;	
}
ul#logos {
	display:block;
	float:left;
	list-style:none;
	padding:10px 0 30px 0;
	width:100%;
}
ul#logos li {
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin-right:25px;
	overflow:hidden;
	text-indent:-9999px;
	height:41px;
}
ul#logos li#dentistry-logo {
	background-image:url('../images/dentistry_logo_small.gif');
	width:101px;
}
ul#logos li#ortho-logo {
	background-image:url('../images/ortho_logo_small.gif');
	width:56px;
}
ul#logos li#cosmetic-logo {
	background-image:url('../images/cosmetic_logo_small.gif');
	width:90px;
}
ul#logos li#kidszone-logo {
	background-image:url('../images/kidszone_logo_small.gif');
	width:67px;
}

/* Contact page */

#contact-title {
	background:url('../images/contact.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;	
}
#get-in-touch {
	display:block;
	padding:20px 0 0 40px;
	width:300px;
}
#get-in-touch h2 {
	font-size:22px;
	margin-bottom:15px;	
}
#get-in-touch h3 {
	margin:0;
	padding:10px 0 0 0;
}
#get-in-touch p {
	margin:0;
}
#get-in-touch .company {
	padding-top:10px;
}
#get-in-touch .current-time {
	font-weight:bold;
	padding-top:10px;
}
#googlemap {
	display:block;
	float:right;
	text-align:center;
	padding:10px 0 20px 0;
	width:429px;
	height:323px;
}
#googlemap iframe {
	width:429px;
}
#comments {
	clear:both;
	float:left;
	margin-right:21px;
	height:452px;
}
#become-partner {
	clear:none;
	float:left;
	height:452px;
}	
#comments button,
#become-partner button {
	padding:0 6px;
}
#comments input,
#comments select,
#comments textarea,
#become-partner input,
#become-partner textarea {
	border:1px solid #7f9db9;
	float:left;
	padding:2px;
	width:225px;
}

/* Site map and 404 */

#sitemap,
#not-found {
	min-height:450px;
}
#sitemap a {
	color:#2a2a2a;
}
#sitemap-title {
	background:url('../images/sitemap.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;
}
#not-found-title {	
	background:url('../images/404.png') center 20px no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:77px;
}

/* Lightboxes */

.lightbox {
	background-image:url('../images/lightbox-background.png');
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
}
.lightbox-close {
	background-image:url('../images/lightbox-close.png');
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	top:45px;
	width:45px;
	height:45px;
}
.lightbox-window {
	position:absolute;
	left:50%;
	margin-left:-390px;
}
.lightbox-top {
	background-image:url('../images/lightbox-top.png');
	display:block;
	width:780px;
	height:38px;
}
.lightbox-center {
	background-image:url('../images/lightbox-center.png');
	display:block;
	float:left;
	padding:20px 60px;
	width:660px;
}
.lightbox-bottom {
	background-image:url('../images/lightbox-bottom.png');
	display:block;
	float:left;
	width:780px;
	height:38px;
}