/********************************************************
*********************************************************
Redefine the tags 
*********************************************************
*********************************************************/

h1 {
	font-size: 1.6em;
	color:#000066;
	}
	
h2 {
	font-size: 1.2em;
	color:#000000;
	}
	
h3 {
	font-size: 1.1em;
	color:#000000;
	}
	
p {
	text-align:left;
	color:#333333;
	}
	
div {
	margin: 5px;
	}

ul, li {
	display: block;
}

body
{
	text-align: center; /* IE Fix */
	margin: 0;
}

table {
	margin-left: auto;
	margin-right: auto;
	}

/********************************************************
*********************************************************
Tools 
*********************************************************
*********************************************************/

.bold {
	font-weight: bold;
}

.center {
	text-align:center;
	}

.spacer10 {
	height: 20px;
	}
	
.spacer20 {
	height: 20px;
	}

.spacer40 {
	height: 40px;
	}
	
.line {
	border-top: 1px solid #000033;
	width: 100%;
}


/********************************************************
*********************************************************
Layout 
*********************************************************
*********************************************************/
#header {
	margin-top: 10px;
	margin-bottom: 20px;
	padding:0;
	/*background: url(../images/headerbackground.jpg) repeat-x;*/
	}

#navigation{
	margin-top: 15px;
	}
	
#navigation ul, #navigation li{
	display: inline;
	}

#navigation a{
	padding:5px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.1em;
	background: #FFF;
	border: 1px solid #000033;
	font-weight: bold;
	}

#navigation a:hover{
	background: #FFFFCC;
	}
	
#container {
	width: 742px;
	margin: 0px auto;
	background: #fff;
	height:100%;
	text-align: center;
	}

#container ul, li {
	display: block;
}

#browse {
	margin-top:30px;
	border-top: 1px solid #000033;
	}
	
#browsecategories {
	}
	
#browsebrands {
	height: 300px;
	}
	