@charset "utf-8";
/* CSS Document */


/* Link Color Structure*/
A:link {
	COLOR: #96a49b; TEXT-DECORATION: none; font-weight:bold;
}
A:visited {
	COLOR:#96a49b ; TEXT-DECORATION: none; font-weight:bold;
}
A:hover {
	COLOR: ##CBD5CD ; TEXT-DECORATION: underline; font-weight:bold;
}
A:active {
	TEXT-DECORATION: none
}

	body {
		margin:0px;
		padding:0px;
		clear:both;

		background: #EDEFEE;
		background-image:url(http://www.papercutsstorage.info/images/back.jpg);
		background-repeat:repeat-x;
		background-position:top center;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000;
		LINE-HEIGHT: 18px; 
		min-width:976px;



	}

/*p { margin:0px; } */

h1 {
 		margin-bottom: 0px;
		margin-top: 0px;
		line-height:normal;
		font-size:17px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}


h2 {
 		margin-bottom: 0px;
		margin-top: 0px;
		line-height:normal;
		font-size:16px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h3 {
 		margin-bottom: 1px;
		margin-top: 1px;
		line-height:normal;
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}

h4 {
 		margin-bottom: 3px;
		margin-top: 3px;
		line-height:normal;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}


img {
border:0;
}


#navlist 
{ 

margin: 0;
margin-left:0;
padding-left: 0px;
}


#navlist li
{
float: left;
width: 25%;
list-style-type: none;
}

#navlist li a
{
display: block;
background-color: #f4f4f4;
color: #333;
font: normal 11px Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
text-align: left;
padding-left:5px;
padding-bottom: 2px;
padding-top: 2px;

}

#navlist li a:hover
{
background-color: #e7e7e7;
color: #0066CC;
font-weight: bold;
}


/* Product Detail Page  */

	#ProductWrap {
		margin:0 auto;
		width:977px;
		border-left: solid;
		border-left-width: 1px;
		border-left-color: #c1c1c1;
		background-color:#ebebeb;

		border-right: solid;
		border-right-width: 1px;
		border-right-color: #c1c1c1;
		
	}
	
	#ProductContent {
		float:left;
		width:977px;
	}
	
	#Product_BG_Body {
		float:left;
		width:977px;
		min-height: 700px;
		background-image:url(/images/product_main.jpg);
		background-repeat:repeat-y;

			}


<!--
.boldblue {
	color: #0066FF;
	font-weight: bold;
}
-->

.redtext {
	color: #FF0000;
	font-weight: bold;
}

.bluetext {
	color: #0066FF;
}

<!--
.boldred {
	color: #FF0000;
	font-weight: bold;
}

    .Table_Border {
	border: 2px solid #96a49b;
}


/* Top Navigation */ 

div#navbar2 {
	height: 30px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #5B7693; 
	/*background-image:url(/images/index_r4_c19.jpg);*/
	background-repeat:no-repeat;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:3px; 
	color: #000;
	line-height: 25px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	border-left:solid;
	border-left-color: #737476;
	border-left-width: 0px;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #fff;
}
div#navbar2 li a:link {
	color: #fff:
}
div#navbar2 li a:visited {
	color: #fff;
}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #E6EBE7;
	/* background-color: #3366FF; */
}



#dropmenudiv{
position:absolute;
margin-top:2px;
border-left:1px solid black;
border-right:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #f1f1f1
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f5f5f5;
color: #5B7693;

}


