/*
 *   $Id: stylesheet_english.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
 *
 *     osCommerce, Open Source E-Commerce Solutions
 *       http://www.oscommerce.com
 *
 *         Copyright (c) 2003 osCommerce
 *
 *           Released under the GNU General Public License
 *           */
* {
	margin: 0;
	padding: 0;
}

body { 
  color: #000000;
  margin: 0 auto;
  background: #ffffff; 
  font-family: Arial, sans-serif ;
  font-size: 10px; 
  padding-left: 0px;   /* LC width holy grail site*/
  padding-right: 0px;  /* RC width holy grail site*/
  color: black;
  width: 100%;

}

A {
  color: blue;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

SPAN.productSpecialPercent {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* BEGIN: CSS Buttons Everywhere */
.cssButton {
  background: #ccffcc;
  color: black;
  display: block;
  width: 132px;
  vertical-align: center;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: FONT_SIZE;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 3px;
  border: 1px;
  border-style: solid;
  border-color: #cc6600;
  border-spacing: 1px;
}
a.cssButton:hover {
  text-decoration: none;
}


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: single;
	text-align: left;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background-color: #b85c00;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 12px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .title h3 {
	height: 38px;
	padding: 12px 0 0 12px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(img_template/img07.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(img_template/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(img_template/img07.gif) repeat-x;
}

/* Header */

#header {
	width: 920px;
	height: 130px;
	margin: 0 auto;
	background: #af5800 url(img_template/sbb_header_black_short.jpg) no-repeat;
	background-position:left;
	background-color:black;
	color:white;


}

/* Header > Logo */

#logo {
	float: left;
	width: 425px;
	height: 130px
}

#logo_t {
	float: right;
	padding: 20px
	width: 120px;
	height: 10px;
}
#logo h1 {
	float: left;
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 2.0em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: center;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 30px;
	margin-left: 2px;
	padding-top: 5px;
	background: url(img_template/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(img_template/img04.gif);
}

#menu .active a {
	background-image: url(img_template/img05.gif);
	}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	background: url(img_template/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 680px;
	padding-left: 20px;
}

.main_center { 
	padding-right: 100px;
/*
	border: 1px;
  border-style: solid;
  border-color: #cc6600;
  border-spacing: 1px; */
	padding-left: 40px;
}
/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background-color: b85c00
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(img_template/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(img_template/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

