/* Cascading Style Sheet for North Rocks Computer Market Web site */

body,#header h2,#contents,h1,h2,h3,h4,h5,#contents .details th,#contents .details td,#contents #webmasterpromo
{
  font-family : verdana, arial, sans-serif;
  text-align: left;
}

body
{
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  text-align: left;
  color: #000000;
/*  background-color: #AAA;*/
  background: #000;
}

img {
  margin:0 8px;
  border:0;
}

#container
{
  margin: 1em auto;
  width: 92%;
  text-align: left;
  background-color: #ffffff;
  border: 0px;
}

#header
{
  height: 160px;
  text-align: left;
  background-color: #FF0;
  background-position: 0% 0%;
  background-image: url(img/logo.gif);
  background-repeat: no-repeat;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #000;  
  border-left: 1px solid #000;  
  border-right: 1px solid #000;      
}

/*
#header h2
{
  text-align: left;
  color: #000;
  font-weight : bold; 
  margin-left:180px; 
  margin-right:0px;
  margin-top:21px;
  margin-bottom:0px; 
  padding : 12px 0 0 0;   
}
*/

#header ul 
{
  text-align: left;
/*  float:left; */
  color: #C5C3C3;
  margin: 130px 0 10px 0; 
  padding : 0.5em 0 0 0;
  height: 2em;
  
}

#header ul li{
  display: inline;
  padding: 8px 4px 8px 4px;
  margin: 1px;
  background-color: #000; /*#EEEEEE*/
  text-align: center;
  font-size: 80%;
  border: 2px outset #fff;
}

#header a {
  color: #FF0;
}

#header a:visited {
  color: #CCC;
}

#contents	
{
  margin-right: 0px;
  margin-left: 0px;
  padding-left : 10px; 
  padding-top : 4px; 
  padding-bottom : 4px; 
  background-image: url(img/gradient.gif);
  background-repeat: repeat-x;
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #FF0;
  border-bottom: 1px solid #000;      
}

.no-bullet-list {
  list-style: none;
  margin:5px 0;
  padding:0;
}

.no-bullet-list li, .bullet-list li {
  padding: 5px 0;
}

.no-bullet-list li strong{
  color : #204D27;
}

#contents .details th, #contents .details td  {
  font-size: 80%; 
}

#contents .details th {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #483628; 
  font-weight: bold;
  vertical-align:top;
}

#contents .details td
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #333333;  
  vertical-align:top;  
}

/* other stuff inside #contents */

div.container 
{
  background-color: #ffffff;
  padding : 0px; 
  margin : 0px;   
}

h1 , h2 , h3 , h4 , h5
{
  color : #000;
  background : transparent;
  text-align : left;
  font-weight : bold;
}

div.spacer 
{
  clear: both;
}

.small 
{
  font-size: 80%;
}

#contents #footer-nav-links 
{ 
  text-align:left;
  margin: 0;
  padding:0;
}

#contents #footer-nav-links li 
{ 
  display: inline; 
  padding-right: 0.5em;
}

input.bgcolor, textarea {  
  background-color : #EEE; 
}