*{
	margin:0;
	padding:0;
	
}

div{
	overflow:auto;
}

a{
	outline:none;
	}



body{
	font-size:13px;
	font-family:arial;
	margin-bottom:20px;
}

#wrapper{
	width:830px;
	display:block;
	overflow:auto;
	margin:0 auto;
}

#logo{
	margin:20px 0 10px 30px;
}

#header{
	background:url('images/menu.png');
	margin-bottom:15px;
}

#menu{
	height:33px;
	width:830px;
	display:block;
	
}

#searchbar{
	height:38px;
	display:block;
}

div#menu a{
	display:block;
	float:left;
	width:273px;
	text-align:center;
	height:25px;
	padding-top:8px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

div#content{
	width:830px;
	display:block;
	overflow:auto;
}


div#left{
	display:block;
	float:left;
	width:180px;
}

h1{
	color:#003366;
	display:block;
	font-size:18px;
	margin-bottom:15px;
}

div#left b{
	display:block;
	background:#003366;
	padding:5px;
	color:#fff;
}

div#left b.orange{
	
	background:orange;
	margin-top:20px	
}

div#left a{
	display:block;
	padding:5px;
	color:#5a5a5a;
	text-decoration:none;
	border:1px solid #e2e2e2;
	border-top:none;
}

div#left a:hover{
	background:#eee;
}

div#right{
	display:block;
	float:left;
	width:603px;
	margin-left:15px;
	border:1px solid #eee;
	padding:15px;
}

p{
	color:#333;
	margin-bottom:15px;
}

.categoryBox{
	display:block;
	width:260px;
	float:left;
	
	margin:0 20px 15px 0;
	
	line-height:20px;
	
}



.categoryBox a{
	color:#333;
	text-decoration:none;
	color:#003366;
	
}


.categoryBox b a{
	margin-left:0;
	display:block;
	margin-bottom:5px;
	color:#EB8C00;
	text-decoration:none;
}


a:hover{
	text-decoration:underline;
}

div#images{
	clear:both;
	display:block;
}

div#images img{
	float:left;
	width:84px;
	margin-top:10px;
	margin-right:2px;
}

div#images img.last{
	margin-right:0;
}



.subcategoryBox a{
	text-decoration:none;
	padding:5px 5px 5px 25px;
	float:left;
	color:#EB8C00;
	display:block;
	width:266px;
	margin-right:5px;
	background:url('images/folder.gif') no-repeat 0 4px;
}


#items{
	display:block;
	clear:both;
	list-style-type:none;
	margin:10px 0;
}

#items li{
	color:#333;
	line-height:20px;
}


#items li a{
	color:#EB8C00;
	text-decoration:none;
}

#items li span{
	color:#003366;
}

#search_top{
	width:200px;
	border:1px solid #ccc;
	height:18px;
	padding:3px 4px 0 4px;
	margin:7px 0 0 10px;
	display:block;
	float:left;
}


.button{
	border:1px solid #ccc;
	height:23px;
	margin:7px 0 0 5px;
	font-size:12px;
	color:#333;
	display:block;
	float:left;
}


.separator{
	width:2px;
	height:31px;
	display:block;
	float:left;
	background:url('images/separator.gif');
}

#itemLink{
	color:orange;
	text-decoration:none;
}

#itemLink:hover{
	text-decoration:underline;
}