*.table{
  margin: 0px;
  padding: 0px;
}

 body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #767B7F;
}

#header {
	background-image: url(/images/header3.jpg);
	height: 160px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

.title{
/* border: solid 1px; */
	text-align: left;
	color: White;
  font-size: 40px;
	margin-top: 0px; 
  margin-left: 400px;
  padding-top: 45px;
}

.mainMenu{
/* border: solid 1px; */
	margin-top: 30px; 
}

.contacts{
	color: #00F;
  font-size: 12px;
}

.bold {
  color: #5F7DA0;
  margin-top: 4px;
}

a {
  color: #5F7DA0;
	text-decoration: underline;
}

a:hover {
  color: #FF7F50;
  text-decoration: underline;
}

#container {
  margin: auto;
  width: 800px;
  height: auto;
  background-color: #EBEAED;
 /*  background-image: url(/images/bg.jpg);  */
  border: thick groove Blue;
  color: #767B7F;
}

/********************/
#news {
  width: 160px;
  height: auto;
  border: thin;
  border-color: Gray;
  background-color: #C0D1C5;
  clear: right;
  float: right;
  text-align: left;
  border-style: solid;
  color: #00F;
  font-size: 12px;
  padding: 6px;
  margin:10px;
  margin-top: 30px;
}

#news h4 {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;	
}

#news p {
  color: Maroon;
}

#news a {
	color: #00f;	
	text-decoration: none;
}

#news a:hover {
	color:#6B78A9;
	text-decoration: underline;
}

/********************/
#content{
  float:left;
  padding:10px;
	color: #767B7F;
}

/********************/
#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  padding-top: 8px;
  }

#tabs ul {
	margin: 0;
	padding: 2px 10px 0 5px;
	list-style: none;
}

#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }

#tabs a {
  float:left;
  background:url("/images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
  }

#tabs a span {
  float:left;
  display:block;
  background:url("/images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#6B78A9;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
  color:#6B78A9;
}

#tabs a:hover {
  background-position:0% -42px;
}

#tabs a:hover span {
  background-position:100% -42px;
}

#tabs #current a {
  background-position:0% -42px;
}

#tabs #current a span {
  background-position:100% -42px;
}

#tabs .SC{
  color: white;
  float: right;
  background: none no-repeat left top;
  margin:0;
  padding: 0 30px 0 0;
  text-decoration:underline;
}

#tabs .SC:hover{
  color: Blue;
  text-decoration: none;
}


/********************/
#footer {
	background-image: url(/images/footer3.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 100%;
}

.credits{
  color: #5F7DA0;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: center;
}

/* Shopping Cart */
#SCContainer{
  table-layout:fixed;
  border: 5px groove #004180;  
  width: 100%;
  border-width: 3px;
}

.SCTitle{
  text-align: center;
  font-size: 20px;
  color:Maroon;  
}

.SCNote{
  text-align: left;
  font-size: 14px;
  color:Maroon;  
}

table.main{
	font-family: cursive;
	font-size : 100%;
  color: Maroon;
}

table.main td{
  padding: 0 10px 0;
}

table.main th{
  border-bottom: 1px solid;
  padding: 0 20px 0 0;
  color: #804000;
  font-style: normal;
  font-weight: normal;
}
