@charset "UTF-8";
/**************** Body and tag styles ****************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #000000 url(../img/icestuff/iceagebkgd2.jpg) no-repeat center top;
	color: #000;
}

a {
text-decoration:none;
color:#FFF;
background-color:inherit;
}

a:hover {
text-decoration:none;
color:#FFF;
background-color:inherit;
}

a img {
border:0;
}


p { 
 color: #00aaeb; 
 font-family:	Arial, Helvetica, sans-serif; 
}  


img {
	margin: 2px;
	padding: 0;
}

/**************** Header and navigation styles ****************/

div#container {
  margin: 181px auto;
  width: 798px;
  height: 900px;
}

#header {
color:#505050;
background:#ffffff url(img/welcome.png) no-repeat center top;
height:339px;
margin:110px 0 10px 0;
padding:0;
}

#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:-2px;
margin:0 0 4px 15px;
padding:15px 0 0 0;
}

#header h1 a,#header h1 a:hover {
padding:0;
}

#header p {
font-size:1.1em;
letter-spacing:-1px;
margin:0 0 20px 15px;
padding:0 0 0 3px;
}

/* Menu */

.menu {
	position:relative;
	text-align: center;
	width:798px;
	top:0;
	left:0;
	backround-color:#fff;
	list-style: none;
	height: 150px;
  }

.mennu li {
  position: absolute;
  margin: 0;
  padding: 0;
  display: inline;
  }

.menu li a {
  left:0;
  margin:0;
  padding: 0;
  text-decoration: none;
  color: #666;
}

.menu_pri p {
	position: absolute;
	text-align:center;
	font-weight:bold;
	width:117px;
	margin: 0;
	padding: 0;
	display: inline;
	color:#FFF;
	left: 0;
	top: 48px;
  }

.menu_dir p {
	position: absolute;
	text-align:center;
	font-weight:bold;
	width:117px;
	margin: 0;
	padding: 0;
	display: inline;
	color:#FFF;
	left: 0;
	top: 48px;
  }

.menu_cre p {
	position: absolute;
	text-align:center;
	font-weight:bold;
	width:140px;
	margin: 0;
	padding: 0;
	display: inline;
	color:#FFF;
	left: 0;
	top: 48px;
  }

.menu_ins p {
	position: absolute;
	text-align:center;
	font-weight:bold;
	width:161px;
	margin: 0;
	padding: 0;
	display: inline;
	color:#FFF;
	left: 0;
	top: 48px;
  }

.menu_tv p {
	position: absolute;
	text-align:center;
	font-weight:bold;
	width:117px;
	margin: 0;
	padding: 0;
	display: inline;
	color:#FFF;
	left: 0;
	top: 48px;
  }

.menu_web p {
	position: absolute;
	text-align:center;
	font-weight:bold;
	width:145px;
	margin: 0;
	padding: 0;
	display: inline;
	color:#FFF;
	left: 0;
	top: 48px;
  }
  
.menu_pri a.active {
  background: url(../img/icestuff/printingp.png) no-repeat top left;
}

.menu_dir a.active {
  background: url(../img/icestuff/directmailp.png) no-repeat top left;
}

.menu_cre a.active {
  background: url(../img/icestuff/creativedesignp.png) no-repeat top left;
}

.menu_ins a.active {
  background: url(.../img/icestuff/issignp.png) no-repeat top left;
}

.menu_tv a.active {
  background: url(../img/icestuff/tvp.png) no-repeat top left;
}

.menu_web a.active {
  background: url(../img/icestuff/webp.png) no-repeat top left;
}

li.menu_pri a {
	position:absolute;
	top:0;
	left: 0;
	width: 117px;
	height: 150px;
	background: url(../img/icestuff/printing.png) no-repeat top left;
}

li.menu_dir a {
	position:absolute;
	top:0;
	margin:0;
	margin-left:0;
	left: 117px;
	width: 119px;
	height: 150px;
	background: url(../img/icestuff/directmail.png) no-repeat top left;
}

li.menu_cre a {
	position:absolute;
	top:0;
	left: 234px;
	width: 143px;
	height: 150px;
	background: url(../img/icestuff/creativedesign.png) no-repeat top left;
}

li.menu_ins a {
  position:absolute;
  top:0;
  left: 374px;
  width: 162px;
  height: 150px;
  background: url(../img/icestuff/issign.png) no-repeat top left;
}

li.menu_tv a {
	position:absolute;
	top:0;
	left:536px;
	width: 118px;
	height: 150px;
	background: url(../img/icestuff/tv.png) no-repeat top left;
}
li.menu_web a {
	position:absolute;
	top:0;
	left:653px;
	width: 146px;
	height: 150px;
	background: url(../img/icestuff/web.png) no-repeat top left;
}
li.menu_pri a:hover {
  background: url(../img/icestuff/printingh.png) no-repeat top left;
}
li.menu_dir a:hover {
  background: url(../img/icestuff/directmailh.png) no-repeat top left;
}
li.menu_cre a:hover {
  background: url(../img/icestuff/creativedesignh.png) no-repeat top left;
}
li.menu_ins a:hover {
  background: url(../img/icestuff/issignh.png) no-repeat top left;
}
li.menu_tv a:hover {
  background: url(../img/icestuff/tvh.png) no-repeat top left;
}
li.menu_web a:hover {
  background: url(../img/icestuff/webh.png) no-repeat top left;
}

/***** Bottom Nav ******/

.btmnav {
	position: relative;
	width: 796px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	height: 17px;
	z-index: 5;
	top: 490px;
	left: 10px;
	} 

.btmnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
} 
.btmnav li { 
    display: inline;
    border-right: 1px solid #FFF;
} 
.btmnav a:link, .btmnav a:visited { 
   padding: 0.4em 1em 0.4em 1em; 
   color: #FFFFFF; 
   text-decoration: none; 
} 
.btmnav a:hover { 
	color: #000;
}

/***** Content *****/

.button {
	position:absolute;
	text-align:center;
	margin:10px;
	margin-left:450px;
	float:left;
	background: url(../img/button.png) no-repeat;
	padding:5px 10px 5px 10px;
	width: 45px;
	height: 15px;
	font-color: #FFF;
	text-decoration: none;
	font-size:12px;
	line-height:10px;
	z-index:5;
	left: 7px;
	top: 1px;
}
.button:hover {
	background: url(../img/buttond.png) no-repeat;
}

.plus {
	position:absolute;
	display: inline;
	margin-top:348px;
	margin-left:453px;
	padding:0;
	width: 280px;
	float:right;
	z-index:5px
}

.plus img {
	float:left;
	width: 16px;
	margin-right: 70px;
	height:16px;
	z-index:5px
}

.plus1 {
	position:absolute;
	display: inline;
	margin-top:348px;
	margin-left: 625px;
	padding:0;
	float:right;
	z-index:5px;
	top: 22px;
	left: 17px;
}

.plus1 img {
	float:left;
	width: 16px;
	height:16px;
	z-index:5px
}

.plus2 {
	position:absolute;
	display: inline;
	margin-top:348px;
	margin-left: 535px;
	padding:0;
	float:right;
	z-index:5px;
	top: 22px;
	left: 17px;
}

.plus2 img {
	float:left;
	width: 16px;
	height:16px;
	z-index:5px
}

.sample_block {
	display: inline;
	margin-top:-80px;
	margin-right: 30px;
	padding:0;
	float:right;
}

.sample_block img {
	border:1px #ababab solid;
	margin-right: 10px;
	width: 68px;
	height:46px;
}

.iceblock_inside { 
	display:block; 
	background: #a9bb5b url(../img/icestuff/blank2.jpg) no-repeat center top;	
	height:1295px;
	margin:0;
	padding:0;
}

.priblock {
	position:relative;
	width:778px;
	top:-15px;
	left:9px;
	margin-bottom:5px;
	z-index:0;
}

.priblock_inside { 
	display:block; 
	background: #ffffff url(../img/blank.jpg) no-repeat center top;	
	height:176px;
	padding:15px;
    padding-bottom:270px;
}

.priimage_block {
	position:relative;
	left:0;
	width: 398px;
	height:430px;
    margin-left:8px;
	margin-top:8px;
	padding:0;	
}

.priimage_block img {
	border:0;
	width: 398px;
	height:430px;
}
.pritext_block {
	postion:relative;
	float:right;
	width:300px;
	margin-top:60px;
	padding-top:0px;
}

.pritext_block h2 {
    font-size:2.8em;
}

.pritext_block p {
	font-size:1.3em;
	color:#737B7F;
	padding-top:20px;
	width:300px;
}

.priblock_featuredblog .pritext_block { padding-top:5px; }

.block2 {
	position:absolute;
	width:785px;
	margin:10px;
	margin-left:8px;
	margin-bottom:5px;
}

.block2_inside { 
	display:block; 
	background: url(../img/About.png) no-repeat;	
	height:262px;
	padding:0px;
    padding-bottom:0px;
}

.history {
	postion:relative;
	float:left;
	width:171px;
	height:194px;
	margin:45px;
	margin-left:12px;
	padding-top:0px;
}

.history h2 {
    font-size:2.8em;
}

.history p {
    font-size:1.1em;
	color:#FFF;
    padding:0px;
	width:171px;
}

#block2_featuredblog .history { padding-top:5px; }

.news {
	float:left;
	width:171px;
	height:194px;
	margin:45px;
	margin-left:-20px;
	padding-top:0px;
}

.news h2 {
    font-size:2.8em;
}

.news p {
    font-size:1.1em;
	color:#FFF;
    padding:0px;
	width:171px;
}

.contact {
	float:left;
	width:171px;
	height:194px;
	margin:45px;
	margin-left: -20px;
	padding-top:0px;
}

.contact h2 {
    font-size:2.8em;
}

.contact p {
    font-size:1.1em;
	color:#FFF;
    padding:0px;
	width:171px;
}

.employment {
	float:left;
	width:171px;
	height:194px;
	margin:45px;
	margin-left: -65px;
	padding-top:0px;
}

.employment h2 {
    font-size:2.8em;
}

.employment p {
    font-size:1.1em;
	color:#FFF;
    padding-left:45px;
	width:171px;
}

/******** Right Side ***********/

#right {
	position:relative;
	top:510px;
	float:right;
	right:8px;
	width:226px;
	height:767px;
	margin: 0;
	background:url(../img/icestuff/tvbkgd.png);
	z-index:0;
}

.right_inside {
	position:relative;
	width: 214px;
	top:35px;
	margin:0 0 0 4px;
	padding:0;
	z-index: 3;
}

.text {
	postion:relative;
	float:left;
	width:214px;
	margin: 5px;
	padding:0;
}

.text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:1.5em;
	text-align:left;
	color:#FFF;
	margin: 0;
	padding:0;
}

.text p {
	font-size:0.8em;
	line-height:1em;
	color: #FFF;
	margin: 0;
	padding:0;
	width:214px;
	height:30px;
}

.image {
	position:relative;
	float:left;
	width: 214px;
	height:203px;
	margin:5px 0 0 0;
	padding:0;
}

.image img {
	border:0;
	margin:0;
	padding:0;
}

/******** Bottom Area ***********/

#barea {
	position:relative;
	top:705px;
	float:left;
	left:8px;
	width:523px;
	height:573px;
	margin: 0;
	background:url(../img/icestuff/printbkgd.png);
	z-index:0;
}

.barea_inside {
	position:relative;
	top:35px;
	margin:0 0 0 4px;
	padding:0;
	z-index: 3;
}

.barea_text {
	postion:relative;
	float:left;
	margin: 140px 0 0 10px;
	padding:0;
}

.barea_text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:1.5em;
	text-align:left;
	color:#FFF;
	margin: 0;
	padding:0;
}

.barea_text p {
	font-size:1.5em;
	line-height:1em;
	color: #FFF;
	margin: 0;
	padding:0;
	height:30px;
}

.barea_image {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.barea_image img {
	border:0;
	margin:0;
	padding:0;
}

/***** Footer *****/

.footer {
	position:relative;
	left: 0;
	margin-top:20px;
	padding:0;
	width:798px;
	text-align:left;
	top: 10px;
}

.footer p {
color:#FFF;
padding:0;
margin-left:10px;
font-size:0.9em;
}

.footer a {
color:#000;
background-color:inherit;
text-decoration:none;
}

.footer a:hover {
text-decoration:underline;
}

.ticker {
	position:absolute;
	margin:0 auto;
	float:left;
	padding:0;
	z-index:0;
	left: 263px;
	top: -1px;
}

.tiger {
	position:absolute;
	top:1177px;
	margin:0 auto;
	width:256px;
	padding:0;
	z-index:2;
	left: 534px;
}

