/* Layout Style Sheet :: wonderful-life.org */


html 	{	height: 100%;	}
body 	{	background: #fff url(../img/bg_body.gif); text-align: center; font-family: "Trebuchet MS", Verdana, sans-serif;  
			font-size: 62.5%; /* Resets 1em to 10px */ color: #000;	padding: 0px; margin-top: 20px;	}

#container 	{	position: relative; margin: 0px auto 0px auto; padding: 0px; width: 760px; height: 100%; text-align: left; z-index: 1;	}
#header 	{	position: relative; width: 760px; height: 90px; background: #fff url(../img/bg_header.gif) no-repeat; margin: 0 auto;	}
#logo 		{ 	float: left; width: 200px; height: 90px; margin: 15px 0px 0px 40px;	}

#contact 	{	float: right; width: 280px; height: 60px; margin: 15px 40px 0px 0px; text-align: right;  }


/* Content Styles */

#content 	{	position: relative;	width: 760px; height: 100%; background: #fff url(../img/bg_container.gif) top left repeat-y; 
				padding: 10px 0px 0px 0px; }

#header_wide {	position: relative;  width: 680px; height: 135px; margin: 0px auto; }

#navbar 	{	position: relative; width: 680px; height: 35px; background: #fff url(../img/bg_nav.jpg) ; margin: 0 auto; font: bold 9px arial, verdana, sans-serif;	}

#navbar ul	{	padding: 0.9em 0 0 0; margin: 0; list-style-type: none; color: #FFF; width: 100%; text-align: center;	}

#navbar ul li { display: inline; }

#navbar ul li a:link,
#navbar ul li a:active,
#navbar ul li a:visited 	{ text-decoration: none; color: #333; padding: .2em 0.7em;	}

#navbar ul li a:hover	{	background-color: #369;	color: #fff;	}


#main_content 	{	position: relative;	width: 680px; height: 100%;	margin: 0px 0px 0px 40px; padding: 2px 0px 0px 0px;	}
#copy_left 		{	float: left; width: 470px; height: 100%; margin: 0px; padding: 0px 15px 20px 0px;	}
#copy_right 	{	float: left; width: 180px; height: 100%; margin: 0px; padding: 0px 0px 0px 10px; text-align: left; color: #666;	}

#prod-list		{	list-style:none; font-size:12px; margin-left:0px; padding-left:0px; line-height:140%;}

/* div {border: 1px solid red;} */

/* Footer Styles */

#footer 		{	clear: both; width: 760px; height: 60px; margin-top: 0px; background: #fff url(../img/bg_footer.gif) top left no-repeat;	}
#footer_left 	{	float: left; width: 600px; margin: 0 0px 0px 40px;	}


/* Formatting styles */

img {
	border: 0px;
}



.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}



br.clear {
	clear: both;
}

.heading {
	font-weight: bold;
}

.grey {
	color: #ccc;
}

.right {
	text-align: right;
}

/* Text styles */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #444; 
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #444;
}

h3, h4, h5, h6, p.emphasis {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	margin: 10px 0px 10px 0px;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
}


/* Link styles */

a:link {
	color: #306;
	text-decoration: none;
}

a:visited {
	color: #306;
	text-decoration: none;
}

a:hover {
	color: #cf035c;
	text-decoration: underline;
}

#navbar a:link {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

#navbar a:visited {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

#navbar a:hover {
	color: #f58428;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}




/* Form element style */

label {
	margin-left: -4px;
	color: #000;
	font-size: 1.1em;
}

.button {
	background: #fff url(../images/layout/bg_button.jpg) repeat-x;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.2em;
}

.input {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4; 
	width: 210px;
	border: 1px solid #ccc;
}

.input_sml {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4; 
	width: 178px;
	border: 1px solid #ccc;
}

.input_numeric {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4; 
	width: 50px;
	border: 1px solid #ccc;
}


select {
	font-size: 1.1em;
	background-color: #f4f4f4; 
	font-family: Arial, Helvetica, sans-serif;
}


textarea {
	font-size: 1.1em;
	background-color: #f4f4f4; 
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

input.radio {
	font-size: 1.2em;
}

/* Table Styles */

table {
	border-collapse: collapse;
}

td.divider {
	height: 15px;
  	background: #fff url(../images/layout/divider_dashes.gif) center left repeat-x;
}

td.admin_left {
	width: 300px;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
}

td.td_90 {
	width: 90px;
}

td.right {
	text-align: right;
	vertical-align: top;
	padding-top: 40px;
}

/* Horizontal Rule Styles */

hr
{
	border: 0;
	margin: 10px 0px;
}

hr.hr1
{
 	color: #ffcc80;
	background-color: #ffcc80;
	height: 1px;
}

.dashes
{
 	width: 100%;
	height: 15px;
	background: #fff url(../images/layout/divider_dashes.gif) center left repeat-x;
}

/* Admin area text styles */

#center {
	position: relative;
	width: 350px;
	height: auto;
	margin: 30px auto;
	padding: 20px;
	border: 2px solid #ccc;
	background: #ebebeb url(../images/layout/bg_admin.jpg) repeat-x;
}

#msgbox {
	position: relative;
	width: 400px;
	border: 2px solid #cc0000;
	background: #ebebeb url(../images/layout/bg_admin.jpg) repeat-x;
	margin: 30px auto;
	padding: 20px;
	text-align: left;
}

#msgbox_std {
	position: relative;
	width: 400px;
	border: 2px solid #ccc;
	background: #ebebeb url(../images/layout/bg_admin.jpg) repeat-x;
	margin: 30px auto;
	padding: 20px;
	text-align: left;
}

#msgbox h1 {
	font-size: 1.1em;
	color: #cc0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -1.5%;
}

#msgbox_std h1 {
	font-size: 1.1em;
	color: #197214;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -1.5%;
}

#admin_menu {
	float: right;
	width: 280px;
	height: auto;
	margin: 0px 0px 10px 0px; 	
}

a.red:link, a.red:visited {
	color: #cc0000;
	text-decoration: none;
}

a.red:hover {
	color: #cc0000;
	text-decoration: underline;
}

a.green:link, a.green:visited {
	color: #197214;
	text-decoration: none;
}

a.green:hover {
	color: #197214;
	text-decoration: underline;
}