/* import from mypress.com. it's fun. check it out. */
	@import url('mystyle.asgiven.css');

/* import for product detail */	
	@import url('justproductdetail.css');
	
/* import for product list */
	@import url('justproductlist.css');

/* the reset... */

	ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	p {
		margin:0 0 12px 0;
	}

/* now is where the fun begins... */
	
	body .all h1 { 
		font-size:14pt;
		margin:0 0 12px 0;
	 }
	 
	body #thawte-certificate {
		width:1024px;
		overflow:hidden;
		clear:both;
		margin:0 auto;
		text-align:right;
		position:relative;
		top:20px;
	}
	
	body .footer {
		position:relative;
		top:0;
	}
	
	body div.all {
		padding-bottom:0;
		width:1024px;
		margin:0 auto;
		overflow:hidden;
	}
	
		.all #left-navigation {
			width:200px; 
			float:left;
			margin:20px 0;
		}
		
			.all #left-navigation #order-now {
				margin-bottom:10px;
			}
			
				.all #left-navigation #order-now p {
					text-align:center;
					padding:0;
					margin:0 0 5px 0;
				}
		
			.all #left-navigation ul {
				padding:5px 0 0 0;
				list-style:none;
				background:#7A5B45;
				color:#fff;
			}
		
				.all #left-navigation ul li {
					width:190px;
					margin-left:10px;
					padding:0 0 5px 0;
				}
				
				.all #left-navigation ul .level-2 {
					margin-left:20px;
					font-weight:normal;
				}
				
				.all #left-navigation ul .level-3 {
					margin-left:30px;
					font-size:8pt;
				}
				
					.all #left-navigation ul li a {
						color:#fff;
						text-decoration:none;
					}
					
					.all #left-navigation ul li a:hover {
						text-decoration:underline;
					}	
				
			
		
		.all #main-content {
			width:800px;
			float:right;
			margin:20px 0;
			padding-left:11px;
			border-left:1px dotted #977D69;
		}
		
	body.storefront #homepage-text #featured-categories {
		width:400px;
		float:right;
		margin-left:12px;	
	}
	
	body.storefront #homepage-text #featured-products {
		width:100%;
		overflow:hidden;
		margin:20px 0;
		padding-top:10px;
		border-top:1px solid #ddd;
	}
		
		body.storefront #homepage-text #featured-products li {
			width:100px;
			float:left;
			margin:10px 14px;
			text-align:center;
		}
		
		body.storefront #homepage-text #featured-products li.first { margin-left:28px; }
		body.storefront #homepage-text #featured-products li.last { margin-right:28px; }
		
			body.storefront #homepage-text #featured-products li .thumb {
				height:110px;
			}
			
				body.storefront #homepage-text #featured-products li .thumb a {
					display:block;
					width:100px;
					height:100px;
				}
			
			body.storefront #homepage-text #featured-products li .name {
				height:100px;
			}
			
			
			
				
	
	
	
	