/* Print Style Sheet */
@media print {


* {
	padding : 0;
	margin : 0;
	}

body {
	background: #fff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;}

#wrap {
	width : 800px;
	margin : 0 auto;
	}

a {
	color: #cc0000;
}

a img {
	border: none;
}

a:visited {
	color: #cc0000;
}

a:hover {
	color: #cc0000;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}

p {
	margin-bottom: 15px;
	}
	
h6 {
	margin-top:-20px;
	color: #cc0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	margin-bottom: 8px;

	}

h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	color: #cc0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	}

h3 {
	letter-spacing: 40px;
	margin: 10px 0 15px 0;
	padding: 8px;
	text-align: center;
	color: #fffafa;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;	font-weight: bolder;	background-color: #cc0000;}
	

h4 {
	clear: both;
	color: #cc0000;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b4b4b4;
}


.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}


#header {
	height: 128px;
	}

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

#header a:hover {
	text-decoration: underline;
}
#content {
	margin-left:0; 
    float:none; 
    width:auto;
}

#content ul {
margin: 25px;
}

#menu {
	width: 200px;

}

#suckerfishnav {
	display:none;
	float: left;
}


#footer {
	clear: both;
	padding-top: 15px;
}

#product_line ul ul{	list-style-type: none;}


.pic_list {
	margin-left: 20px;
	clear: both;
	margin-bottom: 30px;
	padding-top: 10px;
}

.pic_list img {
	float: left;
}

.pic_list p {
	padding: 0;
	margin: 0;
	margin-left: 200px;	font-size: 17px;
	font-weight: bold;
	color: #cc0000;
	}

.pic_list p.p2 {
	margin-top: 10px;
	margin-bottom: -25px;
	text-indent: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
	}

.pic_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 200px;
	}
	
.pic_list li {
	list-style: none;
	}

.pic_list ul a{	color: #104e8b;
	}

.pic_list ul a:visited{
	color: #104e8b;
	}
	
	

.product_list {
	margin-bottom: 15px;
	margin-left: 35px;
	}
	
.product_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.product_list li{
	list-style: none;
	background: url(i/bullet.gif) no-repeat 0 50%;
	padding-left: 13px;
	}
	
.product_list a{
	color: #104e8b;
	}

.product_list a:visited{
	color: #104e8b;
	}
}