/* ----- Eazytiger Ltd 2006 -------------*/
/* ----- www.eazytiger.net screen stylesheet */

/* redefine tags */
body {
	background: #6F6F6F;
	color: #383838;
	margin: 0;
	padding: 0;
	font: small Lucida Grande, Arial, Helvetica, sans-serif;
	/* centre in IE */
	line-height: 1em;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
hr {
	display: none;
	margin: 0;
	padding: 0;
	height: 0;
}
a {
	padding-bottom: 1px;
	color: #383838;
	text-decoration: none;
	background: url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
	/* fudge IE */
	_display: inline-block;
}
a:hover {
	color: #fff;
	background: #4D4D4D url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
}
a.solo {
	font: bold 100% Verdana, Helvetica, sans-serif;
}
h2 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 95%;
	font-weight: bold;
	border-bottom: 1px solid #6F6F6F;
}
em {
	color: #FF5A00;
	font-style: normal;
}
p, .comments_error {
	font-size: 90%;
	line-height: 130%;
}
#content blockquote {
	margin: 0 0 15px 10px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ff0202;
	clear: both;
}
#content blockquote p {
	font: italic 90% Lucida Grande, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 10px 20px 10px 0;
}
form {
	margin: 0;
	padding: 0;
}
code {
	font-size: 105%;
}
object {
	margin: 0;
	padding: 0;
}

/* common styles */
.hide {
	display: none;
}
div.hr {
	width: 100%;
	height: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
.gen-wrap {
	width: 775px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.main-col img {
	border: 1px solid #4D4D4D;
	padding: 1px;
}
.main-col img.clear {
	border: none;
	padding: 0;
}
p.feature {
	padding-left: 15px;
	background: url(/images/icons/star.gif) no-repeat left top;
}
p.sub-col-end {
	border-bottom: 3px solid #c4c4c4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
a.image {
	background: none;
}
p.info {
	color: #FF5A00;
	font: 90% Verdana, Helvetica, sans-serif;
}
p.lowdown {
	border: 1px dashed #999;
	padding: 8px 10px;
}
img.fleft {
	float: left;
	margin: 0 6px 6px 0;
	border: none;
}
p.highlight {
	padding-left: 5px;
	border-left: 1px solid #ff0202;
}
a.nobg {
	background: none;
}
a.nobg img {
	border: none;
}
a.nobg:hover {
	background: none;
}
h2.padtop {
	margin-top: 30px;
}

/* standard form elements */
input, textarea {
	font: 90% Lucida Grande, Arial, Helvetica, sans-serif;
	padding: 2px 1px;
}
input.button {
	padding: 2px 3px;
	background: #FF5A00;
	color: #fff;
/* stop IE adding its own padding: */
overflow: visible;
}

/* contact and comment form elements */
#contact .main-col input, #contact .main-col textarea, #comment-form input.comment_name_input, #comment-form input.comment_email_input, #comment-form input.comment_web_input, #comment-form textarea {
	width: 460px;
}
#contact .main-col input.button, #contact .main-col input#contact-cc {
	width: auto;
}

/* standard list */
ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

/* bulleted list */
ul.bulleted {
	margin-left: 10px;
	clear: both;
	padding-left: 5px;
	border-left: 1px solid #ff0202;
}
ul.bulleted li {
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	font: 90% Lucida Grande, Arial, Helvetica, sans-serif;
	background: url(/images/icons/star.gif) no-repeat 0 0;
}

/* anchor list */
ul.alist li, ul.alistl li, #rssCatList ul li {
	margin: 0 0 4px 0;
	padding: 0;
	font: 90% Lucida Grande, Arial, Helvetica, sans-serif;
}
ul.alist li a {
	padding: 0 0 0 15px;
	background: url(/images/icons/arrow-right.gif) no-repeat 0 50%;
}
ul.alist li a:hover {
	color: #FF5A00;
	background: url(/images/icons/arrow-right.gif) no-repeat 2px 50%;
}
ul.alistl li a, #rssCatList ul li a {
	padding: 0 0 0 15px;
	background: url(/images/icons/arrow-left.gif) no-repeat 2px 50%;
}
ul.alistl li a:hover, #rssCatList ul li a:hover {
	color: #FF5A00;
	background: url(/images/icons/arrow-left.gif) no-repeat 0 50%;
}
.sub-col ul {
	margin: 0 0 10px 0;
}

/* links list */
ul.links, ul.links-end {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
ul.links li, ul.links-end li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 90%;
	background-image: none;
}
ul.links li a, ul.links-end li a {
	background: url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
	padding-left: 0;
}
ul.links li a:hover, ul.links-end li a:hover {
	color: #fff;
	background: #4D4D4D url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
}
ul.links-end {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
}
.sub-col ul.links-end {
	border-width: 1px;
	margin-bottom: 20px;
}
#colophon ul.links li a {
	color: #fff;
}
#colophon ul.links li a:hover {
	background-color: #6F6F6F;
}

/* client access block */
#client-access {
	display: none;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	background: #4D4D4D;
	top: 0;
	left: 0;
	position: relative;
	/* centre in IE */
	text-align: center;
}
#client-access-wrap {
	width: 775px;
	margin: 0 auto;
	padding: 0;
}
#client-access-wrap p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}
#client-access-wrap a {
	color: #fff;
}
#client-access-wrap a:hover {
	color: #4D4D4D;
	background-color: #fff;
}
#client-access-wrap input {
	margin-right: 10px;
}

/* header */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	text-align: center;
	border-bottom: 1px solid #6F6F6F;
	position: relative;
}
#id-wrap {
	width: 775px;
	margin: 0 auto;
	padding: 0;
}
#id-row {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	z-index: 0;
}
#id-row h1 {
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	float: left;
}
#id-row h1 a {
	background: none;
}
#id-row span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
	font-weight: bold;
	font-size: 95%;
}

/* global navigation */
#nav-header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(/images/header-bar-grey-rpt.gif) repeat-x top;
	float: left;
}
#nav-wrap {
	width: 100%;
	margin: 9px 0 0 0;
	padding: 0;
	border-top: 1px solid #fff;
	background: #FF5A00 url(/images/nav/nav-bar-white-rpt.gif) repeat-x bottom;
	float: left;
	/* centre in IE */
	text-align: center;
	position: relative;
	z-index: 3;
}
#global-nav {
	width: 775px;
	margin: 0 auto;
	padding: 0;
}
#global-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #fff;
	float: left;
}
#global-nav ul#ops-nav {
	float: right;
	border-left: none;
	border-right: 1px solid #fff;
}
#global-nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #fff;
	background: #FF5A00;
	color: #fff;
	white-space: nowrap;
}
#global-nav ul#ops-nav li {
	border-right: none;
	border-left: 1px solid #fff;
}
#global-nav ul li a {
	display: block;
	/* force clickable region in IE */
	width: 0.1em;
	margin: 0;
	padding: 8px 14px 15px 14px;
	color: #fff;
	font: 90% Lucida Grande, Arial, Helvetica, sans-serif;
	background: #FF5A00 url(/images/nav/nav-bar-white-rpt.gif) repeat-x bottom;
}
/* reset width in good browsers using a child selector */
#global-nav ul li > a {
	width: auto;
}
#global-nav ul li a:hover {
	background: #4D4D4D url(/images/nav/hover-tip.gif) no-repeat 50% 100%;
}
#home #global-nav ul li a#nav1, #services #global-nav ul li a#nav2, #works #global-nav ul li a#nav3, #company #global-nav ul li a#nav4, #contact #global-nav ul li a#nav5, #blog #global-nav ul li a#nav6, #press #global-nav ul li a#nav7, #support #global-nav ul li a#nav8 {
	background: #FF5A00 url(/images/nav/current-tip.gif) no-repeat 50% 100%;
}
#global-nav ul#ops-nav li.notip a:hover {
	background: #4D4D4D url(/images/nav/nav-bar-white-rpt.gif) repeat-x bottom;
}

/* sub navigation */
#sub-nav-container {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
#sub-nav-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #6F6F6F;
	/* centre in IE */
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	position: relative;
	top: -10px;
	z-index: 2;
}
#sub-nav {
	width: 775px;
	margin: 0 auto;
	padding: 0;
	background: #0f0;
}

/* tabbed navigation */
ul.tab-nav {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	float: left;
	background: url(/images/nav/1px-grey-line.gif) repeat-x bottom;
}
ul.tab-nav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
ul.tab-nav li a {
	display: block;
	margin: 0;
	/* force clickable area IE */
	width: .1em;
	padding: 4px 5px;
	border: 1px solid #6F6F6F;
	background-image: none;
	background-color: #6F6F6F;
	color: #fff;
}
/* reset width in non-shite browsers */
ul.tab-nav li > a {
	width: auto;
}
ul.tab-nav li a:hover {
	border-left: 1px solid #FF5A00;
	border-top: 1px solid #FF5A00;
	border-right: 1px solid #FF5A00;
	background-color: #FF5A00;
	background-image: none;
}
ul.tab-nav li a#tab-current {
	border-left: 1px solid #6F6F6F;
	border-top: 1px solid #6F6F6F;
	border-right: 1px solid #6F6F6F;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #6F6F6F;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 19px 0 20px 0;
	border-top: 1px solid #fff;
	background: url(/images/footer-bar-orange-rpt.gif) repeat-x top;
}
#footer p {
	margin: 0;
	font: 85% Verdana, Helvetica, sans-serif;
	color: #fff;
}
#footer p.copy {
	float: left;
	width: 30%;
}
#footer p.address {
	clear: both;
	padding-top: 6px;
}
#footer p.info {
	float: right;
	width: 66%;
	text-align: right;
}
#footer p a {
	padding-bottom: 1px;
	color: #fff;
	text-decoration: none;
	background: url(/images/h-anchor-dots-black.gif) repeat-x left bottom;
	/* fudge IE */
	_display: inline-block;

}
#footer p a.image, #footer p a:hover.image {
	background: none;
}
#footer p a:hover {
	background: #4D4D4D url(/images/h-anchor-dots-black.gif) repeat-x left bottom;
}
p#serviceslinks {
font-size: 70%;
margin-top: 12px;
}

p#serviceslinks, #serviceslinks a:link, #serviceslinks a:visited {
color: #4d4d4d;
background: none;
}

#serviceslinks a:hover, #serviceslinks a:active {
color: #ffffff;
background-image: none;
}

/* colophon */
#colophon {
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 0;
	background: #4D4D4D;
	float: left;
	text-align: center;
}
#colophon h2 {
	color: #fff;
	border-bottom: none;
}
#colophon ul.blog, #colophon ul.testimonials {
	margin-top: 0;
}
#colophon ul.blog li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 15px;
	color: #fff;
	background: url(/images/icons/speech-bubble.gif) no-repeat left top;
	font: 90% Lucida Grande, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #686868;
}
#colophon ul.blog li a {
	color: #FF5A00;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	padding-left: 0;
}
#colophon ul.blog li a:hover {
	color: #fff;
}
#colophon ul li span {
	color: #898989;
}
#colophon ul.testimonials li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 17px;
	color: #fff;
	background: url(/images/icons/quotes.gif) no-repeat left top;
	font: 95% Arial, Helvetica, sans-serif;
	line-height: 130%;
}

/* main content */
#content {
	width: 100%;
	margin: 0;
	padding: 16px 0 10px 0;
	background: #fff;
	float: left;
}
.main-col {
	width: 493px;
	margin: 0;
	padding: 0;
	float: left;
}
.main-col p {
	margin-right: 20px;
}
.sub-col {
	width: 246px;
	margin: 0;
	padding: 0;
	float: right;
}
.sub-col h2 {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 10px;
}
.sub-col h2.underline {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6F6F6F;
}
.sub-col p {
	margin: 0 0 10px 0;
	padding-top: 0;
}
.sub-col p.promo {
	border: 1px solid #c4c4c4;
	padding: 1px;
	line-height: 0em;
}

/* works items */
.main-col .project, .main-col .project-single, .main-col .staff {
	width: 473px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	float: left;
	border-bottom: 2px solid #c4c4c4;
}
.main-col .project-single {
	margin-top: 20px;
	border-bottom: 0;
}
.main-col .project h3, .main-col .project-single h3, .main-col .staff h3 {
	background: #6F6F6F;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin: 0;
	padding: 4px 6px;
	font: bold 100% Lucida Grande, Arial, Helvetica, sans-serif;
	color: #C5C5C5;
}
.main-col .project h3 span, .main-col .project-single h3 span, .main-col .staff h3 span {
	color: #fff;
}
.main-col .project h3 a, .main-col .project-single h3 a, .main-col .staff h3 a {
	color: #C5C5C5;
	background-image: none;
}
.main-col .project ul.details {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	float: left;
}
.main-col .staff ul.details {
	float: right;
	margin: 0 0 10px 15px;
	width: 160px;
}
.main-col .project ul.details li, .main-col .staff ul.details li {
	margin: 0 10px 0 0;
	padding: 8px 0;
	border-bottom: 1px solid #6F6F6F;
	font: 80% Lucida Grande, Arial, Helvetica, sans-serif;
}
.main-col .staff ul.details li {
	margin: 0;
}
.main-col .project ul.details li strong, .main-col .staff ul.details li strong {
	color: #FF5A00;
}
.main-col .project ul.details li a, .main-col .staff ul.details li a {
	color: #383838;
	background: none;
	padding: 0;
}
.main-col .project ul.details li a:hover, .main-col .staff ul.details li a:hover {
	color: #FF5A00;
}
.main-col .project .project-body, .main-col .staff .project-body {
	float: right;
	width: 313px;
	margin: 0;
	padding: 10px 0 0 0;
}
.main-col .staff .project-body {
	float: left;
	width: 100%;
}
.main-col .project .project-body a {
	background: none;
}

.main-col .staff .project-body img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
.main-col .project ul.details li.link-end a, .main-col .staff ul.details li.end-link a {
	font: bold 100% Verdana, Helvetica, sans-serif;
	font-size: 110%;
	padding-bottom: 1px;
	color: #383838;
	text-decoration: none;
	background: url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
	/* fudge IE */
	_display: inline-block;
}
.main-col .project ul.details li.link-end a:hover {
	color: #fff;
	background: #4D4D4D url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
}

/* standard definition list */
dl {
	clear: both;
	margin: 0 0 20px 30px;
}
dt, dd {
	padding: 0;
	margin-left: 0;
}
dt {
	font: bold 100% Lucida Grande, Arial, Helvetica, sans-serif;
}

/* article styles */
h3.article a {
	color: #FF5A00;
	background: url(/images/icons/speech-bubble-article.gif) no-repeat left top;
	padding: 6px 0 10px 32px;
	line-height: 1.3em;
}
h3.article a:hover {
	color: #383838;
	background: url(/images/icons/speech-bubble-article.gif) no-repeat left top;
}
.blog-item {
	margin: 30px 20px 0 0;
	padding: 0;
	border-bottom: 1px dashed #C4C4C4;
}
.blog-item img {
	float: right;
	margin: 0 0 15px 15px;
}
.blog-item p.clear {
	clear: both;
}
.blog-item p.author {
	color: #898989;
}

.blog-item p.timestamp {
	float: right;
	margin: 0 0 20px 20px;
	color: #898989;
}
h2.comments {
	margin-top: 20px;
}
h2.spacetop {
	margin-top: 40px;
}

/* comment list styles */
.commentblock1, .commentblock2 {
	margin: 20px 20px 20px 0;
	padding: 0
}
.commentblock1 {
	background: #E3E3E3;
}
.commentblock2 {
	background: #EFEFEF;
}
.commentblock1 .message, .commentblock2 .message {
	margin: 0;
	padding: 8px 10px 0 10px;
}
.commentblock1 .message p, .commentblock2 .message p {
	margin: 0 0 12px 0;
	padding: 0;
}
.commentblock1 .authinfo, .commentblock2 .authinfo {
	margin: 0;
	padding: 6px 10px;
	background: #fff;
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	font-weight: bold;
}
.commentblock1 .authinfo .number, .commentblock2 .authinfo .number {
	color: #FF5A00;
	background: url(/images/icons/speech-bubble-white.gif) no-repeat left top;
	padding-left: 14px;
}
.commentblock1 .authinfo .author, .commentblock2 .authinfo .author {
	font-size: 90%;
}

/* services section styles */
#content .services-item blockquote {
	margin-right: 10px;
}
#content .services-item blockquote p {
	font-size: 100%;
	padding-left: 15px;
	background: url(/images/icons/star.gif) no-repeat 0 11px;
}
#content .services-item img {
	float: left;
	margin: 0 15px 15px 0;
}
.services-box, .services-box-first {
	float: left;
	width: 147px;
	margin: 0 0 0 15px;
	padding: 5px 0 0 0;
}
.services-box-first {
	margin-left: 0;
}
.services-box h2, .services-box-first h2 {
	font-size: 90%;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.services-box h2 a:hover, .services-box-first h2 a:hover {
	background: #4D4D4D url(/images/h-anchor-dots-grey.gif) repeat-x left bottom;
}
.services-box h2 a:hover em, .services-box-first h2 a:hover em {
	color: #fff;
}
.services-box ul.bulleted, .services-box-first ul.bulleted {
	margin: 10px 0;
}
.services-box a, .services-box-first a {
	background: none;
}
.services-box ul.bulleted, .services-box-first ul.bulleted {
	padding-left: 0;
	border-left: none;
}
.services-box a:hover, .services-box-first a:hover {
	background: none;
}
#services ul.links {
	clear: both;
}
.services-wrap {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 473px;
}
#services p.highlight {
	margin-left: 10px;
}

/* newsletter section styles */
#unsubscribe {
	margin-top: 30px;
}

/* accessibility options styles */
label.selected {
	color: #FF5A00;
	font-weight: bold;
}

/* testimonial section styles */
#content .main-col blockquote.testimonial-item {
	margin: 20px 20px 0 0;
	padding: 0;
	border-bottom: 1px dashed #C4C4C4;
	border-left: none;
}
#content .main-col blockquote.testimonial-item p {
	background: url(/images/icons/quotes-large-white.gif) no-repeat left top;
	padding: 6px 0 10px 32px;
	font: 95% Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-style: normal;
}
#content .main-col blockquote.testimonial-item p span {
	color: #676767;
	font-size: 90%;
	font-weight: bold;
}

/* table styles */
table.col2 {
	width: 473px;
	margin: 0;
	padding: 0;
}
table.col2 th, table.col2 td {
	font-size: 95%;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #c4c4c4;
}
table.col2 th {
	font-weight: bold;
	width: 25%;
}
table.col2 td {
	width: 75%;
}

/* error page styles */
#error-bar {
	width: 100%;
	margin: 9px 0 0 0;
	height: 36px;
	padding: 0;
	border-top: 1px solid #fff;
	background: #FF5A00 url(/images/nav/nav-bar-white-rpt.gif) repeat-x bottom;
	float: left;
	/* centre in IE */
	text-align: center;
	position: relative;
	z-index: 3;
}
#error #colophon {
	height: 100px;
}

/* search results styles */
p.notop {
	margin-top: 0;
}
h3.searchresult {
	margin-bottom: 5px;
}
p.results-count {
	border-top: 1px solid #c4c4c4;
	margin-top: 20px;
	padding-top: 5px;
}

/* home page styles */
.home-box-1, .home-box-2 {
	width: 221px;
	margin: 0;
	padding: 0;
	float: left;
}
.home-box-1 {
	margin-right: 20px;
}
.home-box-1 h2, .home-box-2 h2 {
	margin-bottom: 8px;
}
.home-box-1 h3 {
	margin: 6px 0 0 0;
	padding-left: 15px;
	font-size: 90%;
	font-weight: normal;
	background: url(/images/icons/star.gif) no-repeat left top;
}
.home-box-1 h3 a {
	background: none;
}
.home-box-1 h3 a:hover {
	color: #FF5A00;
}
.home-box-2 p {
	margin-right: 0;
}
.home-box-1 ul, .home-box-2 ul {
	margin-bottom: 0;
}

/* contact page styles */
.info-area {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
	width: 154px;
}
#contact p.highlight {
	clear: both;
}

/* site map styles */
#sitemap #content .main-col ul {
	margin: 20px 0 30px 0;
	padding: 0;
}
#sitemap #content .main-col ul li {
	margin: 0;
	padding: 0;
}
#sitemap #content .main-col ul li a {
	background: url(/images/icons/star.gif) no-repeat 0 50%;
	padding-left: 17px;
	font-size: 100%;
}
#sitemap #content .main-col ul li a:hover {
	background: url(/images/icons/star.gif) no-repeat 0 50%;
	color: #FF5A00;
}
#sitemap #content .main-col ul li ul {
	margin: 15px 0 0 20px;
}
#sitemap #content .main-col ul li ul li ul {
	margin-bottom: 15px;
}
#sitemap #content .main-col ul li ul li ul li {
	margin-bottom: 4px;
}
#sitemap #content .main-col ul li ul li ul li a {
	font-size: 90%;
	background: url(/images/icons/arrow-right.gif) no-repeat 0 50%;
}
#sitemap #content .main-col ul li ul li ul li a:hover {
	background: url(/images/icons/arrow-right.gif) no-repeat 0 50%;
	color: #FF5A00;
}

/* showreel styles */
.showreel {
	margin: 20px 0 0 0;
	padding: 0;
	width: 473px;
	text-align: center;
	background: url(/images/showreel-bg.gif) no-repeat left top;
}
.showreel .movie {
	border: 1px solid #c4c4c4;
	margin: 0 auto;
	padding: 0;
	width: 320px;
	height: 277px;
}
#nws_email {
width: 158px;
}




.pt10 {
	font-family: "ËÎÌå";
	font-size: 10pt;
	color: #000000;
	line-height: 22px;
}
.pt9 {
	font-family: "ËÎÌå";
	font-size: 9pt;
	color: #000000;
}
.bbkk {
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-family: "ËÎÌå";
	font-size: 10pt;
	line-height: 20px;
	color: #000000;
}
