@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   overflow: auto; /* removes disused vertical scrollbar in IE PC*/
}
body {
	/* font-size: 62.5%; // allows font-size to be specified in points where 1.0em = 10pt */
	background-color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-image: url(images/Flower-6.gif);
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	outline: none;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
a:active {
	color: #444444;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	margin: 0 0 10px 0;
	padding: 0;
}

.input{border:1px solid #999999; height:13px; padding:2px 2px;font:11px Arial, Helvetica, sans-serif;}
select, textarea{border:1px solid #999999; padding:2px 2px;font:11px Arial, Helvetica, sans-serif;}
.submit{border:0px none; padding:2px 0px; color:#444444; font:11px Arial, Helvetica, sans-serif; font-weight:bold; background:#ffffff; cursor:pointer;}

#paypal_tbl td, #paypal_tbl th{padding:2px;}
#paypal_tbl th{text-align:right;padding-right:5px;font-weight:normal;}

hr {
	border:0px none; 
	color:#999999; 
	background-color:#999999; 
	height:1px; 
	margin:5px 0 15px;
}

#top_space {
	height: 61px;
}
#wrapper {
	/*height: 590px;*/
	position: relative;
	width: 801px;
	margin: 0px auto;
}
#header {
	position: absolute;
	top:0px;
	right:0px;
	height: 140px;
}
.header_bg1 {
	background-image: url(images/nav_top/nav_top_bg1.gif);
	background-repeat: no-repeat;
}
.header_bg2 {
	background-image: url(images/nav_top/nav_top_bg2.gif);
	background-repeat: no-repeat;
}
.header_bg3 {
	background-image: url(images/nav_top/nav_top_bg3.gif);
	background-repeat: no-repeat;
}
.header_bg4 {
	background-image: url(images/nav_top/nav_top_bg4.gif);
	background-repeat: no-repeat;
}
.header_bg5 {
	background-image: url(images/nav_top/nav_top_bg5.gif);
	background-repeat: no-repeat;
}
.header_bg6 {
	background-image: url(images/nav_top/nav_top_bg6.gif);
	background-repeat: no-repeat;
}
.header_bg7 {
	background-image: url(images/nav_top/nav_top_bg7.gif);
	background-repeat: no-repeat;
}

#container {
	height: 561px;
	margin: 0px 0 10px;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#left_menu {
	float:left; 
	margin-top:100px; 
	padding-left:20px; 
	width:200px;
}
#left_menu2 {
	float:left; 
	padding-left:20px; 
	width:200px;
}
#left_menu_home {
	float:left; 
	margin-top:96px; 
	padding:0 20px 0 20px; 
	width:180px;
}
#main_content {
	float:left;
}
#homepage_main {
	clear:both;
}
#category_main {
	float:left;
	width:561px;
	padding-top:20px;
	padding-left:20px;
}
#category_main_home {
	float:left;
	width:579px;
	padding:1px 0 0 1px;
}
#centered_txt {
	margin-top: 165px;
	width: 540px; 
	text-align: center;
	font-weight: bold;
}
#static_main {
	float:left;
	margin-top:1px;
	width:581px;
}
#static_main_content {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#static_main_content .img_btmargin {
	margin-bottom: 16px;
}

#footer a:link {
	color: #444444;
	text-decoration: none;
}
#footer a:visited {
	color: #444444;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer_table {
	border-collapse: collapse;
	border: 1px dotted #444444;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #FFFFFF;
}
.td {
	border-collapse: collapse;
	border: 1px dotted #444444;
	padding: 5px;
	text-align: center;
}
.td2 {
	border-collapse: collapse;
	border-top: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
	border-right: none;
	padding: 5px;
	text-align: center;
}
.td3 {
	border-collapse: collapse;
	border: 1px dotted #e53857;
	padding: 5px;
	text-align: center;
	color: #e53857;
}

#nav_top td {
	display: inline-block;
	border-collapse: collapse;
}

/* Navbar */

#navbar {
	margin: 0;
	padding: 0;
	float: left;
	width: 181px;
}

#navbar li {
	display: block;
	list-style: none;
	width: 181px;
	height: 21px;
}

#navbar li a {
	display: block;
	width: 181px;
	height: 21px;
	color: #DABF8E;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 23px;
	font-weight: normal;
	outline: none;
	letter-spacing: 0.05em;
	font-variant: small-caps;
}

#navbar li a:hover {
	width: 181px;
	height: 21px;
	color: #FFFFFF;
}

#navbar a:active {
	color: #FFFFFF;
}

#navbar li#active a {
	color: #FFFFFF;
	background-image: url(images/box_active.gif);
	background-repeat: no-repeat;
}


/* Text styles */

.copy {
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}
.copy_pink {
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e53857;
}

.copybig {
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

/* Mailing list */

.mailing_list_form th {
	text-align: right;
	font-weight: normal;
	padding: 2px 5px 2px 2px;
}
.mailing_list_form td {
	padding: 2px;
}
	
	