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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************************************************************************
 Text
******************************************************************************/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/*
 Headings 
*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MT", Tahoma, Arial;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #222222;
	word-spacing:-0.05em;
}
h2{
	font-size: 1.6em;
	font-weight: normal;
	color: #222222;
	word-spacing:-0.05em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #002147;
	word-spacing:-0.05em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #002147;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #002147;
}
h6 {
	font-size: .9em;
	font-weight: normal;
	color: #002147;
}
.pageTitle{
	font-size: 1.6em;
	font-weight: normal;
	color: #222222;
	word-spacing:0.05em;
	color: #999999;
	margin: 0;
	text-transform: lowercase;
	letter-spacing: .1em;
}

/******************************************************************************
 Paragraphs 
******************************************************************************/
p {
	line-height: 2em;
}

/******************************************************************************
 Lists 
******************************************************************************/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
/*
li {
	padding-left: 0;
	margin-left: 40px;
	line-height:1.8em;
}
ul ul, ol ol {
	margin: 2px 0;
	color: #b5ab95;
}
*/
dl {
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}
ul.smargin li{
	margin-left:20px;
}

/******************************************************************************
 Basic Presentational Elements
******************************************************************************/
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
}
sub {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	bottom: -0.4em;
}
pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
	background: #e8e8e8;
	border: 1px solid #b5b5b5;
	padding: 3px 6px;
	overflow: auto;
	white-space:pre;
	height:150px;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
}
blockquote {
	color: #002147;
	margin: 0 80px 0 80px;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	/*border-right: 1px dashed #002147;*/
	background: #ededed;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
hr {
	border: 0px solid #d8d5cd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	padding: 1px;
}

/****************************************************************************** 
 Links
******************************************************************************/
a {
	color: #047ec4;
	text-decoration: underline;
}
a:link {
	color: #047ec4;
	text-decoration: underline;
}
a:visited {
	color: #047ec4;
	text-decoration: underline;
}
a:hover {
	color: #002147;
	text-decoration: underline;
}
a:active {
	color: #002147;
	text-decoration: underline;
}
a.action{
	float:right;
	color:#f63535;
	text-decoration:none;
}
a.action:hover{
	color:#f63535;
	text-decoration:underline;
}


/****************************************************************************** 
 General Styles
******************************************************************************/
.small {
	font-size: .8em;
}
.smaller {
	font-size: 0.75em;
}
.large {
	font-size: 1.3em;
	line-height:1.7em;
}
.center {
	text-align: center;
}
.loud {
	color: #990000;
}
.quiet {
	color: #b5ab95;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin: 0 20px 20px 0;   /* covered by the 960 css */
}
.right {
	float: right;
	margin: 0 0 20px 20px;   /* covered by the 960 css */
}
.caption {
	display: block;
	background: #e8e8e8;
	font-size: .9em;
	color: #002147;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:0 5px 5px 5px;
}
.border {
	border: 1px solid #989898;
}
.underline {
	border-bottom: 1px dotted;
}
.strike {
	text-decoration: line-through;
}
.highlight {
	color: #9F6000;
	background-color: #FEEFB3;
}


/********************************************************************************
 Structure and Grid
********************************************************************************/
body{
	background: url(../img/background.gif) repeat-x #2c2f2f;
	font: normal 75%/150% Verdana, Arial, sans-serif;
	color: #8d8a88;
}

#container{
	width:940px;
	margin: 0 auto;
}
#page{
	position: relative;
}
body._home #page{
	padding:23px 0 20px 59px;
	background: url(../img/page_background.gif) repeat-x #535959;
	border: 1px solid #bbbdb1;
	border-top: none;
	border-bottom: none;
}

#page_bottom{
	height: 23px;
	background: url(../img/page_bottom.gif) no-repeat;
	display: block;
	position: relative;
}
#header{
	height: 174px;
	background: url(../img/header.jpg) no-repeat;
	position: relative;
}

#footer{
	text-align: center;
	margin: 30px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#home_select_product{
	background: url(../img/home_select_product_top.gif) no-repeat top left #16110c;
	padding: 15px;
	width: 296px;
	float: left;
	height: 346px;
	overflow: auto;
	margin-bottom: 1.5em;
}
#home_messaging_area{
	float: right;
	width: 553px;
	height: 376px;
	margin-bottom: 1.5em;
}
.home_col_4{
	width: 213px;
	float: left;
	position: relative;
}
#header_menu{
	position: absolute;
	right: 20px;
	bottom: 50px;
	color: #b2b9b2;
	text-align: center;
	width: 606px;
}

/********************************************************************************
 Theme & Style
********************************************************************************/
p, blockquote, ul, table{
	margin-bottom: 1.5em;
}

img{
	border: none;
}
#logo{
	display: block;
	width: 282px;
	height: 102px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -9999px;
	padding: 20px 0 0 0;
}
#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active{
	display: block;
	width: 282px;
	height: 102px;
}

#chooseprint{
	position: absolute;
	left: 338px;
	top: 10px;
	height: 138px;
	width: 195px;
	background: url(../img/chooseprint.png) no-repeat top left;
	text-indent: -999999px;
	z-index: 10;
}

.product_list{
}
.product_list li{
	display: inline;
	float: left;
	width: 50%;
	font-size: .9em;
}
.product_list_new{
	color:#ff0000;
	font-size: .8em;
}
.product_list li a:link,
.product_list li a:visited{
	color: #c3c7c7;
	font-size: 1.2em;
	text-decoration: none;
	padding: 2px;
	display: block;
}
.product_list li a:hover,
.product_list li a:active{
	color: #c3c7c7;
	text-decoration: none;
	background: #00aeef;
	color: #ffffff;
}

#header_menu a { 
	text-decoration: none;
	text-align:center;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px;
	height:30px;
	width:120px;
	display:block;
	text-indent: -999999px;
	font-size: 1em;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff;
}

a#hm_home{
	left:0;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff 0 0;
}
a#hm_home:hover{
	left:0;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff 0 -30px;
}
a#hm_pricing{
	left:132px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -120px 0;
}
a#hm_pricing:hover{
	left:132px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -120px -30px;
}
a#hm_specials{
	left:264px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -240px 0;
}
a#hm_specials:hover{
	left:264px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -240px -30px;
}
a#hm_aboutus{
	left:396px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -360px 0;
}
a#hm_aboutus:hover{
	left:396px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -360px -30px;
}
a#hm_contactus{
	left:528px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -480px 0;
}
a#hm_contactus:hover{
	left:528px;
	background: url(../img/menu_sprite.jpg) no-repeat #ffffff -480px -30px;
}


#footer a:link,
#footer a:visited{
	color: #8d8a88;
	text-decoration: underline;
	padding: 2px 6px;
}
#footer a:hover,
#footer a:active{
	color: #ffffff;
	background: #8d8a88;
	text-decoration: none;
}