﻿body
{
    font-family: Palatino Linotype, Verdana, sans-serif;
    font-size: .8em;    
    margin: 0px auto; 
    padding: 0; 
}

#divMain
{
	background-color: White;
	width: 800px;
	position: relative;
	margin: 0px auto; 
    padding: 0;	    
}

#divHeader
{
	position: relative;
	width: 800px;
	height: 50px;
}

#divContent
{
position: relative;	
}

#divMenu
{
	position: relative;
	width:175px;
	float:left;	
		
}


#divCatalog
{
	width:600px;	
	position: relative;	
	text-align:left;	
	float:left;
	padding-top: 50px;	 
	z-index:150;	 
}

hr
{
	color:Orange;
}

div.Product
{
	width:515px;
	height:300px;
	float:left;	
}

div.Image
{
	float:left;	
}

div.Description
{
	float:left;
	width:375px;
	padding-left:10px;
}

div.Specification
{
	float:left;
	width:365px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#divFooter
{
	position: relative;
	width: 800px;	
}

h1
{
	font-size: 1.5em; 
	color: #0A5099;
	font-weight: bold;
	background-color: #fede8b;
	padding-left: 5px;
	border-bottom-style:outset
}

img.BannerLogo
{
	position: absolute;	
	top: 10px;
	left: 10px;
	z-index: 101;		
}

img.BannerTop
{
	position: absolute;	
	top:0px;
}

img.BannerLeft
{
	position: relative;	
	margin: 0px;
	vertical-align:bottom;	
}

img.BannerBottom
{
	position: relative;			
}

img.Checkout
{
	position: absolute;	
	top: 10px;
	left: 450px;
	z-index: 101;
}

img.MyCart
{
	position: absolute;	
	top: 10px;
	left: 380px;
	z-index: 101;
}

input.ModifySelected
{
	position: absolute;	
	top: 60px;
	left: 250px;
	z-index: 101;
}

input.RemoveSelected
{
	position: absolute;	
	top: 60px;
	left: 325px;
	z-index: 101;
}

input.EmptyCart
{
	position: absolute;	
	top: 60px;
	left: 400px;
	z-index: 101;
}

div.AddToCart
{
	position:relative;
	top:10px;
	left:0px;
	height: 55px;
}

input.Quantity
{
	position:absolute;
	top:13px;
	left:0px;
}

img.Quantity
{
	position:absolute;
	top:37px;
	left:3px;	
}

input.AddToCart
{	
	position:absolute;	
	top:0px;
	left:65px;
	height: auto;
}

img.Desktop
{
	float:left;
}

img.Desktops
{
	position: absolute;	
	top: 100px;
	left: 20px;
	z-index: 101;
}

img.Laptops
{
	position: absolute;	
	top: 150px;
	left: 20px;
	z-index: 101;
}

img.Servers
{
	position: absolute;	
	top: 200px;
	left: 20px;
	z-index: 101;
}

img.Monitors
{
	position: absolute;	
	top: 250px;
	left: 20px;
	z-index: 101;
}

img.Upgrades
{
	position: absolute;	
	top: 300px;
	left: 20px;
	z-index: 101;
}
img.Networking
{
	position: absolute;	
	top: 350px;
	left: 20px;
	z-index: 101;
}

img.Software
{
	position: absolute;	
	top: 400px;
	left: 20px;
	z-index: 101;
}

img.Services
{
	position: absolute;	
	top: 450px;
	left: 20px;
	z-index: 101;
}

img.CartSelect
{
	position: relative;	
	top: 15px;
	left: 0px;
}

img.CartInCart
{
	position: relative;	
	top: 15px;
	left: 15px;
}

img.CartDescription
{
	position: relative;	
	top: 15px;
	left: 30px;
}

span.CartStatus
{
	position: relative;	
	top:40px;	
}

span.CartItems
{
	position: absolute;	
	top:10px;
	left:525px;
}

span.CartSelect
{
	position: relative;	
	left:8px;	
}
input.CartQuantity
{
	position: relative;	
	left:25px;	
}

a.CartProduct
{
	position: relative;	
	left:30px;	
}

span.BannerBottom
{
	position: relative;	
	left:75px;
	top:-40px;
}
