/* colors
pink: E90268
blue: 093A80
green: 006532
*/


body {
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.8em;
	}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #093A80;
}

a {
	color: #E90268;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.smalltext {
	line-height: 12px;
	font-size: 9px;
}

.redtext {
	color: #FF0000
	}

</style>

.boxtopper {
	border-top: 1px solid #093A80;
	border-right: 1px solid #093A80;
	border-bottom: 1px none #093A80;
	border-left: 1px solid #093A80;
}

.boxbottom {
	border-top: 1px none #093A80;
	border-right: 1px solid #093A80;
	border-bottom: 1px solid #093A80;
	border-left: 1px solid #093A80;
}

.medtext {
	font-size: 10px;
}

.short-input {
	width: 125px;
}

.titletext {
	text-transform: uppercase;
}

.caps {
	text-transform: uppercase;
}

.headtext {
	font-weight: bold;
	color: #006532;
	text-transform: uppercase;
}

.headtext2 {
	font-weight: bold;
	color: #093A80;
	text-transform: uppercase;
	font-size:small;
}

.headtext3 {
	/*text-transform: uppercase;*/
	font-weight:bold;
	}

.headtext_reg {
	font-weight: bold;
	color: #006532;
}

.table1 {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}

a:visited {
	color: #990099;
}


/* main menu */

div#logo {
	position:relative;
	margin:0 0 8px 0;
	}

div#mainmenu {
	position:relative;
	width:747px;
	height:26px;
	border-right:1px solid #093A80;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	background:url(/images/layout/blue-100.gif) bottom repeat-x;
	}

* html div#mainmenu {
	height:25px;
	}

div#mainmenu ul {
	left: 0;
	padding: 0;
	list-style-type: none;
	clear: none;
	margin:0 0 0 267px;
	}

div#mainmenu ul li {
	float:left;
	padding: 0;
	margin: 0;
	}

div#mainmenu ul li.spacer {
	width:267px;
	height:25px;
	border-bottom:1px solid #093A80;
	}

div#mainmenu ul li a {
	width: 159px;
	border-left: 1px solid #093A80;
	font-size: small;
	color: #093A80;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height:25px;
	text-decoration: none;
	display: block;
	text-indent:-1000em;
	overflow:hidden;
	border-bottom:1px solid #093A80;
	}

div#mainmenu ul li.order a {
	background:transparent url(/images/menus/mainmenu.gif) -267px 0 no-repeat;
	}

body#order div#mainmenu ul li.order a {
	background:transparent url(/images/menus/mainmenu.gif) -267px -25px no-repeat;
	}
	
div#mainmenu ul li.order a:hover {
	background:transparent url(/images/menus/mainmenu.gif) -267px -25px no-repeat;
	}
	
div#mainmenu ul li.register a {
	background:transparent url(/images/menus/mainmenu.gif) -427px 0 no-repeat;
	}

body#register div#mainmenu ul li.register a {
	background:transparent url(/images/menus/mainmenu.gif) -427px -25px no-repeat;
	}
	
div#mainmenu ul li.register a:hover {
	background:transparent url(/images/menus/mainmenu.gif) -427px -25px no-repeat;
	}

div#mainmenu ul li.account a {
	background:transparent url(/images/menus/mainmenu.gif) -587px 0 no-repeat;
	}

body#account div#mainmenu ul li.account a {
	background:transparent url(/images/menus/mainmenu.gif) -587px -25px no-repeat;
	}

div#mainmenu ul li.account a:hover {
	background:transparent url(/images/menus/mainmenu.gif) -587px -25px no-repeat;
	}

body#order div#mainmenu ul li.order a,
body#register div#mainmenu ul li.register a,
body#account div#mainmenu ul li.account a {
	border-bottom:0;
	border-top:1px solid #093A80;
	}

div#footer {
	width:746px;
	border-top:1px solid #093a80;
	padding:0;
	text-align:center;
	margin:20px 0 0 0;
	}

/* admin styles */

body#admin {
	color:#093A80;
	font-family: Helvetica, Arial, sans-serif;
	font-size:x-small;
	padding:40px;
	}

div.admin {
	/*position:absolute;
	top:20px;
	left:20px;
	width:750px;*/
	overflow:auto;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}

div.adminhead {
	width: 731px;
	height: 60px;
	background-image:url(/images/layout/adminhead.gif);
	background-repeat:no-repeat;
	}

div.adminmenu {
	width:731px;
	height:20px;
	}
	
div.adminmenu ul {
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: none;
	}

div.adminmenu ul li {
	float: left;
	padding: 0;
	margin: 0;
	}
	

div.adminmenu ul li a {
	width: 145px;
	border-left: 1px solid #093A80;
	font-size: x-small;
	color: #E90268;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height:20px;
	text-decoration: none;
	display: block;
	background-color:#CCC;
	border-bottom:1px solid #093A80;
	}
	
div.adminmenu ul li a.endlink {
	border-right: 1px solid #093A80;
	}
		
div.adminmenu ul li a:hover {
	text-decoration:none;
	background-color:#093A80;
	color:#FFF;
	}

body#admin.home div.adminmenu ul li.one a,
body#admin.orders div.adminmenu ul li.two a,
body#admin.accounts div.adminmenu ul li.three a,
body#admin.products div.adminmenu ul li.four a,
body#admin.credit div.adminmenu ul li.five a {
	border-bottom:0px;
	border-top:1px solid #093A80;
	background-color:#FFF;
	color:#093A80;
	font-weight:bold;
	}

div.admincontent {
	border-bottom:1px solid #093A80;
	width:731px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	overflow:auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	color:#093A80;
	left: 1px;
	}
	
div.admintitle {
	width:721px;
	height:20px;
	margin:20px 0px 0px 0px;
	background-color:#093A80;
	color:#FFF;
	font-size:small;
	text-transform:uppercase;
	font-weight:bold;
	line-height:20px;
	padding:0px 5px 0px 5px;
	}
	
div.admincontent table {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:100%;
	}

div.admincontent table.item {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:530px;
	}

div.admincontent table tr.titletext {
	background-color:#CCC;
	}
	
div.admincontent table td {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	}

div.admin input,
div.admincontent input {
	border:1px solid #999;
	padding:3px;
	margin:0 5px 0 5px;
	}
	
div.admin input.button,
div.admincontent input.button {
	text-transform:uppercase;
	font-weight:bold;
	background:#E90268;
	color:white;
	border:0;
	}

div.adminsub {
	position:relative;
	width:732px;
	height:20px;
	margin-top:20px;
	}
	
div.adminsub ul {
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: none;
	}

div.adminsub ul li {
	float: left;
	padding: 0;
	margin: 0;
	}
	

div.adminsub ul li a {
	width: 145px;
	border-left: 1px solid #093A80;
	font-size: xx-small;
	color: #E90268;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height:20px;
	text-decoration: none;
	display: block;
	background-color:#FFF;
	}
	
div.adminsub ul li a.endlink {
	border-right: 1px solid #093A80;
	}
		
div.adminsub ul li a:hover {
	text-decoration:none;
	background-color:#093A80;
	color:#FFF;
	}

input {
	color:#093A80;
	font-family:Helvetica, Arial, sans-serif;
	font-size:x-small;
	}

div#shiplabel {
	position:absolute;
	top:10px;
	left:10px;
	width:380px;
	border:1px solid #000;
	padding:10px;
	}

body#shiplabel div#address {
	width:380px;
	text-align:right;
	font-size:12px;
	}

body#shiplabel div#info {
	font-size:14px;
	line-height:16px;
	border-top:1px solid black;
	padding:10px;
	text-transform:capitalize;
	}

body#shiplabel span#name {
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	}
	
body#shiplabel span#ordernum,
body#shiplabel span#orderdate {
	display:block;
	width:175px;
	background:black;
	padding:4px;
	color:white;
	float:left;
	font-size:12px;
	line-height:12px;
	}

body#shiplabel span#ordernum {
	margin-right:10px;
	}

	
/* Added by LSHD */
/* style for required fields message */
.message {
	color:#ff0000;
	font-weight: bold;
	font-size: 12px;
}

/* large photo preview page */

body#photopreview {
	margin:0;
	padding:20px;
	text-align:center;
	}
	
div#close {
	margin:10px;
	}
	
table.pricelist td {
	border-bottom:1px solid #B6C4D9;
	border-right:1px solid #B6C4D9;
	}
