/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

/*--- page layout framework ------------*/

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 76%;
	text-align: center;
	color: #666;
	background-color: #efefef;
}

div#container {
	width: 81em;
	margin: 1.7em auto;
}

div#content {
	margin: 1.7em 0;
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
}

div.nobg {
	background-color: #fff !important;
	padding: 1.6em;
}

div.nobg div#primary {
	width: 77.5em;
}

/*--- element defaults ------------*/

p, ul, dd, label, input, select, textarea, table {
	font-family: "Verdana", "Geneva", "Kalimati", sans-serif;
	font-size: 0.9em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}

span, cite {
	font-family: "Verdana", "Geneva", "Kalimati", sans-serif;
}

blockquote {
	margin: 0 0 1.3em 0;
	padding: 0 2em 0 1em;
}

/*--- font-size reset ------------*/

table p, table table {
	font-size: inherit;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	text-decoration: underline;
	color: #85886c;
}

a:visited {
	text-decoration: underline;
	color: #85886c;
}

a:hover {
	text-decoration: none;
	color: #a00;
}

a:active {
	text-decoration: none;
	color: #000;
}

/*--- headings ------------*/

h1, h2, h3, h4 {
	font: bold 1em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 2em;
	font-weight: normal;
	color: #aeaeae;
	letter-spacing: -0.5px;
}

h3 {
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #656565;
}

h2 strong, h3 strong {
	color: #8ea166;
}

div#primary h3 {
	margin-bottom: 1em;
}

div#primary blockquote h3 {
	margin-bottom: 0.2em;
}

h4 {
	margin: 0 0 0.3em 0;
	font-size: 1em;
	text-transform: uppercase;
	color: #797979;
}

/*--- paragraphs ------------*/

p.resultmsg, p.resultmsg, div.comment p.moderation {
	font-weight: bold;
	padding: 0.3em 0.6em;
}

p.success, div.comment p.moderation {
	color: #118c00;
	background-color: #e5ffe2;
}

p.failure {
	color: #9e0000;
	background-color: #f8eded;
}

p#forgotten {
	float: left;
	margin: 0.8em 0 0 1.5em;
	font-size: 0.8em;
}

/*--- forms ------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

label {
	display: block;
	float: left;
	width: 10em;
	clear: left;
	margin-right: 1em;
	padding: 0.3em 0;
	color: #000;
}

input, select, textarea {
	float: left;
	margin-bottom: 0.5em;
	color: #666;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
}

input, select, textarea {
	padding: 0.4em;
}

input:focus, select:focus, textarea:focus {
	color: #000;
	background-color: #e1e1e1;
}

select {
	padding: 0;
}

form#userDetailsFrm select {
	padding: 0.4em;
}

textarea {
	width: 20em;
	height: 10em;
	line-height: 1.3em;
	overflow: auto;
}

/*--- bullet lists ------------*/

ul {
	margin-bottom: 0.7em;
	list-style-type: none;
}

ul li {
	padding: 0 0 1em 2.5em;
	background: transparent url("/img/li.png") 1em 0.4em no-repeat;
}

ol li {
	margin-left: 2em;
	padding: 0 0 0.8em 0;
}

/*--- footer ------------*/

div#footer {
	padding: 1.8em 0 1.8em 1.8em;
	background-color: #e1e1e1;
}

div#footer h4 a, div#footer h4 a:visited {
	text-decoration: none;
	color: #797979;
}

div#footer h4 a:hover {
	text-decoration: none;
	color: #000000;
}

div#footer h4 a:active {
	color: #8ea166;
}

div#about, div#subscribe, div#contactme {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 3px solid #fff;
}

div#about {
	width: 26em;
	position: relative;
}

img#profile {
	float: left;
	border: 3px solid #fff;
	margin-right: 1.2em;
}

div#subscribe {
	width: 22em;
	position: relative;
}

div#subscribe p {
	padding-left: 35px;
}

div#subscribe img {
	position: absolute;
	top: 22px;
	left: 0;
}

div#contactme {
	width: 17em;
	margin: 0;
	padding: 0;
	border-right: 0;
}

div#footer p {
	margin: 0;
	color: #636363;
}

div#copyright {
	float: right;
	width: 40%;
}

div#copyright p, div#photoblogs p, div#meta p {
	padding-top: 10px;
	font-size: 0.8em;
	color: #707070;
}

div#copyright p {
	text-align: right;
}

div#photoblogs {
	float: left;
	width: 45%;
}

div#meta {
	float: left;
	width: 59%;
	display: none;
}

/*--- page ------------*/

h1 {
	float: left;
	font-size: 1.2em;
	background: transparent url("../img/logo.png") 0 0 no-repeat;
	text-indent: -300em;
	overflow: hidden;
}

h1, h1 a {
	display: block;
	width: 343px;
	height: 44px;
}

div#primary {
	float: left;
	width: 57.7em;
	padding: 1.6em;
	border: none;
	background-color: #fff;
}

div#padder {
	width: 32em;
}

div#sidebar {
	float: right;
	position: relative;
	width: 16.7em;
	padding: 1.6em;
}

img#pagePic {
	float: right;
	width: 275px;
	height: 395px;
	border: 4px solid #d3d3d3;
}

/*--- paging ------------*/

div.paging {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul.pages {
	text-align: center;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
}

ul.pages li {
	display: inline;
	margin: 0;
	padding: 5px 0;
	background: none;
}

ul.pages li a {
	margin: 0 2px;
	padding: 0.2em 0.6em 0.3em 0.6em;
	text-decoration: none;
	text-align: center;
	border: 1px solid #d3d3d3;
	background-color: #fff;
}

ul.pages li a:hover {
	color: #fff;
	background-color: #525252;
}

ul.pages li.on a {
	color: #000;
	background-color: #f1f5e8;
}

ul.pages li.ellipsis span {
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #888;
}

p.previous, p.next {
	position: absolute;
	top: 0;
	margin: 0;
}

p.previous {
	left: 0;
}

p.next {
	right: 0;
	text-align: right;
}

p.previous a, p.next a {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	text-decoration: none;
	text-align: center;
	border: 1px solid #d3d3d3;
	background-color: #fff;
}

p.previous a:hover, p.next a:hover {
	color: #fff;
	background-color: #525252;
}

/*p.previous a, p.next a {
	text-decoration: none;
	font-weight: bold;
}

p.previous a {
	padding: 2px 10px 3px 18px;
	background: #fff url("/img/previous.png") 0 top no-repeat;
}

p.next a {
	padding: 2px 18px 3px 10px;
	background: #fff url("/img/next.png") right top no-repeat;
}

p.previous a:hover, p.next a:hover {
	text-decoration: underline;
}

p.previous a:hover {
	background: #fff url("/img/previous.png") 0 bottom no-repeat;
}

p.next a:hover {
	background: #fff url("/img/next.png") right bottom no-repeat;
}*/

/*--- blog ------------*/

div#photo {
	position: relative;
	margin: 0 auto 1em auto;
	width: 100%;
	height: 100%;
	text-align: center;
}

div#photo img {
	display: block;
	margin: 0 auto;
}

div#photo img#spaceball {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

div#photo p#photoPrevious, div#photo p#photoNext {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div#photo p#photoNext {
	left: 50%;
}

div#photo p#photoPrevious a, div#photo p#photoNext a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: transparent url("/img/thickbox/spaceball.gif") 0 0 repeat;
	text-decoration: none;
}

div#photo p#photoPrevious a:hover {
	background: transparent url("/img/previous_blog.png") 0 center no-repeat;
	text-decoration: none;
}

div#photo p#photoNext a:hover {
	background: transparent url("/img/next_blog.png") right center no-repeat;
	text-decoration: none;
}

div#metatop h2 {
	text-align: center;
	border: none;
}

div#metatop h2 a, div#metatop h2 a:visited {
	color: #aeaeae;
	text-decoration: none;
}

div#metatop h2 a:hover {
	color: #999;
}

div#metabottom {
	background: transparent url("/img/hr_tile.png") center 0 repeat-y;
}

div#metabottom div#description {
	width: 37em;
	float: left;
	padding-right: 1em;
}

div#metabottom div#description p {
	font-size: 1em;
	text-align: right;
	margin-bottom: 0;
}

div#metabottom div#details {
	width: 37em;
	float: right;
}

div#commentsblock {
	margin: 0 auto;
	background: transparent url("/img/hr_tile.png") center 0 repeat-y;
}

/*div#commentsblock h3 {
	color: #b8ae8d;
}*/

div#commentsblock div#form {
	width: 37em;
	float: left;
}

div#commentsblock div#form input, div#commentsblock div#form textarea {
	float: right;
	width: 22em;
}

div#commentsblock div#form label {
	width: 15.5em;
	text-align: right;
}

div#commentsblock div#form button {
	float: right;
}

div#commentsblock div#form p, div#commentsblock div#form h3 {
	text-align: right;
}

div#comments {
	width: 37em;
	float: right;
}

div.comment {
	margin-bottom: 1em;
	border-bottom: 1px solid #d3d3d3;
}

p.timestamp, div.comment p.cite {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #777;
}

div.comment p.cite cite {
	font-weight: bold;
}

p.timestamp span, div.comment p.cite span {
	color: #444;
}

div.comment p.cite span.date a {
	color: #444;
	text-decoration: none;
}

div.comment p {
/*	font-size: 1em;*/
}

p#exifLink {
	margin-bottom: 0;
}

div#exif {
	display: none;
}

div#exif table {
	margin-top: 1em;
	width: 25em;
}

div#exif table th {
	padding: 0.2em 0;
	width: 15em;
	color: #777;
	font-size: 1em;
}

div#exif table td {
	padding: 0.2em 0;
	font-size: 1em;
}

/*--- sidebar ------------*/

form#loginForm input {
	width: 12em;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}

form#loginForm button {
	width: 52px;
	height: 23px;
	margin-top: 0.5em;
	padding: 0;
	text-indent: -300em;
	background: transparent url("/img/loginbtn.png") 0 top no-repeat;
	float: left;
}

/*--- contact ------------*/

form#cForm label {
	width: 10em;
}

form#cForm input {
	width: 22em;
}

form#cForm textarea {
	width: 22em;
	height: 10em;
}

p#emailFailure, p#emailSuccess {
	padding: 0.3em 0.6em;
	font-weight: bold;
}

p#emailFailure {
	color: #9e0000;
	background-color: #f8eded;
}

p#emailSuccess {
	color: #118c00;
	background-color: #e5ffe2;
}

/*--- gallery ------------*/

p.description {
	padding-bottom: 1em;
	border-bottom: 1px solid #d3d3d3;
}

/* intro box */

div.intro {
	margin-bottom: 1.5em;
}

div#orderStatus {
	background-color: #fff;
	border: 1px solid #d5d5d5;
}

div#orderStatus a, span.off {
	float: left;
	line-height: 23px;
	padding: 0 1em;
	color: #888;
	text-decoration: none;
}

div#orderStatus a {
	color: #000;
}

div#orderStatus a:hover {
	color: #a00;
}

div#orderStatus a.on {
	color: #525252;
	font-weight: bold;
	background-color: #d5d5d5;
}

div#orderStatus span.sep {
	display: block;
	float: left;
	width: 12px;
	height: 23px;
	background: transparent url("/img/status_sep.png") 0 0 no-repeat;
	text-indent: -300em;
}

div#orderStatus span.on {
	background: transparent url("/img/status_sep_on.png") 0 0 no-repeat;
}

div#orderStatus span.history {
	background: transparent url("/img/status_sep_history.png") 0 0 no-repeat;
}

div.intro p.instruction {
	min-height: 3em;
	padding: 1em 1em 1em 5em;
	background: #efefef url("/img/instruction_bg.png") 1em 1em no-repeat;
}

div.intro p.CD {
	margin-top: -1.3em;
	padding: 1em 1em 1em 5em;
	background: #efefef url("/img/cd.png") 0.9em 0.8em no-repeat;
}

div.intro p.failure, p.required {
	min-height: 3em;
	padding: 1em 1em 1em 5em;
	color: #9e0000;
	background: #f8eded url("/img/instruction_failure_bg.png") 1em 1em no-repeat;
}

div.intro p.failure a {
	color: #9e0000;
}

/* thumbnails */

div.thumbnails {
	padding-left: 4px;
	margin-right: -1em; /* fix for Opera */
}

div.thumbContainer {
	float: left;
}

div.thumbContainer p {
	margin: 0;
	clear: left;
}

.small {
	margin-bottom: 0.8em;
}

a.thumb {
	float: left;
	display: block;
	border: 1px solid #d3d3d3;
	width: 103px;
	height: 103px;
	margin: 0 13px 3px 0;
}

div.thumbContainer a.thumb {
	float: none;
}

div.regular a.thumb, div.thumbContainer {
	margin-bottom: 10px;
}

.small a.thumb {
	margin-right: 0.4em;
	margin-bottom: 0.3em;
}

a.thumb:hover {
	border: 1px solid #aaa;
}

a.thumb img {
	vertical-align: middle;
}

.small a.thumb, .small a.thumb img {
	width: 43px !important;
	height: 43px !important;
}

div.thumbContainer label, p#selectAlbum label {
	display: inline;
	float: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 0 0.2em;
	color: #777;
	vertical-align: middle;
}

p.toggleAll {
	float: right;
	margin: 0.2em 0 0 0;
}

p.toggleAll a {
	color: #333;
}

/* price list */
table#priceList {
	width: 100%;
	margin: -1em 0 1em 0;
}

table#priceList tr, table#priceList td {
	vertical-align: top;
}

table#priceList th {
	padding: 0.6em 1em;
	font-weight: bold;
	color: #525252;
	background-color: #ecf3dc;
	border-bottom: 1px solid #d5d5d5;
}

table#priceList td {
	padding: 0.2em 0 0.2em 0.5em;
}

table#priceList table td {
	padding: 0.2em 0.5em;
}

/* CD */
table#priceList th.CD {
	padding: 0.6em 1em 0.6em 3em;
	background: #ecf3dc url("/img/cd_small.png") 1em center no-repeat;
}

p.CD {
	padding: 0.3em 0 0.5em 2em;
	background: transparent url("/img/cd.png") 0 center no-repeat;
}

div#confirmCD {
	margin: -0.6em 0 0 0;
	padding: 1em 0 0.3em 3.3em;
	background: transparent url("/img/cd.png") 0 0.4em no-repeat;
}

p.warningCD {
	margin: 1em 0 0 0;
	padding: 0.5em;
	color: #9e0000;
	background-color: #f8eded;
}

div#confirmCD p.warningCD {
	margin: -0.5em 0 0.5em 0;
}

/* orderThumbs */
table.orderThumbs {
	width: 100%;
	border-bottom: 2px solid #d3d3d3;
}

table.orderThumbs tr, table.orderThumbs td {
	vertical-align: top;
}

table.orderThumbs td {
	border-top: 1px solid #d5d5d5;
	padding: 1em 0 0.7em 0;
}

table.orderThumbs td a.thumb, table.orderThumbs td a.thumb img {
	margin: 0;
	width: 70px;
	height: 70px;
	vertical-align: top;
}

table.orderThumbs td.thumbnail {
	width: 8em;
	padding: 0.8em 0 0.7em 1.2em;
}

table.orderThumbs td label {
	display: inline;
	float: none;
	margin: 0;
	font-size: inherit;
	color: #777;
	vertical-align: middle;
}

table.orderThumbs td label.disabled {
	color: #aaa;
}

table.orderThumbs td.cdAdd {
	padding-right: 6em;
	text-align: center;
}

div.thumbContainer input.c, table.orderThumbs td input.c {
	margin: 0;
	padding: 0;
	float: none;
	vertical-align: -0.3em;
}

table.orderOptions td {
	padding: 0 0 0.7em 1.7em !important;
	border-top: none !important;
}

table.orderOptions td select {
	margin: 0;
	font-size: inherit;
}

p#toggleOptions {
	margin: 0 0 0.4em 7.4em;
}

table.orderThumbs tr.h1 th {
	padding: 0.4em 0;
	font-weight: bold;
	color: #525252;
	border-bottom: 1px solid #d5d5d5;
}

table.orderThumbs th#thumb {
	padding-left: 1.2em;
}

table.orderThumbs th#subtotal {
	text-align: right;
	/*padding-right: 1em;*/
}

table.orderSummary td {
	padding: 0 0 0.7em 0 !important;
	border-top: none !important;
}

table.orderThumbs td.subtotal {
	/*padding-right: 1em;*/
	text-align: right;
	font-weight: bold;
}

table.orderThumbs td.total {
	padding: 0.5em 0 0.5em 0;
	text-align: right;
	font-weight: bold;
}

table.orderSummary td.incomplete {
	padding: 0.1em 0 0.5em 2em !important;
	background: transparent url("/img/failure_small.png") 0 0 no-repeat;
}

span.incomplete {
	color: #9e0000;
	font-weight: bold;
}

p#grandtotal {
	margin-top: 1em;
	padding: 0.4em 1em;
	font-size: 1em;
	font-weight: bold;
	background-color: #ecf3dc;
	text-align: right;
}

span.amount, td.amount, p.amount, table.orderThumbs td.total, table.orderThumbs td.subtotal, p#grandtotal {
	color: #5e8b00;
}

span.help {
	float: left;
	font-size: 0.9em;
	padding: 0.4em 0 0 1em;
}

span.required {
	color: #9e0000;
}

strong.note {
	color: #000;
}

/* buttons */

fieldset.buttons {
	margin-top: 1em;
	padding: 1em;
	background-color: #d5d5d5;
}

button, a.button {
	padding: 0.3em 0.6em;
	font: bold 0.9em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 0.9em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: auto; /* Ref: http://jehiah.cz/archive/button-width-in-ie */
	/*overflow: visible;*/
	background-color: #666;
	border: none;
	outline: none;
	cursor: pointer;
}

button:hover {
	background-color: #000;
}

/* continue */
a#proceedCheckoutBtn, button#proceedSummaryBtn, button#continueOrderBtn {
	width: 76px;
	background: transparent url("/img/continuebtn.png") 0 top no-repeat;
	float: right;
}

button.disabled, a.disabled {
	background: transparent url("/img/continuebtn_disabled.png") 0 top no-repeat !important;
	cursor: default !important;
}

button#updateOrderBtn {
	width: 127px;
	background: transparent url("/img/updateselectionbtn.png") 0 top no-repeat;
	float: right;
	margin: 0 2em 0 1em;
}

a#changeSelectionBtn {
	width: 127px;
	background: transparent url("/img/changeselectionbtn.png") 0 top no-repeat;
	display: block;
	float: left;
	margin-right: 1em;
}

a#viewAlbumBtn {
	width: 122px;
	background: transparent url("/img/viewalbumbtn.png") 0 top no-repeat;
	display: block;
	float: left;
	margin-right: 10px;
}

button#logoutBtn {
	width: 63px;
	background: transparent url("/img/logoutbtn.png") 0 top no-repeat;
	display: block;
	float: left;
}

button#submitBtn, button#sendContactEmail {
	width: 70px;
	background: transparent url("/img/submitbtn.png") 0 top no-repeat;
	float: left;
}

button#sendContactEmail {
	margin-top: 0.5em;
	margin-left: 11em;
}

a#editOptionsBtn {
	width: 150px;
	background: transparent url("/img/editoptionsbtn.png") 0 top no-repeat;
	float: left;
}

button#submitOrderBtn {
	width: 102px;
	background: transparent url("/img/submitorderbtn.png") 0 top no-repeat;
	margin-left: 10em;
}

.graphic {
	height: 23px;
	padding: 0 !important;
	text-indent: -300em;
}

/*--- gallery dropdown ------------*/

#cssdropdown {
	float: right;
	width: 430px;
	margin-top: 10px;
}

#cssdropdown li {
	float: left;
	position: relative;
	padding: 0 5px;
	background: transparent url("/img/nav/sep.png") right center no-repeat;
	z-index: 100; /* required for IE */
}

#cssdropdown li.last {
	background: none;
}

#cssdropdown a#home, #cssdropdown a#blog, #cssdropdown a#commissions, #cssdropdown a#gallery, #cssdropdown a#contact {
	display: block;
	position: relative;
	height: 25px;
	margin: 0;
	font: bold 1.1em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	text-indent: -300em;
	outline: 0;
}

#cssdropdown a#home {
	width: 53px;
	background: transparent url("/img/nav/home.png") 0 top no-repeat;
}

#cssdropdown a#blog {
	width: 49px;
	background: transparent url("/img/nav/blog.png") 0 top no-repeat;
}

#cssdropdown a#commissions {
	width: 110px;
	background: transparent url("/img/nav/commissions.png") 0 top no-repeat;
}

#cssdropdown a#gallery {
	width: 88px;
	background: transparent url("/img/nav/gallery.png") 0 top no-repeat;
}

#cssdropdown a#contact {
	width: 77px;
	background: transparent url("/img/nav/contact.png") 0 top no-repeat;
}

#cssdropdown a#home:hover, #cssdropdown a#blog:hover, #cssdropdown a#commissions:hover, #cssdropdown a#gallery:hover, #cssdropdown a#contact:hover, #cssdropdown li.on a {
	background-position: 0 bottom !important;
}

#cssdropdown li.headlink ul {
	position: absolute;
	display: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	left: -1px;
	top: 19px;
	padding: 10px 0 0 0;
	width: 97px;
	z-index: 101;
}

#cssdropdown li.headlink ul li {
	float: left;
	background-image: none !important;
	padding: 0;
	width: 97px;
}

#cssdropdown li.headlink ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 4px 13px;
	width: 79px;
	height: 15px;
	font: normal 1.1em "Verdana", "Geneva", "Kalimati", sans-serif;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #ccc;
	text-decoration: none;
}

#cssdropdown li.headlink ul li a:focus, #cssdropdown li.headlink ul li a:hover, #cssdropdown li.headlink ul li a:active {
	color: #fff;
	background-color: #525252;
}

#cssdropdown li.headlink ul li.on a {
	color: #85886c;
	/*font-weight: bold;*/
}

#cssdropdown li.headlink ul li.client a {
	color: #000;
	background-color: #f1f5e8;
}

#cssdropdown li.headlink ul li.client a:hover {
	color: #fff;
	background-color: #8ea166;
}

/*--- miscellaneous ------------*/

p#skip {
	display: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div.hr {
	clear: both;
	margin: 1em 0;
	height: 1px;
	border-top: 2px solid #d3d3d3;
}

div#sidebar div.hr {
	border-top: 1px solid #fff;
}

img[alt] {
	font-family: "Verdana", "Geneva", "Kalimati", sans-serif;
	font-size: 0.8em;
	color: #888;
}