
/*
### MAIN TAGS ###  
*/
body {
	font: 1em arial, helvetica, sans-serif;
	color: #635A4F;
	background-color: #fff;
}

a:link, a:visited, a:active {
	color: #779D28;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #97D539;
	text-decoration: none;
	font-weight: bold;
}

p { padding: 10px 5px; }

.middle_387 p { padding: 10px 25px; }

.middle_487 p { padding: 10px 40px; }

.middle_442 p { padding: 10px 10px; }

h1 {
	margin-bottom: 0px 0px 10px 0px;
	color: #fff;
	font-size: 0.94em;
	font-weight: bold;
	background-color: #2A712F;
	text-align: center;
}

h2 {
	margin: 0px;
	color: #fff;
	font-size: 0.94em;
	font-weight: bold;
	background-color: #9AAF36;
	text-align: center;
}

hr { border: solid 1px #635A4F; }

div { text-align: left; }

table {
	margin: 0px auto;
	width: 100%;
}

td { 
padding: 5px;
background-color: #C7DFB5;
 }

/*
### LAYOUT ###  
*/
.banner {
	background: transparent url('../img/banner.png') no-repeat scroll center;
	margin: auto;
	text-align: center;
	width: 749px;
	height: 366px;
}

.links {
	text-align: center;
	margin: auto;
}

.container {
	background: transparent url('../img/background.jpg') repeat-y scroll center;
	text-align: left;
	width: 749px;
	margin: 0px auto;
}

.header {
	padding: 10px;
	color: #000;
}

.sidebar {
	width: 300px;
	text-align: center;
	padding: 5px;
}

.content {
	margin-top: 8px;
	width: 420px;
}

.footer {
	background: transparent url('../img/footer.png') no-repeat scroll center;
	margin-top: 20px;
	width: 771px;
	height: 45px;
}

/*
### CONTENT ###  
*/
.header_rynoorganics {
	background: transparent url('../img/headers/rynoorganics.png') no-repeat center;
	width: 420px;
	height: 41px;
}

.header_about_us {
	background: transparent url('../img/headers/about_us.png') no-repeat center;
	width: 420px;
	height: 41px;
}

.header_contact {
	background: transparent url('../img/headers/contact.png') no-repeat center;
	width: 420px;
	height: 41px;
}

.header_products {
	background: transparent url('../img/headers/products.png') no-repeat center;
	width: 502px;
	height: 41px;
}

.header_athletes {
	background: transparent url('../img/headers/athletes.png') no-repeat center;
	width: 502px;
	height: 41px;
}

.header_featured_products {
	background: transparent url('../img/headers/featured_products.png') no-repeat center;
	width: 100%;
	height: 26px;
}

.middle_387 {
	background: url('../img/boxes/387_middle.png') repeat-y center;
	width: 420px;
}

.bottom_387 {
	background: url('../img/boxes/387_bottom.png') no-repeat center;
	width: 420px;
	height: 4px;
}

.middle_487 {
	background: url('../img/boxes/487_middle.png') repeat-y center;
	width: 502px;
}

.bottom_487 {
	background: url('../img/boxes/487_bottom.png') no-repeat center;
	width: 502px;
	height: 4px;
}

.top_442 {
	background: url('../img/boxes/442_top.gif') no-repeat center;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 442px;
	height: 22px;
}

.middle_442 {
	margin: 0px auto;
	background-color: #fff;
	width: 442px;
}

.bottom_442 {
	background: url('../img/boxes/442_bottom.gif') no-repeat center;
	text-align: center;
	margin: 0px auto;
	width: 442px;
	height: 22px;
}

.top_180 {
	background: url('../img/boxes/180_top.gif') no-repeat center;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 180px;
	height: 22px;
}

.middle_180 {
	margin: 0px auto;
	background-color: #fff;
	width: 180px;
}

.bottom_180 {
	background: url('../img/boxes/180_bottom.gif') no-repeat center;
	text-align: right;
	margin: 0px auto;
	width: 180px;
	height: 22px;
}

.top_300 {
	background: url('../img/boxes/300_top.gif') no-repeat center;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 300px;
	height: 22px;
}

.middle_300 {
	margin: 0px auto;
	background-color: #fff;
	width: 300px;
}

.bottom_300 {
	background: url('../img/boxes/300_bottom.gif') no-repeat center;
	margin: 0px auto;
	width: 300px;
	height: 22px;
}

.product_container { margin: 0px 50px; }

.athletes {
	padding: 15px;
	color: #000000;
}
.athletes p {
	padding: 5px;
}
.athletes td {
	vertical-align: middle;
}
.athletes li {
	margin-left: 20px;
}

/*
### MENU ###  
*/
ul#list li {
	padding: 10px;
	display:list-item;
}

ul#menu {
	background: transparent url('../img/menubg.png') repeat-x scroll center;
	width: 100%;
	text-align: center;
	margin: auto;
}

ul#menu li { display: inline; }

ul#menu img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*
### FORMS ###  
*/
form { padding: 0px 30px; }

label {
	font-size: 0.81em;
	font-weight: bold;
	padding: 10px;
}

input, textarea {
	border: solid 1px #2A712F;
	background-color: #EFEFEF;
}

.paypal input {
	border: none;
	background-color: transparent;
}

/*
### FORMATTING ###  
*/
#space { padding: 10px; }

#float { float: right; }

#clear { clear: right; }

#center { text-align: center; }
#left { text-align: left; }
#right { text-align: right; vertical-align: middle; }

#content {
	font: bold 0.90em arial, helvetica, sans-serif;
	color: #626A1B;
}

#b { font-weight: bold; }

#s-b { font: bold 0.60em arial, helvetica, sans-serif; }

#s { font: 0.75em arial, helvetica, sans-serif; }

#m { font-size: 1em; }

#l { font: bold 1.25em arial, helvetica, sans-serif; }
