﻿
body { 
	color: rgb(80,70,55);
	/*background: rgb(244,240,229) ; */
	font-family: georgia, serif;
	/* font-size: 87.5%; */ /* ~14px */
	/*font-size: 76%;*/   /* ~12px */
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	overflow: hidden;
	position: relative;
    line-height:normal;
}


#container { 
	width: 960px;
	background: url('../../PC%20Repair%20Depot/images/menuback/back.png') 0 0 repeat-y;
	/*margin-left: 0;*/
}

#page, #ribbon, #aux {
	padding: 1.5em;
	text-align: center;
}
/*iframe
{
	padding: 0 0 0 0;
	color: #FFFFFF;
	box-shadow: 6px 6px 12px #888;
	line-height: 1.7em;
	font-size: 100%;
}*/
#page p { 
	text-indent: 1.5em; 
	margin-bottom: 0;
	text-align: justify;
}

/* if you want a paragraph not indented */
#page p.noindent {
	text-indent: 0; 
}

#ribbon {
	text-align: center;
}


/* footer ================================================================ */

#footer {
	clear: both;
	background: url('../../PC%20Repair%20Depot/images/menuback/bottom.png') center bottom repeat;
	padding-bottom: 1em;
	text-align: center;
}

#footer p {
	 padding-left: 2em; 
	 margin-right: 1px; 
	 padding-right: 2em; 
	 margin-left: 1px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/* nav menu ============================================================== */
#menu {
padding: 8px; 
border: 1px solid #CCC; 
box-shadow:8px 8px 12px #888; 
border-radius:6px; 
text-align: center;
  

	/*padding: 0 3px 0 3px;*/
	/*font-size: 1.5em;*/
	background: url('../../PC%20Repair%20Depot/images/menuback/menuback.png');
}

#ribbon a:link, #ribbon a:visited {
	text-decoration: none;
	color: #000000;
}

#ribbon a:hover {
padding: 8px; 
border: 1px solid #CCC; 
box-shadow:8px 8px 12px #888; 
border-radius:6px; 
text-align: center;
  font-size: small;
  font-family: Tahoma;

	color: #fff;
	background: url('../../PC%20Repair%20Depot/images/menuback/menuover.png') ;
}


/* standards ============================================================= */

a:link, a:visited {
	color: #FF0000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	color: rgb(163,146,120);
}

strong, b { 
	font-weight: bold;
}


em, i {
	font-style: italic;
}

strong, b, em, i {
	color: #800000;
}
.strong, b, em, i {
	color: #ffffcc;
}
.spacing{
 line-height:normal	
}
.shaded { 
padding: 8px; 
border: 1px solid #CCC; 
box-shadow:8px 8px 12px #888; 
border-radius:6px; 
text-align: center;
  font-size: medium;
  font-family: Tahoma;
}
.shadedp { 
padding: 8px; 
border: 1px solid #CCC; 
box-shadow:8px 8px 12px #888; 
border-radius:6px;
   color: #FF0000;
	font-family: Tahoma;
	font-size: small;
}

/* lists ================================================================= */

#page dt {
	font-weight: bold;
}

#page dd {
	margin-left: 1em;
}

#page ol {
	list-style-type: decimal;
}

#page ul {
	list-style: square;
	}

#page ul, #page ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
}

/* nested list: no vertical margin */
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* image floating ======================================================== */

#page img.imgright {
	float: right;
	margin-left: 1em;
}

#page img.imgleft {
	float: left;
	margin-right: 1em;
}


/* table ================================================================= */

table, dl, ul, ol {
	margin-top: 1.5em;
}

th, table caption {
	font-weight: bold;
}

th {
	background: rgb(163,146,120);
	color: #fff;
	font-weight: bold;
}

td {
	background: #fff;
}

td, th {
	border-left:  1px solid rgb(163,146,120);
	border-right: 1px solid rgb(163,146,120);
	padding: 0 0.5em;
	text-align: center;
}

tfoot th, tfoot td {
	background: rgb(80,70,55);
	color: #fff;
}


