﻿/*
The main page style sheet
*/

html{
	background:url('../../images/page_background.jpg') ;
}

body{
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	/*line-height: 1.6em;*/
	text-align:center;
	color: #444444;
}


img, body, html
{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color:#002d56;
}

a:hover{
	text-decoration:underline;
	}

a img{
	border:none;
}

/*
ID's stylesheet
*/
#container
{
	text-align:left;
	width:1000px;
	margin:auto;
	background-color:White;	
}

#sidebar{
	width: 200px;
	float: right;
}

#colorspace{
	background-color: #4b7699;
	height: 8px;
	margin-bottom:-1px;
}

#searchlogin{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:15px;
}

#sloganimage{
	float:left;		
}

#bar{
    width:auto;
}

#footerhome
{
    font-size:12px;
    clear: both;
	text-align:center;
	color:#FFF;
	background-color:#4b7699;
	/*background:url('../../images/htmlBG.jpg') repeat-x;
	*/
}

#header{
    margin-bottom:0px;
    margin-top:0px;
    background-color:Gray;
}

#flash
{
    margin-top:0px;
    padding-top:0px;
    background-color:Gray;
    }
    
#cart{
	width:120;
	text-align:right;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

/*  about us*/
#aboutus
{
    font-size:12px;
    padding-left:120px;
    padding-top:15px;
    }
    
#aboutlist
{
    list-style-type:disc;
   margin: 0 0 1.4ex 1.5em;
   }    
    
/*  about us*/



/* product categories list*/
#productlist
{
    float:left;
    padding-top:20px;
    padding-left:20px;
    }
#producttitle
{
    float:left;
}
/* product categories list*/

/* product details */
#productinfo
{
    padding-left:120px;
    
    }
    
#itemimage
{
   padding-left:80px; 
    }

#producttop
{
    float:left;
    margin-right:20px; 
}
            
#productspec
{
   padding-top:40px;
}

#productextra
{
    
}

#productcolor
{
    
}
    
#productlogo
{
   
}
        
/* product details */

/*   projects  */
#projects
{
   padding-left:120px; 
   padding-top: 15px;
    }

/*   projects  */

/*  email  */
#sendemail
{
   padding-left:120px; 
   padding-top: 15px;   
   font-size:14px;
    }

/*  email  */

/*  Address  */
#address
{
    padding-left:120px;
    padding-top:15px;
    font-size:14px;
    }    
/*  Address  */

/*  Address  */
#map
{
    padding-left:100px;
    padding-top:15px;
    font-size:14px;
    }    
/*  Address  */

/*   product title    */
#titlepage
{
    float:left;
    }
    
/*   product title    */

#productsearch
{
    padding-top:20px;
    }