body {
	margin: 0 0 30px 0;
	padding: 0 10px 0 0;
	font: 13px Arial, Verdana, "Sans-Serif";
	background: #ececec url(images/bg-main.gif) center repeat-y;
	color: #000;
}

img { behavior: url(/png/iepngfix.htc) }

p {
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	line-height: 18px;
}

p.intro-box {
	display: block;
	padding: 0px 0 0 5px;
	margin: -62px 0px 15px 153px;
	line-height: 15px;
}

a {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

a:active {
}

a:visited {
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

img {
	border: 0;
}






h1 {
	font-size: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #072d73;
	letter-spacing: -2px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #333;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	color: #cc3333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
}




ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}

li {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	list-style: square outside;
	line-height: 14px;
}






div.backtotop {
	margin: 0px;
	font-size: 11px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}






#wrapper {
	width: 950px;
	margin: 0px;
	padding: 0px;
}






#header {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header .container {
	width: 980px;
	text-align: left;
}

#header h1 {
	margin: 0 0 0 20px;
	padding: 12px 0 10px 0;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header div.banner {
	float: right;
	margin: 15px 15px 0 0;
}




#tabs {
	float: left;
	width: 100%;
	margin: 0;
}

#tabs div.container {
	width: 950px;
	font-size: 15px;
	padding: 0;
	font-weight: bold;
	background-position: top;
	background-repeat: repeat-x;
}

#tabs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float: left;
	background: url(images/tableft.gif) no-repeat top left;
	margin: 0px 4px 0px 0px;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url(images/tabright.gif) no-repeat top right;
	padding: 8px 15px 6px 0;
	color: #ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #BC0E10;
	background-position: 100% -56px;
}

#tabs a:hover {
	color: #fff;
	background-position: 0 -56px;
}

#tabs a.active {
	float: left;
	background: url(images/tableft_selected.gif) no-repeat top left;
	margin: 0px 4px 0px 0px;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#tabs a.active span {
	float: left;
	display: block;
	background: url(images/tabright_selected.gif) no-repeat top right;
	padding: 8px 15px 6px 0;
	color: #fff;
}




#subnav {
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#subnav div.container{
	width: 950px;
	background: #fa070b url(/image/bg-subnav.gif) no-repeat;
	padding: 6px 0;
	text-align: left;
}

#subnav a {
	color: #fff;
	padding: 6px;
}




.breadcrumbs {
	width: 950px;
	background: #eee;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.breadcrumbs .bcontainer{
	padding: 5px 0 5px 7px;
	text-align: left;
}




#content {
	clear: both;
	width: 100%;
	align: center;
	text-align: left;
	padding: 0 0px 0 0;
	background: #fff;
}


#intro_box {
	border: 1px solid #8D0204;
	padding: 5px 10px 10px 10px;
	background-image: url(/app.settings/themes/999inks/images/box_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: -5px;
}

#intro_box2 {
	border: 0px solid #8D0204;
	padding: 10px 10px 0px 10px;
	background:#E6E6E6 url(/app.settings/themes/999inks/images/introbox_bg.gif) bottom repeat-x;
}

img.logo {
	margin: -10px 0 0px -10px;
}

a.more {
  display: block;
  width: 120px;
  height: 25px;
  background: url(/app.settings/themes/999inks/images/more-info.gif) 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.more {
  background-position: 0 -25px;
  text-decoration: none;
}






a.go {
  display: block;
  width: 50px;
  height: 27px;
  background: url(images/go_btn.gif) 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.go {
  background-position: 0 -27px;
  text-decoration: none;
}






td {
	background: #fff;
	font-size: 13px;
}

th {
	background: #ddd url(images/bg-th.gif) repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

table {
	margin: 5px 0 25px 0;
}






#footer {
	text-align: center;
	padding: 15px 0px 5px 0px;
	margin: 0;
	clear: both;
	border-top: 1px solid #ccc;
}

#footer p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#footer a {
}

.padding { padding: 5px 15px 15px 15px; }

.offerbox { float: left; background: url(images/bg-gradient.gif) bottom repeat-x; display: block; width: 455px; border: 1px solid #ccc; border-radius: 6px 6px 6px 6px; -mox-border-radius: 6px; -webkit-border-radius: 6px; margin: 0 20px 15px 0; }
.offerbox h2 { font-size: 16px; background:#89C2E7; color: #fff; padding: 5px; border-top-left-radius: 6px; border-top-right-radius: 6px; -mox-border-radius-topleft: 6px; -mox-border-radius-topright: 6px; -webkit-border-radius-topleft: 6px; -webkit-border-radius-topright: 6px; }
.offerbox img { margin: 0 0 0 65px; }
.offerbox p { border-top: 1px solid #ccc; margin-bottom: 5px; }
.offerbox span.button { float: left; margin-left: 150px; margin-bottom: 10px; padding-bottom: 10px; }

.last { margin: 0 0 0 0; }


.clear { clear: both; }




table.hp {

}

th.hp {
	background: url(images/th.gif) top no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}

th.hp3 {
	background: url(images/th3.gif) top no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}

td.image {
	padding: 0;
	border: 1px solid #ccc;
}

td.hp {
	padding: 10px 10px 0 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
}

td.hp p {
	font-size: 12px;
}

td.hp-footer {
	background: url(images/td-footer.gif) bottom no-repeat;
	text-align: center;
	padding: 0 0 15px 0;
	z-index: -1;
}

td.hp-footer3 {
	background: url(images/td-footer3.gif) bottom no-repeat;
	text-align: center;
	padding: 0 0 15px 0;
}

.button {
	margin: 10px 0 0px 100px;
}

.logo {
	margin: 0px 0 5px 0px;
	padding: 0;
}
