/***** CSS for ZeroOneTwenty *****/

* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	text-align: center;
	font-size: 62.5%;
	color: #333;
	background: url(../images/interface/bg.jpg) repeat-x 0 0;
	font-family: Helvetica;
	height: 100%;
}
img {
	border: none;
}
.clear {
	clear: both;
}
*:focus {
	outline: none;
}
#logo em,
.zeroOne em,
.button em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.normalText {
	font-size: 14px;
}

.smallTextLeft {
	font-size: 14px;
	width: 550px;
}

.smallTextRight {
	display: block;
	font-size: 14px;
	width: 550px;
	margin-left:auto; margin-right:0;
}

.smallTextCentreGray {
	display: block;
	font-size: 19px;
	width: 550px;
	text-align: center;
	color: gray;
	margin-left:auto; margin-right:auto;
}

.mediumTextCentre {
	display: block;
	font-size: 14px;
	width: 550px;
	text-align: center;
	margin-left:auto; margin-right:auto;
}


.rightImage {
	margin-left:auto; margin-right:0;
}

.line {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid LightGray;
}

.column-left{ float: left; width: 33%;  }
.column-center{ display: inline-block; width: 33%; }
.column-right{ float: right; width: 33%;  }

.appText {
	display: block;	
	width: 550px;
	text-align: center;
	margin-left:auto; margin-right:auto;
}

.appTitleTextCentre {
	font-size: 20px;
	color: gray;
	padding-bottom: 15px;
}

.appHeadlineTextCentre {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 15px;
}

.appDescriptionTextCentre {
	font-size: 20px;
	color: gray;
	padding-bottom: 15px;
}

.appLinkTextCentre {
	font-size: 18px;
	font-weight: lighter;
}


/***** Type *****/
p {
	padding: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica;
}
a:link {
	color: #1b96cc;
	text-decoration: none;
}
a:visited {
	color: #05628b;
}
a:hover {
    text-decoration: underline;
}
a:active {
	color: #ff9825;
}
#colContent p.intro,
#colContent .intro p {
	color: #666;
	font-size: 1.6em;
	line-height: 1.2;
}
#colContent p {
	line-height: 1.2;
	font-size: 1.1em;
	padding-bottom: 20px;
}
#colContent h2 {
	font-size: 2em;
	padding-bottom: 15px;
}
#colContent h3 {
	font-size: 1.5em;
	padding-top: 10px;
}
#colContent ul,
#colContent ol {
	margin: -15px 0 20px 3em;
	font-size: 1.1em;
}
img.alignright {
	float: right;
	margin: 10px 0 15px 30px;
}




/***** Container *****/
#container {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}




/***** Header *****/
#header {
	position: relative;
	height: 120px;
}

#logo {
	width: 127px;
	height: 59px;
	position: absolute;
	left: 7px;
	top: 10px;
	background: url(../images/interface/logo-sans-tm.png) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 59px;
}
#mainNav {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 43px;
	width: 100%;
}
#mainNav li {
	list-style-type: none;
	float: left;
	margin: 0 16px 0 0;	
}
#mainNav a { /* Safari */
	display: block;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 1.3em;
	padding: 0 7px;
	text-decoration: none;
	font-family: Helvetica;
}
#mainNav em {
	font-style: normal;
}
#mainNav .current_page_item a {
	background: url(../images/interface/main-nav-selected.png) no-repeat center bottom;
	text-shadow: #fff 0px 0px 10px;
}
#mainNav a:hover {
	text-shadow: #fff 0px 0px 10px;
}
#weMake {
	position: absolute;
	width: 300px;
	right: 7px;
	bottom: 13px;
	color: #fff;
	font-size: 1.1em;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-align: right;
	padding: 0;
}

#contact {
	position: absolute;
	top: 26px;
	right: 7px;
	width: 116px;
	height: 24px;
	background: #666 url(../images/interface/button-contact-bg.png) repeat-x 0 0;
	border: 1px solid #666;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-align: center;
	text-shadow: #595959 1px 1px 1px;
}
#contact a {
	color: #eaeaea;
	text-decoration: none;
	display: block;
	height: 24px;
	padding-top: 5px;
}
#contact:hover {
	background: #b46104;
	border: 1px solid #d6760c;
}



/***** Content *****/
#content {
	padding: 0 7px 30px 7px;
}




/***** Home *****/
#homeMessage {
	padding: 50px 0;
	background: url(../images/home/home-message-bg.png) no-repeat left bottom;
	width: 884px;
	margin: 0 0 0 -6px;
	position: relative;
	overflow: hidden;
}
#homeMessage h1 {
	font-size: 4em;
	letter-spacing: -3px;
}
#homeMessage p {
	font-size: 1.3em;
	text-shadow: #fff 1px 1px 1px;
	width: 700px;
}
#homeMessage .button a { /* Safari */
	display: block;
	width: 253px;
	height: 37px;
	background: url(../images/interface/button-buy.png) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	padding-top: 15px;
	color: #fff;
	text-shadow: #854b0b -1px -1px 2px;
}
#homeMessage .button a:hover {
	background-position: 0 -53px;
	text-shadow: #854b0b 1px 1px 2px;
}
.homeImage {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 400px;
	height: 265px;
	overflow: hidden;
	background: url(../images/home/main-image.jpg) no-repeat right bottom;
}




/***** Product *****/
#pageMessage {
	height: 80px;
	padding: 0;
	width: 1050px;
	margin: 0 0 0 -6px;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
#pageMessage h1 {
	font-size: 4em;
	letter-spacing: -3px;
	position: absolute;
	top: 150px;
	left: 0;
	width: 800px;
	z-index: 5;	
}
#pageMessage p {
	font-size: 1.6em;
	width: 480px;
	position: absolute;
	top: 155px;
	left: 2px;
	z-index: 5;
}
.pageImage {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 550px;
	height: 228px;
	overflow: hidden;	
}
#pageMessage ul {
	list-style-type: none;
	position: absolute;
	left: -10px;
	bottom: -1px;
	width: 800px;
	overflow: hidden;
	min-height: 32px;
}
#pageMessage li {
	float: left;
}
#pageMessage li a {
	text-decoration: none;
	font-size: 1.4em;
	border-right: 1px solid #e1e1e1;
	display: block;
	padding: 10px 15px;
	color: #333;
}
#pageMessage li a:hover {
	background: url(../images/interface/sub-nav-bg.png) repeat-x left bottom;
}
#pageMessage li.current_page_item a,
#pageMessage li.current_page_item a:hover {
	background: url(../images/interface/sub-nav-selected.png) no-repeat center bottom;
	color: #29a7df;
	cursor: default;
}
#pageMessage li:last-child a {
	border: none;
}
#colContent img {
	display: block;
	margin-bottom: 20px;
}
#colContent p img {
	display: inline;
	margin-bottom: 0;
}




/***** Download Box *****/
.downloadBox {
	margin: 10px 0;
}
.downloadBox a { /* Safari */
	display: block;
	width: 253px;
	height: 44px;
	margin-left: auto;
  	margin-right: auto;
	background: url(../images/interface/button-buy.png) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.9em;
	padding-top: 9px;
	color: #fff;
	text-shadow: #854b0b -1px -1px 2px;
}
.downloadBox a:hover {
	background-position: 0 -53px;
	text-shadow: #854b0b 1px 1px 2px;
}





/***** Buy Box *****/
#orangeButton {
}
#orangeButton a { /* Safari */
	display: inline-block;
	width: 253px;
	height: 40px;
	background: url(../images/interface/button-buy.png) no-repeat 0 0;
	text-decoration: none;
	font-size: 19px;
	padding-top: 13px;
	color: #fff;
	text-shadow: #854b0b -1px -1px 2px;
}
#orangeButton a:hover {
	background-position: 0 -53px;
	text-shadow: #854b0b 1px 1px 2px;
}

#purpleButton a { /* Safari */
	display: inline-block;
	width: 253px;
	height: 40px;
	background: url(button-purple.png) no-repeat 0 0;
	text-decoration: none;
	font-size: 19px;
	padding-top: 13px;
	color: #fff;
	text-shadow: #854b0b -1px -1px 2px;
}
#purpleButton a:hover {
	background-position: 0 -53px;
	text-shadow: #854b0b 1px 1px 2px;
}






/***** ContentBox *****/
#contentBox,
#contentBoxLite {
	background: url(../images/interface/contentbox-bg.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	margin: 25px 0 0 0;
	line-height: 1.4;
}
#contentBox h2,
#contentBoxLite h2 {
	padding: 0 0 10px 0;
}
#contentBox q,
#contentBoxLite q {
	display: block;
}
#contentBox cite,
#contentBoxLite cite {
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

#centered {
    text-align: center;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/***** Columns *****/
#colContent {
	width: 1050px;
	float: left;
	padding: 0px 0 0px 1px;
}
#colHighlight {
	width: 253px;
	float: right;
	padding: 30px 0 0 0;
}
#colWrapper {
	overflow: hidden;
}


/***** Product Boxes *****/
#products {
	overflow: hidden;
}
.productBox {
	width: 214px;
	height: 89px;
	padding: 165px 20px 0 20px;
	float: left;
	margin: 30px 48px 0 0;
	text-align: center;
	font-size: 0.9em;
	background: url(../images/interface/product-box-bg.png) no-repeat 0 0;
	position: relative;
}
.productBox:hover {
	background: url(../images/interface/product-box-bg.png) no-repeat 0 -258px;
}
.productBox:last-child {
	margin-right: 0;
}
.productBox a {
	position: absolute;
	left: 0;
	top: 0;
	width: 254px;
	height: 254px;
	color: #1B96CC;
}
.blueHarvest a {
	background: url(../images/interface/product-box-blueharvest.png) no-repeat 24px 24px;
}
.productBox p a {
	position: static;
	width: auto;
	height: auto;
}




/***** BuyTable *****/
.buyTable {
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	position: relative;
}
.buyItem {
	float: left;
	width: 136px;
	border-left: 1px solid #e1e1e1;
	text-align: center;
	padding: 0 0 15px 0;
}
#colContent .buyItem h3 {
	background: #494949;
	color: #fff;
	font-size: 1.1em;
	padding: 8px 0;
}
#colContent .buyItem:first-child {
	border: none;
}
#colContent .buyItem:last-child h3 {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#colContent .buyItem:first-child h3 {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#colContent .buyItem p {
	font-size: 0.9em;
	line-height: 1.2;
	padding: 10px 10px 0 10px;
}
.buyItem strong {
	font-size: 2em;
	letter-spacing: -1px;
	padding-right: 2px;
}
.buyItem a {
	display: block;
	background: url(../images/interface/button-buy-license.png) no-repeat 0 0;
	width: 89px;
	height: 32px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	color: #fff;
	text-shadow: #854b0b -1px -1px 2px;
	margin: 4px 0 0 13px;
}
.buyItem a:hover {
	background-position: 0 -40px;
	text-shadow: #854b0b 1px 1px 2px;
}
.buyItem .note strong {
	display: inline;
	font-size: 1em;
}
.buyItem .note em {
	color: #cc0000;
	font-style: normal;
}
#eSellerate {
	position: absolute;
	left: 20px;
	bottom: 17px;
	width: 300px;
}
#eSellerate img {
	display: block;
	margin: 3px 0 0 0;
}




/***** Accordion *****/
#accordion h3 {
	font-size: 1.2em;
	border-top: 1px solid #e1e1e1;
	padding: 8px 0 8px 17px;
	background: url(../images/faqs/icon-open-close.png) no-repeat 5px 14px;
}
#accordion h3:first-child {
	border: none;
}
#accordion h3:hover {
	background-color: #e1f4fc;
	cursor: pointer;
}
#accordion div {
	padding: 0 0 10px 17px;
	line-height: 1.4;
}
#accordion h3.ui-state-active {
	font-weight: bold;
	background: #e1f4fc url(../images/faqs/icon-open-close.png) no-repeat 5px -79px;
}
div.ui-accordion-content-active {
	background: #e1f4fc;
}




/***** Code *****/
.page-id-43 #contentBox {
	margin: 0;
}




/***** Contact *****/
.page-id-215 #contentBox {
	margin: 0;
}





/***** Shadows *****/
#shadowLeft {
	width: 152px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/interface/shadow-left.png) no-repeat 0 0;
}
#shadowRight {
	width: 152px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/interface/shadow-right.png) no-repeat 0 0;
}







/***** Footer *****/
#footer {
	background: url(../images/interface/footer.png) no-repeat 0 0;
	height: 281px;
	width: 786px;
	padding: 36px 50px 0 50px;
	margin: 0 0 0 -7px;
	color: #fff;
	text-shadow: #444 1px 1px 1px;
	line-height: 1.3;
}
#footer .column {
	float: left;
	width: 195px;
}
#footer .col1 {
	margin-right: 77px;
}
#footer .col2 {
	width: 217px;
	margin-right: 87px;
}
#footer .col3 {
	width: 210px;
}
#footer h2 { /* Safari */
	padding: 0 0 10px 0;
	line-height: 1.2;
}
#footer h2.zeroOne {
	background: url(../images/interface/footer-logo.png) no-repeat 0 0;
	width: 78px;
	height: 36px;
}
#footer li {
	list-style-type: none;
	padding: 0 0 4px 0;
}
#footer a {
	color: #fff;
}
#footer .col1 p {
	border-bottom: 1px dotted #7e7e7f;
	margin-bottom: 15px;
}
#footer #twitter_div {
	border-bottom: 1px dotted #7e7e7f;
	border-top: 1px dotted #7e7e7f;
	padding: 15px 0;
}
#twitter_div li {
	font-style: italic;
}
#twitter_div li a {
	display: none;
}
#twitter_div h2 {
	background: url(../images/interface/footer-twitter.png) no-repeat 0 0;
	padding: 0 0 3px 37px;
}
#twitter_div h2 a {
	font-size: 70%;
	padding: 0 0 0 10px;
}
#footer p.legals {
	float: left;
	width: 100px;
	font-size: 0.8em;
	padding: 18px 0 0 0;
}
#footer p.kudos {
	float: right;
	text-align: right;
	width: 100px;
	font-size: 0.8em;
	padding: 18px 0 0 0;
}
#footer p.kudos a {
	text-decoration: none;
}
#newFooter {
	border-top: 1px solid #e1e1e1;
	text-align: center;
	padding-top: 15px;
	color:#666;
}

.contactImage {
	background: url(../images/contact/header.jpg) no-repeat right bottom;
}



/***** Code / 2 Col Layout *****/
.col2Layout {
	padding-top: 30px;
}
.col2Layout .item {
	font-size: 13px;
	margin-bottom: 40px;
	overflow: hidden;
}
.col2Left {
	float: left;
	width: 165px;
	margin-left: 30px;
}
.col2Left strong {
	display:block;
}
.col2Right {
	float: right; 
	width: 570px;
}


/***** Contact *****/
p.success {
	margin: -39px 0 0 0;
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 2;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}


/***** Contact *****/
#colContent form ol {
	list-style-type: none;
	margin: 0;
}
form li {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
form label {
	float: left;
	width: 175px;
	margin-top: 8px;
}
form .dropDown label {
	margin-top: 2px;
}
form label em {
	color: #cc0000;
	font-style: normal;
}
form input,
form textarea {
	padding: 3px;
	font-family: Helvetica;
	font-size: 1.3em;
	border: 1px solid #999;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	width: 400px;
}
form .submitButton {
	border: none;
	padding: 10px 0 10px 80px;
}
form .submitButton input {
	background: url(../images/interface/button-download.png) no-repeat 0 0;
	display: block;
	width: 200px;
	height: 43px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	padding-top: 0;
	margin: 12px 0 10px 12px;
	color: #fff;
	text-shadow: #085d83 -1px -1px 2px;
	border: none;
	cursor: pointer;
}
form .submitButton input:hover {
	background-position: 0 -43px;
	text-shadow: #085d83 1px 1px 2px;
}

