html {
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	background: #58595B;
}

.clearing {
	clear: both;
}

a {
	text-decoration: none;
	outline: none;
	color: #32B2D6;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	text-shadow: 0 1px 0 #f7f7f7;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	color: #32b2d6;
	font-size: 15pt;
	font-weight: bold;
	text-shadow: 0 1px 0 #f7f7f7;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {
	color: #faa43c;
	font-size: 15pt;
	font-weight: bold;
	text-shadow: 0 1px 0 #f7f7f7;
	margin: 0 0 10px 0;
	padding: 0;
}

.hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	border-bottom: 1px solid white;
	margin: 10px 0 15px;
}

#displayCaseWrapper {
	height: 570px;
	width: 100%;
	min-width: 100%;
	background: white url(images/bg.png) no-repeat top center;
}

#displayCase {
	width: 1050px;
	height: 500px;
	padding: 50px 0 0;
	margin: 0 auto;
	position: relative;
	background: transparent url(images/mainImage.png) no-repeat center 50px;
}

#mainWrapper {
	width: 100%;
	background: #f3f3f3 url(images/mainWrapperBG.png) repeat-x;
}

#main {
	width: 1050px;
	padding: 30px 0 50px;
	margin: 0 auto;
	background: transparent url(images/mainBG.png) repeat-y;
}

#footerWrapper {
	width: 100%;
	background: transparent url(images/footerBG.png) repeat-x top left;
}

#footer {
	width: 1050px;
	margin: 0 auto;
	padding: 40px 0;
	color: #ddd;
	font-weight: bold;
	text-shadow: 0 1px 0 #222;
}

#footer a {
	color: #5abee9;
}


a.appDownload {
	display: block;
	width: 225px;
	height: 62px;
	background: transparent url(images/buttonDownload.png) no-repeat;
}

.features {
	width: 200px;
	height: 175px;
	padding: 15px 10px 10px 20px;
	margin-right: 23px;
	text-align: left;
	font-size: 10pt;
	text-shadow: 0 1px 0 #f7f7f7;
	float: right;
	background: transparent url(images/featuresBG.png) no-repeat;
}

.features ul {
	margin: 10px 0 0 25px;
	padding: 0;
}

.features ul li {
	list-style-image: url(images/bullet.png);
	padding: 2px 0 2px 2px;
}


#leftColumn {
	margin-left: 15px;
	float: left;
	width: 340px;
	text-align: left;
}

#rightColumn {
	margin-right: 15px;
	margin-top: -85px;
	float: right;
	width: 610px;
	text-align: left;
}

#tabs {
	float: right;
	margin-right: 5px;
	width: 360px;
	height: 55px;
}

#tabs a {
	color: #777;
	font-size: 14pt;
	font-weight: bold;
	text-shadow: 0 1px 0 #f7f7f7;
	padding: 22px 0 0;
	text-align: center;
	display: block;
	float: left;
	width: 180px;
	height: 55px;
	background: transparent url(images/tab.png) no-repeat;
}

#tabs a:hover {
	color: #faa43c;
	text-shadow: 0 1px 0 #fff;
}

#tabs a.on {
	color: #faa43c;
	text-shadow: 0 1px 0 #fff;
	background: transparent url(images/tabOn.png) no-repeat;
}

#tabContentHolder {
	width: 100%;
	margin-top: 30px;
}

a.shareButton {
	display: block;
	float: left;
	height: 60px;
	margin: 0 5px 0 0;
	padding:0;
	width: 60px;
	opacity: 0.75;
	background: transparent url(images/buttonShare.png) no-repeat;
}

a.shareButton:hover {
	opacity: 1.0;
}

.review {
	padding: 10px 5px;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #f3f3f3;
}

.review .comment {
	width: 100%;
	margin-bottom: 5px;
}

.review .credit {
	float: right;
	font-style: italic;
	font-size: 8pt;
	color: #777;
}


.blogPost {
	padding: 20px 0;
}

.blogPost p img[align="right"], .blogMainRight blockquote img[align="right"] {
	padding: 0 0 15px 15px;
}

.blogPost p img[align="left"], .blogMainRight blockquote img[align="left"] {
	padding: 0 15px 15px 0;
}

.blogPostTitle {
	color: #32b2d6;
	display: block;
	font-size: 22pt;
	line-height: 19pt;
}


.addthis_toolbox .custom_images a {
    width: 60px;
    height: 60px;
    margin: 0 5px 0 0;
    padding: 0;
    display: block;
	float: left;
}

.addthis_toolbox .custom_images a:hover img {
    opacity: 1;
}

.addthis_toolbox .custom_images a img {
    opacity: 0.75;
}

#atffc {
	display: none;
}

