﻿
	body {
		background-image: url(../images/fullbg.jpg);
		background-repeat: repeat-y;
		background-position: 0 0;
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 80%;
		line-height: 150%;
		color: #000000;
		text-align:center;
		border:0px;
		padding:0px;
		margin: 0px;
	}
	
	td {
		font-size: 11px;
		font-weight: bold;
		
		line-height: 125%;
	}
	
	.listingtable td 
	{
	    border-bottom: 1px solid #eee;
	}
	
	.container {
		position: relative;
		top: 0px; 
		width: 1024px; 
		 height: auto; 
		margin: 0 auto;
		text-align: left;
		margin-top: 60px;
	}

	.header {
		width: 999px;
		height: 169px;
		margin: 0 12px;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
		position: relative;
	}
	
	.logo {
		width: 249px;
		height: 122px;
		text-indent: -9999px;
		background-image: url(../images/logo.png);
		position: absolute;
		top: 25px;
		left: 25px;
		margin-top: 0px;
	}
	
	.searchform {
		position: absolute;
		top: 80px;
		left: 292px;
	}
	.searchform input {
		border: 1px solid #666;
		margin-right: 5px;
		height: 23px;
		font-size: 15px;
		color: #666;
	}
	.searchbutton 
	{
	    margin-bottom: -4px;
	}
	.login {
		position: absolute;
		top: 20px;
		right: 25px;
		color: #fff;
		font-size:11px;
	}
	.login a 
	{
	    color: #fff;
	    text-decoration: none;
	}
	
	.cart {
		position: absolute;
		right: 25px;
		width: 200px;
		padding: 10px;
		color: #fff;
		text-align: center;
		border: 1px dashed white;
		font-size: 11px;
		top: 70px;
		line-height: 150%;
	}
	
	.menubar {
		width: 999px;
		height: 47px;
		margin: 0 12px;
		background-image: url(../images/bg_menu.jpg);
		background-repeat: no-repeat;
		z-index: 2000;
	}
		
	.menubar ul {
		margin-left: 14px;
		padding-left: 0px;
		list-style: none;
	}
	
	.menubar ul li {
		list-style: none;
		float: left;
		display: inline;
		height: 31px;
		background-image: url(../images/menuitem-left.jpg);
		background-repeat: no-repeat;
		background-position: left;
		margin-right: 3px;
		margin-top: 2px;
		position: relative;
	}
	
	.menubar ul li span {
		background-image: url(../images/menuitem-left.jpg);
		background-repeat: no-repeat;
		background-position: right;
		height: 31px;
	}
	.menubar ul li span a {
		background-image: url(../images/bg_menuitem.jpg);
		background-repeat: repeat-x;
		height: 31px;
		padding: 4px 19px 0;
		font-family: arial, helvetica, sans-serif;
		color: #111;
		text-decoration: none;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
		
	    
	.content {
		width: 999px;
		margin: 0 12px;
		position: relative;
		overflow:hidden;
		background-color:#fff;
	}
	.actualcontent {
		position:relative;
        overflow:hidden;
	}
	
	.col1 {
		width: 229px;
		padding: 5px 12px 0px 8px;
		float:left;
		padding-bottom: 6000px;
        margin-bottom: -6000px;
		background-color: #fff;
	}
	.col2 {
		width: 503px;
		padding: 5px 0 0;
		float:left;
		padding-bottom: 6000px;
        margin-bottom: -6000px;
		background-color: #fff;
	}
	.col3 {
		width: 227px;	/* may need to change this for more up to date browsers - to 227px */
		padding: 5px 9px 0px 11px;
		float:left;
		padding-bottom: 6000px;
       	margin-bottom: -6000px;
		background-color: #fff;
	}
	
	.col23 
	{
	    width: 730px;
	    padding: 5px 9px 0px 11px;
		float:left;
		padding-bottom: 6000px;
       	margin-bottom: -6000px;
		background-color: #fff;
	}
	.col123 
	{
	   width: 970px;
	    padding: 5px 9px 0px 11px;
		float:left;
		padding-bottom: 6000px;
       	margin-bottom: -6000px;
		background-color: #fff;
	} 
	
	.footer {
		width: 999px;
		height: 65px;
		margin: 0 12px 10px;
		background-image: url(../images/footer.gif);
		background-repeat: no-repeat;
		position: relative;
	}
	.copyright {
		color: #fff;
		position: absolute;
		top: 25px;
		left: 15px;
		font-size: 12px;
	}
	
	.footermenu {
		color: #fff;
		position: absolute;
		top: 25px;
		right: 15px;
		font-size: 12px;
	}
	.footermenu a {
		color: #fff;
		text-decoration: none;
	}
	
	ul.paleblue, ul.social {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	ul.paleblue li, ul.social li {
		width: 229px;
		height: 50px;
		list-style: none;
		margin-bottom: 7px;
	}
	
	ul.paleblue li a {
		display:block;
		width: 229px;
		height: 50px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding-left: 42px;
		padding-top: 14px;
		text-decoration: none;
		background-image: url(../images/pale_blue_button.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	.col2 h3 {
		background-color: #1677bc;
		color: #fff;
		font-size: 16px;
		padding: 4px 8px;
		margin-top: 0px;
	}
	
	.price {
		color: #00c;
		font-weight: bold;
		float: left;
		font-size: 12px;
		padding-top: 18px;
		margin-left: 20px;
	}
	
	.morebuy {
		width: 120px;
	}
	.morebuy a {
		color: #f3ba4b;
		font-size: 12px;
		text-decoration: none;
	}
	
	.col3 h3 {
		background-color: #4aaaf8;
		color: #fff;
		font-size: 16px;
		padding: 4px 8px;
		margin-top: 0px;
	}
	
	.smallprod {
		/* background-image: url(../images/bg_smallprod.jpg);*/ 
		background-position: top left;
		background-repeat: repeat-x;
		margin-bottom: 8px;
		line-height: 100%;
		border-bottom: 1px solid #eee;
		/* position: relative; */
	}
	
	.smallprod img.prodpic {
		float: left;
		margin-right: 5px;
	}
	
	.smallprod .details {
		margin-left: 35px;
	}
	
	.smallprod .title {
		font-size: 11px;
		font-weight: bold;
		padding-bottom: 20px;
		text-align: right;
		margin-left: 85px;
		margin-right: 4px;
		padding-top: 5px;
		
		line-height: 140%;
	}
	
	/* drop down styles */
	.menubar ul li ul {
		margin-left: 0px;
			padding-left: 0px;
			display: block;
			float: none;
			position: absolute;
			display: none;
			left: 0px;
			top: 28px;
			background-color: #f4ba4a;
			width: 130px;
			z-index: 2000;
		}
	.menubar ul li ul li {
		display: block;
		float: none;
		line-height: 100%;
		margin: 0 0 5 10px;
		background-image: none;
		padding: 2px 2px 2px 5px;
		height: auto;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px dotted #666;
	}
	
	.menubar ul li ul li a {
		color: #666;
		text-decoration: none;
		line-height: 150%;
		
		font-family: verdana, arial, helvetica, sans-serif;
	
	}
	
	.menubar ul li ul li a:hover {
		color: #111;
	}
	.menubar ul li:hover ul, .menubar ul li.over ul {
			
		display: block;
	}
	
	/* end menu style */
	
	/* rotator */
	.rotator 
	{
	}
	
		fieldset.inputform label 
	{
	    width: 150px;
	    float: left;
	    margin-top: 4px;
	}
	
	fieldset.inputform br 
	{
	    clear: both;
	}
	
	fieldset.inputform 
	{
	    border: 0px;
	}
	.contactform label 
	{
	    width: 150px;
	    text-align: right;
	    padding-right: 5px;
	    float: left;
	}
	
	.contactform .submit 
	{
	    margin-left: 155px;
	}
	
	.contactform 
	{
	    float: left;
	    margin-right: 30px;
	    min-height: 120px;
	}
	.searchbox {
	    padding-left: 4px;
	}
