html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(/images/mesh-repeat.png);
	background-repeat: repeat;
	z-index: -3;
}

#fadebg {
	position: fixed;
	top: 0;
	height: 100% !important;
	width: 100% !important;
	background-attachment: fixed;
	background-image: url(/images/background-fade.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin: 0;
	z-index: -2;
}

#fadebg-lower {
	position: fixed;
	top: 0;
	height: 100% !important;
	width: 100% !important;
	background-attachment: fixed;
	background-image: url(/images/background-fade-lower.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: -1;
}

/* Don't display transparent background in IE6 */
* html #fadebg {
	background-image: none;
}
* html #fadebg-lower {
	background-image: none;
}

input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

fieldset {
	border: none;
}

.plain-form input, .plain-form textarea {
	border: solid 1px #666;
}

p {
	line-height: 14pt;	
}

h1, h2, h4, h5 {
	font-weight: normal;
	color: #90241E;
	margin: 0px;
}

h1, h2, h3 {
	padding: 5px 0px;
}

h4, h5, h6 {
	padding: 2px 0px;
}

/* larger header set */

h1 {
	font-size: 24pt;
	line-height: 28pt;
}

h2 {
	font-size: 20pt;
	line-height: 24pt;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
}

/* smaller header set */

h4 {
	font-size: 18pt;
	line-height: 21pt;
}

h5 {
	font-size: 14pt;
	line-height: 16pt;
}

h6 {
	font-size: 12pt;
	font-weight: bold;
}

.full-width h1, .full-width h2, .full-width h3, .full-width h4, .full-width h5, .full-width h6 {
	text-align: center;	
}

.small-body {
	font-size: 9pt;
	line-height: 12pt;	
}

blockquote {
	font-style: italic;
}

.bigquote {
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #2A5684;
	line-height: 25px;
}

.bigquote-source {
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-align: right;
}

a {
	color: #2C4D94;
}

a:hover {
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

ul {
	list-style-type: square;
}

.hidelinks {
	display: none;
}

span.imgwrapleft {
	float: left;
	margin-left: 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

span.imgwrapright {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
}

div.imgcenter img {
	margin: 5px auto;
	display: block;
	clear: both;
}

p.center {
	text-align: center;
}

.instructional-menu-links {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-weight: bold;
}

.download-highlight {
	padding: 5px 5px 5px 28px;
	border: 1px solid #90241E;
	background-image: url(/images/download-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.redcolour {
	color: #90241E;	
}

.blackcolour {
	color: #000;	
}

.productlink {
	font-style: italic;
	font-weight: bold;
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
}

#header-index {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	background-image: url(/images/header-index.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
}

#sub-menus-area {
	width: 800px;
	margin: 0 auto;
	background-image: url(/images/header-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

/* Special index page elements */

#index-page-header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
	padding-bottom: 0px;
	overflow: hidden;
}

#index-page-body {
	width: 800px;
	height: 657px !important;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(/images/index-version2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#index-page-contents {
	display: inline;
	margin: 0;
	padding: 0;
}

#index-box1 {
	float: left;
	margin-left: 608px;
	margin-top: 30px;
	padding-bottom: 0;
	width: 155px;
	height: 180px;
}

#index-box1 p {
	margin: 0;
	padding-top: 5pt;
	padding-right: 0;
	padding-bottom: 5pt;
	padding-left: 0;
}

.index-text1 {
	color: #000;
	margin-top: 0;
	padding: 0;
	font-weight: bold;
}

#index-buy-upgrade {
	font-weight: bold;
	font-size: 15pt;
}

#index-lower-boxes {
	clear: both;
	float: left;
	display: inline;
	top: 0;
}

#index-box2, #index-box3, #index-box4 {
	float: left;
	padding: 5px;
	width: 225px;
	margin-left: 7px;
	margin-top: 175px;
}

#index-box2:hover, #index-box3:hover, #index-box4:hover {
	background-color: #FDFFE7;
	border: 1px dashed #999;
	cursor: default;
	padding: 4px;
}

#index-box2:hover .index-box-info-title, #index-box3:hover .index-box-info-title, #index-box4:hover .index-box-info-title {
	color: #90241E;
}

#index-box2 {
	margin-left: 40px;
}

#index-box2 p, #index-box3 p, #index-box4 p {
	margin: 0;
	padding: 0;
}

.index-box-info-title {
	font-weight: bold;
	color: #000;
}

#index-box5 {
	float: left;
	margin-left: 40px;
	margin-top: 45px;
	padding-bottom: 0;
	width: 380px;
}

#index-box5 p {
	margin: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

/* Buy and upgrade buttons */

table.buy-upgrade-buttons {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px auto 5px;
	clear: both;
}

td.buy-button {
	padding: 10px;
	background-image: url(/images/buy-button-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

td.upgrade-button {
	padding: 10px;
	background-image: url(/images/upgrade-button-background.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
}

.buy-button a {
	color: #FFFFFF;
	padding: 10px;
}

.upgrade-button a {
	color: #FFFFFF;
	padding: 10px;
}

/* Astute Graphics logo and home button */

#logo-home {
	float: left;
}

#logo-home a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

/* Buy header link bag background */

#menu {
	background-image: url(/images/buy-bag.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 30px;
	background-position: 150px 12px;
}

/* end bag background */

#menu ul, #sub-menu ul, #sub-sub-menu ul, #news-sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li, #sub-menu li, #sub-sub-menu li, #news-sub-menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-top: 35px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 21pt;
	color: #FFFFFF;
	margin-right: 27px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu .current a, #menu .current a:hover, #sub-menu .current a, #sub-menu .current a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu a:hover, #sub-menu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#sub-menu, #sub-sub-menu {
	width: 624px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
	margin-left: auto;
}

#sub-menu {
	height: 31px;
	background-image: url(/images/sub-menu-background.png);
}

#sub-sub-menu {
	height: 28px;
	background-image: url(/images/sub-sub-menu-background.png);
}

#news-sub-menu {
	margin-left: 176px;
	height: 31px;
	background-image: url(/images/news-language-background.png);
	background-repeat: no-repeat;
	background-position: left;
}

#sub-menu .menu-comment {  /* for comments or entries which aren't links */
	display: block;
	float: left;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 12pt;
	color: #FFFFFF;
	margin-left: 10px;
}

#sub-menu a {
	display: block;
	float: left;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 12pt;
	color: #FFFFFF;
	margin-left: 25px;
}

#sub-sub-menu ul {
	margin-left: 10px;
}

#sub-sub-menu a {
	display: block;
	float: left;
	padding-top: 4px;
	text-align: left;
	text-decoration: none;
	font-size: 11pt;
	color: #222222;
	margin-left: 20px;
}

#sub-sub-menu .current a, #sub-sub-menu .current a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}

#sub-sub-menu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}

#news-sub-menu li, li.menu-arrow-divider {
	float: left;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	font-size: 11pt;
	margin-left: 15px;
}

.light-text {
	color: #FFFFFF;
}

.darker-text {
	color: #999999;
}

#news-sub-menu li img {
	margin: 0 10px 0 1px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

.left-column {
	float: left;
	width: 355px;
	padding: 0 30px 0 15px;
	/* background: url(/images/dashed-divider.gif) repeat-y right; */
}

.right-column {
	float: right;
	width: 355px;
	padding: 0 15px 0 30px;
}

.full-width {
	width: 770px;
	padding: 0 15px;
}

.divider {
	clear: both;
	width: 800px;
	background-image: url(/images/dashed-divider-horizontal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}

/* Footer */

#footer {
	width: 800px;
	height: 20px;
	margin: 0 auto 20px;
	background: #90241E;
}

#footer p {
	margin: 0;
	padding: 3px;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	text-align: center;
}

/* Order form */

.order-confirm-warn {
	color: #8F0000;
	font-weight: bold;
}

.grayfont-orderpage {
	color: #666666;
}

.grayfontnote-orderpage {
	color: #666666;
	font-size: smaller;
	font-style: italic;
}

.ordertable {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.ordertable table {
	margin: 0px;
	padding: 0px;
}

.ordertable p {
	margin: 2px;
	padding: 2px;
}

.ordertable select {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #444444;
}

.ordertable option {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ordertable smallordertext {
	font-size: 10pt;
}

input.submitorder {
	border: none;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	background-image: url(/images/pay-paypal-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 250px;
	text-align: left;
}

input.submitupgrade {
	border: none;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	background-image: url(/images/pay-upgrade-paypal-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 250px;
	text-align: left;
}

.order-option-header {
	font-weight: normal;
	color: #90241E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

.left-column {
	float: left;
	width: 455px;
	padding: 0 285px 0 30px;
	/*background: url(/images/dashed-divider.gif) repeat-y right;*/
}

.right-column {
	float: right;
	width: 255px;
	padding: 0 15px 0 30px;
}

.full-width {
	width: 520px;
	padding: 0 15px;
	margin: 0 125px;
}

.divider {
	clear: both;
	width: 800px;
	background-image: url(/images/dashed-divider-horizontal.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
}

/* Footer */

#footer {
	width: 800px;
	height: 20px;
	margin: 0 auto 20px;
	background: #90241E;
}

#footer p {
	margin: 0;
	padding: 3px;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	text-align: center;
}

.pullquote {
	float: right;
	width: 210px;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #2A5684;
	margin-top: 0px;
	margin-right: -270px;
	margin-bottom: 15px;
	margin-left: 30px;
}
 
.blogentryinfo {
	text-align: center;
	margin-top: 0px;
}
 
.blogdatequotebox {
	color: #FFF;
	background-image: url(/images/blog/admin/date-quote-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 115px;
	width: 125px;
	margin-left: -130px;
	margin-top: -20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 
.blogdatequotebox .daymonth {
	font-size: 21pt;
	font-weight: bold;
}
 
.blogdatequotebox .year {
	font-size: 16pt;
	line-height: 1.5;
}
 
.blogdatequotebox .quotecomments, .blogdatequotebox .quotecomments a, .blogdatequotebox .quotecomments a:hover {
	font-size: 11pt;
	line-height: 5;
	color: #FFF;
 }
 
 /* Begin blog comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 15px auto;
	float: right;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* End Comments */

/* Sociable */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 45px;
	height: 45px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
}

.sociable-hovers:hover {
	background-image: url(/images/blog/admin/social_icons/highlight.png);
	background-repeat: no-repeat;
}

/* End sociable */

.followus {
	margin-bottom: 25px;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.followus ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.followus ul {
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.followus ul, .followus ul li {
	list-style: none;
	margin: 0;
}

.followus p {
	text-align: center;
	margin: 0px;
	padding: 0px;	
}

.tweet-bullet li {
	padding-left: 50px;
	margin-left: -35px;
	background-image: url(/images/tweet-bullet-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #000;
	font-size: larger;
}	
