<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* Body and Universal 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}


code {
  font-family: Courier, "Courier New", "Lucida Console", Monaco;
  color: #000;
}
body {
	color: #575757;
	font: 14px/21px Arial, Helvetica, sans-serif;
	line-height:20px;
	-webkit-text-stroke:1px transparent;
	background-image: url(../images/background_blue.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: scroll;
	background-color: #FFFFFF;
}

#container {
	margin: auto;
	padding:10px;
	width:984px;
	text-align:left;
	height: 100%;
	padding-top: 10px;
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
}

img {
	border:0;
	text-decoration:none;
}


.clear {
	clear:both;
}




/* Typography */

a {
	color:#617d8e;
	text-decoration: none;
}

a:hover {
	color: #3e4e59;
}

a:active, a:focus { 
position : relative; 
top : 1px; 
}






/* Header Links */

#header {
	font-weight: normal;
	font-size: 13px;
	height: 35px;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	zoom:1;
	border-bottom:1px solid #fff;
	margin-bottom: 0px;
	font-family: "ratio-1","ratio-2",sans-serif;
	background-color: #069;
	width: 100%;
	position: inherit;
}

#header-wrap {
	line-height: 19px;
	margin: 0px auto 0;
	padding: 8px 0 8px 0;
	height: auto;
	float:right;
	position:relative;
	left: -50%;
}

	#header a {
		display: block;
		text-transform: uppercase;
		color: #c0ccd5;
	}
	#header a:hover {
		color: #fff;
		border:0;
	}
	#header ul {
		list-style: none;
		position:relative;
		left:50%;
	}
	#header ul li {
		float: left;
		margin-right: 1.5em;
	}
	
	
	
/* Introduction */

#introduction {
	width: 100%;
	height: 210px;
	margin: 0 auto;
	padding: 0px 10px 0 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#introduction h2 {
	display:block;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: "ratio-1","ratio-2",sans-serif;
}



#introduction h3, #introduction h4 {
	font-size: 16px;
	color: #3e4e59;
	font-weight: medium;
	margin-top: 0px;
	font-family: "ratio-1","ratio-2",sans-serif;
}

#introduction h4 {
	color: #8899a3;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	}
	
	
#introduction #tagline {
	float:left;
	width:600px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}

#introduction #connect {
	float:left;
	width: 150px;
	padding: 20px 0 0 0;
	}

#introduction p .facebook {
	background : url('../img/facebook.png') no-repeat 0 0;
	height: 32px;
	display:block;
	padding: 5px 0 0 60px;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#introduction p .twitter {
	background : url('../img/twitter.png') no-repeat 0 0;
	height: 32px;
	display:block;
	padding: 5px 0 0 60px;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, sans-serif;
}

#introduction p .skype {
	background : url('../img/skype.png') no-repeat 0 0;
	height: 32px;
	display:block;
	padding: 5px 0 0 60px;
	font-size: 16px;
	color: #8899a3;
	font-weight: normal;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#introduction p .twitter:hover, #introduction p .facebook:hover, #introduction p .skype:hover {
	color: #3e4e59;
}





.content {
	background-color: #f4f4f4;
	padding:40px 20px 40px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dddcdc;
	-webkit-box-shadow: 0px -10px 25px #e9e9e9;
	-moz-box-shadow: 0px -10px 25px #e9e9e9;
	width: 770px;
	margin: 30px 0 0 110px;
	text-align:center;
}


.content h2, .content h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0 auto 25px;
	width: 500px;
}

.content h3 {
	margin: 10px auto 10px;
	border:0;
	padding:0;
}

.content p {
	font-size: 14px;
	margin: 0 auto 20px;
	width: 500px;
	text-align:left;
}


.content ul {
	margin: 0 auto 20px;
	padding: 0 0 0 30px;
	width: 500px;
	font-size: 14px;
	line-height: 22px;
	text-align:left;
}







.column {
	width: 360px;
	float:left;
	padding-right: 40px;
	margin: 30px 0 0 110px;
}

.column h2, .content h2 {
	text-align:center;
	font-size: 26px;
	font-weight: medium;
	padding-bottom: 25px;
	font-family: "ratio-1","ratio-2",sans-serif;
	color: #3e4e59;
}


.column h3 {
	text-align:center;
	font-size: 14px;
	color: #999;
	font-weight:normal;
	margin-bottom: 30px;
}


.preview {
	width: 260px;
	margin:0 auto 30px;
	background-color: #f4f4f4;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dddcdc;
	-webkit-box-shadow: 0px -10px 10px #f6f6f6;
	-moz-box-shadow: 0px -10px 10px #f6f6f6;
	text-align:center;
	min-height: 236px;
}

.themelist {
	width: 430px;
	text-align:left;
	font-size: 14px;
	min-height: 0px;
}

.clear {clear:both;}

.preview p {
	display:block;
	float:left;
	width: 180px;
	margin: 0 10px 0 10px;
	text-align:left;
}

.preview .price {
	display:block;
	float:left;
	background: #bec6cf;
	padding: 10px;
	margin: 0 0px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	font-weight:bold;
	font-size: 16px;
}

.preview .price:hover {
	background: #a1abb7;
}


.preview h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

.preview img {
	margin-bottom: 20px;
	border: 3px solid #ccc;
	-webkit-box-shadow: 0px -10px 25px #eee;
	-moz-box-shadow: 0px -10px 25px #eee;
	width: 235px;
}

.themelist img {
	float:left;
	margin-right: 20px;
}

.themelist .price {
	float:none;
	display:inline;
}

.themelist h3 {
	float:left;
	width: 0px;
	display:block;
}


.preview_more, .biglink {
	width: 260px;
	display:block;
	margin:0 auto 30px;
	background-color: #5d798a;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px -10px 25px #e9e9e9;
	-moz-box-shadow: 0px -10px 25px #e9e9e9;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	font-family: "ratio-1","ratio-2",sans-serif;
	text-align:center;
}


.preview_more:hover, .biglink:hover {
	color: #fff;
	background-color: #466578;
}



#previewpage {margin:30px 0 60px 60px; width: 700px;}

#previewpage h3 { text-align:center; font-size: 22px; width: auto; margin:0 0 20px 0;}



.viewdemo {
	border: 8px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.theme_feature {
	width: 238px;
	float:left;
	margin: 0 12px 0 0
	}
	
.theme_feature p, .theme_feature h3 {
	width: 230px;
	font-size: 12px;
	text-align:left;
	padding: 10px 0 0 0;
	}
	
.theme_feature h3 {font-size: 14px;}

.theme_feature img {
	border: 3px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.details a.demo:hover, .details a.settingsPage:hover {
	opacity:0.8;
	filter:alpha(opacity=80)
}

.details { float: left; margin:20px 0 40px 162px; padding: 20px 0 20px 0; }

a.demo { width: 139px; height: 35px; display: block; background: url(/img/liveDemoBig.jpg) no-repeat; text-indent: -9999px; float: left; margin: 15px 10px 0 0; }

a.demo_disabled { width: 139px; height: 35px; display: block; text-indent: -9999px; float: left; margin: 15px 10px 0 0; }

.details a.demo, .details a.demo_disabled { margin: 0px; }

.details a.purchase {cursor: default; width: 147px; height: 45px; display: block; background: url(/img/purchasetab.png) no-repeat center top; float: left; text-indent: -9999px; margin: 0px 10px 0px 10px; }

.details a.settingsPage { width: 152px; height: 35px; display: block; background: url(/img/settingsPage.jpg) no-repeat center top; text-indent: -9999px; float: left; }

.purchaseBox { background: url(/img/purchasebg.png) no-repeat center top; }

.purchaseBox a { display: block; width: 203px; float: left; text-decoration: none; margin: 12px 12px 24px 12px;}

.purchaseBox a strong { font-size: 30px; font-weight: bold; color: #3e4e59; letter-spacing: -2.5px;  width: 61px; height: 37px; padding: 30px 0 0 7px; float: left; text-align: center;}

.purchaseBox a u { display: block; margin-bottom: 5px;  font-size: 18px; font-weight: bold; color: #ffffff; text-decoration: none; }

.purchaseBox a p { margin: 18px 0px 0px 15px; display: block; float: left; width: 110px; color: #3e4e59; font-size: 11px; line-height: 14px; }

.purchaseBox a:hover strong { color: #93a3b3; }

.themeFeatures .right, .themeFeatures .left { width: 430px;  margin-bottom: 25px; font-size: 12px; line-height: 20px; color: #6A7A7F; }



#footer {
	clear:both;
	width: 100%;
	height: 82px;
	margin: 0 auto;
}




/* Make links fade in slowly */
a {
	-o-transition-duration: .33s;
	-o-transition-property: color, background-color, opacity;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: color, background-color, opacity;
	-moz-transition-duration: .33s;
	-moz-transition-property: color, background-color, opacity;
}
.top_a{
	margin:30px auto;
	position:relative;
	border:1px solid #ddd;
	-moz-box-shadow:0px 0px 41px #ccc;
	box-shadow:0px 0px 41px #ccc;
	overflow:hidden;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: right bottom;
	padding: 30px;
}
.top_b{
	margin:30px auto;
	position:relative;
	border:1px solid #ddd;
	-moz-box-shadow:0px 0px 41px #ccc;
	box-shadow:0px 0px 41px #ccc;
	overflow:hidden;
	background-color:#FFF;
	background-image: url(../images/dental.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.col_a{
	height:380px;
	width: 300px;
	margin-top: 10px;
	padding-left:20px;
	float: right;
	position: relative;
}
.vSlider { margin:30px ; position:relative; border:1px solid #ddd; overflow:hidden; float:left;  }
.merchandising-box {
	float: left;
	width: 210px;
	height: 230px;
	margin: 15px;
}
</pre></body></html>