body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: normal;
	color: #002F5D;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1em;
	font-weight:bold;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial;
	font-weight: normal;
	color: #002F5D;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #1A3D6C;
}

a:hover {
	text-decoration: none;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 120px;
}

#header {
	background: #ffffff url(images/stb.jpg) no-repeat left top;
	width: 1024px;
	height: 240px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 1024px;
	height: 100px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: capitalize;
	font-size: 54px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	text-align: center;
	font-family: 'Arvo', serif;
	font-size: 24px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 60px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 1024px;
	height: 56px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
	background: #0090cb;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 56px;
	margin: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 56px;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: capitalize;
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	text-decoration: none;
}


#menu .current_page_item a {
	background: #db4061 url(images/img02.gif) no-repeat right bottom;
	color: #000000;
}


#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 0px 0px 0px; 
}

/* Content */
#contentCheckOut {
	float: none;
	width: 1024px;
	padding: 0px 0px 0px 0px;
}

#content {
	float: right;
	width: 740px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 10px;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -2px;
}

.post .title a {
	color: #FFB105;
	border: none;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 20px;
	line-height: 25px;
	background: url(images/img011.gif) no-repeat left 5px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar ol {
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: 1px;
	padding: 0 0 0 20px;
	list-style: disc;
}

#sidebar ol li{
	margin-bottom: -1px;
	margin-left: -1px;
	padding: 0 0 0 0px;
	background:none;
}


#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px solid #B6BFD0;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 20px;
	color: #021033;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	text-decoration: underline;
	color: #1A3D6C;
	border: none;
	font-size: 18px;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 1004px;
	height: 55px;
	margin: 0px auto 40px auto;
	
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	color: #005799;
}

#footer a {
	text-decoration:none;
	color: #ffffff;
}

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


#Spicture {
	width: auto; height: 200px;
}

#Rpicture {
	width: auto; height: 150px;
}

#Bpicture {
	width: auto; height: 326px;
}


#search-button {
	height: 24px;
	width: 30px;
	padding: 0px 0px;
	border: 1;
	background: #262262;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
}

.textinput {width:180px; height: 20px;}
.textinput1 {width:550px; height: 20px;}
.text{width: 550px; height:240px;}
.btn {width:60px; height: 25px;}


#order-submit {
	height: 25px;
	margin-left: 10px;
	border:1;
	padding: 0px 5px;
	background: #262262;
	color: #FFFFFF;
}

#signin-submit {
	height: 40px;
	margin-left: 10px;
	width: 180px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background:  #002F5D;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#signin-submit:hover{
    	background-color: #333232;
        cursor: pointer;
}

#signin-submit-disable {
	height: 40px;
	margin-left: 10px;
	width: 180px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background:  #333232;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#signin-submit-disable:hover{
    	background-color: #333232;
        cursor: not-allowed;
}

#login-submit {
	height: 40px;
	margin-left: 10px;
	width: 180px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background:  #002F5D;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#login-submit:hover{
    	background-color: #333232;
        cursor: pointer;
}


#PO-submit {
	height: 40px;
	margin-left: 10px;
	width: 90px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background:  #1863C7;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#PO-submit:hover{
    	background-color: #262262;
        cursor: pointer;
}

#update-submit-n {
	height: 32px;
	margin-left: 10px;
	width: 100px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #262262;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#update-submit-n:hover{
    	background-color: #1863C7;
        cursor: pointer;
}

#signin-submit-o {
	height: 40px;
	margin-left: 10px;
	width: 250px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #BA0C2F;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#signin-submit-o:hover{
    	background-color: #333232;
        cursor: pointer;
}

#signin-submit-limit {
	height: 40px;
	margin-left: 10px;
	width: 250px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #333232;
	font-size: 16px;
	font-weight: bold;
	color: #B4B1B1;
}

#signin-submit-b {
	height: 40px;
	margin-left: 10px;
	width: 250px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #002F5D;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#signin-submit-b:hover{
    	background-color: #333232;
        cursor: pointer;
}

#signin-submit-search {
	height: 20px;
	margin-left: 10px;
	width: 140px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #262262;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#signin-submit-search:hover{
    	background-color: #1863C7;
        cursor: pointer;
}

#checkout-submit {
	height: 33px;
	margin-left: 10px;
	width: 180px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #262262;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#checkout-submit:hover{
    	background-color: #1863C7;
        cursor: pointer;
}
#cancel-submit {
	height: 30px;
	margin-left: 10px;
	width: 140px;
	border:1;
	padding: 0px 5px;
	background: #ff0000;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}


#auth-submit {
	height: 40px;
	margin-left: 10px;
	width: 180px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #090;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#auth-submit:hover{
    	background-color: #333232;
        cursor: pointer;
}

#unauth-submit {
	height: 40px;
	margin-left: 10px;
	width: 180px;
	border-radius: 5px;
	border: 0;
	padding: 0px 5px;
	background: #BD0303;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#unauth-submit:hover{
    	background-color: #333232;
        cursor: pointer;
}

#orderdel-submit {
	height: 25px;
	margin-left: 10px;
	width: 120px;
	border:1;
	padding: 0px 5px;
	background: #ff0000;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}


#shopping-submit{
	height: 25px;
	margin-left: 10px;
	border:1;
	padding: 0px 5px;
	background: #CC0066;
	color: #FFFFFF;
}

/*Shoppingcart submit */

#delete-submit {
	height: 25px;
	width: 90px;
	padding: 0px 0px;
	border-radius: 6px;
	border: 0;
	background: #a80f0f;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#delete-submit:hover{
    	background-color: #333232;
        cursor: pointer;
}

#name-submit {
	height: 22px;
	width: 180px;
	padding: 0px 0px;
	border-radius: 6px;
	border: 0;
	background: #05560E;
	text-transform: capitalize;
	font-size:12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#name-submit:hover{
    	background-color: #29D45C;
        cursor: pointer;
}

#add-submit {
	height: 25px;
	width: 90px;
	padding: 0px 0px;
	border-radius: 6px;
	border: 0;
	background: #002F5D;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#add-submit:hover{
    	background-color: #333232;
        cursor: pointer;
}
#delete-button {
	height: 14px;
	width: 14px;
	padding: 0px 0px;
	border: none;
	background: #ff0000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

label{
	display:block;
	height:1px;
	position:relative;
	margin:0px 0;
}


span{
	position:absolute;
	left:50px;
	top:180px;
	color:#ffffff;
	background:#ff0000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
}

.orderBN {
  background-color: #002F5D;
  border: 1px solid #5bb947;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.orderBN1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.orderBN2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.form-text {
	font-size: 16px;
	font-weight: bold;
	color: #474545;
}

.upbutton{
	width: 80px; 
	height: 41px; 
	font-size: 25px; 
	font-weight: bold;
	border: 0;
	background: #C1BFBF;
}

.upbutton:hover{
	background: #D5D2D2;
	cursor: pointer;
}

.downbutton{
	width: 80px; 
	height: 41px; 
	font-size: 30px; 
	font-weight: bold;
	border: 0;
	background: #C1BFBF;
	
}

.downbutton:hover{
	background: #D5D2D2;
	cursor: pointer;
}

#detail-button {
	height: 26px;
	margin-left: 10px;
	width: 62px;
	border-radius: 7px;
	border: 0;
	padding: 0px 5px;
	background:  #002F5D;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

#detail-button:hover{
    	background-color: #333232;
        cursor: pointer;
}