        body {
            background: #f0eaea url("Images/topGrad.png") repeat-x 0 0;
            margin: 0;
            font-family: Arial;
        }
        
        #mainContainer 
        {
        	width: 960px;
        	background-color: White;
        	margin: 0 auto 0 auto;    	
        }
        
        #logo 
        {
        	height: 60px;
        	width: 100%;
        	background: #222222 url("Images/logo.gif") no-repeat 630px 5px;        	
        }
        
        #nav 
        {
        	height: 30px;
        	width: 100%;        	
        	background: #1c6795 url("Images/bl.gif") no-repeat scroll left bottom;
        	position: relative;
        }
           
        #navLinks 
        {
        	
        	padding: 3px 0 0 20px;        	
        	font-size: 18px;
        	position: relative;
        }
        
        #navLinks a 
        {
        	margin: 0 2px 0 2px;
        	cursor: pointer;
        	text-decoration: none;
        	color: #d2d2f5;        	
        }
        
        #navLinks a:hover
        {
        	color: #ffffff;
        	border-bottom: solid 1px #ffffff;
        }
        
        #navbl 
        {        	      	
        	height: 30px;        	        
        	margin: 0 0 0 12px;
        	background: #1c6795 url("Images/br.gif") no-repeat scroll right bottom;
        	
        }
        
        .content 
        {
        	margin: 20px 0;
			width: 620px;
			float: left;
			
        }
        
        .item 
        {
        	margin-left: 3px;
        	position: relative;
        	height: 86px;
        }
        
        .itemImg 
        {
        	position: absolute;
        	left: 3px;
        }
        
        .itemDesc 
        {
        	position: absolute;
        	left: 87px;
        }
        
        .itemTitle 
        {
        	text-decoration: none;        	
        }
        
        .itemTitle a 
        {
        		text-decoration: none;        	
        }
                
        .itemPrice 
        {
        	font-weight: bold;
        	color: #f13311;
        }
        
        #itemHeader 
        {
        	text-align: center;
        }
        
        #searchContainer
        {
        	padding: 50px 0 0 0;
        	width: 250px;             	
        	float: right;
        }
        
        #sortDD 
        {
        	margin-top: 3px;
        }
        
        #searchBtn 
        {        	
        	margin: 5px 0 0 40px;
        	display: block;            	
        }
        
        #footer 
        {
        	clear: both;
        	width: 100%;
        	height: 40px;
        	background-color: Black;
        	color: White;
        	text-align: center;
        	font-size: 14px;
        	padding-top: 2px;
        }
              
        
        #footLinks a
        {       
        	margin: 0 2px 0 2px;
        	cursor: pointer;
        	text-decoration: none; 
        	color: White;    
        	font-weight: bold;           		
        }
        
        #footLinks a:hover 
        {
        	border-bottom: solid 1px #ffffff;
        }
        
        #footCopy 
        {
        }
        
        h3 
        {
        	padding: 0;
        	margin: 0;
        	text-decoration: none;
        	font-size: 16px;
        	font-weight: bold;
        	color: #1133f1;
        }
        
.pageNumbs 
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
		
}

.pageNumbs .link,.current,.linkSpan
{	
	
	text-decoration: none;	
	margin: 0px 1px 0px 1px;
	padding: 0px 5px 0px 5px;
	border: solid 1px #cccccc;	
}

.pageNumbs .link {
	color: black;
}

.pageNumbs .current {
	background-color: black;
	color: white;
}

.pageNumbs .linkSpan {
	color: #dddddd;	
}

.pageNumbs .link:hover {
	background-color: #dddddd;
}


#googleAd 
{
	margin: 25px 0;
}

#googleAd2 
{
	margin: 25px 0 0 100px;
}

.aboutContent 
{
	margin: 10px 10px 10px 10px;
}

.IphoneContent
{
	margin: 10px 10px 10px 10px;
}

#description 
{
	font-family: arial black;
	margin-top: 25px;
	margin-left: 3px;
	width: 620px; 
	font-size: 13px;	
	
}

.detailHeader
{
	text-decoration: none;
	font-size: 18px;
	color: #1133f1;
}

.detail 
{
	font-weight: bold;
}

#contactContent 
{
	margin-top: 50px;
	margin-left: 20px;
	position: relative;
}

.contactLabel 
{
	font-size: 14px;	
	font-weight: bold;
	float: left;
	width: 160px;
}

.contactTB 
{
	width: 210px;
}
.contactItem 
{
	margin-bottom: 10px;
}

#submitBtn 
{
	margin-top: 10px;
	margin-left: 160px;
}