/* CSS Document  tableless CSS two colum layout
see demo at http://www.outprize.com/includes/sts_templates/tableless/sts_template.html
author: avail1now , it@availcompany.com
compatible: with osCommerce 2.2 milestone MS 2.0 & STS v 4.2 
Release under GNU licence.
Original Release Date: 1/25/2006
Current version update : 8/22/06
*/
body { 
	text-align: center; 
	font: 100%/1.25 Arial , sans-serif;
	margin: 10px;
	color: #ffffff;
	background: transparent url(/gfxbin/body_bg.gif) top left;		
}

#container {
	position: absolute; 
	padding: 4px;
	width: 900px;
	text-align: left; 
	left: 50%; 
	margin-left: -449px;
	border: 1px solid #ffffff;
	margin-bottom: 10px;	
	background: #000000 url(images/stamp.jpg) no-repeat bottom right;			
}

TD.smallText img {
	border: 1px solid #ffffff;
}

.sidebar {
	float: left;
	width: 180px;
	height: 560px;
	margin-bottom: 7px;
	background: #000000 url(images/tapfsstamp.gif) no-repeat;			
	background-position: 0 10;
}

#secondary p {
	font-size: .85em;
	margin: 10px 8px 5px 10px;
}

div.newsbox {
	margin-left: 8px;
	float: left;
	width: 95%;
	margin-top: 14px;
	clear: left;
	display: inline;
}

#newsboxNav {
	font-size: .75em;
	margin: 8px 0px 0px 8px;
	padding: 0;
}

#newsboxNav a {
	color: black;
	text-decoration: underline;
}

#newsboxNav a:hover {
	color: #95191c;
	text-decoration: none;
}

#newsboxNav li {
	list-style-type: none;
	padding-top: 3px;
}

.mainContent {
	position: relative;	
	right: 0px;
	float: right;
	padding-right: 10px;
	padding-top: 30px;
	width: 700px;
	height: 536px;
	overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 	
  text-align: justify;
	display: inline /* new - IE-bug fix */;
}

#mainContent p {
	margin: 10px 8px 5px 10px;
  text-align: justify;
}


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

a:hover { 
	color: #ffffff; 
	text-decoration: none; 
}

/* Header info */
#masthead { height: 100px; border-top: 8px solid gray; padding-left:1em; }
#masthead h1, #masthead h6 { font : 100%/1.25 "Arial Black"  ; color: white; margin: 0.5em 0 0em 0em}
#breadcrumb { background:white; color: #999999; height: 15px; padding: 10px; }
#breadcrumb p {font-size:0.6em; }
/* main contents */

/* Copyright bar */

.copyrightbar {
	position: absolute;
	text-align: right; 
	bottom: -28px;
	right: 0px;
	height: 24px;
	color: #666666;
	font-family: Arial, Sans-Serif;	
	font-size: 10px;	
	vertical-align: middle;
	z-index: +250;		
}

#copyrightbar .copyright {
	position: relative;
	top: 0px;
	height: 22px;	
	color: #666666;
	font-family: Arial, Sans-Serif;	
	font-size: 10px;
	z-index: +1;		 		
	text-align: center; 
}

/* Copyright bar : END */

.cssbutton {
	background: #ffffff;
	color : #000000;
 	width : 110px;
	vertical-align: top;
  font-weight: normal;
  font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
	text-align:center;
  border: 1px;
	border-style: dotted;
 	border-color: #6AE4A3A;
 	border-spacing: 1px;
}
 
.cssbuttonsubmit{
	background: #ffffff;
	vertical-align: top;
	color: #000000;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	border: none;
}




h3.news {
font-size: 90%;
margin:0;
padding: 0 0 3px;
background: #95191c;
color: white;
text-align: center
}
h4 {
font-size: 1.2em;
margin: 10px;
}
h5.thanks {
font-size: 1em;
margin: 10px;
}
.afooter {
	font-size: .70em;
	color: #cfcfcf;
	padding: 5px;
	background: gray;
	clear: both;
	text-align: center;
}
#afooter a { 
color: #cfcfcf;
text-decoration: underline; }
#afooter a:hover {
color: black;
text-decoration: none;
}

/* nav info */
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
float: left;
background: gray;
font-size: .70em;
text-align: right;
overflow: hidden; /* IC */
}
#navcontainer ul li { display: inline; }
li.outer { border: none; }
#navcontainer ul a {
padding: 0.5em 1em; /* 0 1em; IC */
line-height: 1.5em;
color: white;
text-decoration: none;
}
#navcontainer ul a:hover { color: black; background: gray url(images/nav-btn-bg.jpg) repeat-x; /* repeat IC */ }

/*sidebar corners info*/
b.rtop, b.rbottom {
display: block;
background: none /* new */;
position: relative /* new - IE-bug fix */;
}
b.rtop {
margin-top: -5px /* new */;
}
b.rbottom {
margin-bottom: -5px /* new */;
}
b.rtop b {
display: block;
height: 1px;
overflow: hidden; 
background: #95191c;
}
b.rbottom b {
display: block;
height: 1px;
overflow: hidden; 
}

b.maintop {
display: block;
margin-top: -4px;
background: none /* new */;
position: relative /* new - IE-bug fix */;
}
b.maintop b {
display: block;
height: 1px;
overflow: hidden; 
}

/*IE-mac section \*//*/

#navcontainer li,
#navcontainer a  { 
display: inline-block; 
width: 1px;
white-space: nowrap;
}

/*end Mac section */

/*]]>*/


