* {
	font: 11px/11px Verdana;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

html, body, h1, h2, h3, h4, p, ul, ol, li, table {
	margin: 0;
	padding: 0;
}

body {
	background: #edeced url(/images/background.png) repeat-x 0 0;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	color: blue;
	text-decoration: underline;
	outline: none;
}

a:active, img {
	border: none;
	outline: none;
}

#content {
	position: relative;
	width: 873px;
	margin: 0 auto 0 auto;
}

#logo {
	width: 143px;
	height: 59px;
}

#account {
	position: absolute;
	top: 33px;
	right: 25px;
}

#account a {
	color: #404040;
	text-decoration: none;
}

#account a:hover {
	color: blue;
	text-decoration: underline;
}

#account .name {
	padding: 0 8px 0 0;
}

#account .separator {
	color: #808080;
}

#account .signout {
	padding: 0 0 0 8px;
}

#account .signout a {
	font-weight: bold;
}

#accountsignin {
	position: absolute;
	z-index: 100;
	top: 25px;
	right: 20px;
	color: #666;
	padding: 0 0 2px 0;
}

#accountsignin a.signin {
	display: inline-block;
	width: 63px;
	height: 23px;
	/*background: #88bbd4;*/
	padding: 8px 4px 6px 13px;
	text-decoration: none;
	color: #888888;
	text-shadow:0 1px 0 #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* *background: transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;*/
	*padding: 4px 12px 6px;
}

#accountsignin a.signin:hover {
/*
	background: #59B;
	*background: transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
*/
	*padding: 4px 12px 6px;
}

#accountsignin a span:hover {
	color: blue;
}

#accountsignin a.menu-open span {
	color: #888888;
}

#accountsignin a.signin, #accountsignin a.signin:hover {
	*background-position: 0 3px!important;
}

#accountsignin a.signin {
	position: relative;
	margin-left: 0;
}

#accountsignin a.signin span {
/*
	background-image: url("/images/toggle_down_light.png");
*/
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 16px 6px 0;
	font-weight: bold;
}

#accountsignin a.menu-open {
	background: url("/images/signinbacktop.png") no-repeat top right;
	/*background: #ddeef6!important;*/
	color: #666!important;
	outline: none;
}

#accountsignin a.signin.menu-open span {
	background-image: url("/images/toggle_up_dark.png");
	color: #789;
}

#signin_menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	/*background-color: #ddeef6;*/
	position: absolute;
	width: 218px;
	height: 121px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 39px;
	right: 20px;
	margin-top: 5px;
	margin-right: 0px;
	*margin-right: -1px;
	color: #789;
	font-size: 11px;
	background: url("/images/signinbackbtm.png") no-repeat 0 0;
}

#signin_menu #signin {
	padding: 3px 0 0 4px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #dedede;
	font-size: 13px;
	margin: 3px 0 6px;
	padding: 2px;
	width: 203px;
}

#signin_menu p {
	margin: 0;
}

#signin_menu a {
	color: #6AC;
}

#signin_menu label {
	font-weight: normal;
	color: black;
}

#signin_menu p.remember {
	display: table-cell;
	padding: 5px 0 0 0;
	vertical-align: middle;
}

#signin_menu p.forgot, #signin_menu p.complete {
	clear: both;
	margin: 5px 0;
}

#signin_menu p a {
	color: #27B!important;
}

#signin_submit {
/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
	border: 1px solid #39D;
	color: #fff;
	text-shadow: 0 -1px 0 #39d;
*/
	padding: 4px 10px 5px;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
	/*color: #789;*/
	text-shadow:0 1px 0 #FFFFFF;
}

#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position: 0 -5px;
	cursor: pointer;
}

#toolbar {
	position: relative;
	width: 873px;
	height: 46px;
	background: #51514e url(/images/toolbar-all.png) no-repeat 0 0;
	color: white;
}

#toolbar .contactus {
	position: absolute;
	left: 4px;
	top: 3px;
	width: 137px;
	height: 35px;
	padding: 5px 0 0 45px;
	color: white;
	line-height: 14px;
	background: url(/images/toolbar-all.png) no-repeat -4px -49px;
}

#toolbar .contactus a {
	color: white;
	line-height: 14px;
}

#toolbar .tabs {
	position: absolute;
	left: 474px;
	top: 3px;
	width: 396px;
	height: 40px;
}

#toolbar .tabs a {
	color: black;
}

#toolbar .tabs a:hover, #links a:focus {
	color: blue;
}

#toolbar .tabs ul {
	list-style: none;
}

#toolbar .tabs ul li {
	display: inline-block;
	width: 132px;
	height: 40px;
	overflow: hidden;
}

#toolbar .tabs ul li {
	#display: inline;
}

#toolbar .tabs ul li .title {
	display: block;
	width: 131px;
	height: 40px;
	text-indent: -300px;
}

#toolbar .tabs ul li.active .title {
	display: none;
}

#toolbar .tabs ul li.home.active {
	background: url(/images/toolbar-all.png) no-repeat -474px -46px;
}

#toolbar .tabs ul li.services.active {
	background: url(/images/toolbar-all.png) no-repeat -606px -46px;
}

#toolbar .tabs ul li.partners.active {
	background: url(/images/toolbar-all.png) no-repeat -738px -46px;
}

#toolbar .tabs ul li.home a:hover, #toolbar .tabs ul li.home a:focus {
	background: url(/images/toolbar-all.png) no-repeat -474px -86px;
}

#toolbar .tabs ul li.services a:hover, #toolbar .tabs ul li.services a:focus {
	background: url(/images/toolbar-all.png) no-repeat -606px -86px;
}

#toolbar .tabs ul li.partners a:hover, #toolbar .tabs ul li.partners a:focus {
	background: url(/images/toolbar-all.png) no-repeat -738px -86px;
}

#articles {
	position: relative;
	height: 43px;
}

#articles .category {
	position: absolute;
	left: 17px;
	top: 17px;
	height: 30px;
}

#articles .category a {
	display: block;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0;
	#margin: -5px 0 0 0;
	#padding: 10px 0 15px 0;
	color: #000000;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #555;
}

#articles .list {
	position: absolute;
	right: 7px;
	top: 28px;
}

#articles .list .active {
	background: url(/images/tab.png) no-repeat 50% 100%;
}

#articles .gray .active {
	background: url(/images/tab-dkgray-up.png) no-repeat 50% 100%;
}

#articles .list ul {
	list-style: none;
}

#articles .list li {
	display: inline-block;
	padding: 0 15px 0 15px;
	height: 25px;
	font-size: 12px;
}

#articles .list li {
	#display: inline;
}

#articles .list a {
	#display: block;
	#padding-bottom: 10px;
	font-family: Georgia, Serif;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #555;
}

#articles .list a:hover {
	color: blue;
}

#articles .list .active a {
	text-decoration: none;
}

#print {
	float: right;
	padding: 0 9px 0 0;
	color: #888888;
}

#print img {
	padding: 0 4px 0 0;
}

#print a {
	color: #888888;
}

#print a:hover, #print a:focus {
	color: blue;
}

#BBB {
	float: right;
	margin: 0 6px 0 0;
	width: 81px;
	height: 33px;
	color: #888888;
}

#BBB a span {
	display: block;
	width: 81px;
	height: 33px;
	background: url('/images/BBB2.gif') 0 0;
}

#BBB a:hover span {
	background: url('/images/BBB2.gif') 0 -33px;
}

#links {
	float: left;
	margin: 0 0 11px 0;
	padding: 0 0 0 9px;
	#padding-bottom: 5px;
	color: #888888;
	text-shadow: 0 1px 0 #fff;
}

#links ul {
	list-style: none;
}

#links ul li {
	display: inline;
	padding: 0 16px 0 13px;
	background: url(/images/pipe.png) no-repeat right bottom;
}

#links ul li:first-child {
	padding-left: 0;
}

#links ul li:last-child {
	padding-right: 0;
	background: none;
}

#links a {
	color: #888888;
	text-decoration: none;
}

#links a:hover, #links a:focus {
	color: blue;
}

#copyright {
	clear: left;
	padding: 8px 0 30px 8px;
	font: bold 9px/9px Verdana;
	color: #888888;
	text-shadow: 0 1px 0 #fff;
}

#page {
	width: 871px;
	margin: 7px auto 11px auto;
}

#page table.frame {
	width: 100%;
	border: none;
}

#page table.frame tr.mid {
	height: 100%;
}

#page table.frame td.mid {
	padding-left: 6px;
	padding-right: 6px;
	background-color: white;
}

#page table.frame .TL, #page table.frame .TR, #page table.frame .BL, #page table.frame .BR {
	width: 9px;
	height: 9px;
}

#page table.frame .TL {
	background: url(/images/page.png) no-repeat 0px 0px;
}

#page table.frame .TR {
	background: url(/images/page.png) no-repeat -9px 0px;
}

#page table.frame .BL {
	background: url(/images/page.png) no-repeat 0px -9px;
}

#page table.frame .BR {
	background: url(/images/page.png) no-repeat -9px -9px;
}

#page table.frame .top, #page table.frame .btm {
	height: 9px;
	width: 853px;
}

#page table.frame .top {
	background: url(/images/page-sides.png) repeat-x 0px 0px;
}

#page table.frame .btm {
	background: url(/images/page-sides.png) repeat-x 0px -9px;
}

#page table.frame .left, #page table.frame .right {
	width: 3px;
	height: 100%;
}

#page table.frame .left {
	background: url(/images/page.png) repeat-y -18px 0px;
}

#page table.frame .right {
	background: url(/images/page.png) repeat-y right 0px;
}

#page table.frame .TL img, #page table.frame .TR img, #page table.frame .BL img, #page table.frame .BR img, #page table.frame .top img, #page table.frame .btm img, #page table.frame .left img, #page table.frame .right img {
	display: none;
}

#page table.frame-gray {
	width: 100%;
	border: none;
}

#page table.frame-gray tr.mid {
	height: 100%;
}

#page table.frame-gray td.mid {
	padding-left: 6px;
	padding-right: 6px;
	background-color: #f5f5f5;
}

#page table td.border-top {
	border-top: 1px solid #e9e9e9;
}

#page table td.border-bottom {
	border-bottom: 1px solid #e9e9e9;
}

#page table td.border-right {
	border-right: 1px solid #e9e9e9;
}

#page table td.border-left {
	border-left: 1px solid #e9e9e9;
}

#page table.frame-gray .TL, #page table.frame-gray .TR, #page table.frame-gray .BL, #page table.frame-gray .BR {
	width: 9px;
	height: 9px;
}

#page table.frame-gray .TL {
	background: url(/images/page-gray.png) no-repeat 0px 0px;
}

#page table.frame-gray .TR {
	background: url(/images/page-gray.png) no-repeat -9px 0px;
}

#page table.frame-gray .BL {
	background: url(/images/page-gray.png) no-repeat 0px -9px;
}

#page table.frame-gray .BR {
	background: url(/images/page-gray.png) no-repeat -9px -9px;
}

#page table.frame-gray .top, #page table.frame-gray .btm {
	height: 9px;
	width: 853px;
}

#page table.frame-gray .top {
	background: url(/images/page-gray-sides.png) repeat-x 0px 0px;
}

#page table.frame-gray .btm {
	background: url(/images/page-gray-sides.png) repeat-x 0px -9px;
}

#page table.frame-gray .left, #page table.frame-gray .right {
	width: 3px;
	height: 100%;
}

#page table.frame-gray .left {
	background: url(/images/page-gray.png) repeat-y -18px 0px;
}

#page table.frame-gray .right {
	background: url(/images/page-gray.png) repeat-y right 0px;
}

#page table.frame-gray .TL img, #page table.frame-gray .TR img, #page table.frame-gray .BL img, #page table.frame-gray .BR img, #page table.frame-gray .top img, #page table.frame-gray .btm img, #page table.frame-gray .left img, #page table.frame-gray .right img {
	display: none;
}

#page .article {
	width: 590px;
	padding: 11px 0 11px 31px;
}

#page .full-width {
	width: 791px;
	padding: 11px 31px 11px 31px;
}

#page .article hr {
	height: 1px;
	border: none;
	border-top: dotted 1px #bbb;
}

#page .article h1 {
	margin: 16px 0 16px 0;
	/*font: bold 25px/25px Arial, Verdana;*/
	font: bold 25px/25px Georgia, Serif;
}

#page .article h2, #page .article h2 a {
	margin: 12px 0 3px 0;
	/*font: bold 15px/15px Arial, Verdana;*/
	font: bold 15px/15px Georgia, Serif;
}

#page .article h3 {
	margin: 0;
	/*font: bold 12px/18px Arial, Verdana;*/
	font: bold 12px/18px Georgia, Serif;
}

#page .article .author {
	font: italic 16px/18px Georgia, Serif;
	margin-bottom: 20px;
}

#page .article h1 + .author {
	margin-top: -13px;
}

#page .article .bio {
	margin-top: 15px;
}

#page .article .bio .caption {
	font: bold italic 14px/18px Georgia, Serif;
}

#page .article p {
	margin: 12px 0 12px 0;
	/*font: 12px/18px Arial, Verdana;*/
	font: 12px/18px Georgia, Serif;
	color: black;
}

#page .article #commentform p {
	margin: 5px 0 5px 0;
}

#page .article p.big, #page .article p.big strong, #page .article p.big b, #page .article p.big em, #page .article p.big i {
	/*font: 14px/18px Arial, Verdana;*/
	/*font: 14px/18px Georgia, Serif;*/
	font-family: Georgia, Serif;
	font-size: 14px;
	line-height: 18px;
}

#page .article p.big em, #page .article p.big i {
	font-family: Georgia, Serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

#page .article p a {
	font: 12px/18px Georgia, Serif;
}

#page .article form, #page .article label, #page .article a, #page .article .label, #page .article input, #page .article select, #page .article strong {
	font-family: Georgia, Serif;
}

#page .article ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	list-style: disc;
	list-style-image: url(/images/bullet.gif);
}

#page .article ul.nobullet {
	padding: 0;
	list-style: none;
}

#page .article h2 + p {
	margin-top: 0px;
}

#page .article h3 + p {
	margin-top: 0px;
}

#page .article p + p {
	margin-top: -6px;
}

#page .article p + ul {
	margin-top: -9px;
}

#page .article li {
	/*font: 12px/18px Arial, Verdana;*/
	font: 12px/18px Georgia, Serif;
	padding-left: 0px;
}

#page .article li .bullet {
	font-size: 12px;
	padding: 0 6px 0 0;
}

#page .sidebar {
	float: right;
	padding: 21px 13px 0 0;
}

#page .sidebar .box {
	position: relative;
	padding: 10px;
	width: 182px;
	min-height: 20px;
	background: url(/images/box-top.gif) no-repeat;
}

#page .sidebar .box:first-child {
	margin: 34px 0 0 0;
}

#page .sidebar .box .btm {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 202px;
	height: 8px;
	background: url(/images/box-btm.gif) no-repeat;
}

#page .sidebar .box hr {
	margin: 10px 0 10px -5px;
	width: 193px;
	height: 1px;
	border: none;
	background: url(/images/box-hr.gif) no-repeat;
}

#page .sidebar a {
	text-decoration: none;
	color: black;
}

#page .sidebar a:hover {
	text-decoration: underline;
	color: blue;
}

#page .sidebar h2 {
	font: bold 14px/14px Arial, Verdana;
	text-shadow: 0 1px 0 #fff;
}

#page .sidebar p {
	line-height: 14px;
}

#page .sidebar p + p {
	margin-top: 4px;
}

#page .sidebar ul {
	list-style: none;
	margin: 5px 0 2px 0;
}

#page .sidebar ul + ul {
	margin-top: 15px;
}

#page .sidebar ul + p {
	margin-top: 10px;
}

#page .sidebar li {
	padding: 2px 0 4px 0;
}

/* Order pages */

#page p.big + .grid-orders {
	margin-top: 25px;
}

#page .grid-orders {
	width: 575px;
	margin: 0 0 12px 0;
}

#page .grid-orders .draft {
	padding: 3px 5px 3px 5px;
	background-color: #EDBA52;
	color: white;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#page .grid-orders .ordered {
	background-color: #5982D9;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#page .grid-orders .done {
	background-color: #C4C4C4;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#page .grid-orders table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#page .grid-orders table tr {
	height: 2.5em;
}

#page .grid-orders table td {
	overflow: hidden;
	text-overflow: ellipsis;
	font: 12px/18px Georgia, Serif;
	border-bottom: 1px solid #eee;
}

#page .grid-orders table .col1 {
	width: 63px;
	padding: 0 0 0 10px;
}

#page .grid-orders table .col2 {
	width: 40px;
	padding: 0 10px 0 10px;
}

#page .grid-orders table .col3 {
/*
	max-width: 371px;
	white-space: nowrap;
*/
}

#page .grid-orders table .col4 {
	padding: 0 10px 0 10px;
}

#page .grid-orders table .col5 {
	width: 20px;
}

#page .grid-orders table .header td {
	background-color: #eee;
	border-bottom: none;
}

#page .grid-orders table .header .col1 {
	padding: 0 0 0 10px;
	font: bold 15px Georgia, Serif;
}

#page .grid-orders table .header .col4 {
	padding: 0 8px 0 0;
}

#page .grid-orders table .header .col5 {
	padding: 0 0 4px 0;
}

#page .grid-orders table .header .col5 .pointer {
	cursor: pointer;
}

#page .grid-orders table .separator {
	height: 15px;
}

#page .grid-orders table .separator td {
	border: none;
}
