/* CSS Document */

	body
	{
		background-image:url(../images/bg_body.gif);
		background-attachment:fixed;
		margin:0;
		font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:15px;
	}
	
	#outerFrame
	{
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
	}
	
	#innerFrame
	{
		width:760px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		
		background-image:url(../images/bg_inner.gif);
		background-repeat:repeat-y;
		background-attachment:scroll;
		background-position: top right;
		margin-bottom:10px;
	}
	
	#leftFrame
	{
		float:left;
		width:152px;
		margin-top:5px;
		padding-left:9px;
	}
	
	#rightFrame
	{
		float:left;
		width:599px;

	}
	
	#topContent
	{
		width:500px;
		padding-left:8px;
	}
	
	#content
	{
		color:#FFFFFF;
		padding:20px;
		position:relative;
	}
	
	#bottomFrame
	{
		width:579px;
		clear:both;
		background-image:url(../images/bg_bottom.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		padding-left:171px;
		padding-right:10px;
		padding-bottom:15px;
		text-align:center;
		color:#FFFFFF;
	}
	
	
	#content h1
	{
	
		background-image:url(../images/bg_header.gif);
		background-position:center left;
		background-repeat:no-repeat;
		color:#FFFFFF;
		font-size:18px;
		padding-top:5px;
		padding-bottom:1px;
		padding-left:30px;
		line-height:19px;
		margin-bottom: 2px;
	}
	
	#content h2
	{
		color:#FFFFFF;
		font-size:13px;
	}
	.footer
	{
		background-image:url(../images/bg_footer.gif);
		background-position:center;
		background-repeat:no-repeat;
		padding:20px 0 20px 0;	
	
	}
		
/*----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
	#navcontainer { width: 152px; }
	
	#navcontainer ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	#navcontainer li
	{
		margin-bottom:5px;
	}
	
	#navcontainer a
	{
		display: block;
		padding-top: 4px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 142px;
		color:#780078;
		text-transform:uppercase;
		text-align:left;
		font-size:13px;
	}
	
	#navcontainer a:link, #navlist a:visited
	{
		color: #FFFFFF;
		background-color:#000000;
		text-decoration: none;
	}
	
	#navcontainer a:hover
	{
		background-color:#F8BD00;
		color: #111111;
	}
	
	
/*----------------------------------------------------------------------------- 
SEARCH BLOCK
-----------------------------------------------------------------------------*/

	#searchContainer
	{
		color:#FFFFFF;
		width: 132px;
		padding:10px;
	}
	
	
/*----------------------------------------------------------------------------- 
FORM STUFF
-----------------------------------------------------------------------------*/

	#sidePics
	{
		color:#FFFFFF;
		width: 150px;
	}
	
	
	.input
	{
		font-size:11px;
	}
	
	.btn
	{
		margin-top:10px;
		font-size:11px;
	}
	
	label
	{
		display:block;
		clear:right;
		padding-bottom:10px;
		width:300px;
	}
	
	label span
	{
		font-size:13px;
		clear:right;
		display:block;
		font-weight:bold;
		color:#FFFFFF;
	}
		
	label input, label textarea
	{
		font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		border:3px solid #666666;
		padding:2px;
		
	}
	
	.formMessage
	{
		margin-left:auto;
		margin-right:auto;
		width:350px;
		display:block;
	}
	
/*----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

	#content a:link, #content a:visited
	{
		color:#FFCC00;
	}
	#content a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	#bottomFrame a:link, #bottomFrame a:visited
	{
		color:#FFCC00;
		text-decoration:none;
	}
	#bottomFrame a:hover
	{
		color:#FFFFFF;
		text-decoration: underline;
	}
	
/*----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

#picHolder
{
	position:absolute;
	width:159px;
	height:159px;
	top:46px;
	left:419px;
}
#picHolder2
{
	position:absolute;
	width:159px;
	height:159px;
	top:350px;
	left:403px;
}
#picHolder3
{
	position:absolute;
	width:159px;
	height:159px;
	top:183px;
	left:230px;
}
#picHolder4
{
	position:absolute;
	width:159px;
	height:159px;
	top:465px;
	left:200px;
}


#leftFrame h1
{
	font-size:18px;
	text-align:center;
	line-height:21px;
}


/*----------------------------------------------------------------------------- 
DB RESULTS
-----------------------------------------------------------------------------*/




.dbResults
{
	border-bottom: medium none;
	background: url('../images/shop/dot.gif') repeat-x bottom;
	width:550px;
	margin-bottom:10px;
}

#shopSpecials
{
	float:right;
	width:190px;
}

#shopSpecials .specialsResults
{
	border:none;
	background:#202020;
	width:170px;
	padding:10px;
	margin-bottom:18px;
	clear:right;
	float:none;
	text-align:center;
}

.specialsResults h3
{
	margin:0 0 5px 0;
}

.dbResults .left
{
	width:385px;
	float:left;
	margin-right:15px;
}

.dbResults .left img
{
	margin-right:10px;
	margin-bottom:10px;
}

.dbResults .right
{
	width:150px;
	float:left;
}


.dbResults .clear
 {
	clear:both;
	height:10px;
 }
 
 .dbResults h2
 {
	font-size:14px;
 }
 
 .dbResults .right h2
 {
	 font-size:14px;
 }
 
 
 #footer a, #footer span
 {
 	margin-left:10px;
	margin-right:10px;
 }
 
 #footer span
 {
 	font-weight:bold;
 }

	#cartTable
	{
		width:100%;
		font-size:10px;
		font-weight:normal;
		color:#FFFFFF;
		background-color:#000000;
		border-collapse:collapse;
	}
	
	#cartTable th
	{
		
		font-weight:bold;
		background-color:#FFCC00;
		color:#000000;
		padding:7px 3px 6px 3px;

	}
	#cartTable td
	{
		padding:3px;
		
	}
	
	#cartTable tbody td
	{
		border-bottom:1px solid #444444; 
	}
	
	#cartTable tr.oddRow{ background-color:#000000;}
	#cartTable tr.evenRow{ background-color:#222222;}
		
	#cartTable #colRemove, #cartTable #colQty
	{
		width:59px;
		text-align:center;
	}
	
	#cartTable #colProduct
	{
		width:246px;
		
	}
	#cartTable #colPrice
	{
		width:94px;
		
	}
	#cartTable #colAmount
	{
		width:114px;
	}
	 
	#cartTable #Total,  #cartTable #SubTotal, #cartTable #Freight
	{
		font-weight:normal;
		text-align:right;
		font-size:12px;
	}
	
	#cartTable .textbox
	{
		font-size:10px;
		color:#111111;
	}
	#cartTable .btn
	{
			font-size:10px;
	}
	
	.required
	{
		color:#FFCC00;
		font-size:10px;
		font-style:italic;
	}

#cust_dtls input, #cust_dtls select
{
	font-size:11px;
	color:#000000;
}

#cust_dtls fieldset
{
	border:1px solid #FFFFFF;
	padding:5px;
}

.error
{
	color:#FF0000;
}

#links
{
	text-align:right;
}

#cart
{
	background:url(../images/icon_shopcart.gif) no-repeat left center;
	padding-left:20px;
	margin-right:10px;
}

#checkout
{
	background:url(../images/icon_money.gif) no-repeat left center;
	padding-left:20px;
	margin-right:10px;
}

