

/* site level css. transfer to stylesheet for all except newsletter. for nl, css should be inline. */

body	{
		text-align:center;
		background-color:#456;
		}

p, td, ul, ol, label, legend, span, select {
			font-family: Verdana, AkzidenzGrotesk, Univers, Helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 16px;
			font-weight: normal;
			font-style: normal;
			color: #cdd;
			text-align:left;
			}

.selected {
	color: #9cf;
	font-weight: bold;
}

/* product detail order form css */

.price { 
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #dc4;
	font-size: 14px; 
	line-height: 16px;
}

.price_disc {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #abc;
	font-size: 10px; 
	line-height: 12px;
}


label {
	width: 70px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}

input, select {
	color: #123;
	background: #cdd;
	border: 1px solid #678;
	margin: 0 5px 5px 0;
}

.submit input {
	font-family: Verdana, AkzidenzGrotesk, Univers, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0 75px;
	border: 2px outset #fff;
}

fieldset {
	padding: 10px;
	border: 1px solid #cde;
	
}

h1, h2, h3, h4, h5, h6 	{
			font-family: Verdana, Helvetica, AkzidenzGrotesk, Univers, Arial, sans-serif;
			font-weight: bold;
			font-style: normal;
			text-align: left;
			color: #cde;}

h1	{font-size: 18px; line-height: 24px;}
h2	{font-size: 16px; line-height: 20px;}
h3	{font-size: 15px; line-height: 18px;}
h4	{font-size: 14px; line-height: 18px;}
h5	{font-size: 14px; line-height: 18px;}
h6	{font-size: 12px; line-height: 16px;}

a:visited	{color: #9cf;
			text-decoration: none;}

a:active	{color: #ff9;
			text-decoration: none;}

a:link		{color: #69c;
			text-decoration: none;}


a, img, a img { border: none;}

em		{color: #cde;
		font-style: normal;
		font-weight: bold;}
		

sup		{color: #cdd;
		font-size: .6em;
		vertical-align: top;}

blockquote	{
			font-family: Centaur, Georgia, Goudy, Baskervile, Times, serif;
			font-size: 14px;
			line-height: 20px;
			font-weight: normal;
			font-style: normal;
			text-align: center;
			margin: 0 20px 0 20px;
			color: #cde;
			background-color:#345;
			padding:5px;
			border-top: thin dashed #cde;
			border-bottom: thin dashed #cde;
			}		

.left	{text-align: left;}		
				
.right	{text-align: right;}		

.center	{text-align: center;}

.lg		{font-size: 12em;}
.sm		{font-size: .8em;}
		
		
.fship	{
		font-size: 11px;
		line-height: 16px;
		float:right; 
		background-color:#345; 
		padding: 5px; 
		margin: 10px;
		border:1px #cde solid;
		}

.fship_em {font-size: 13px;}
		


.contain 	{
			background-color:#567;
			margin-left:auto; 
			margin-right:auto; 
			text-align:left;
			height:100%;
			width:80%;
			}

.navbar 	{
		padding:10px;
		background-color:#123;
		text-align:left;
		}


.descript	{
			text-align:left;
			padding: 10px;
			margin:10px;
			}

.right_nav	{
			text-align:right;
			padding:10px;
			}


.prod_img	{
			margin:0 4px;
			padding:10px;
			text-align:center;
			background-color:#345;
			float:left;
			}
			
.prod_img_list	{
			margin:0 4px;
			padding:10px;
			text-align:center;
			background-color:#345;
			float:left;
			width: 660px;
			 }					 

.prod_img_ctr	{
	width: 350px;
	height: 90px;
	max-height: 90px;
	overflow: auto;
}

.spacer_lt	{
		background-color:#89a;
		height:3px;
		}

.spacer_med	{
		background-color:#345;
		height:8px;
		}

.spacer_dk	{
		background-color:#123;
		height:2px;
		}

.spacer_bg	{
		background-color:#789;
		height:2px;
		}
		
/* page-specific css here */

.hm_txt	{margin:0px; padding:10px 80px 10px 280px; background-color:#345;}
.hm_logo {margin:0; padding:161px 10px 0 340px;}
.hm_smprod {float:left; margin:3px; padding:10px; background-color:#345;}


.cat_txt	{margin:10px; padding:0 10px 0 720px;}
.deet_txt	{margin:10px; padding:0 10px 0 380px;}
.res_txt	{margin:10px; padding:0 10px 0 200px;}

/* newsletter css here for reference */

.nl_contain {
			margin-left:auto; 
			margin-right:auto; 
			padding:10px;
			text-align:left;
			height:100%;
			width:660px;
			}

			
.nl_txt	{margin:10px; padding:0 10px 0 160px; height:100%;}		


		
/* css from dogmo. use or dump.
			
			
.nobr	{
		text-align:left;
		white-space: nowrap; 
		}
		
*/			

