/* 
	Style Sheet for Silly Billys Toy Shop
	Green:  #3e544d
*/

* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #0e54a2;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	background-image: url(toy_shop/background.jpg);
	background-position : center;
	background-repeat : repeat-y;
}

/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
BODY { overflow: -moz-scrollbars-vertical; }

DIV#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
	border: 1px solid Black;
	padding: 0;
	background-color: White;
	position: relative;
}

DIV#header {
	background-image: url(toy_shop/BlueArch_Silly_Billys_Toy_Shop_Train_logo.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 383px;
	text-indent: -1000px;
}

DIV#pageblock {
	margin-top: -30px;
}

DIV#nav {
	padding: 10px;
	margin-left: 8px;
	width: 175px;
	float: left;
}

DIV#toylogosNav {
	text-align: center;
}

DIV#toylogosNav IMG {
	margin-bottom: 8px;
}

DIV#toylogos {
	text-align: center;
	width: 475px;
	display: none;
}

DIV#content {
	margin-left: 175px;
	width: 470px;
	padding-left: 55px;
	background-image : url(toy_shop/border.gif);
	background-repeat : repeat-y;
}

DIV#footer {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid silver;
	margin-top: 1em;
	padding-top: 2em;
	text-align: center;
	color: silver;
	font-size: 90%;
	width: 90%;
	clear: both;
}

DIV#content H1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #0e54a2;
}

DIV#content UL {
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height : 150%;
}

DIV#content UL LI {
	list-style-image : url(toy_shop/bullet.gif);
}

DIV.breaker {
	clear: both;
}

DIV#content address {
	font-style: normal;
}

iframe {
	border: 1px solid silver;
}

H2 {
	font-size: 1em;
}

P, FORM {
	margin-bottom: 1em;
}

TD {
	vertical-align: top;
}

IMG {
	border: 0;
}

FIELDSET {
	padding: 10px;
}

LEGEND {
	margin-bottom: 10px;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: #0000ff; 
}
A:hover   { 
	text-decoration: underline ; 
	color: Black;
}

.inbox {
	width: 300px;
	padding: 3px;
}

.inarea {
	height: 6em;
	font-family: Arial, Helvetica, sans-serif;
}

.inbutton {
	width: 80px;
}

.formlabel {
	width: 80px;
	text-align: left;
	padding-top: 5px;
}

.reqd {
	color: Red;
}

/* Rockmill Credits */
#footer A { 
	text-decoration: none ; 
	font-weight: bold; 
	color: Gray; 
}
#footer A:hover   { 
	text-decoration: underline ; 
	color: Black;
}
#footer address {
	margin-bottom: 1em;
}





