@charset "utf-8";
/* CSS for: http://www.shoptgerapy.com/
   Info: Main styles for web site	
*/

 

 


body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #4d074f;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF0;
	background-image: url(file:///C|/Users/Ronny/bgt222.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}

.thrColElsHdr p {
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 5px 0 5px;
	}
.thrColElsHdr #container {
	width: 800px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;

	} 
.thrColElsHdr #header {
/*background-image:url(brgheader.png);*/
} 

.thrColElsHdr #header ha {
	color:#FFFFFF;
	text-decoration:none;
	text-align: right;
}

.thrColElsHdr #header h1 {
	text-align: center;
	margin: 0px 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #sidebar1 {
	float: left;
	width: 176px; /* since this element is floated, a width must be given */
	padding: 0px 0;
}	
.thrColElsHdr #sidebar1 p{
	color:#33FF00;
	text-align:center;
	margin-bottom: 10px;
}
.thrColElsHdr #sidebar1 img{
	padding-bottom:10px;
	padding-top: 20px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 150px; /* top and bottom padding create visual space within this div */
	margin-top: 50px;
	color:#55A0FF;
	background-color: #4d074f;
	padding: 20px 3px 10px 3px;
	border: 3px solid black;
}

.thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-top:0;
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
	margin: 0 210px 0 210px;
	padding-top: 5px;
	} 
.thrColElsHdr #mainContent p{
	text-align:justify;
}	

.thrColElsHdr #mainContent h3{
	text-align: right;
}	
.thrColElsHdr #footer {
	width: 800px;
	height:15px;
	margin-top:10px;
	padding: 0 0 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #4d074f;
} 
.thrColElsHdr #footer p {
	margin: 0 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	text-align: right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


    .navmenu {
	margin:30px auto;
	list-style:none;
	font-family:"Comic Sans MS";
	font-size:17px;
    display:inline;
	white-space: nowrap;
	list-style-type: none;
	padding: 0;
}	

    .navmenu li {
	padding: 0;
	display:inline-block;      /* ignored by IE */
	margin:0 -5px 0 0;
}
    .navmenu li {
	display:inline;    
	margin:0 0px 0 0;	
}	
  
    .navmenu a {
  	display: inline; 
	padding: 0px 0 1px 3px;  
    background:url("../AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/4LLHVE17/img/tableft1.gif") no-repeat left top;
    text-decoration:none;
      }
	  
    .navmenu a span {
  	display: inline;
	padding: 0px 10px 0px 10px;
	background:url("../AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/4LLHVE17/img/tabright1.gif") no-repeat right top;
	font-weight: bold;
		color:#FF0000;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
  
   
    .navmenu a:hover {
      padding:0px 0 1px 3px;
      background-position:0% -42px;
	  }
	  
    .navmenu a:hover span {
	padding:0px 10px 0px 10px;	
	background-position:100% -42px;
	text-decoration: underline;
	font-weight: bold;
      }