@charset "UTF-8";
/* CSS Document */
html {
overflow: -moz-scrollbars-vertical;

}
html, body, #shell, #shellCenter {
	font-family: verdana, arial;
	font-size: 10pt;
	color: #000000;
	background-color: #fff0cf;
	height:100%;
    margin: 0;
    padding: 0;
    border: none;
}

body {
	text-align: center;
}


/* header */
#headerTop {
	height: 62px;	
}

#header {
	margin-top: 30px;
}

#logo {
	padding-left: 25px;
	padding-top: 8px;
}

#nav1 {
	padding-left: 25px;
}

/* main */
.title {font-size:18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

#content{
	background: url('../images/header.png');
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 800px;
	height: 118px;
}

#butterfly {
	background: url('../images/butterfly2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px auto;
	width: 800px;
	height: 550px;
}

#butterfly3 {
	background: url('../images/butterfly3.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px auto;
	width: 800px;
	height: 550px;
}

td.rt_pad_word {
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;	
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
}

td.rt_pad {
	padding-top: 10px;
	padding-right: 10px;
	text-align: center;	
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
}

td.rt_pad2 {
	text-align: center;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/carrage.gif');
	background-repeat: no-repeat;
	width: 127px;
	height: 150px;		
}

td.tote_pad {
	padding-top: 0px;
	padding-right: 50px;		
	font-family: verdana, arial;
	font-size: 8px;
	font-weight: bold;
}

td.tote_price {
	padding-top: 0px;
	padding-right: 50px;		
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width: 62px;
}

#tp_pad {
 padding-top: 20px;
 text-align: left;
}

td.tlb_pad {
 padding-top: 20px;
 text-align: left;
}

td.tlb_pad2 {
 padding-top: 10px;
 padding-right: 35px;
 padding-left: 30px;
 text-align: left;
}

td.tlb_pad3 {
 padding-top: 20px;
 text-align: left;
}

td.tlb_pad4 {
 padding-top: 10px;
 padding-right: 443px;
 padding-left: 30px;
 text-align: left;
}

td.tlb_pad5 {
 padding-top: 20px;
 padding-left: 20px;
 text-align: left;
}

td.bt_pad {
 padding-bottom: 5px;
}

td.bt_pad2 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;	
	padding-bottom: 20px;
}

#main{
	background-color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;
}

h1 {
	margin: 0px;
	font-size: 16px;
	color: #f4ba0e;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #f4ba0e;
}

h3 {
	margin: 0px;
	font-size: 12px;
	color: #f4ba0e;
}

hr {
	color: #95917A;
	background-color: #95917A;
	height: 1px;
	border: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

a {
	color: #000000;
	outline: none;
}

a:active {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin-bottom: 0px;
}
.input {
	border: #2D2C25 solid 1px;
	padding-left: 3px;
	padding-right: 3px;
}

input {
	font-family: verdana, arial;
	color: #000000;
	font-size: 10pt;
}

table {
	padding: 0px;
	border-spacing: 0px; 
	border-width: 0px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

td {
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
	font-family: verdana, arial;
	font-size: 10pt;
	margin: 0px;
}

th {
	padding: 0px;
	border-spacing: 0px; 
	border-width: 0px;
	vertical-align: top;
	text-align: left;
	font-family: verdana, arial;
	font-size: 10pt;
	margin: 0px;
}



.medium {
	font-size:16px;
	font-weight:bold;
}
.large {
	font-size:20px;
	font-weight:bold;
}
.white {
	color:#FFFFFF;
}
.red {
	color:#943117;
}
.blue {
	color:#003366;
}
.brown {
	color:#6b6957;
}
.blue_border {
	border:#003366 1px solid;
}
.red_border {
	border:#943117 1px solid;
}
.brown_border {
	border:#6b6957 1px solid;
}
.white_large {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
}
.blue_large {
	color:#003366;
	font-size:20px;
	font-weight:bold;
}
.red_large {
	color:#943117;
	font-size:20px;
	font-weight:bold;
}
.brown_large {
	color:#6b6957;
	font-size:20px;
	font-weight:bold;
}
.white_medium {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.blue_medium {
	color:#003366;
	font-size:16px;
	font-weight:bold;
}
.red_medium {
	color:#943117;
	font-size:16px;
	font-weight:bold;
}
.brown_medium {
	color:#6b6957;
	font-size:16px;
	font-weight:bold;
}
.white_small {
	color:#FFFFFF;
	font-size:14px;
}
.blue_small {
	color:#003366;
	font-size:14px;
}
.red_small {
	color:#943117;
	font-size:14px;
}
.brown_small {
	color:#6b6957;
	font-size:14px;
}
.search_field{
	width: 140px;
}
.featured_thumb {
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	height: 120px;
	margin: 10px auto;
	width: 150px;
}
.list_thumb {
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	height: 68px;
	width: 90px;
	opacity: .6;
	filter: alpha(opacity=60);
	color: #000000;
	font-weight: bold;
	top: 6px;
	left: 5px;
	position: absolute;
	z-index: 1;
}
#item_list{
	position: relative;
	width: 100px;
	height: 80px;
}
#item_name{
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 75%;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	width: 96px;
	cursor:pointer;
}
#item_name p{
	margin-left: 6px;
}
.page_title{
	width: 100%;
	height: 42px;
}

.page_title p{
	margin: 13px 5px;
}

.product_table {
	border: 2px solid #202020;
	padding: 5px;
}

.product_table td {
	vertical-align: middle;
}

.product_feature{
	padding: 20px;
	width: 234px;
}
.product_feature td{
	text-align: center;
}

.footer{
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	padding-bottom: 20px;
}

.content_body{
	padding: 0px 10px;
}

#payments{
	width: 300px;
	text-align: center;
	vertical-align: middle;
	margin: 7px auto;
}

.sec_nav {
	border-bottom: 1px solid #282829;
	padding: 0px 0px 0px 5px;
}

.sec_nav a, .sec_nav a:hover{
	font-size: 11px;
	font-family: "Arial black";
	text-decoration: none;
	color: #ffffff;
}


