body{
	font: 11px "Trebuchet MS", san-serif;
	color: #0072bc;
	background:url(../images/body-back.jpg) top left repeat-x;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

h2{
	font-size:1.1em;
	text-transform:uppercase;
}

p{
	line-height:1.3em;
}

a{
	color: #444;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#nav_wrapper ul.nav li{	
	list-style: none;
}
#nav_wrapper ul.nav a{	
	font-size:13px;
	color:#0072bc;
	text-decoration: none;	
	text-align: center;
	background: url(../images/nav-fade.png) no-repeat top left;
}
#nav_wrapper ul.nav a:hover{
	color:white;
	background: url(../images/nav-tab.png) no-repeat top left;
}

#stock{	
	text-align: center;
}

#content_wrapper{
	font-size:1.2em;	
}


#sidebar .leftimage{	
	background: url(../images/sidebar-left.png) no-repeat top left;
}
#sidebar .rightimage{	
	background: url(../images/sidebar-right.png) no-repeat top right;
}
#sidebar .content{	
	background: url(../images/sidebar-back.png) repeat-x top left;
	color:#597e95;
}

#sidebar h2{
	font-size:1.2em;
	color:#0072bc;
}

#footer .leftimage{
	background: url(../images/footer-left.png) no-repeat top left;
}

#footer .rightimage{
	background: url(../images/footer-right.png) no-repeat top right;
}

#footer .content{
	background-color: #e9f3fa;
}

#footer ul.nav li{	
	list-style: none;	
}

#footer ul.nav a{
	color:#0072bc;
	text-decoration: none;
}

#footer ul.nav a:hover{
	text-decoration: underline;
}

#footer .copy{
	font-size:.8em;
	color:#597e95;
}

#footer .copy a{
	color:#597e95;
	text-decoration: none;
}
