/* Project: RMYS Rocky Mountain Youth Sports
URL: http://www.rmsports.com
Date: June 2008
Author: Dorsi Smith

/* zeroes all margins and paddings */
*, body, table, td, p, ul, li, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
/* set base font size to 16px in all browsers except IE */
html>body {
	font-size: 16px;
}
img {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}
/************************************************
  Default rules
************************************************/
h1, h2, h3 {
	color: #2D2E29;
	background-color: transparent;
	font-weight: bold;
	font-family: Trebuchet, Helvetica, sans-serif;
}
h1 {
	margin-bottom: 0.6em;
	font-size: 1.5em;
}
h2 {
	margin: 0.6em 0;
	font-size: 1.2em;
}
h3 {
	margin: 0.7em 0;
	font-size: 1.1em;
}
p, div {
	padding-bottom: 1em;
	color: #2D2D29;
	background-color: transparent;
	line-height: 1.5em;
}
a, a:link, a:visited {
	font-weight: normal;
	color: #A8401D;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #573D72;
	background-color: transparent;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 5px 10px 5px 15px;
	list-style-type: disc;
}
li {
	margin-left: 15px;
	padding-bottom: 10px;
}
hr {
	display: none;
}
/************************************************
  Document and header rules
************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #A489C0;
	background-image: url(graphics/background-home.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	top: 20px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 776px;
	height: 596px;
	font-size: 76%; /* Sets 1em to 12px */
	color: black;
	background-color: transparent;
}
div#wrapper {
	/* sets a bg color for all elements within rd box */
	background-color: #F1F3D8;
}
#roundbox {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding-bottom: 0.8em;
	width: 776px;
	height: 100%;
	min-height: 576px;
	color: black;
	background-color: transparent;
	background: url(graphics/bg_776_b.jpg) no-repeat bottom left;
}
#header {/*sets the top of the rounded box */
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 35px;
	background: url(graphics/bg_776_t.jpg) no-repeat top;
}
#logo {
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;	
}
#tagline {
	position: absolute;
	top: 5px;
	left: 184px;
	margin: 0;
	padding: 0;
}
#tagline p {
	margin: 0;
	padding-top: 8px;
	font-weight: bold;
	font-size: 26px; 
	color: #464646;
	background-color: transparent;
}
#tagline-subs {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 110px;
	text-align: right;
}
#tagline-subs img {
	display: inline;
}
#tagline-subs p {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	color: #5E5B00;
	background-color: transparent;
}
#headerimg {
	position: absolute;
	top: 93px;
	left: 0;
	z-index: 20;
}
/************************************************
  Main content rules
************************************************/
#content {
	clear: both;
	position: absolute;
	top: 163px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 776px;
	color: #2D2E29;
	background-color: transparent;
}
#main {
	position: relative;
	top: 26px;
	left: 0;
}
#main-top {
	margin: 0;
	padding: 5px 15px 10px 15px;
}
#main-top p {
	padding-bottom: 10px;
}
#main-subs {
	margin: 0;
	padding: 5px 15px 5px 15px;
	height: 360px;
	overflow: auto;
}
#main-right {
	float: right;
	position: relative;
	margin: 0;
	padding: 5px 15px 5px 0;
	width: 518px;
	height: 360px;
	overflow: auto;
}
#main-left {
	float: left;
	margin: 0;
	padding: 0 0 5px 15px;
	width: 228px;
}
#main-left ul {
	list-style-type: none;
}
#main-left ul li {
	margin-left: 0;
	padding: 1px 0 1px 0;
}
/************************************************
  Footer and subfooter rules
************************************************/
#footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	margin: 0;
	width: 776px;
	border-top: 8px solid #C54A29;
}
#footer p {
	margin: 0;
	padding: 2px 0 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #2D2E29;
	background-color: transparent;
}
#footer a, #footer a:link, #footer a:visited {
	font-weight: bold;
	color: #A8401D;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #573D72;
	background-color: transparent;
	text-decoration: none;
}
#subfooter {
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 26px;
	width: 776px;
	color: #2D2E29;
	background-color: transparent;
}
#subfooter p {
	font-size: 11px;
}
#subfooter a, #subfooter a:link, #subfooter a:visited {
	font-weight: normal;
	color: #A8401D;
	background-color: transparent;
	text-decoration: none;
}
#subfooter a:hover {
	font-weight: normal;
	color: #573D72;
	background-color: transparent;
	text-decoration: none;
}
/************************************************
  Main navigation rules
************************************************/
#navtop {/* This is the top menu bar */
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 776px;
	text-align: left;
	color: white;
	background-color: transparent;
}
#navtop ul {
	margin: 0;
	padding-top: 2px;
	height: 26px;	
	list-style-type: none;
	font-family: Trebuchet, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(graphics/menu_bar_office.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#navtop ul li {
	margin-left: -15px;
	padding: 0 1.5em 0 1.5em;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	display: inline;
}
#navtop li a, #navtop li a:link, #navtop li a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#navtop li a:hover {
	color: #4A0301;
	background-color: transparent;
	text-decoration: none;
}
#navtop #currentpage a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
#navtop #currentpage a:hover {
	color: #4A0301;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Tab navigation rules - exploding-boy.com
************************************************/
#tabs {
   position: absolute;
	top: 71px;
	right: 5px;
   width: 100%;
   font-size: 1em;
	font-weight: bold;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	display: inline;
   margin: 0;
   padding: 0;
}
#tabs a {
	float: right;
	background: url(graphics/tableft-office.gif) no-repeat left top;
   margin: 0;
   padding: 0 0 0 4px;
   text-decoration: none;
}
#tabs a span {
	float: left;
   padding: 2px 14px 2px 6px;
	display: block;
   color: #FFF;
	background: url(graphics/tabright_office.gif) no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}*/
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #FFF;
	background-position: 100% -42px;
}
#tabs a:hover {
	background-position: 0% -42px;
}
#tabs a:hover span {
  	background-position: 100% -42px;
}
/************************************************
  Order form rules
************************************************/
div.form-container { 
	margin: 0; 
	padding: 0 0 0 5px;  
	border: #EEE 1px solid; 
}
div.form-inputs {
	margin: 0;
	padding: 0;
}
.clear-both {
	clear: both;
}
.cart-img {
	float: left;
	margin-bottom: 5px;
	padding: 0;
	width: 95px;
}
.cart-img-two {
	float: left;
	margin-bottom: 5px;
	padding: 0;
	width: 300px;
}
.cart-img-two img {
	margin: 0;
	padding-right: 10px;
	display: inline;
	vertical-align: top;
}
.cart-text {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}
.cart-inputs {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 150px;
}
.cart-note {
	clear: both;
	margin: 0;
	padding-bottom: 2px;
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, sans-serif;
}
.addtocart {
	margin: 0;
	padding-top: 5px;
}
p.legend { 
	margin-bottom: 2em; 
}
p.legend em { 
	color: #C00; 
	font-style: normal; 
}
div.form-container form p { 
	margin: 0; 
}
/*div.form-container form p.note { 
	margin-left: 170px; 
	font-size: 90%; 
	color: #333; 
}*/
div.form-container form fieldset { 
	margin: 0 0 1em 0; 
	padding: 5px 5px 0 10px; 
	border: 1px solid #ACACAC; 
}
div.form-container form legend { 
	font-size: 1.1em;
	font-weight: bold; 
	color: #D44A25; 
}
div.form-container form fieldset div { 
	margin-bottom: 5px;
	padding: 0.5em 0 0.8em 0; 
}
/*div.form-container label, div.form-container span.label { 
	margin-right: 10px; 
	padding-right: 0; 
	width: 190px; 
	display: block; 
	float: left; 
	text-align: right; 
}
div.form-container label em, div.form-container span.label em { 
	font-size: 120%; 
	font-style: normal; 
	color: #C00; 
}
div.form-container input:focus, div.form-container textarea:focus {	
	background-color: #FFC; 
	border-color: #FC6; 
}*/
div.form-container div.controlset label, div.form-container div.controlset input { 
	display: inline; 
	float: none; 
}
div.form-container div.controlset div { 
	margin-left: 200px; 
}
div.form-container div.buttonrow { 
	margin-left: 220px; 
}
select {
	width: 152px;
	margin-bottom: 10px;
}
.button {
	margin: 0;
	padding: 2px;
	background-color: #C54A29;
	color: #FFFFFF;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/************************************************
  Input form rules (formtoemail.php
************************************************/
div.formContainer { 
	margin: 0;
	padding: 5px; 
}
p.legend { 
	margin-bottom: 1em; 
}
p.legend em { 
	color: #000; 
	font-style: normal; 
}
/*div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }*/
div.formContainer form p { 
	margin: 0; 
}
div.formContainer form p.note { 
	margin-left: 170px; 
	font-size: 90%; 
	color: #333; 
}
div.formContainer form fieldset { 
	margin: 10px 0; 
	padding: 10px; 
	border: 1px solid #727272; 
	width: 90%;
}
div.formContainer form legend { 
	font-weight: bold; 
	color: #232323; 
}
div.formContainer form fieldset div { 
	padding: 0.25em 0; 
}
span.form-textarea-vis {
	display: none;
}
div.formContainer label, 
div.formContainer span.label { 
	margin-right: 10px; 
	padding-right: 10px; 
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
}
/*div.formContainer label.error, 
div.formContainer span.error { color: #C00; }*/
div.formContainer label em, 
div.formContainer span.label em { 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #C00; 
}
/*div.formContainer input.error { border-color: #C00; background-color: #FEF; }
*/div.formContainer input:focus,
div.formContainer input.error:focus, 
div.formContainer textarea:focus {	
	background-color: #FFC; 
	border-color: #FC6; 
}
div.formContainer fieldset div input {
	width: 150px;
}
div.formContainer fieldset div.controlset input {
	width: 10px;
}
div.formContainer div.controlset label, 
div.formContainer div.controlset input { 
	display: inline; 
	float: none; 
}
div.formContainer div.controlset div { 
	margin-left: 100px; 
}
div.formContainer div.buttonrow { 
	margin-left: 100px; 
}
/************************************************
  Misc rules
************************************************/
.indented {
   padding-left: 25pt;
   padding-right: 25pt;
}



.message {	
	margin-bottom: 15px;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	color: #BC3A00;
	background-color: #FDC097;
}
.hr { 
	margin: 5px 0;
	border-top: 1px solid #46345A; 
}
.inline {
	display: inline;
	padding-right: 2px;
}
.imgright {
	float: right;
	margin: 0;
	padding: 0 0 0 8px;
}
.imgleft {
	float: left;
	margin: 0;
	padding: 2px 8px 0 0;
}
.bold {
	font-weight: bold;
}
.orange-bold {
	font-weight: bold;
	color: #C54A25;
}
.green-bold {
	font-weight: bold;
	color: #5E5B00;
}

